2018-08-21 01:57:25,246 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-228 | | 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-21 01:57:25,251 - 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.44,192.30.9.5 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.44:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=KgAUA5pQNT1agN1wevUZyAKZa 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=9395463b2c594ad385c1520193638f95 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=BRS2mMfCzga3c7IUkU4WSC45N export OS_REGION_NAME=regionOne 2018-08-21 01:57:25,251 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-21 01:57:25,252 - 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-21 01:57:25,285 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:57:25,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:57:25,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:57:25,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:57:25,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:57:25,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:57:25,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:57:25,648 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-21 01:57:25,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-21 01:57:25,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:57:25,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d387f88-c06b-4678-8cb7-3cbcfc118979 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:57:25,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-3d387f88-c06b-4678-8cb7-3cbcfc118979 2018-08-21 01:57:25,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:57:26,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:57:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["GHlb9rS2SIC6GCEmy8bcSA"], "issued_at": "2018-08-21T01:57:25.000000Z"}} 2018-08-21 01:57:26,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:26,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-178901e6-ac17-483b-be61-61f5b33b5507 x-compute-request-id: req-178901e6-ac17-483b-be61-61f5b33b5507 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-21 01:57:26,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-aggregates used request id req-178901e6-ac17-483b-be61-61f5b33b5507 2018-08-21 01:57:26,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.24413895607s 2018-08-21 01:57:26,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-aggregates used request id req-178901e6-ac17-483b-be61-61f5b33b5507 2018-08-21 01:57:26,893 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-21 01:57:26,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:57:26,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 01:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07f40f02-dbf5-4a60-a897-01a96392d825 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 01:57:26,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-07f40f02-dbf5-4a60-a897-01a96392d825 2018-08-21 01:57:26,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 01:57:26,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:27,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf984f8-ea09-4ade-bf39-13707e512a00 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 01:57:27,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-fdf984f8-ea09-4ade-bf39-13707e512a00 2018-08-21 01:57:27,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183506965637s 2018-08-21 01:57:27,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-fdf984f8-ea09-4ade-bf39-13707e512a00 2018-08-21 01:57:27,087 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'917c4da52d4e4357b3559ea77e8f7dc2', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-21 01:57:27,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-21 01:57:27,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:27,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50cf89c4-1248-46a7-a671-ba5d84530448 Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/054bc33b992941ca81386329e39544dc"}, "url": "http://172.30.9.44:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "054bc33b992941ca81386329e39544dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/12079688d09541829c4f28571387d9b2"}, "url": "http://172.30.9.44:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "12079688d09541829c4f28571387d9b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/1a9c10b9335a4dbea4cff03826b2196d"}, "url": "http://172.30.9.44:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/1fbbfcbcdad94f1b8cabd52e8925ca16"}, "url": "http://172.30.9.44:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/24a3294f756242fa9c16281e66114445"}, "url": "http://172.30.9.44:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "24a3294f756242fa9c16281e66114445"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/2d9c0913f4ce4f4c99d1e2a92be7b202"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/33f4afca7e384edcb794848618e1751c"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a995eb993213439598e789e96071e8ef", "id": "33f4afca7e384edcb794848618e1751c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/340f26d011ee48ca8dabb263abb41555"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/372f8b61f42e4cc69bfa2dac9f62a6a0"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/3ebd776134594aea93900bfe3105fab5"}, "url": "http://172.30.9.44:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "3ebd776134594aea93900bfe3105fab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/4896317181794e99807110fda451233a"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/49d780bf671841a48f46bef88d8f4767"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "49d780bf671841a48f46bef88d8f4767"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/4cb9f869f32d4931b631172be3af592a"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/5071eb45476e4d87a34f56b633773e81"}, "url": "http://172.30.9.44:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "5071eb45476e4d87a34f56b633773e81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/610c65863ca84122a194754167dc9811"}, "url": "http://172.30.9.44:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "610c65863ca84122a194754167dc9811"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/610e16bc00684fd68a345c359f3bab84"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "610e16bc00684fd68a345c359f3bab84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6524df24f52d4727a0a333f7ab529b5f"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/662ebe53c7eb4e6d928285c363d10ab2"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6998102bfee3446d8dd800f7b7870107"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "6998102bfee3446d8dd800f7b7870107"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6f7ace414fea4ca387530124d9fd3d68"}, "url": "http://172.30.9.44:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "6f7ace414fea4ca387530124d9fd3d68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/765172a17c604f1a91f799f538035250"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "765172a17c604f1a91f799f538035250"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/78e88b6836b441c58b694d9eabaa32bc"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/7e6f08df239844a183166faa789290a4"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "7e6f08df239844a183166faa789290a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/93e5fac23c574b359962b957ef54c8e3"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a995eb993213439598e789e96071e8ef", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/95a9b5cf249a4a9fa8f3d3938287b926"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/9d01402c7f5347718023dffa7e5bf94d"}, "url": "http://172.30.9.44:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ac672c21d79d410282448b8120fc74f8"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "ac672c21d79d410282448b8120fc74f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/af89e168e5db455989529aac1340fd2d"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "af89e168e5db455989529aac1340fd2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/b15644fd4619409d97fbe386ac6ba9d4"}, "url": "http://172.30.9.44:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/b96bdd78f7814528ab56e4ced28dfd67"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "b96bdd78f7814528ab56e4ced28dfd67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/bd2df6b12c2a407a9b0a6483ecec8f85"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/c706093a36714fda9367530b1305b2ed"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "c706093a36714fda9367530b1305b2ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/cda783e1701f47d6ae69719be9da907f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "cda783e1701f47d6ae69719be9da907f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ce6db1f765044d488878e6ae43b6a05f"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "ce6db1f765044d488878e6ae43b6a05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/d4c22101f6484a81b409c9ba8a126078"}, "url": "http://172.30.9.44:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/d885e125e56e420186b40ac383f8a797"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "d885e125e56e420186b40ac383f8a797"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/e9e516442782422dbf88797855403051"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ee238207c0654e50a4e989244748c056"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "ee238207c0654e50a4e989244748c056"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/efbe197abdae4bc4a5f2ea353e7d6409"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/f793fd5048254005ab75636e812c7e87"}, "url": "http://172.30.9.44:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a995eb993213439598e789e96071e8ef", "id": "f793fd5048254005ab75636e812c7e87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/f973299f8ed348839158beebfe1f11d2"}, "url": "http://172.30.9.44:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "f973299f8ed348839158beebfe1f11d2"}], "links": {"self": "http://172.30.9.44:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-21 01:57:27,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/endpoints used request id req-50cf89c4-1248-46a7-a671-ba5d84530448 2018-08-21 01:57:27,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.189455032349s 2018-08-21 01:57:27,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/endpoints used request id req-50cf89c4-1248-46a7-a671-ba5d84530448 2018-08-21 01:57:27,287 - 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.44:5000/v3/endpoints/054bc33b992941ca81386329e39544dc'}, u'url': u'http://172.30.9.44:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cf2554ba3f1d4e4e84f4cd467d564d8b', u'id': u'054bc33b992941ca81386329e39544dc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/12079688d09541829c4f28571387d9b2'}, u'url': u'http://172.30.9.44:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'677e2b5bf8b0498e8d9dea72ea31a9d7', u'id': u'12079688d09541829c4f28571387d9b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/1a9c10b9335a4dbea4cff03826b2196d'}, u'url': u'http://172.30.9.44:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'57c13cff29114b01a212ff31f1dd50bc', u'id': u'1a9c10b9335a4dbea4cff03826b2196d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/1fbbfcbcdad94f1b8cabd52e8925ca16'}, u'url': u'http://172.30.9.44:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'12ce0555009042afb8d8fd4a943eeceb', u'id': u'1fbbfcbcdad94f1b8cabd52e8925ca16'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/24a3294f756242fa9c16281e66114445'}, u'url': u'http://172.30.9.44:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bb1111e1b3124f7ab58c61f914a8319f', u'id': u'24a3294f756242fa9c16281e66114445'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/2898b3bbe0ec4cd9a9f22fe0f40b71ea'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0369ba08f1544f289c29ef88c3ec9cc8', u'id': u'2898b3bbe0ec4cd9a9f22fe0f40b71ea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/2d9c0913f4ce4f4c99d1e2a92be7b202'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'68186cfbe75f4eba9a3323cd7f199141', u'id': u'2d9c0913f4ce4f4c99d1e2a92be7b202'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/33f4afca7e384edcb794848618e1751c'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a995eb993213439598e789e96071e8ef', u'id': u'33f4afca7e384edcb794848618e1751c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/340f26d011ee48ca8dabb263abb41555'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'57c13cff29114b01a212ff31f1dd50bc', u'id': u'340f26d011ee48ca8dabb263abb41555'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/372f8b61f42e4cc69bfa2dac9f62a6a0'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'31d8da5aadec419fb80d4af4a1994c83', u'id': u'372f8b61f42e4cc69bfa2dac9f62a6a0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/3ebd776134594aea93900bfe3105fab5'}, u'url': u'http://172.30.9.44:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e14262ebd46e4d1587dff35e02106e91', u'id': u'3ebd776134594aea93900bfe3105fab5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/4896317181794e99807110fda451233a'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'31d8da5aadec419fb80d4af4a1994c83', u'id': u'4896317181794e99807110fda451233a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/49d780bf671841a48f46bef88d8f4767'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'57c13cff29114b01a212ff31f1dd50bc', u'id': u'49d780bf671841a48f46bef88d8f4767'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/4cb9f869f32d4931b631172be3af592a'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'11c776fb04f242c9976bae7367ee3752', u'id': u'4cb9f869f32d4931b631172be3af592a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/5071eb45476e4d87a34f56b633773e81'}, u'url': u'http://172.30.9.44:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b72bc250fbea445a8c6b38e420318778', u'id': u'5071eb45476e4d87a34f56b633773e81'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/610c65863ca84122a194754167dc9811'}, u'url': u'http://172.30.9.44:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'68186cfbe75f4eba9a3323cd7f199141', u'id': u'610c65863ca84122a194754167dc9811'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/610e16bc00684fd68a345c359f3bab84'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bb1111e1b3124f7ab58c61f914a8319f', u'id': u'610e16bc00684fd68a345c359f3bab84'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/6524df24f52d4727a0a333f7ab529b5f'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'12ce0555009042afb8d8fd4a943eeceb', u'id': u'6524df24f52d4727a0a333f7ab529b5f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/662ebe53c7eb4e6d928285c363d10ab2'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e14262ebd46e4d1587dff35e02106e91', u'id': u'662ebe53c7eb4e6d928285c363d10ab2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/6998102bfee3446d8dd800f7b7870107'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'677e2b5bf8b0498e8d9dea72ea31a9d7', u'id': u'6998102bfee3446d8dd800f7b7870107'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/6f7ace414fea4ca387530124d9fd3d68'}, u'url': u'http://172.30.9.44:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'31d8da5aadec419fb80d4af4a1994c83', u'id': u'6f7ace414fea4ca387530124d9fd3d68'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/765172a17c604f1a91f799f538035250'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bb1111e1b3124f7ab58c61f914a8319f', u'id': u'765172a17c604f1a91f799f538035250'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/78e88b6836b441c58b694d9eabaa32bc'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b72bc250fbea445a8c6b38e420318778', u'id': u'78e88b6836b441c58b694d9eabaa32bc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/7e6f08df239844a183166faa789290a4'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'12ce0555009042afb8d8fd4a943eeceb', u'id': u'7e6f08df239844a183166faa789290a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/93e5fac23c574b359962b957ef54c8e3'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a995eb993213439598e789e96071e8ef', u'id': u'93e5fac23c574b359962b957ef54c8e3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/95a9b5cf249a4a9fa8f3d3938287b926'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'729aa7f7aed646de90cd414dded03868', u'id': u'95a9b5cf249a4a9fa8f3d3938287b926'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/9d01402c7f5347718023dffa7e5bf94d'}, u'url': u'http://172.30.9.44:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'729aa7f7aed646de90cd414dded03868', u'id': u'9d01402c7f5347718023dffa7e5bf94d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/ac672c21d79d410282448b8120fc74f8'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'677e2b5bf8b0498e8d9dea72ea31a9d7', u'id': u'ac672c21d79d410282448b8120fc74f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/af89e168e5db455989529aac1340fd2d'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'729aa7f7aed646de90cd414dded03868', u'id': u'af89e168e5db455989529aac1340fd2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/b15644fd4619409d97fbe386ac6ba9d4'}, u'url': u'http://172.30.9.44:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'11c776fb04f242c9976bae7367ee3752', u'id': u'b15644fd4619409d97fbe386ac6ba9d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/b96bdd78f7814528ab56e4ced28dfd67'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'11c776fb04f242c9976bae7367ee3752', u'id': u'b96bdd78f7814528ab56e4ced28dfd67'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/bd2df6b12c2a407a9b0a6483ecec8f85'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'235d1b5e6ce24b53aab774fc087feae5', u'id': u'bd2df6b12c2a407a9b0a6483ecec8f85'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/c706093a36714fda9367530b1305b2ed'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e14262ebd46e4d1587dff35e02106e91', u'id': u'c706093a36714fda9367530b1305b2ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/cda783e1701f47d6ae69719be9da907f'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cf2554ba3f1d4e4e84f4cd467d564d8b', u'id': u'cda783e1701f47d6ae69719be9da907f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/ce6db1f765044d488878e6ae43b6a05f'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'68186cfbe75f4eba9a3323cd7f199141', u'id': u'ce6db1f765044d488878e6ae43b6a05f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/d4c22101f6484a81b409c9ba8a126078'}, u'url': u'http://172.30.9.44:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'235d1b5e6ce24b53aab774fc087feae5', u'id': u'd4c22101f6484a81b409c9ba8a126078'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/d885e125e56e420186b40ac383f8a797'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'235d1b5e6ce24b53aab774fc087feae5', u'id': u'd885e125e56e420186b40ac383f8a797'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/e9e516442782422dbf88797855403051'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0369ba08f1544f289c29ef88c3ec9cc8', u'id': u'e9e516442782422dbf88797855403051'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/ee238207c0654e50a4e989244748c056'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cf2554ba3f1d4e4e84f4cd467d564d8b', u'id': u'ee238207c0654e50a4e989244748c056'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/efbe197abdae4bc4a5f2ea353e7d6409'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b72bc250fbea445a8c6b38e420318778', u'id': u'efbe197abdae4bc4a5f2ea353e7d6409'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/f793fd5048254005ab75636e812c7e87'}, u'url': u'http://172.30.9.44:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a995eb993213439598e789e96071e8ef', u'id': u'f793fd5048254005ab75636e812c7e87'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.44:5000/v3/endpoints/f973299f8ed348839158beebfe1f11d2'}, u'url': u'http://172.30.9.44:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0369ba08f1544f289c29ef88c3ec9cc8', u'id': u'f973299f8ed348839158beebfe1f11d2'})] 2018-08-21 01:57:27,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-21 01:57:27,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:27,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01: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-6533a2fd-eb4e-4df6-9d1d-4eeb0a0fd218 x-compute-request-id: req-6533a2fd-eb4e-4df6-9d1d-4eeb0a0fd218 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-21 01:57:27,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/extensions used request id req-6533a2fd-eb4e-4df6-9d1d-4eeb0a0fd218 2018-08-21 01:57:27,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.117830038071s 2018-08-21 01:57:27,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/extensions used request id req-6533a2fd-eb4e-4df6-9d1d-4eeb0a0fd218 2018-08-21 01:57:27,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-21 01:57:27,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:29,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01: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 x-openstack-request-id: req-e62e533f-dd2d-44aa-ba96-bffeb9d77b44 x-compute-request-id: req-e62e533f-dd2d-44aa-ba96-bffeb9d77b44 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-21 01:57:29,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-floating-ip-pools used request id req-e62e533f-dd2d-44aa-ba96-bffeb9d77b44 2018-08-21 01:57:29,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.92972302437s 2018-08-21 01:57:29,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-floating-ip-pools used request id req-e62e533f-dd2d-44aa-ba96-bffeb9d77b44 2018-08-21 01:57:29,358 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-21 01:57:29,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 01:57:29,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:29,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-aad9ee68-2d8a-45dd-b7c1-38ea3d5d2e96 Date: Tue, 21 Aug 2018 01:57:29 GMT RESP BODY: {"floatingips": []} 2018-08-21 01:57:29,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-aad9ee68-2d8a-45dd-b7c1-38ea3d5d2e96 2018-08-21 01:57:29,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0590381622314s 2018-08-21 01:57:29,423 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-aad9ee68-2d8a-45dd-b7c1-38ea3d5d2e96 2018-08-21 01:57:29,423 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-21 01:57:29,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 01:57:29,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:29,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01: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-84364416-2d16-4bc6-ab36-7d58d07449a7 x-compute-request-id: req-84364416-2d16-4bc6-ab36-7d58d07449a7 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 01:57:29,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-84364416-2d16-4bc6-ab36-7d58d07449a7 2018-08-21 01:57:29,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.163372039795s 2018-08-21 01:57:29,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-84364416-2d16-4bc6-ab36-7d58d07449a7 2018-08-21 01:57:29,588 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', 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': 1, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 5}, 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.9', 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': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 3}, 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-21 01:57:29,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-21 01:57:29,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:29,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c88e495-0f81-43b8-9555-b88a04fdbc44 x-compute-request-id: req-8c88e495-0f81-43b8-9555-b88a04fdbc44 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-21 01:57:29,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-8c88e495-0f81-43b8-9555-b88a04fdbc44 2018-08-21 01:57:29,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.129508018494s 2018-08-21 01:57:29,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-8c88e495-0f81-43b8-9555-b88a04fdbc44 2018-08-21 01:57:29,719 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-21 01:57:29,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:57:29,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:29,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e077bfef-3b17-4c12-9fa7-f5c09d933ae5 Date: Tue, 21 Aug 2018 01:57:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:57:29,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e077bfef-3b17-4c12-9fa7-f5c09d933ae5 2018-08-21 01:57:29,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0815861225128s 2018-08-21 01:57:29,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e077bfef-3b17-4c12-9fa7-f5c09d933ae5 2018-08-21 01:57:29,802 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-21T01:55:16Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', 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'aec6b339c5d5439b99e34e47fc1be375', u'created_at': u'2018-08-21T01:55:11Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'aec6b339c5d5439b99e34e47fc1be375'})] 2018-08-21 01:57:29,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 01:57:29,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:29,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c66bb04f-b888-427a-8414-a0430914b254 Date: Tue, 21 Aug 2018 01:57:29 GMT RESP BODY: {"ports":[]} 2018-08-21 01:57:29,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json used request id req-c66bb04f-b888-427a-8414-a0430914b254 2018-08-21 01:57:29,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0261700153351s 2018-08-21 01:57:29,829 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json used request id req-c66bb04f-b888-427a-8414-a0430914b254 2018-08-21 01:57:29,829 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-21 01:57:29,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 01:57:29,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:30,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97bddc12-d946-469a-9243-e9783fda2f86 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "0820ba9febe84bf9aec44deac7d00ebb"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/0820ba9febe84bf9aec44deac7d00ebb/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "3a206e02ffc84fd4906ee2024b40ada8"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/3a206e02ffc84fd4906ee2024b40ada8/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "3c8a2a76002c4de5a7fa6150b8714ec2"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/3c8a2a76002c4de5a7fa6150b8714ec2/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "52a1e766eaf94fabaa68a2bae1fbee1c"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/52a1e766eaf94fabaa68a2bae1fbee1c/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "61064e0552b247e6b9a037b18b3d5b16"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/61064e0552b247e6b9a037b18b3d5b16/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "7814a7e412cb438f8e34434903d435e1"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/7814a7e412cb438f8e34434903d435e1/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "732da9fd4fb0451ab1e8ec5a9b90a88f"}, "user": {"id": "7814a7e412cb438f8e34434903d435e1"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/7814a7e412cb438f8e34434903d435e1/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "8b1a4b3d375347dabb0946ef2eacb3c6"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/8b1a4b3d375347dabb0946ef2eacb3c6/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "b8831504c3b34773bb14ae7090b8089e"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/b8831504c3b34773bb14ae7090b8089e/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "bc578fec686745d7b855459608606abb"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/bc578fec686745d7b855459608606abb/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "bf2f3b47416745b8b3c25af8c2fe8101"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/bf2f3b47416745b8b3c25af8c2fe8101/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "cee33c61bb3f4f8a8994b132e9ba8c3d"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/cee33c61bb3f4f8a8994b132e9ba8c3d/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "9395463b2c594ad385c1520193638f95"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95/users/f406ef43cc3544dc8ccea8d1c42f82a0/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"project": {"id": "aec6b339c5d5439b99e34e47fc1be375"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "fa22c7b5812d408ba4aaebe0cda0691c"}, "links": {"assignment": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375/users/fa22c7b5812d408ba4aaebe0cda0691c/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"domain": {"id": "917c4da52d4e4357b3559ea77e8f7dc2"}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "650be3fc06c94b0f818b3b9cba924c60"}, "links": {"assignment": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2/users/650be3fc06c94b0f818b3b9cba924c60/roles/3a0fe1d139fc43479f3d98c2920238fb"}}, {"scope": {"system": {"all": true}}, "role": {"id": "3a0fe1d139fc43479f3d98c2920238fb"}, "user": {"id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "links": {"assignment": "http://172.30.9.44:5000/v3/system/users/f406ef43cc3544dc8ccea8d1c42f82a0/roles/3a0fe1d139fc43479f3d98c2920238fb"}}], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-21 01:57:30,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments used request id req-97bddc12-d946-469a-9243-e9783fda2f86 2018-08-21 01:57:30,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.187821865082s 2018-08-21 01:57:30,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments used request id req-97bddc12-d946-469a-9243-e9783fda2f86 2018-08-21 01:57:30,023 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'0820ba9febe84bf9aec44deac7d00ebb'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'3a206e02ffc84fd4906ee2024b40ada8'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'3c8a2a76002c4de5a7fa6150b8714ec2'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'52a1e766eaf94fabaa68a2bae1fbee1c'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'61064e0552b247e6b9a037b18b3d5b16'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'7814a7e412cb438f8e34434903d435e1'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'732da9fd4fb0451ab1e8ec5a9b90a88f', 'user': u'7814a7e412cb438f8e34434903d435e1'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'8b1a4b3d375347dabb0946ef2eacb3c6'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'b8831504c3b34773bb14ae7090b8089e'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'bc578fec686745d7b855459608606abb'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'bf2f3b47416745b8b3c25af8c2fe8101'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'cee33c61bb3f4f8a8994b132e9ba8c3d'}), Munch({'project': u'9395463b2c594ad385c1520193638f95', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'f406ef43cc3544dc8ccea8d1c42f82a0'}), Munch({'project': u'aec6b339c5d5439b99e34e47fc1be375', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'fa22c7b5812d408ba4aaebe0cda0691c'}), Munch({'domain': u'917c4da52d4e4357b3559ea77e8f7dc2', 'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'650be3fc06c94b0f818b3b9cba924c60'}), Munch({'id': u'3a0fe1d139fc43479f3d98c2920238fb', 'user': u'f406ef43cc3544dc8ccea8d1c42f82a0'})] 2018-08-21 01:57:30,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:57:30,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:30,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3fee947-3b97-4e92-ba17-6b4ccfdb619b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:57:30,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-a3fee947-3b97-4e92-ba17-6b4ccfdb619b 2018-08-21 01:57:30,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107206106186s 2018-08-21 01:57:30,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-a3fee947-3b97-4e92-ba17-6b4ccfdb619b 2018-08-21 01:57:30,135 - 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'swiftoperator', 'id': u'0619517bbc2d478aac92602db3d381ed'}), 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'3a0fe1d139fc43479f3d98c2920238fb'}), 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'3cdfa1748ecc426a8e1c972ff54ac3f8'}), 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'732da9fd4fb0451ab1e8ec5a9b90a88f'}), 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'7664c3bd904542e9b97d66913ee0697b'}), 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'member', 'id': u'db4208113bcf4b5a95dc3ad7c3fa0afc'})] 2018-08-21 01:57:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 01:57:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:30,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-24242818-0e4d-4f7b-b6a4-1086ed83ca62 Date: Tue, 21 Aug 2018 01:57:30 GMT RESP BODY: {"routers": []} 2018-08-21 01:57:30,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-24242818-0e4d-4f7b-b6a4-1086ed83ca62 2018-08-21 01:57:30,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0472350120544s 2018-08-21 01:57:30,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-24242818-0e4d-4f7b-b6a4-1086ed83ca62 2018-08-21 01:57:30,184 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-21 01:57:30,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:57:30,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:30,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01: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-bfbd2d9a-9f09-4d03-8dfd-3f82ef8d70d5 x-compute-request-id: req-bfbd2d9a-9f09-4d03-8dfd-3f82ef8d70d5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-21 01:57:30,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bfbd2d9a-9f09-4d03-8dfd-3f82ef8d70d5 2018-08-21 01:57:30,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206247806549s 2018-08-21 01:57:30,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bfbd2d9a-9f09-4d03-8dfd-3f82ef8d70d5 2018-08-21 01:57:30,391 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-21 01:57:30,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-21 01:57:30,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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-21 01:57:30,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 01:57:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-742214ba-cd51-4c07-bf49-d22d6ed37ace 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-21 01:57:30,404 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-742214ba-cd51-4c07-bf49-d22d6ed37ace 2018-08-21 01:57:30,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:30,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b3a129-66f1-4665-81e3-5d416ec779b0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/0369ba08f1544f289c29ef88c3ec9cc8"}, "enabled": true, "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/11c776fb04f242c9976bae7367ee3752"}, "enabled": true, "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/12ce0555009042afb8d8fd4a943eeceb"}, "enabled": true, "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/235d1b5e6ce24b53aab774fc087feae5"}, "enabled": true, "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/31d8da5aadec419fb80d4af4a1994c83"}, "enabled": true, "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/57c13cff29114b01a212ff31f1dd50bc"}, "enabled": true, "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/677e2b5bf8b0498e8d9dea72ea31a9d7"}, "enabled": true, "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/68186cfbe75f4eba9a3323cd7f199141"}, "enabled": true, "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/729aa7f7aed646de90cd414dded03868"}, "enabled": true, "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a995eb993213439598e789e96071e8ef"}, "enabled": true, "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/b72bc250fbea445a8c6b38e420318778"}, "enabled": true, "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/bb1111e1b3124f7ab58c61f914a8319f"}, "enabled": true, "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf2554ba3f1d4e4e84f4cd467d564d8b"}, "enabled": true, "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/e14262ebd46e4d1587dff35e02106e91"}, "enabled": true, "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f1f1cbaa19454f1c9fdba6c082f764d5"}, "enabled": true, "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-21 01:57:30,563 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-b9b3a129-66f1-4665-81e3-5d416ec779b0 2018-08-21 01:57:30,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.168604850769s 2018-08-21 01:57:30,563 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-b9b3a129-66f1-4665-81e3-5d416ec779b0 2018-08-21 01:57:30,568 - 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'0369ba08f1544f289c29ef88c3ec9cc8', 'name': u'cinderv3'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'11c776fb04f242c9976bae7367ee3752', 'name': u'heat'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'12ce0555009042afb8d8fd4a943eeceb', 'name': u'cinder'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'235d1b5e6ce24b53aab774fc087feae5', 'name': u'neutron'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'31d8da5aadec419fb80d4af4a1994c83', 'name': u'panko'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'57c13cff29114b01a212ff31f1dd50bc', 'name': u'swift'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'677e2b5bf8b0498e8d9dea72ea31a9d7', 'name': u'aodh'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'68186cfbe75f4eba9a3323cd7f199141', 'name': u'placement'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'729aa7f7aed646de90cd414dded03868', 'name': u'keystone'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'a995eb993213439598e789e96071e8ef', 'name': u'glance'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'b72bc250fbea445a8c6b38e420318778', 'name': u'nova'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'bb1111e1b3124f7ab58c61f914a8319f', 'name': u'cinderv2'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'cf2554ba3f1d4e4e84f4cd467d564d8b', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'e14262ebd46e4d1587dff35e02106e91', 'name': u'gnocchi'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'f1f1cbaa19454f1c9fdba6c082f764d5', 'name': u'ceilometer'})] 2018-08-21 01:57:30,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:57:30,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}41a81434d95f1f910be45d5fc3b314f21e2bdc48" 2018-08-21 01:57:30,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-def3ae50-f848-4866-bbcd-1811390ca8f1 Date: Tue, 21 Aug 2018 01:57:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 01:57:30,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-def3ae50-f848-4866-bbcd-1811390ca8f1 2018-08-21 01:57:30,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0411231517792s 2018-08-21 01:57:30,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-def3ae50-f848-4866-bbcd-1811390ca8f1 2018-08-21 01:57:30,611 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:55:16Z', 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'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'tenant_id': u'aec6b339c5d5439b99e34e47fc1be375', u'created_at': u'2018-08-21T01:55:16Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'aec6b339c5d5439b99e34e47fc1be375'})] 2018-08-21 01:57:30,728 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 01:57:30,728 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-21 01:57:30,781 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-21 01:57:30,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:57:30,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:57:30,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:57:30,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:57:30,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2adeda5f-fa08-45d0-9a47-b63dad7d9e9b 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:57:30,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-2adeda5f-fa08-45d0-9a47-b63dad7d9e9b 2018-08-21 01:57:30,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:57:31,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:57:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["XSwhkjvmTve3MTLuAz8MhA"], "issued_at": "2018-08-21T01:57:31.000000Z"}} 2018-08-21 01:57:31,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:57:31,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:32,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a3f20289-cebf-4d22-94b0-dddbbece3756 Date: Tue, 21 Aug 2018 01:57:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:57:32,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a3f20289-cebf-4d22-94b0-dddbbece3756 2018-08-21 01:57:32,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.01041984558s 2018-08-21 01:57:32,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a3f20289-cebf-4d22-94b0-dddbbece3756 2018-08-21 01:57:32,348 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-21 01:57:32,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 01:57:32,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" -d '{"network": {"name": "tenantnetwork1-net_0d07679c-d08d-4ea7-893d-02d2fc439aa3", "admin_state_up": true}}' 2018-08-21 01:57:32,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ffb13165-4156-4c1d-ad5b-24eccc4cf08a Date: Tue, 21 Aug 2018 01:57:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4dc72aea-6fe9-461c-9359-ece37728a912","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:57:32Z","is_default":false,"provider:segmentation_id":70,"name":"tenantnetwork1-net_0d07679c-d08d-4ea7-893d-02d2fc439aa3","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:57:32Z","mtu":1450}} 2018-08-21 01:57:32,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ffb13165-4156-4c1d-ad5b-24eccc4cf08a 2018-08-21 01:57:32,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.628220081329s 2018-08-21 01:57:32,978 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ffb13165-4156-4c1d-ad5b-24eccc4cf08a 2018-08-21 01:57:32,978 - 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-21T01:57:32Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4dc72aea-6fe9-461c-9359-ece37728a912', u'provider:segmentation_id': 70, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_0d07679c-d08d-4ea7-893d-02d2fc439aa3', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:57:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 01:57:32,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:57:32,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:33,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-e6cf9d65-6c09-486a-81af-e3b20b30b3b7 Date: Tue, 21 Aug 2018 01:57:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4dc72aea-6fe9-461c-9359-ece37728a912","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:57:32Z","provider:segmentation_id":70,"name":"tenantnetwork1-net_0d07679c-d08d-4ea7-893d-02d2fc439aa3","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:57:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:57:33,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e6cf9d65-6c09-486a-81af-e3b20b30b3b7 2018-08-21 01:57:33,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113759994507s 2018-08-21 01:57:33,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e6cf9d65-6c09-486a-81af-e3b20b30b3b7 2018-08-21 01:57:33,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 01:57:33,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" -d '{"subnet": {"name": "tenantnetwork1-subnet_0d07679c-d08d-4ea7-893d-02d2fc439aa3", "enable_dhcp": true, "network_id": "4dc72aea-6fe9-461c-9359-ece37728a912", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 01:57:33,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2b0bfebc-309a-4ce1-89f9-51c371ffc4a8 Date: Tue, 21 Aug 2018 01:57:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dc72aea-6fe9-461c-9359-ece37728a912","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:57:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:57:33Z","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":"9395463b2c594ad385c1520193638f95","id":"827e45ca-6b8e-4582-a70e-dbc92b117830","subnetpool_id":null,"name":"tenantnetwork1-subnet_0d07679c-d08d-4ea7-893d-02d2fc439aa3"}} 2018-08-21 01:57:33,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-2b0bfebc-309a-4ce1-89f9-51c371ffc4a8 2018-08-21 01:57:33,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.786211967468s 2018-08-21 01:57:33,882 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-2b0bfebc-309a-4ce1-89f9-51c371ffc4a8 2018-08-21 01:57:33,882 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:57:33Z', 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'827e45ca-6b8e-4582-a70e-dbc92b117830', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_0d07679c-d08d-4ea7-893d-02d2fc439aa3', u'enable_dhcp': True, u'network_id': u'4dc72aea-6fe9-461c-9359-ece37728a912', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:57:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 01:57:33,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 01:57:33,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "tenantnetwork1-router_0d07679c-d08d-4ea7-893d-02d2fc439aa3", "admin_state_up": true}}' 2018-08-21 01:57:35,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-2314eb55-a689-4abe-9a4b-79192d8afd4d Date: Tue, 21 Aug 2018 01:57:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T01:57:35Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "5fd8941a-5929-42b9-98e2-99900c091dc1", "name": "tenantnetwork1-router_0d07679c-d08d-4ea7-893d-02d2fc439aa3"}} 2018-08-21 01:57:35,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-2314eb55-a689-4abe-9a4b-79192d8afd4d 2018-08-21 01:57:35,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45675706863s 2018-08-21 01:57:35,340 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-2314eb55-a689-4abe-9a4b-79192d8afd4d 2018-08-21 01:57:35,340 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:57:33Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T01:57:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'5fd8941a-5929-42b9-98e2-99900c091dc1', u'name': u'tenantnetwork1-router_0d07679c-d08d-4ea7-893d-02d2fc439aa3'}) 2018-08-21 01:57:35,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 01:57:35,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1/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}470671dc10be4a72efdf86954c0e0ff365486c0c" -d '{"subnet_id": "827e45ca-6b8e-4582-a70e-dbc92b117830"}' 2018-08-21 01:57:36,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-35a37dba-35dc-46f6-9e42-93672351a8b6 Date: Tue, 21 Aug 2018 01:57:36 GMT RESP BODY: {"network_id": "4dc72aea-6fe9-461c-9359-ece37728a912", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "827e45ca-6b8e-4582-a70e-dbc92b117830", "subnet_ids": ["827e45ca-6b8e-4582-a70e-dbc92b117830"], "port_id": "203c2a77-8e03-438e-89f5-cf775e1b4578", "id": "5fd8941a-5929-42b9-98e2-99900c091dc1"} 2018-08-21 01:57:36,846 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1/add_router_interface.json used request id req-35a37dba-35dc-46f6-9e42-93672351a8b6 2018-08-21 01:57:36,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.50566005707s 2018-08-21 01:57:36,847 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1/add_router_interface.json used request id req-35a37dba-35dc-46f6-9e42-93672351a8b6 returning object 5fd8941a-5929-42b9-98e2-99900c091dc1 2018-08-21 01:57:36,961 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 01:57:36,961 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-21 01:57:36,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 01:57:36,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1/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}470671dc10be4a72efdf86954c0e0ff365486c0c" -d '{"subnet_id": "827e45ca-6b8e-4582-a70e-dbc92b117830"}' 2018-08-21 01:57:38,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-50c6a218-7df4-48d8-8daa-3fbbc8a698c1 Date: Tue, 21 Aug 2018 01:57:38 GMT RESP BODY: {"network_id": "4dc72aea-6fe9-461c-9359-ece37728a912", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "827e45ca-6b8e-4582-a70e-dbc92b117830", "subnet_ids": ["827e45ca-6b8e-4582-a70e-dbc92b117830"], "port_id": "203c2a77-8e03-438e-89f5-cf775e1b4578", "id": "5fd8941a-5929-42b9-98e2-99900c091dc1"} 2018-08-21 01:57:38,654 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1/remove_router_interface.json used request id req-50c6a218-7df4-48d8-8daa-3fbbc8a698c1 2018-08-21 01:57:38,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68901109695s 2018-08-21 01:57:38,654 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1/remove_router_interface.json used request id req-50c6a218-7df4-48d8-8daa-3fbbc8a698c1 returning object 5fd8941a-5929-42b9-98e2-99900c091dc1 2018-08-21 01:57:38,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 01:57:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:38,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-a76bcdfe-432d-413b-8bf5-91a060cc91e2 Date: Tue, 21 Aug 2018 01:57:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T01:57:38Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "5fd8941a-5929-42b9-98e2-99900c091dc1", "name": "tenantnetwork1-router_0d07679c-d08d-4ea7-893d-02d2fc439aa3"}]} 2018-08-21 01:57:38,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-a76bcdfe-432d-413b-8bf5-91a060cc91e2 2018-08-21 01:57:38,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.282365083694s 2018-08-21 01:57:38,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-a76bcdfe-432d-413b-8bf5-91a060cc91e2 2018-08-21 01:57:38,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 01:57:38,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:40,182 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ebbe463a-734a-4664-9953-a86820391158 Content-Length: 0 Date: Tue, 21 Aug 2018 01:57:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:57:40,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1.json used request id req-ebbe463a-734a-4664-9953-a86820391158 2018-08-21 01:57:40,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24352908134s 2018-08-21 01:57:40,183 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/5fd8941a-5929-42b9-98e2-99900c091dc1.json used request id req-ebbe463a-734a-4664-9953-a86820391158 2018-08-21 01:57:40,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:57:40,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:40,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-892390ec-1225-43ed-a6d6-1e499267bf16 Date: Tue, 21 Aug 2018 01:57:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4dc72aea-6fe9-461c-9359-ece37728a912","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:57:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:57:33Z","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":"9395463b2c594ad385c1520193638f95","id":"827e45ca-6b8e-4582-a70e-dbc92b117830","subnetpool_id":null,"name":"tenantnetwork1-subnet_0d07679c-d08d-4ea7-893d-02d2fc439aa3"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 01:57:40,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-892390ec-1225-43ed-a6d6-1e499267bf16 2018-08-21 01:57:40,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0797829627991s 2018-08-21 01:57:40,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-892390ec-1225-43ed-a6d6-1e499267bf16 2018-08-21 01:57:40,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 01:57:40,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/827e45ca-6b8e-4582-a70e-dbc92b117830.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:41,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3a0b1b4-2729-4233-b3fd-014a87402547 Date: Tue, 21 Aug 2018 01:57:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:57:41,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/827e45ca-6b8e-4582-a70e-dbc92b117830.json used request id req-a3a0b1b4-2729-4233-b3fd-014a87402547 2018-08-21 01:57:41,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.01308989525s 2018-08-21 01:57:41,279 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/827e45ca-6b8e-4582-a70e-dbc92b117830.json used request id req-a3a0b1b4-2729-4233-b3fd-014a87402547 2018-08-21 01:57:41,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:57:41,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:41,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-2aa1d504-491b-4b5b-b077-2d2ca8ddb7db Date: Tue, 21 Aug 2018 01:57:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4dc72aea-6fe9-461c-9359-ece37728a912","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:57:41Z","provider:segmentation_id":70,"name":"tenantnetwork1-net_0d07679c-d08d-4ea7-893d-02d2fc439aa3","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:57:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:57:41,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-2aa1d504-491b-4b5b-b077-2d2ca8ddb7db 2018-08-21 01:57:41,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0910670757294s 2018-08-21 01:57:41,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-2aa1d504-491b-4b5b-b077-2d2ca8ddb7db 2018-08-21 01:57:41,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 01:57:41,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/4dc72aea-6fe9-461c-9359-ece37728a912.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}470671dc10be4a72efdf86954c0e0ff365486c0c" 2018-08-21 01:57:43,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9292d13-ba8d-448a-ac7b-7853b6e411f4 Date: Tue, 21 Aug 2018 01:57:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:57:43,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/4dc72aea-6fe9-461c-9359-ece37728a912.json used request id req-d9292d13-ba8d-448a-ac7b-7853b6e411f4 2018-08-21 01:57:43,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.79309415817s 2018-08-21 01:57:43,167 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/4dc72aea-6fe9-461c-9359-ece37728a912.json used request id req-d9292d13-ba8d-448a-ac7b-7853b6e411f4 2018-08-21 01:57:43,218 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-21 01:57:43,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:57:43,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:57:43,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:57:43,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:57:43,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:57:43,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:57:43,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:57:43,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:57:43,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:57:43,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:57:43,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07946925-7357-4421-9fbc-7eab703404fa 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:57:43,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-07946925-7357-4421-9fbc-7eab703404fa 2018-08-21 01:57:43,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:57:43,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:57:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["FLMr6oJZTdKUjbTxSV5IFg"], "issued_at": "2018-08-21T01:57:43.000000Z"}} 2018-08-21 01:57:43,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:57:43,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:44,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-89234f6b-c41c-4ab4-968b-27755df7ba52 Date: Tue, 21 Aug 2018 01:57:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:57:44,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89234f6b-c41c-4ab4-968b-27755df7ba52 2018-08-21 01:57:44,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12775802612s 2018-08-21 01:57:44,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89234f6b-c41c-4ab4-968b-27755df7ba52 2018-08-21 01:57:44,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:57:44,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 01:57:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04fefd5a-9ba4-48d8-99b3-8d7e2c73a254 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 01:57:44,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-04fefd5a-9ba4-48d8-99b3-8d7e2c73a254 2018-08-21 01:57:44,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 01:57:44,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:44,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f1c3762-66e6-4d90-aa51-120705bf5cb7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 01:57:44,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-8f1c3762-66e6-4d90-aa51-120705bf5cb7 2018-08-21 01:57:44,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18332195282s 2018-08-21 01:57:44,977 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-8f1c3762-66e6-4d90-aa51-120705bf5cb7 2018-08-21 01:57:44,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 01:57:44,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_ffbf59c6-9b51-4284-aa57-449afb4e4879"}}' 2018-08-21 01:57:45,309 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 01:57:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e92edc2-e8a3-4c32-8bc2-c6d4cca6fe8f 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.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0"}, "tags": [], "enabled": true, "id": "b6c98e7321a54c75afd59b55c028aaf0", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ffbf59c6-9b51-4284-aa57-449afb4e4879"}} 2018-08-21 01:57:45,310 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-8e92edc2-e8a3-4c32-8bc2-c6d4cca6fe8f 2018-08-21 01:57:45,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.325508117676s 2018-08-21 01:57:45,310 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-8e92edc2-e8a3-4c32-8bc2-c6d4cca6fe8f 2018-08-21 01:57:45,311 - 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'b6c98e7321a54c75afd59b55c028aaf0', '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_ffbf59c6-9b51-4284-aa57-449afb4e4879'}) 2018-08-21 01:57:45,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 01:57:45,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f77851b5-545e-4b6b-8cb0-477fbc4175a0", "email": null, "name": "tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879"}}' 2018-08-21 01:57:45,809 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 01:57:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbc2edbb-e7da-4a17-a79d-78a0ba9c9974 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879", "links": {"self": "http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e5bb2f4e74c54e20806a582ead7466e9", "domain_id": "default", "password_expires_at": null}} 2018-08-21 01:57:45,809 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-fbc2edbb-e7da-4a17-a79d-78a0ba9c9974 2018-08-21 01:57:45,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.491854906082s 2018-08-21 01:57:45,809 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-fbc2edbb-e7da-4a17-a79d-78a0ba9c9974 2018-08-21 01:57:45,810 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e5bb2f4e74c54e20806a582ead7466e9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879'}) 2018-08-21 01:57:45,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:57:45,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:45,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c110a5b-8a60-45ed-b88a-123471b30543 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:57:45,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-2c110a5b-8a60-45ed-b88a-123471b30543 2018-08-21 01:57:45,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108214139938s 2018-08-21 01:57:45,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-2c110a5b-8a60-45ed-b88a-123471b30543 2018-08-21 01:57:45,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:57:45,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:46,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ba0a1b-8099-4394-8443-e4538edde3db Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:57:46,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-01ba0a1b-8099-4394-8443-e4538edde3db 2018-08-21 01:57:46,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178241014481s 2018-08-21 01:57:46,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-01ba0a1b-8099-4394-8443-e4538edde3db 2018-08-21 01:57:46,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:57:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:46,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1958356f-9e8b-4ace-b7d4-876e2140bed1 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:57:46,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-1958356f-9e8b-4ace-b7d4-876e2140bed1 2018-08-21 01:57:46,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108844995499s 2018-08-21 01:57:46,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-1958356f-9e8b-4ace-b7d4-876e2140bed1 2018-08-21 01:57:46,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 01:57:46,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:46,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-001ba523-f2e5-487e-af78-11550cab77e1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 01:57:46,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-001ba523-f2e5-487e-af78-11550cab77e1 2018-08-21 01:57:46,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178678035736s 2018-08-21 01:57:46,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-001ba523-f2e5-487e-af78-11550cab77e1 2018-08-21 01:57:46,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 01:57:46,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:46,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8052ba1e-29a9-43dc-8d07-de5295b6c87a Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879", "links": {"self": "http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e5bb2f4e74c54e20806a582ead7466e9", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 01:57:46,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-8052ba1e-29a9-43dc-8d07-de5295b6c87a 2018-08-21 01:57:46,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201653003693s 2018-08-21 01:57:46,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-8052ba1e-29a9-43dc-8d07-de5295b6c87a 2018-08-21 01:57:46,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 01:57:46,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:46,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47eeb6b5-6cbd-4ab8-b9b4-cf7c6d7027e0 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0"}, "tags": [], "enabled": true, "id": "b6c98e7321a54c75afd59b55c028aaf0", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ffbf59c6-9b51-4284-aa57-449afb4e4879"}]} 2018-08-21 01:57:46,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-47eeb6b5-6cbd-4ab8-b9b4-cf7c6d7027e0 2018-08-21 01:57:46,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179529905319s 2018-08-21 01:57:46,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-47eeb6b5-6cbd-4ab8-b9b4-cf7c6d7027e0 2018-08-21 01:57:46,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 01:57:46,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=e5bb2f4e74c54e20806a582ead7466e9&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=b6c98e7321a54c75afd59b55c028aaf0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:46,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa088fd5-d069-4104-a0f4-9f68cd8ba4d3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=e5bb2f4e74c54e20806a582ead7466e9&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=b6c98e7321a54c75afd59b55c028aaf0", "previous": null, "next": null}} 2018-08-21 01:57:46,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=e5bb2f4e74c54e20806a582ead7466e9&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=b6c98e7321a54c75afd59b55c028aaf0 used request id req-aa088fd5-d069-4104-a0f4-9f68cd8ba4d3 2018-08-21 01:57:46,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100960016251s 2018-08-21 01:57:46,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=e5bb2f4e74c54e20806a582ead7466e9&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=b6c98e7321a54c75afd59b55c028aaf0 used request id req-aa088fd5-d069-4104-a0f4-9f68cd8ba4d3 2018-08-21 01:57:46,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 01:57:46,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0/users/e5bb2f4e74c54e20806a582ead7466e9/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:47,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:57:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45de49e2-abbc-40c4-a6b6-a08ab88bb449 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 01:57:47,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0/users/e5bb2f4e74c54e20806a582ead7466e9/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-45de49e2-abbc-40c4-a6b6-a08ab88bb449 2018-08-21 01:57:47,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.242344141006s 2018-08-21 01:57:47,153 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0/users/e5bb2f4e74c54e20806a582ead7466e9/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-45de49e2-abbc-40c4-a6b6-a08ab88bb449 2018-08-21 01:57:47,154 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_ffbf59c6-9b51-4284-aa57-449afb4e4879', 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'b6c98e7321a54c75afd59b55c028aaf0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f77851b5-545e-4b6b-8cb0-477fbc4175a0', 'username': u'tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 01:57:47,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:57:47,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:57:47,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:57:47,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:57:47,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:57:47,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:57:47,159 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879', 'password': 'f77851b5-545e-4b6b-8cb0-477fbc4175a0', 'project_name': 'tenantnetwork2-project_ffbf59c6-9b51-4284-aa57-449afb4e4879', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': 'b6c98e7321a54c75afd59b55c028aaf0', 'project_domain_name': 'Default'} 2018-08-21 01:57:47,159 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-21 01:57:47,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:57:47,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ed76bc-de22-44f1-a639-e224f0089c6c 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:57:47,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-b9ed76bc-de22-44f1-a639-e224f0089c6c 2018-08-21 01:57:47,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:57:47,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6c98e7321a54c75afd59b55c028aaf0", "name": "tenantnetwork2-project_ffbf59c6-9b51-4284-aa57-449afb4e4879"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/b6c98e7321a54c75afd59b55c028aaf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/b6c98e7321a54c75afd59b55c028aaf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/b6c98e7321a54c75afd59b55c028aaf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/b6c98e7321a54c75afd59b55c028aaf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/b6c98e7321a54c75afd59b55c028aaf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/b6c98e7321a54c75afd59b55c028aaf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/b6c98e7321a54c75afd59b55c028aaf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/b6c98e7321a54c75afd59b55c028aaf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/b6c98e7321a54c75afd59b55c028aaf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_b6c98e7321a54c75afd59b55c028aaf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b6c98e7321a54c75afd59b55c028aaf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/b6c98e7321a54c75afd59b55c028aaf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/b6c98e7321a54c75afd59b55c028aaf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/b6c98e7321a54c75afd59b55c028aaf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879", "id": "e5bb2f4e74c54e20806a582ead7466e9"}, "audit_ids": ["SecQ4yZHTgSrP0fnFlz5Ww"], "issued_at": "2018-08-21T01:57:47.000000Z"}} 2018-08-21 01:57:47,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 01:57:47,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}eadbb3b07c524cc46d1033126395e3763af3069d" -d '{"network": {"name": "tenantnetwork2-net_ffbf59c6-9b51-4284-aa57-449afb4e4879", "admin_state_up": true}}' 2018-08-21 01:57:49,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-d43b7ef6-3786-4e70-8973-8b1eb1a11487 Date: Tue, 21 Aug 2018 01:57:49 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6c98e7321a54c75afd59b55c028aaf0","created_at":"2018-08-21T01:57:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T01:57:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6c98e7321a54c75afd59b55c028aaf0","id":"ed23f958-5d71-4b7e-9ecb-195c9ff98a5a","name":"tenantnetwork2-net_ffbf59c6-9b51-4284-aa57-449afb4e4879"}} 2018-08-21 01:57:49,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-d43b7ef6-3786-4e70-8973-8b1eb1a11487 2018-08-21 01:57:49,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.53174805641s 2018-08-21 01:57:49,101 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-d43b7ef6-3786-4e70-8973-8b1eb1a11487 2018-08-21 01:57:49,102 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:57:48Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ed23f958-5d71-4b7e-9ecb-195c9ff98a5a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_ffbf59c6-9b51-4284-aa57-449afb4e4879', u'admin_state_up': True, u'tenant_id': u'b6c98e7321a54c75afd59b55c028aaf0', u'created_at': u'2018-08-21T01:57:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b6c98e7321a54c75afd59b55c028aaf0'}) 2018-08-21 01:57:49,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:57:49,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}eadbb3b07c524cc46d1033126395e3763af3069d" 2018-08-21 01:57:49,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-bed5e515-1cab-4740-a3d8-3e6156ec1e91 Date: Tue, 21 Aug 2018 01:57: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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T01:57:48Z","tenant_id":"b6c98e7321a54c75afd59b55c028aaf0","created_at":"2018-08-21T01:57:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b6c98e7321a54c75afd59b55c028aaf0","id":"ed23f958-5d71-4b7e-9ecb-195c9ff98a5a","name":"tenantnetwork2-net_ffbf59c6-9b51-4284-aa57-449afb4e4879"}]} 2018-08-21 01:57:49,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-bed5e515-1cab-4740-a3d8-3e6156ec1e91 2018-08-21 01:57:49,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.144330024719s 2018-08-21 01:57:49,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-bed5e515-1cab-4740-a3d8-3e6156ec1e91 2018-08-21 01:57:49,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 01:57:49,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}eadbb3b07c524cc46d1033126395e3763af3069d" -d '{"subnet": {"name": "tenantnetwork2-subnet_ffbf59c6-9b51-4284-aa57-449afb4e4879", "enable_dhcp": true, "network_id": "ed23f958-5d71-4b7e-9ecb-195c9ff98a5a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 01:57:49,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fd0d4d90-9885-45cf-8cc0-69a4417dc439 Date: Tue, 21 Aug 2018 01:57:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed23f958-5d71-4b7e-9ecb-195c9ff98a5a","tenant_id":"b6c98e7321a54c75afd59b55c028aaf0","created_at":"2018-08-21T01:57:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:57:49Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b6c98e7321a54c75afd59b55c028aaf0","id":"fac0988f-c36d-4622-a095-1d7e03704a45","subnetpool_id":null,"name":"tenantnetwork2-subnet_ffbf59c6-9b51-4284-aa57-449afb4e4879"}} 2018-08-21 01:57:49,957 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-fd0d4d90-9885-45cf-8cc0-69a4417dc439 2018-08-21 01:57:49,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.707888841629s 2018-08-21 01:57:49,957 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-fd0d4d90-9885-45cf-8cc0-69a4417dc439 2018-08-21 01:57:49,957 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:57:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fac0988f-c36d-4622-a095-1d7e03704a45', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_ffbf59c6-9b51-4284-aa57-449afb4e4879', u'enable_dhcp': True, u'network_id': u'ed23f958-5d71-4b7e-9ecb-195c9ff98a5a', u'tenant_id': u'b6c98e7321a54c75afd59b55c028aaf0', u'created_at': u'2018-08-21T01:57:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b6c98e7321a54c75afd59b55c028aaf0'}) 2018-08-21 01:57:49,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 01:57:49,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}eadbb3b07c524cc46d1033126395e3763af3069d" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "tenantnetwork2-router_ffbf59c6-9b51-4284-aa57-449afb4e4879", "admin_state_up": true}}' 2018-08-21 01:57:51,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f3a7a031-5fe0-4a53-acdd-a5a0e23c4050 Date: Tue, 21 Aug 2018 01:57:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:50Z", "admin_state_up": true, "updated_at": "2018-08-21T01:57:51Z", "revision_number": 2, "routes": [], "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "d6e415ce-b46a-4863-a40a-2351da5f8424", "name": "tenantnetwork2-router_ffbf59c6-9b51-4284-aa57-449afb4e4879"}} 2018-08-21 01:57:51,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f3a7a031-5fe0-4a53-acdd-a5a0e23c4050 2018-08-21 01:57:51,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31925106049s 2018-08-21 01:57:51,278 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f3a7a031-5fe0-4a53-acdd-a5a0e23c4050 2018-08-21 01:57:51,278 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.217'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b6c98e7321a54c75afd59b55c028aaf0', u'created_at': u'2018-08-21T01:57:50Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T01:57:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'b6c98e7321a54c75afd59b55c028aaf0', u'id': u'd6e415ce-b46a-4863-a40a-2351da5f8424', u'name': u'tenantnetwork2-router_ffbf59c6-9b51-4284-aa57-449afb4e4879'}) 2018-08-21 01:57:51,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 01:57:51,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424/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}eadbb3b07c524cc46d1033126395e3763af3069d" -d '{"subnet_id": "fac0988f-c36d-4622-a095-1d7e03704a45"}' 2018-08-21 01:57:53,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f6937983-bfd8-4afc-a802-a2467472db6d Date: Tue, 21 Aug 2018 01:57:53 GMT RESP BODY: {"network_id": "ed23f958-5d71-4b7e-9ecb-195c9ff98a5a", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "subnet_id": "fac0988f-c36d-4622-a095-1d7e03704a45", "subnet_ids": ["fac0988f-c36d-4622-a095-1d7e03704a45"], "port_id": "89451a65-292c-4439-b02f-2c52f929fed8", "id": "d6e415ce-b46a-4863-a40a-2351da5f8424"} 2018-08-21 01:57:53,186 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424/add_router_interface.json used request id req-f6937983-bfd8-4afc-a802-a2467472db6d 2018-08-21 01:57:53,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.90734291077s 2018-08-21 01:57:53,187 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424/add_router_interface.json used request id req-f6937983-bfd8-4afc-a802-a2467472db6d returning object d6e415ce-b46a-4863-a40a-2351da5f8424 2018-08-21 01:57:53,303 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 01:57:53,303 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-21 01:57:53,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 01:57:53,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424/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}eadbb3b07c524cc46d1033126395e3763af3069d" -d '{"subnet_id": "fac0988f-c36d-4622-a095-1d7e03704a45"}' 2018-08-21 01:57:54,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ec93e66c-ec0a-461d-a82f-1ecd2dd0481e Date: Tue, 21 Aug 2018 01:57:54 GMT RESP BODY: {"network_id": "ed23f958-5d71-4b7e-9ecb-195c9ff98a5a", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "subnet_id": "fac0988f-c36d-4622-a095-1d7e03704a45", "subnet_ids": ["fac0988f-c36d-4622-a095-1d7e03704a45"], "port_id": "89451a65-292c-4439-b02f-2c52f929fed8", "id": "d6e415ce-b46a-4863-a40a-2351da5f8424"} 2018-08-21 01:57:54,953 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424/remove_router_interface.json used request id req-ec93e66c-ec0a-461d-a82f-1ecd2dd0481e 2018-08-21 01:57:54,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.64479780197s 2018-08-21 01:57:54,953 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424/remove_router_interface.json used request id req-ec93e66c-ec0a-461d-a82f-1ecd2dd0481e returning object d6e415ce-b46a-4863-a40a-2351da5f8424 2018-08-21 01:57:54,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 01:57:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}eadbb3b07c524cc46d1033126395e3763af3069d" 2018-08-21 01:57:55,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-be34c025-6b80-4b2f-8294-e8105dda078a Date: Tue, 21 Aug 2018 01:57:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:50Z", "admin_state_up": true, "updated_at": "2018-08-21T01:57:54Z", "revision_number": 4, "routes": [], "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "d6e415ce-b46a-4863-a40a-2351da5f8424", "name": "tenantnetwork2-router_ffbf59c6-9b51-4284-aa57-449afb4e4879"}]} 2018-08-21 01:57:55,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-be34c025-6b80-4b2f-8294-e8105dda078a 2018-08-21 01:57:55,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.118432044983s 2018-08-21 01:57:55,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-be34c025-6b80-4b2f-8294-e8105dda078a 2018-08-21 01:57:55,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 01:57:55,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eadbb3b07c524cc46d1033126395e3763af3069d" 2018-08-21 01:57:56,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60a2c633-6d9c-43f3-bb32-740bc6611c32 Content-Length: 0 Date: Tue, 21 Aug 2018 01:57:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:57:56,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424.json used request id req-60a2c633-6d9c-43f3-bb32-740bc6611c32 2018-08-21 01:57:56,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4012029171s 2018-08-21 01:57:56,476 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/d6e415ce-b46a-4863-a40a-2351da5f8424.json used request id req-60a2c633-6d9c-43f3-bb32-740bc6611c32 2018-08-21 01:57:56,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:57:56,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}eadbb3b07c524cc46d1033126395e3763af3069d" 2018-08-21 01:57:56,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f892e0d4-696d-4a5e-81d2-e8d320eaf3cd Date: Tue, 21 Aug 2018 01:57:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed23f958-5d71-4b7e-9ecb-195c9ff98a5a","tenant_id":"b6c98e7321a54c75afd59b55c028aaf0","created_at":"2018-08-21T01:57:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:57:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b6c98e7321a54c75afd59b55c028aaf0","id":"fac0988f-c36d-4622-a095-1d7e03704a45","subnetpool_id":null,"name":"tenantnetwork2-subnet_ffbf59c6-9b51-4284-aa57-449afb4e4879"}]} 2018-08-21 01:57:56,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-f892e0d4-696d-4a5e-81d2-e8d320eaf3cd 2018-08-21 01:57:56,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.082426071167s 2018-08-21 01:57:56,559 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-f892e0d4-696d-4a5e-81d2-e8d320eaf3cd 2018-08-21 01:57:56,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 01:57:56,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/fac0988f-c36d-4622-a095-1d7e03704a45.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eadbb3b07c524cc46d1033126395e3763af3069d" 2018-08-21 01:57:57,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-150b2f58-741a-40ba-8291-051b39ed0dff Date: Tue, 21 Aug 2018 01:57:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:57:57,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/fac0988f-c36d-4622-a095-1d7e03704a45.json used request id req-150b2f58-741a-40ba-8291-051b39ed0dff 2018-08-21 01:57:57,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.970226049423s 2018-08-21 01:57:57,531 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/fac0988f-c36d-4622-a095-1d7e03704a45.json used request id req-150b2f58-741a-40ba-8291-051b39ed0dff 2018-08-21 01:57:57,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:57:57,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}eadbb3b07c524cc46d1033126395e3763af3069d" 2018-08-21 01:57:57,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-c2ec3ce9-7d35-4ac6-9d47-20fba846b3dd Date: Tue, 21 Aug 2018 01:57:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T01:57:57Z","tenant_id":"b6c98e7321a54c75afd59b55c028aaf0","created_at":"2018-08-21T01:57:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6c98e7321a54c75afd59b55c028aaf0","id":"ed23f958-5d71-4b7e-9ecb-195c9ff98a5a","name":"tenantnetwork2-net_ffbf59c6-9b51-4284-aa57-449afb4e4879"}]} 2018-08-21 01:57:57,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-c2ec3ce9-7d35-4ac6-9d47-20fba846b3dd 2018-08-21 01:57:57,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106393098831s 2018-08-21 01:57:57,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-c2ec3ce9-7d35-4ac6-9d47-20fba846b3dd 2018-08-21 01:57:57,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 01:57:57,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/ed23f958-5d71-4b7e-9ecb-195c9ff98a5a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eadbb3b07c524cc46d1033126395e3763af3069d" 2018-08-21 01:57:59,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f32a5f74-2485-4caa-8649-b28e433ac350 Date: Tue, 21 Aug 2018 01:57:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:57:59,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/ed23f958-5d71-4b7e-9ecb-195c9ff98a5a.json used request id req-f32a5f74-2485-4caa-8649-b28e433ac350 2018-08-21 01:57:59,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.97562909126s 2018-08-21 01:57:59,615 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/ed23f958-5d71-4b7e-9ecb-195c9ff98a5a.json used request id req-f32a5f74-2485-4caa-8649-b28e433ac350 2018-08-21 01:57:59,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 01:57:59,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:57:59,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8da46b1-7f35-4211-aafc-5a2ca4092d0a Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879", "links": {"self": "http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e5bb2f4e74c54e20806a582ead7466e9", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 01:57:59,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-e8da46b1-7f35-4211-aafc-5a2ca4092d0a 2018-08-21 01:57:59,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206228017807s 2018-08-21 01:57:59,822 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-e8da46b1-7f35-4211-aafc-5a2ca4092d0a 2018-08-21 01:57:59,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 01:57:59,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:58:00,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc98ce29-8c86-40cb-a833-196ea5c0ddbb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ffbf59c6-9b51-4284-aa57-449afb4e4879", "links": {"self": "http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e5bb2f4e74c54e20806a582ead7466e9", "description": null}} 2018-08-21 01:58:00,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9 used request id req-dc98ce29-8c86-40cb-a833-196ea5c0ddbb 2018-08-21 01:58:00,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194169044495s 2018-08-21 01:58:00,023 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9 used request id req-dc98ce29-8c86-40cb-a833-196ea5c0ddbb 2018-08-21 01:58:00,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 01:58:00,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:58:00,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:58:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50ef8a74-5ceb-4433-90b3-d778862cb1e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 01:58:00,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9 used request id req-50ef8a74-5ceb-4433-90b3-d778862cb1e9 2018-08-21 01:58:00,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.309298992157s 2018-08-21 01:58:00,333 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/e5bb2f4e74c54e20806a582ead7466e9 used request id req-50ef8a74-5ceb-4433-90b3-d778862cb1e9 2018-08-21 01:58:00,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 01:58:00,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:58:00,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315d4fb4-5c1b-40c5-b8d6-fca746f65c1e Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0"}, "tags": [], "enabled": true, "id": "b6c98e7321a54c75afd59b55c028aaf0", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ffbf59c6-9b51-4284-aa57-449afb4e4879"}]} 2018-08-21 01:58:00,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-315d4fb4-5c1b-40c5-b8d6-fca746f65c1e 2018-08-21 01:58:00,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195620059967s 2018-08-21 01:58:00,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-315d4fb4-5c1b-40c5-b8d6-fca746f65c1e 2018-08-21 01:58:00,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 01:58:00,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88e54a6ed5be6dafc8e5eb74a9e21a4c0fcbda04" 2018-08-21 01:58:00,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:58:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36b75c10-38ae-4049-a9df-dec078a40f28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 01:58:00,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0 used request id req-36b75c10-38ae-4049-a9df-dec078a40f28 2018-08-21 01:58:00,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.31485581398s 2018-08-21 01:58:00,854 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/b6c98e7321a54c75afd59b55c028aaf0 used request id req-36b75c10-38ae-4049-a9df-dec078a40f28 2018-08-21 01:58:00,905 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:58:00,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:58:00,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:58:00,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:01,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54697fad-35ac-432f-916f-6d494d61a855 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:58:01,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-54697fad-35ac-432f-916f-6d494d61a855 2018-08-21 01:58:01,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:58:01,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:58:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["Wh_foEI_TJ-OvOyLbPojLA"], "issued_at": "2018-08-21T01:58:01.000000Z"}} 2018-08-21 01:58:01,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:01,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:02,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f815423e-06a4-4376-8439-c1d95a739889 Date: Tue, 21 Aug 2018 01:58:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:58:02,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f815423e-06a4-4376-8439-c1d95a739889 2018-08-21 01:58:02,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05130195618s 2018-08-21 01:58:02,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f815423e-06a4-4376-8439-c1d95a739889 2018-08-21 01:58:02,440 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-21 01:58:02,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 01:58:02,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"network": {"name": "vmready1-net_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "admin_state_up": true}}' 2018-08-21 01:58:02,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-3cfb7766-0112-4b48-8e6e-0fdefb9cf090 Date: Tue, 21 Aug 2018 01:58:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c3714492-fd33-4a15-9ef3-bc60d00158e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:58:02Z","is_default":false,"provider:segmentation_id":21,"name":"vmready1-net_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:02Z","mtu":1450}} 2018-08-21 01:58:02,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-3cfb7766-0112-4b48-8e6e-0fdefb9cf090 2018-08-21 01:58:02,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.331521034241s 2018-08-21 01:58:02,772 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-3cfb7766-0112-4b48-8e6e-0fdefb9cf090 2018-08-21 01:58:02,772 - 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-21T01:58:02Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c3714492-fd33-4a15-9ef3-bc60d00158e6', u'provider:segmentation_id': 21, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:58:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 01:58:02,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:02,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:02,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-d76380d8-949f-4f17-a6d6-6b03ad3353ca Date: Tue, 21 Aug 2018 01:58:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c3714492-fd33-4a15-9ef3-bc60d00158e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:58:02Z","provider:segmentation_id":21,"name":"vmready1-net_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:02Z","provider:network_type":"vxlan"}]} 2018-08-21 01:58:02,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-d76380d8-949f-4f17-a6d6-6b03ad3353ca 2018-08-21 01:58:02,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.175846815109s 2018-08-21 01:58:02,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-d76380d8-949f-4f17-a6d6-6b03ad3353ca 2018-08-21 01:58:02,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 01:58:02,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"subnet": {"name": "vmready1-subnet_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "enable_dhcp": true, "network_id": "c3714492-fd33-4a15-9ef3-bc60d00158e6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 01:58:03,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7e0724df-7eae-4e04-9ee0-aab143e943fc Date: Tue, 21 Aug 2018 01:58:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3714492-fd33-4a15-9ef3-bc60d00158e6","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:58:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"839c5dd9-c0e9-4078-82e4-00da78dcda0c","subnetpool_id":null,"name":"vmready1-subnet_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc"}} 2018-08-21 01:58:03,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-7e0724df-7eae-4e04-9ee0-aab143e943fc 2018-08-21 01:58:03,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.414045095444s 2018-08-21 01:58:03,364 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-7e0724df-7eae-4e04-9ee0-aab143e943fc 2018-08-21 01:58:03,365 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:58:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'839c5dd9-c0e9-4078-82e4-00da78dcda0c', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc', u'enable_dhcp': True, u'network_id': u'c3714492-fd33-4a15-9ef3-bc60d00158e6', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:58:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 01:58:03,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 01:58:03,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "vmready1-router_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "admin_state_up": true}}' 2018-08-21 01:58:04,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-ffc1c0d4-78f5-4d4b-975b-5c69fd566822 Date: Tue, 21 Aug 2018 01:58:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T01:58:04Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "655c6841-07ca-45be-bf7e-172bfb883420", "name": "vmready1-router_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc"}} 2018-08-21 01:58:04,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-ffc1c0d4-78f5-4d4b-975b-5c69fd566822 2018-08-21 01:58:04,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27939295769s 2018-08-21 01:58:04,645 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-ffc1c0d4-78f5-4d4b-975b-5c69fd566822 2018-08-21 01:58:04,645 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:58:03Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T01:58:04Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'655c6841-07ca-45be-bf7e-172bfb883420', u'name': u'vmready1-router_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc'}) 2018-08-21 01:58:04,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 01:58:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420/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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"subnet_id": "839c5dd9-c0e9-4078-82e4-00da78dcda0c"}' 2018-08-21 01:58:06,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4970a1c8-3610-4b4b-bda4-b95f4bdb6995 Date: Tue, 21 Aug 2018 01:58:06 GMT RESP BODY: {"network_id": "c3714492-fd33-4a15-9ef3-bc60d00158e6", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "839c5dd9-c0e9-4078-82e4-00da78dcda0c", "subnet_ids": ["839c5dd9-c0e9-4078-82e4-00da78dcda0c"], "port_id": "c06b77ed-ed16-45bc-9c1b-35a124182e5a", "id": "655c6841-07ca-45be-bf7e-172bfb883420"} 2018-08-21 01:58:06,409 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420/add_router_interface.json used request id req-4970a1c8-3610-4b4b-bda4-b95f4bdb6995 2018-08-21 01:58:06,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.76423311234s 2018-08-21 01:58:06,410 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420/add_router_interface.json used request id req-4970a1c8-3610-4b4b-bda4-b95f4bdb6995 returning object 655c6841-07ca-45be-bf7e-172bfb883420 2018-08-21 01:58:06,410 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 01:58:06,515 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 01:58:06,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:06,521 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 01:58:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 01:58:06,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:06,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:07,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7ba5c95d-c080-43c2-b582-3ced38fa0f6d Date: Tue, 21 Aug 2018 01:58:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:07,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7ba5c95d-c080-43c2-b582-3ced38fa0f6d 2018-08-21 01:58:07,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.72430896759s 2018-08-21 01:58:07,247 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7ba5c95d-c080-43c2-b582-3ced38fa0f6d 2018-08-21 01:58:07,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 01:58:07,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc"}' 2018-08-21 01:58:07,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3aad895e-6482-4499-a077-a4f2b66a30a1 Date: Tue, 21 Aug 2018 01:58:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:07Z", "file": "/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "b3a389fa-d464-485a-97cc-1f793f5f5f7c", "size": null, "self": "/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c", "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_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "checksum": null, "created_at": "2018-08-21T01:58:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 01:58:07,330 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-3aad895e-6482-4499-a077-a4f2b66a30a1 2018-08-21 01:58:07,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0781199932098s 2018-08-21 01:58:07,330 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-3aad895e-6482-4499-a077-a4f2b66a30a1 returning object b3a389fa-d464-485a-97cc-1f793f5f5f7c 2018-08-21 01:58:07,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 01:58:07,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/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}5ebfa10120067918c7507302c3b964469d7da295" -d '' 2018-08-21 01:58:10,249 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f29fc962-34b8-4e63-aa1c-1ab63e0e63d1 Date: Tue, 21 Aug 2018 01:58:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 01:58:10,249 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/file used request id req-f29fc962-34b8-4e63-aa1c-1ab63e0e63d1 2018-08-21 01:58:10,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.9180059433s 2018-08-21 01:58:10,250 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/file used request id req-f29fc962-34b8-4e63-aa1c-1ab63e0e63d1 2018-08-21 01:58:10,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:10,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:10,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-8d209c78-44fd-4b6f-8a1b-112e0fa37336 Date: Tue, 21 Aug 2018 01:58:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:10Z", "file": "/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "b3a389fa-d464-485a-97cc-1f793f5f5f7c", "size": 12716032, "self": "/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:58:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:10,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8d209c78-44fd-4b6f-8a1b-112e0fa37336 2018-08-21 01:58:10,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0267360210419s 2018-08-21 01:58:10,281 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8d209c78-44fd-4b6f-8a1b-112e0fa37336 2018-08-21 01:58:10,282 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'b3a389fa-d464-485a-97cc-1f793f5f5f7c', 'size': 12716032, u'self': u'/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T01:58:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T01:58:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc', '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/b3a389fa-d464-485a-97cc-1f793f5f5f7c', 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_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc', 'created': u'2018-08-21T01:58:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T01:58:07Z', 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/b3a389fa-d464-485a-97cc-1f793f5f5f7c', 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_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 01:58:10,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 01:58:10,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 01:58:11,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01: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-48ef3a64-5a83-4c0d-bde1-e4aeb9720c7f x-compute-request-id: req-48ef3a64-5a83-4c0d-bde1-e4aeb9720c7f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c", "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": "c123c98b-aa6d-416f-911a-eab3d689f95c"}} 2018-08-21 01:58:11,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-48ef3a64-5a83-4c0d-bde1-e4aeb9720c7f 2018-08-21 01:58:11,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.937154054642s 2018-08-21 01:58:11,221 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-48ef3a64-5a83-4c0d-bde1-e4aeb9720c7f 2018-08-21 01:58:11,222 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc', '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'9395463b2c594ad385c1520193638f95', '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'c123c98b-aa6d-416f-911a-eab3d689f95c', 'swap': 0}) 2018-08-21 01:58:11,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 01:58:11,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c/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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"extra_specs": {}}' 2018-08-21 01:58:11,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d5ba899-8ca5-494f-8f3a-e6ac74d8e905 x-compute-request-id: req-8d5ba899-8ca5-494f-8f3a-e6ac74d8e905 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 01:58:11,353 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c/os-extra_specs used request id req-8d5ba899-8ca5-494f-8f3a-e6ac74d8e905 2018-08-21 01:58:11,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.130007982254s 2018-08-21 01:58:11,353 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c/os-extra_specs used request id req-8d5ba899-8ca5-494f-8f3a-e6ac74d8e905 2018-08-21 01:58:11,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 01:58:11,467 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 01:58:11,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 01:58:11,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420/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}5ebfa10120067918c7507302c3b964469d7da295" -d '{"subnet_id": "839c5dd9-c0e9-4078-82e4-00da78dcda0c"}' 2018-08-21 01:58:13,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68651cb7-c10b-46fd-be63-0741a90f966a Date: Tue, 21 Aug 2018 01:58:13 GMT RESP BODY: {"network_id": "c3714492-fd33-4a15-9ef3-bc60d00158e6", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "839c5dd9-c0e9-4078-82e4-00da78dcda0c", "subnet_ids": ["839c5dd9-c0e9-4078-82e4-00da78dcda0c"], "port_id": "c06b77ed-ed16-45bc-9c1b-35a124182e5a", "id": "655c6841-07ca-45be-bf7e-172bfb883420"} 2018-08-21 01:58:13,227 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420/remove_router_interface.json used request id req-68651cb7-c10b-46fd-be63-0741a90f966a 2018-08-21 01:58:13,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75660610199s 2018-08-21 01:58:13,228 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420/remove_router_interface.json used request id req-68651cb7-c10b-46fd-be63-0741a90f966a returning object 655c6841-07ca-45be-bf7e-172bfb883420 2018-08-21 01:58:13,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 01:58:13,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:13,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-f71d3043-c6a1-4bbb-ac6c-c37fee98c9ff Date: Tue, 21 Aug 2018 01:58:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T01:58:12Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "655c6841-07ca-45be-bf7e-172bfb883420", "name": "vmready1-router_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc"}]} 2018-08-21 01:58:13,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f71d3043-c6a1-4bbb-ac6c-c37fee98c9ff 2018-08-21 01:58:13,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119619846344s 2018-08-21 01:58:13,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f71d3043-c6a1-4bbb-ac6c-c37fee98c9ff 2018-08-21 01:58:13,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 01:58:13,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:14,873 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15c7a097-1f99-4af6-a696-7db5ab9d617d Content-Length: 0 Date: Tue, 21 Aug 2018 01:58:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:58:14,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420.json used request id req-15c7a097-1f99-4af6-a696-7db5ab9d617d 2018-08-21 01:58:14,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52379894257s 2018-08-21 01:58:14,874 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/655c6841-07ca-45be-bf7e-172bfb883420.json used request id req-15c7a097-1f99-4af6-a696-7db5ab9d617d 2018-08-21 01:58:14,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:58:14,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:14,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-612df8c5-a1f5-4bfe-95d4-87168635fe9d Date: Tue, 21 Aug 2018 01:58:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3714492-fd33-4a15-9ef3-bc60d00158e6","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:58:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"839c5dd9-c0e9-4078-82e4-00da78dcda0c","subnetpool_id":null,"name":"vmready1-subnet_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 01:58:14,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-612df8c5-a1f5-4bfe-95d4-87168635fe9d 2018-08-21 01:58:14,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0875999927521s 2018-08-21 01:58:14,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-612df8c5-a1f5-4bfe-95d4-87168635fe9d 2018-08-21 01:58:14,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 01:58:14,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/839c5dd9-c0e9-4078-82e4-00da78dcda0c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:15,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52e54b7a-9097-460e-8526-5f9d9605a2d8 Date: Tue, 21 Aug 2018 01:58:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:58:15,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/839c5dd9-c0e9-4078-82e4-00da78dcda0c.json used request id req-52e54b7a-9097-460e-8526-5f9d9605a2d8 2018-08-21 01:58:15,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.01276493073s 2018-08-21 01:58:15,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/839c5dd9-c0e9-4078-82e4-00da78dcda0c.json used request id req-52e54b7a-9097-460e-8526-5f9d9605a2d8 2018-08-21 01:58:15,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:15,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:16,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-c6e70347-d573-4c60-9d84-c8de7bccb9a4 Date: Tue, 21 Aug 2018 01:58:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3714492-fd33-4a15-9ef3-bc60d00158e6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:58:15Z","provider:segmentation_id":21,"name":"vmready1-net_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:02Z","provider:network_type":"vxlan"}]} 2018-08-21 01:58:16,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-c6e70347-d573-4c60-9d84-c8de7bccb9a4 2018-08-21 01:58:16,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0882019996643s 2018-08-21 01:58:16,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-c6e70347-d573-4c60-9d84-c8de7bccb9a4 2018-08-21 01:58:16,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 01:58:16,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/c3714492-fd33-4a15-9ef3-bc60d00158e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:17,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6593021c-2add-48bf-b1b1-c783ba6783c8 Date: Tue, 21 Aug 2018 01:58:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:58:17,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/c3714492-fd33-4a15-9ef3-bc60d00158e6.json used request id req-6593021c-2add-48bf-b1b1-c783ba6783c8 2018-08-21 01:58:17,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.28737020493s 2018-08-21 01:58:17,355 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/c3714492-fd33-4a15-9ef3-bc60d00158e6.json used request id req-6593021c-2add-48bf-b1b1-c783ba6783c8 2018-08-21 01:58:17,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:17,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:17,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-85fe4177-a83e-4bc3-80ed-be935cc1cd69 Date: Tue, 21 Aug 2018 01:58:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:10Z", "file": "/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "b3a389fa-d464-485a-97cc-1f793f5f5f7c", "size": 12716032, "self": "/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:58:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:17,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-85fe4177-a83e-4bc3-80ed-be935cc1cd69 2018-08-21 01:58:17,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0275559425354s 2018-08-21 01:58:17,387 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-85fe4177-a83e-4bc3-80ed-be935cc1cd69 2018-08-21 01:58:17,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 01:58:17,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:18,011 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-17b1a793-b421-4bef-b07b-9fb36e5d039d Date: Tue, 21 Aug 2018 01:58: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-21 01:58:18,011 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c used request id req-17b1a793-b421-4bef-b07b-9fb36e5d039d 2018-08-21 01:58:18,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.622985839844s 2018-08-21 01:58:18,011 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/b3a389fa-d464-485a-97cc-1f793f5f5f7c used request id req-17b1a793-b421-4bef-b07b-9fb36e5d039d 2018-08-21 01:58:18,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 01:58:18,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:18,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01: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-2c389f3a-09db-4bf0-ab9e-2810ebad34f7 x-compute-request-id: req-2c389f3a-09db-4bf0-ab9e-2810ebad34f7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_5f6eecc4-ac6a-43e0-96cc-1b1d824dbcbc", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c", "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": "c123c98b-aa6d-416f-911a-eab3d689f95c"}]} 2018-08-21 01:58:18,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-2c389f3a-09db-4bf0-ab9e-2810ebad34f7 2018-08-21 01:58:18,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0233790874481s 2018-08-21 01:58:18,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-2c389f3a-09db-4bf0-ab9e-2810ebad34f7 2018-08-21 01:58:18,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 01:58:18,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ebfa10120067918c7507302c3b964469d7da295" 2018-08-21 01:58:18,088 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 01: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 x-openstack-request-id: req-aa21e2ef-287b-4950-9831-30a6cbbd9bad x-compute-request-id: req-aa21e2ef-287b-4950-9831-30a6cbbd9bad Content-Length: 0 Content-Type: application/json 2018-08-21 01:58:18,088 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c used request id req-aa21e2ef-287b-4950-9831-30a6cbbd9bad 2018-08-21 01:58:18,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0510740280151s 2018-08-21 01:58:18,088 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/c123c98b-aa6d-416f-911a-eab3d689f95c used request id req-aa21e2ef-287b-4950-9831-30a6cbbd9bad 2018-08-21 01:58:18,139 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:58:18,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:58:18,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:58:18,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:18,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a92ca98c-e619-490e-a474-6eb5f391852f 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:58:18,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-a92ca98c-e619-490e-a474-6eb5f391852f 2018-08-21 01:58:18,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:58:18,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:58:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["EglixHNDQ4GwENgktPukXA"], "issued_at": "2018-08-21T01:58:18.000000Z"}} 2018-08-21 01:58:18,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:18,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:18,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-96d7f5ad-ace6-4591-8733-df7ac68aab56 Date: Tue, 21 Aug 2018 01:58:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:58:18,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-96d7f5ad-ace6-4591-8733-df7ac68aab56 2018-08-21 01:58:18,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318979024887s 2018-08-21 01:58:18,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-96d7f5ad-ace6-4591-8733-df7ac68aab56 2018-08-21 01:58:18,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:18,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 01:58:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-450878c7-3f87-405a-994e-e794b24f7ff9 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 01:58:18,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-450878c7-3f87-405a-994e-e794b24f7ff9 2018-08-21 01:58:18,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 01:58:18,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:19,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28920f91-5618-47a0-ab24-f7b532e4022e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 01:58:19,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-28920f91-5618-47a0-ab24-f7b532e4022e 2018-08-21 01:58:19,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180916070938s 2018-08-21 01:58:19,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-28920f91-5618-47a0-ab24-f7b532e4022e 2018-08-21 01:58:19,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 01:58:19,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976"}}' 2018-08-21 01:58:19,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 01:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-277cc68f-d1e3-48ad-a1ac-a7c6bcc0246e 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.44:5000/v3/projects/da1635fa0de7410ca757178af140b423"}, "tags": [], "enabled": true, "id": "da1635fa0de7410ca757178af140b423", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976"}} 2018-08-21 01:58:19,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-277cc68f-d1e3-48ad-a1ac-a7c6bcc0246e 2018-08-21 01:58:19,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.231564998627s 2018-08-21 01:58:19,336 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-277cc68f-d1e3-48ad-a1ac-a7c6bcc0246e 2018-08-21 01:58:19,336 - 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'da1635fa0de7410ca757178af140b423', '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_5578ed51-d794-444e-bad7-0b70e8729976'}) 2018-08-21 01:58:19,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 01:58:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1ba321b2-02cd-447d-b37b-8568dba1cf24", "email": null, "name": "vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976"}}' 2018-08-21 01:58:19,868 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 01:58:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e8e8f09-d4ea-4f13-858e-30b50d864857 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976", "links": {"self": "http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b6214e674f2348b0a7d8f02db3d40a72", "domain_id": "default", "password_expires_at": null}} 2018-08-21 01:58:19,869 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-8e8e8f09-d4ea-4f13-858e-30b50d864857 2018-08-21 01:58:19,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.526339769363s 2018-08-21 01:58:19,869 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-8e8e8f09-d4ea-4f13-858e-30b50d864857 2018-08-21 01:58:19,870 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b6214e674f2348b0a7d8f02db3d40a72', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976'}) 2018-08-21 01:58:19,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:58:19,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:20,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c729377f-6313-4a75-af0f-4b06f68b1255 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:58:20,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-c729377f-6313-4a75-af0f-4b06f68b1255 2018-08-21 01:58:20,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18710398674s 2018-08-21 01:58:20,061 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-c729377f-6313-4a75-af0f-4b06f68b1255 2018-08-21 01:58:20,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:58:20,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:20,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d6d7aa-93da-446b-96b6-5c540598b483 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:58:20,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-80d6d7aa-93da-446b-96b6-5c540598b483 2018-08-21 01:58:20,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.170804023743s 2018-08-21 01:58:20,236 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-80d6d7aa-93da-446b-96b6-5c540598b483 2018-08-21 01:58:20,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:58:20,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:20,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5a60f5-afe9-4237-aa81-1c5ee9d1c526 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:58:20,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-8f5a60f5-afe9-4237-aa81-1c5ee9d1c526 2018-08-21 01:58:20,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180392980576s 2018-08-21 01:58:20,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-8f5a60f5-afe9-4237-aa81-1c5ee9d1c526 2018-08-21 01:58:20,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 01:58:20,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:20,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6516753-b220-409d-aab3-9cff1d2c4a1d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 01:58:20,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-a6516753-b220-409d-aab3-9cff1d2c4a1d 2018-08-21 01:58:20,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.118201971054s 2018-08-21 01:58:20,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-a6516753-b220-409d-aab3-9cff1d2c4a1d 2018-08-21 01:58:20,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 01:58:20,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:20,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba8d9881-70fb-4ca2-a587-41d2b61915cf Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976", "links": {"self": "http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b6214e674f2348b0a7d8f02db3d40a72", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 01:58:20,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-ba8d9881-70fb-4ca2-a587-41d2b61915cf 2018-08-21 01:58:20,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202591896057s 2018-08-21 01:58:20,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-ba8d9881-70fb-4ca2-a587-41d2b61915cf 2018-08-21 01:58:20,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 01:58:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:20,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53400c5b-e4bf-480a-8643-b9e29366e9b3 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423"}, "tags": [], "enabled": true, "id": "da1635fa0de7410ca757178af140b423", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976"}]} 2018-08-21 01:58:20,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-53400c5b-e4bf-480a-8643-b9e29366e9b3 2018-08-21 01:58:20,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.144253015518s 2018-08-21 01:58:20,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-53400c5b-e4bf-480a-8643-b9e29366e9b3 2018-08-21 01:58:20,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 01:58:20,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=b6214e674f2348b0a7d8f02db3d40a72&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=da1635fa0de7410ca757178af140b423" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:21,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9742e44-f697-461b-b29e-5a3a8f1586a8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=b6214e674f2348b0a7d8f02db3d40a72&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=da1635fa0de7410ca757178af140b423", "previous": null, "next": null}} 2018-08-21 01:58:21,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=b6214e674f2348b0a7d8f02db3d40a72&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=da1635fa0de7410ca757178af140b423 used request id req-b9742e44-f697-461b-b29e-5a3a8f1586a8 2018-08-21 01:58:21,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.157191991806s 2018-08-21 01:58:21,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=b6214e674f2348b0a7d8f02db3d40a72&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=da1635fa0de7410ca757178af140b423 used request id req-b9742e44-f697-461b-b29e-5a3a8f1586a8 2018-08-21 01:58:21,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 01:58:21,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423/users/b6214e674f2348b0a7d8f02db3d40a72/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:21,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:58:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6451e230-ef5f-4c71-b772-83a14e3aec37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 01:58:21,272 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423/users/b6214e674f2348b0a7d8f02db3d40a72/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-6451e230-ef5f-4c71-b772-83a14e3aec37 2018-08-21 01:58:21,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.199315071106s 2018-08-21 01:58:21,273 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423/users/b6214e674f2348b0a7d8f02db3d40a72/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-6451e230-ef5f-4c71-b772-83a14e3aec37 2018-08-21 01:58:21,273 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976', 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'da1635fa0de7410ca757178af140b423', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '1ba321b2-02cd-447d-b37b-8568dba1cf24', 'username': u'vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 01:58:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:58:21,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:58:21,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:58:21,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:58:21,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:58:21,278 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976', 'password': '1ba321b2-02cd-447d-b37b-8568dba1cf24', 'project_name': 'vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': 'da1635fa0de7410ca757178af140b423', 'project_domain_name': 'Default'} 2018-08-21 01:58:21,278 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-21 01:58:21,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:21,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aef9be0-dd67-4723-b9e7-a55be7025b8c 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:58:21,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-9aef9be0-dd67-4723-b9e7-a55be7025b8c 2018-08-21 01:58:21,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:58:21,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:58:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da1635fa0de7410ca757178af140b423", "name": "vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/da1635fa0de7410ca757178af140b423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/da1635fa0de7410ca757178af140b423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/da1635fa0de7410ca757178af140b423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/da1635fa0de7410ca757178af140b423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/da1635fa0de7410ca757178af140b423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/da1635fa0de7410ca757178af140b423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/da1635fa0de7410ca757178af140b423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/da1635fa0de7410ca757178af140b423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/da1635fa0de7410ca757178af140b423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_da1635fa0de7410ca757178af140b423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_da1635fa0de7410ca757178af140b423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/da1635fa0de7410ca757178af140b423", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/da1635fa0de7410ca757178af140b423", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/da1635fa0de7410ca757178af140b423", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976", "id": "b6214e674f2348b0a7d8f02db3d40a72"}, "audit_ids": ["7nwGn6SPQIyf9nU8I8WM5Q"], "issued_at": "2018-08-21T01:58:21.000000Z"}} 2018-08-21 01:58:21,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 01:58:21,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" -d '{"network": {"name": "vmready2-net_5578ed51-d794-444e-bad7-0b70e8729976", "admin_state_up": true}}' 2018-08-21 01:58:22,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-e69147d1-15ca-4a7f-bfb5-93972a2e1ce8 Date: Tue, 21 Aug 2018 01:58:22 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"da1635fa0de7410ca757178af140b423","created_at":"2018-08-21T01:58:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T01:58:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"da1635fa0de7410ca757178af140b423","id":"0f765e8e-6174-454c-aca0-272d3740e435","name":"vmready2-net_5578ed51-d794-444e-bad7-0b70e8729976"}} 2018-08-21 01:58:22,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e69147d1-15ca-4a7f-bfb5-93972a2e1ce8 2018-08-21 01:58:22,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.91117310524s 2018-08-21 01:58:22,584 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e69147d1-15ca-4a7f-bfb5-93972a2e1ce8 2018-08-21 01:58:22,584 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:58:22Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0f765e8e-6174-454c-aca0-272d3740e435', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_5578ed51-d794-444e-bad7-0b70e8729976', u'admin_state_up': True, u'tenant_id': u'da1635fa0de7410ca757178af140b423', u'created_at': u'2018-08-21T01:58:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'da1635fa0de7410ca757178af140b423'}) 2018-08-21 01:58:22,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:22,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:22,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-545e5ac7-f24d-4f71-ad06-f9764e5d9b22 Date: Tue, 21 Aug 2018 01:58:22 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-21T01:58:22Z","tenant_id":"da1635fa0de7410ca757178af140b423","created_at":"2018-08-21T01:58:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"da1635fa0de7410ca757178af140b423","id":"0f765e8e-6174-454c-aca0-272d3740e435","name":"vmready2-net_5578ed51-d794-444e-bad7-0b70e8729976"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 01:58:22,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-545e5ac7-f24d-4f71-ad06-f9764e5d9b22 2018-08-21 01:58:22,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.168254852295s 2018-08-21 01:58:22,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-545e5ac7-f24d-4f71-ad06-f9764e5d9b22 2018-08-21 01:58:22,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 01:58:22,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" -d '{"subnet": {"name": "vmready2-subnet_5578ed51-d794-444e-bad7-0b70e8729976", "enable_dhcp": true, "network_id": "0f765e8e-6174-454c-aca0-272d3740e435", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 01:58:23,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b7d3168b-6637-4892-ab4b-1a1e3b219a82 Date: Tue, 21 Aug 2018 01:58:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f765e8e-6174-454c-aca0-272d3740e435","tenant_id":"da1635fa0de7410ca757178af140b423","created_at":"2018-08-21T01:58:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:58:22Z","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":"da1635fa0de7410ca757178af140b423","id":"b8efdffa-8ced-475b-9924-3ba5ff06557a","subnetpool_id":null,"name":"vmready2-subnet_5578ed51-d794-444e-bad7-0b70e8729976"}} 2018-08-21 01:58:23,255 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-b7d3168b-6637-4892-ab4b-1a1e3b219a82 2018-08-21 01:58:23,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.500577926636s 2018-08-21 01:58:23,256 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-b7d3168b-6637-4892-ab4b-1a1e3b219a82 2018-08-21 01:58:23,256 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:58:22Z', 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'b8efdffa-8ced-475b-9924-3ba5ff06557a', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_5578ed51-d794-444e-bad7-0b70e8729976', u'enable_dhcp': True, u'network_id': u'0f765e8e-6174-454c-aca0-272d3740e435', u'tenant_id': u'da1635fa0de7410ca757178af140b423', u'created_at': u'2018-08-21T01:58:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'da1635fa0de7410ca757178af140b423'}) 2018-08-21 01:58:23,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 01:58:23,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "vmready2-router_5578ed51-d794-444e-bad7-0b70e8729976", "admin_state_up": true}}' 2018-08-21 01:58:24,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-5018598a-6075-4472-a3f8-2ffe965e09fb Date: Tue, 21 Aug 2018 01:58:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:23Z", "admin_state_up": true, "updated_at": "2018-08-21T01:58:24Z", "revision_number": 2, "routes": [], "project_id": "da1635fa0de7410ca757178af140b423", "id": "7c3890e3-f561-490d-9564-3be62f073a37", "name": "vmready2-router_5578ed51-d794-444e-bad7-0b70e8729976"}} 2018-08-21 01:58:24,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-5018598a-6075-4472-a3f8-2ffe965e09fb 2018-08-21 01:58:24,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.38409209251s 2018-08-21 01:58:24,641 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-5018598a-6075-4472-a3f8-2ffe965e09fb 2018-08-21 01:58:24,642 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'da1635fa0de7410ca757178af140b423', u'created_at': u'2018-08-21T01:58:23Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T01:58:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'da1635fa0de7410ca757178af140b423', u'id': u'7c3890e3-f561-490d-9564-3be62f073a37', u'name': u'vmready2-router_5578ed51-d794-444e-bad7-0b70e8729976'}) 2018-08-21 01:58:24,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 01:58:24,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37/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}6b302302287e13b039e7f9bf5c87a351074ff114" -d '{"subnet_id": "b8efdffa-8ced-475b-9924-3ba5ff06557a"}' 2018-08-21 01:58:26,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9aaccdd2-29bf-431e-b530-50beaae1d55f Date: Tue, 21 Aug 2018 01:58:26 GMT RESP BODY: {"network_id": "0f765e8e-6174-454c-aca0-272d3740e435", "tenant_id": "da1635fa0de7410ca757178af140b423", "subnet_id": "b8efdffa-8ced-475b-9924-3ba5ff06557a", "subnet_ids": ["b8efdffa-8ced-475b-9924-3ba5ff06557a"], "port_id": "c525d52a-669d-4ba3-a701-f3732360a94e", "id": "7c3890e3-f561-490d-9564-3be62f073a37"} 2018-08-21 01:58:26,616 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37/add_router_interface.json used request id req-9aaccdd2-29bf-431e-b530-50beaae1d55f 2018-08-21 01:58:26,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97397398949s 2018-08-21 01:58:26,617 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37/add_router_interface.json used request id req-9aaccdd2-29bf-431e-b530-50beaae1d55f returning object 7c3890e3-f561-490d-9564-3be62f073a37 2018-08-21 01:58:26,617 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 01:58:26,748 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 01:58:26,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:26,754 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 01:58:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 01:58:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:26,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:27,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0b9ff498-d57f-4303-83e7-a59ff49b8a4f Date: Tue, 21 Aug 2018 01:58:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:27,517 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-0b9ff498-d57f-4303-83e7-a59ff49b8a4f 2018-08-21 01:58:27,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.75779914856s 2018-08-21 01:58:27,517 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-0b9ff498-d57f-4303-83e7-a59ff49b8a4f 2018-08-21 01:58:27,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 01:58:27,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976"}' 2018-08-21 01:58:27,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d525c296-01e4-440d-8667-208254991942 Date: Tue, 21 Aug 2018 01:58:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:27Z", "file": "/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/file", "owner": "da1635fa0de7410ca757178af140b423", "id": "2ece9d76-9d15-4a6d-b34b-7f58bd32a17e", "size": null, "self": "/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e", "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_5578ed51-d794-444e-bad7-0b70e8729976", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976", "checksum": null, "created_at": "2018-08-21T01:58:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 01:58:27,599 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-d525c296-01e4-440d-8667-208254991942 2018-08-21 01:58:27,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.074089050293s 2018-08-21 01:58:27,600 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-d525c296-01e4-440d-8667-208254991942 returning object 2ece9d76-9d15-4a6d-b34b-7f58bd32a17e 2018-08-21 01:58:27,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 01:58:27,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/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}6b302302287e13b039e7f9bf5c87a351074ff114" -d '' 2018-08-21 01:58:27,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d847e02-09de-4f7a-829f-47673e943da5 Date: Tue, 21 Aug 2018 01:58: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-21 01:58:27,967 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/file used request id req-8d847e02-09de-4f7a-829f-47673e943da5 2018-08-21 01:58:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.366325139999s 2018-08-21 01:58:27,967 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/file used request id req-8d847e02-09de-4f7a-829f-47673e943da5 2018-08-21 01:58:27,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:27,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:28,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-efda0ebf-4226-47de-ad9c-75dd89e3795c Date: Tue, 21 Aug 2018 01:58:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:27Z", "file": "/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/file", "owner": "da1635fa0de7410ca757178af140b423", "id": "2ece9d76-9d15-4a6d-b34b-7f58bd32a17e", "size": 12716032, "self": "/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:58:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:28,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-efda0ebf-4226-47de-ad9c-75dd89e3795c 2018-08-21 01:58:28,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.038675069809s 2018-08-21 01:58:28,010 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-efda0ebf-4226-47de-ad9c-75dd89e3795c 2018-08-21 01:58:28,012 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/file', 'owner': u'da1635fa0de7410ca757178af140b423', 'id': u'2ece9d76-9d15-4a6d-b34b-7f58bd32a17e', 'size': 12716032, u'self': u'/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da1635fa0de7410ca757178af140b423', 'name': 'vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T01:58:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T01:58:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976', '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/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e', 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_5578ed51-d794-444e-bad7-0b70e8729976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976', 'created': u'2018-08-21T01:58:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T01:58: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/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e', 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_5578ed51-d794-444e-bad7-0b70e8729976', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 01:58:28,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 01:58:28,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_5578ed51-d794-444e-bad7-0b70e8729976", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 01:58:28,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc9b6926-dceb-4817-83c2-8952cd9d151c x-compute-request-id: req-dc9b6926-dceb-4817-83c2-8952cd9d151c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_5578ed51-d794-444e-bad7-0b70e8729976", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c", "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": "1a16c40d-84eb-4d52-9681-f271cbfff36c"}} 2018-08-21 01:58:28,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-dc9b6926-dceb-4817-83c2-8952cd9d151c 2018-08-21 01:58:28,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.47619509697s 2018-08-21 01:58:28,489 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-dc9b6926-dceb-4817-83c2-8952cd9d151c 2018-08-21 01:58:28,490 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_5578ed51-d794-444e-bad7-0b70e8729976', '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'9395463b2c594ad385c1520193638f95', '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'1a16c40d-84eb-4d52-9681-f271cbfff36c', 'swap': 0}) 2018-08-21 01:58:28,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 01:58:28,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c/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}54a62b677094a98c2406ca3e444656d0633cf623" -d '{"extra_specs": {}}' 2018-08-21 01:58:28,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a4568a9-2d9d-482e-a964-4a038c52b064 x-compute-request-id: req-3a4568a9-2d9d-482e-a964-4a038c52b064 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 01:58:28,513 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c/os-extra_specs used request id req-3a4568a9-2d9d-482e-a964-4a038c52b064 2018-08-21 01:58:28,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226850509644s 2018-08-21 01:58:28,514 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c/os-extra_specs used request id req-3a4568a9-2d9d-482e-a964-4a038c52b064 2018-08-21 01:58:28,627 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 01:58:28,627 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 01:58:28,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 01:58:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37/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}6b302302287e13b039e7f9bf5c87a351074ff114" -d '{"subnet_id": "b8efdffa-8ced-475b-9924-3ba5ff06557a"}' 2018-08-21 01:58:30,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41ebb4a1-e56d-44ad-b884-72cbea7818c3 Date: Tue, 21 Aug 2018 01:58:30 GMT RESP BODY: {"network_id": "0f765e8e-6174-454c-aca0-272d3740e435", "tenant_id": "da1635fa0de7410ca757178af140b423", "subnet_id": "b8efdffa-8ced-475b-9924-3ba5ff06557a", "subnet_ids": ["b8efdffa-8ced-475b-9924-3ba5ff06557a"], "port_id": "c525d52a-669d-4ba3-a701-f3732360a94e", "id": "7c3890e3-f561-490d-9564-3be62f073a37"} 2018-08-21 01:58:30,254 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37/remove_router_interface.json used request id req-41ebb4a1-e56d-44ad-b884-72cbea7818c3 2018-08-21 01:58:30,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62139987946s 2018-08-21 01:58:30,254 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37/remove_router_interface.json used request id req-41ebb4a1-e56d-44ad-b884-72cbea7818c3 returning object 7c3890e3-f561-490d-9564-3be62f073a37 2018-08-21 01:58:30,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 01:58:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:30,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-994d2e46-ae87-42ac-8f46-a41a839eb17f Date: Tue, 21 Aug 2018 01:58:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:23Z", "admin_state_up": true, "updated_at": "2018-08-21T01:58:29Z", "revision_number": 4, "routes": [], "project_id": "da1635fa0de7410ca757178af140b423", "id": "7c3890e3-f561-490d-9564-3be62f073a37", "name": "vmready2-router_5578ed51-d794-444e-bad7-0b70e8729976"}]} 2018-08-21 01:58:30,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-994d2e46-ae87-42ac-8f46-a41a839eb17f 2018-08-21 01:58:30,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.328356981277s 2018-08-21 01:58:30,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-994d2e46-ae87-42ac-8f46-a41a839eb17f 2018-08-21 01:58:30,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 01:58:30,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:31,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7259807-c5ec-4fbb-8fbc-8372c67873ab Content-Length: 0 Date: Tue, 21 Aug 2018 01:58:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:58:31,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37.json used request id req-a7259807-c5ec-4fbb-8fbc-8372c67873ab 2018-08-21 01:58:31,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34456205368s 2018-08-21 01:58:31,929 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/7c3890e3-f561-490d-9564-3be62f073a37.json used request id req-a7259807-c5ec-4fbb-8fbc-8372c67873ab 2018-08-21 01:58:31,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:58:31,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:32,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-aebc7f27-a1d1-4266-b025-0ccc7ecf8ab6 Date: Tue, 21 Aug 2018 01:58:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f765e8e-6174-454c-aca0-272d3740e435","tenant_id":"da1635fa0de7410ca757178af140b423","created_at":"2018-08-21T01:58:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:58:22Z","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":"da1635fa0de7410ca757178af140b423","id":"b8efdffa-8ced-475b-9924-3ba5ff06557a","subnetpool_id":null,"name":"vmready2-subnet_5578ed51-d794-444e-bad7-0b70e8729976"}]} 2018-08-21 01:58:32,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-aebc7f27-a1d1-4266-b025-0ccc7ecf8ab6 2018-08-21 01:58:32,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.293480873108s 2018-08-21 01:58:32,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-aebc7f27-a1d1-4266-b025-0ccc7ecf8ab6 2018-08-21 01:58:32,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 01:58:32,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/b8efdffa-8ced-475b-9924-3ba5ff06557a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:33,456 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-225c21f6-a034-4957-8ae0-471486b26a10 Date: Tue, 21 Aug 2018 01:58:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:58:33,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/b8efdffa-8ced-475b-9924-3ba5ff06557a.json used request id req-225c21f6-a034-4957-8ae0-471486b26a10 2018-08-21 01:58:33,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.23116898537s 2018-08-21 01:58:33,457 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/b8efdffa-8ced-475b-9924-3ba5ff06557a.json used request id req-225c21f6-a034-4957-8ae0-471486b26a10 2018-08-21 01:58:33,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:33,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:33,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3b8f8206-c076-4142-965a-ae082b3961ca Date: Tue, 21 Aug 2018 01:58:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-21T01:58:33Z","tenant_id":"da1635fa0de7410ca757178af140b423","created_at":"2018-08-21T01:58:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da1635fa0de7410ca757178af140b423","id":"0f765e8e-6174-454c-aca0-272d3740e435","name":"vmready2-net_5578ed51-d794-444e-bad7-0b70e8729976"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 01:58:33,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-3b8f8206-c076-4142-965a-ae082b3961ca 2018-08-21 01:58:33,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0991559028625s 2018-08-21 01:58:33,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-3b8f8206-c076-4142-965a-ae082b3961ca 2018-08-21 01:58:33,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 01:58:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/0f765e8e-6174-454c-aca0-272d3740e435.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:34,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72536f0c-2dc1-4b26-837c-7f9ecb0c9180 Date: Tue, 21 Aug 2018 01:58:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:58:34,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/0f765e8e-6174-454c-aca0-272d3740e435.json used request id req-72536f0c-2dc1-4b26-837c-7f9ecb0c9180 2018-08-21 01:58:34,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.34022498131s 2018-08-21 01:58:34,898 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/0f765e8e-6174-454c-aca0-272d3740e435.json used request id req-72536f0c-2dc1-4b26-837c-7f9ecb0c9180 2018-08-21 01:58:34,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:34,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:34,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-48453fdc-1b58-4e34-900d-5779d1eafd5f Date: Tue, 21 Aug 2018 01:58:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:27Z", "file": "/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/file", "owner": "da1635fa0de7410ca757178af140b423", "id": "2ece9d76-9d15-4a6d-b34b-7f58bd32a17e", "size": 12716032, "self": "/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_5578ed51-d794-444e-bad7-0b70e8729976", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:58:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:34,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-48453fdc-1b58-4e34-900d-5779d1eafd5f 2018-08-21 01:58:34,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352909564972s 2018-08-21 01:58:34,938 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-48453fdc-1b58-4e34-900d-5779d1eafd5f 2018-08-21 01:58:34,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 01:58:34,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b302302287e13b039e7f9bf5c87a351074ff114" 2018-08-21 01:58:36,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b27717a-0362-4e46-971d-337468e39311 Date: Tue, 21 Aug 2018 01:58:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 01:58:36,110 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e used request id req-2b27717a-0362-4e46-971d-337468e39311 2018-08-21 01:58:36,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.17001891136s 2018-08-21 01:58:36,110 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/2ece9d76-9d15-4a6d-b34b-7f58bd32a17e used request id req-2b27717a-0362-4e46-971d-337468e39311 2018-08-21 01:58:36,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 01:58:36,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:36,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e86423d-eea9-4cec-988c-e6c50287282b x-compute-request-id: req-0e86423d-eea9-4cec-988c-e6c50287282b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_5578ed51-d794-444e-bad7-0b70e8729976", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c", "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": "1a16c40d-84eb-4d52-9681-f271cbfff36c"}]} 2018-08-21 01:58:36,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-0e86423d-eea9-4cec-988c-e6c50287282b 2018-08-21 01:58:36,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241649150848s 2018-08-21 01:58:36,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-0e86423d-eea9-4cec-988c-e6c50287282b 2018-08-21 01:58:36,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 01:58:36,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:36,180 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 01:58:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ba0bb23-7d30-4cb9-8733-443243d263a4 x-compute-request-id: req-6ba0bb23-7d30-4cb9-8733-443243d263a4 Content-Length: 0 Content-Type: application/json 2018-08-21 01:58:36,180 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c used request id req-6ba0bb23-7d30-4cb9-8733-443243d263a4 2018-08-21 01:58:36,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0438380241394s 2018-08-21 01:58:36,181 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/1a16c40d-84eb-4d52-9681-f271cbfff36c used request id req-6ba0bb23-7d30-4cb9-8733-443243d263a4 2018-08-21 01:58:36,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 01:58:36,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:36,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ebc2408-2579-4dc6-98f8-8e27f638be51 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976", "links": {"self": "http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b6214e674f2348b0a7d8f02db3d40a72", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 01:58:36,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-0ebc2408-2579-4dc6-98f8-8e27f638be51 2018-08-21 01:58:36,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.244837999344s 2018-08-21 01:58:36,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-0ebc2408-2579-4dc6-98f8-8e27f638be51 2018-08-21 01:58:36,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 01:58:36,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:36,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e188333c-6bc8-4b2b-b622-e88ad11e7176 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_5578ed51-d794-444e-bad7-0b70e8729976", "links": {"self": "http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b6214e674f2348b0a7d8f02db3d40a72", "description": null}} 2018-08-21 01:58:36,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72 used request id req-e188333c-6bc8-4b2b-b622-e88ad11e7176 2018-08-21 01:58:36,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204075813293s 2018-08-21 01:58:36,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72 used request id req-e188333c-6bc8-4b2b-b622-e88ad11e7176 2018-08-21 01:58:36,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 01:58:36,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:36,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:58:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47776acf-1386-4810-a105-426e34454ab3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 01:58:36,895 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72 used request id req-47776acf-1386-4810-a105-426e34454ab3 2018-08-21 01:58:36,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.257206916809s 2018-08-21 01:58:36,895 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/b6214e674f2348b0a7d8f02db3d40a72 used request id req-47776acf-1386-4810-a105-426e34454ab3 2018-08-21 01:58:36,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 01:58:36,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:37,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654585c5-cead-4a3c-8c06-252a1869664d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423"}, "tags": [], "enabled": true, "id": "da1635fa0de7410ca757178af140b423", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_5578ed51-d794-444e-bad7-0b70e8729976"}]} 2018-08-21 01:58:37,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-654585c5-cead-4a3c-8c06-252a1869664d 2018-08-21 01:58:37,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183541059494s 2018-08-21 01:58:37,085 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-654585c5-cead-4a3c-8c06-252a1869664d 2018-08-21 01:58:37,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 01:58:37,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}54a62b677094a98c2406ca3e444656d0633cf623" 2018-08-21 01:58:37,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:58:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b069adc-9af1-4fa6-bb69-3bd8679e4bc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 01:58:37,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423 used request id req-3b069adc-9af1-4fa6-bb69-3bd8679e4bc2 2018-08-21 01:58:37,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.220244169235s 2018-08-21 01:58:37,309 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/da1635fa0de7410ca757178af140b423 used request id req-3b069adc-9af1-4fa6-bb69-3bd8679e4bc2 2018-08-21 01:58:37,360 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-21 01:58:37,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:58:37,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:58:37,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:58:37,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:58:37,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:58:37,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:58:37,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:58:37,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:58:37,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:37,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb2d0088-28a8-4c77-9c9c-098f416d523e 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:58:37,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-eb2d0088-28a8-4c77-9c9c-098f416d523e 2018-08-21 01:58:37,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:58:37,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:58:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["PODPex-ZQrerSvQ3YK67zQ"], "issued_at": "2018-08-21T01:58:37.000000Z"}} 2018-08-21 01:58:37,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:37,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:38,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-37da802f-b75a-41e6-9c80-736af1f3d303 Date: Tue, 21 Aug 2018 01:58:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:58:38,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-37da802f-b75a-41e6-9c80-736af1f3d303 2018-08-21 01:58:38,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05030989647s 2018-08-21 01:58:38,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-37da802f-b75a-41e6-9c80-736af1f3d303 2018-08-21 01:58:38,873 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-21 01:58:38,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 01:58:38,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"network": {"name": "singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "admin_state_up": true}}' 2018-08-21 01:58:39,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-e1ea9009-d3be-4107-a64f-5fb20ebbf37e Date: Tue, 21 Aug 2018 01:58:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:58:39Z","is_default":false,"provider:segmentation_id":1,"name":"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:38Z","mtu":1450}} 2018-08-21 01:58:39,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e1ea9009-d3be-4107-a64f-5fb20ebbf37e 2018-08-21 01:58:39,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.339489221573s 2018-08-21 01:58:39,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e1ea9009-d3be-4107-a64f-5fb20ebbf37e 2018-08-21 01:58:39,213 - 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-21T01:58:39Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a91c00fe-d416-4f3a-8b63-f8d5b6f7146c', u'provider:segmentation_id': 1, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:58:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 01:58:39,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:39,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:39,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-4fbf4b36-8bf2-4b3d-b2ad-71479a769714 Date: Tue, 21 Aug 2018 01:58:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:58:39Z","provider:segmentation_id":1,"name":"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:58:39,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-4fbf4b36-8bf2-4b3d-b2ad-71479a769714 2018-08-21 01:58:39,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10625910759s 2018-08-21 01:58:39,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-4fbf4b36-8bf2-4b3d-b2ad-71479a769714 2018-08-21 01:58:39,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 01:58:39,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"subnet": {"name": "singlevm1-subnet_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "enable_dhcp": true, "network_id": "a91c00fe-d416-4f3a-8b63-f8d5b6f7146c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 01:58:39,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b6dbb02b-f1dc-4426-a6c1-8dad5f503d11 Date: Tue, 21 Aug 2018 01:58:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:58:39Z","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":"9395463b2c594ad385c1520193638f95","id":"4320bcb5-73fa-4eda-b32a-ef465535ca4a","subnetpool_id":null,"name":"singlevm1-subnet_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}} 2018-08-21 01:58:39,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-b6dbb02b-f1dc-4426-a6c1-8dad5f503d11 2018-08-21 01:58:39,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.674346923828s 2018-08-21 01:58:39,997 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-b6dbb02b-f1dc-4426-a6c1-8dad5f503d11 2018-08-21 01:58:39,998 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:58:39Z', 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'4320bcb5-73fa-4eda-b32a-ef465535ca4a', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', u'enable_dhcp': True, u'network_id': u'a91c00fe-d416-4f3a-8b63-f8d5b6f7146c', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:58:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 01:58:39,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 01:58:39,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "singlevm1-router_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "admin_state_up": true}}' 2018-08-21 01:58:41,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-df2c5868-59a3-49e7-a034-f10599814ca0 Date: Tue, 21 Aug 2018 01:58:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T01:58:41Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "662d3af5-3842-46d6-a3b7-0116b763aac1", "name": "singlevm1-router_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}} 2018-08-21 01:58:41,297 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-df2c5868-59a3-49e7-a034-f10599814ca0 2018-08-21 01:58:41,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.29896616936s 2018-08-21 01:58:41,298 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-df2c5868-59a3-49e7-a034-f10599814ca0 2018-08-21 01:58:41,298 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T01:58:40Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T01:58:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'662d3af5-3842-46d6-a3b7-0116b763aac1', u'name': u'singlevm1-router_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d'}) 2018-08-21 01:58:41,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 01:58:41,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1/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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"subnet_id": "4320bcb5-73fa-4eda-b32a-ef465535ca4a"}' 2018-08-21 01:58:43,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-17c72b07-2152-483c-aa43-888d849f3651 Date: Tue, 21 Aug 2018 01:58:43 GMT RESP BODY: {"network_id": "a91c00fe-d416-4f3a-8b63-f8d5b6f7146c", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "4320bcb5-73fa-4eda-b32a-ef465535ca4a", "subnet_ids": ["4320bcb5-73fa-4eda-b32a-ef465535ca4a"], "port_id": "98385afb-e37b-4324-82d2-6f4307f5800f", "id": "662d3af5-3842-46d6-a3b7-0116b763aac1"} 2018-08-21 01:58:43,124 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1/add_router_interface.json used request id req-17c72b07-2152-483c-aa43-888d849f3651 2018-08-21 01:58:43,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.82516813278s 2018-08-21 01:58:43,124 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1/add_router_interface.json used request id req-17c72b07-2152-483c-aa43-888d849f3651 returning object 662d3af5-3842-46d6-a3b7-0116b763aac1 2018-08-21 01:58:43,125 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 01:58:43,256 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 01:58:43,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:58:43,262 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 01:58:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 01:58:43,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:43,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-09bd7495-b846-4fc7-adc8-525e08776967 Date: Tue, 21 Aug 2018 01:58:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:43,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-09bd7495-b846-4fc7-adc8-525e08776967 2018-08-21 01:58:43,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.269892930984s 2018-08-21 01:58:43,536 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-09bd7495-b846-4fc7-adc8-525e08776967 2018-08-21 01:58:43,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 01:58:43,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}' 2018-08-21 01:58:43,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-41d34739-0fd8-4faf-972e-84d7dbcdc40a Date: Tue, 21 Aug 2018 01:58:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:43Z", "file": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "size": null, "self": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "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_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "checksum": null, "created_at": "2018-08-21T01:58:43Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 01:58:43,631 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-41d34739-0fd8-4faf-972e-84d7dbcdc40a 2018-08-21 01:58:43,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0861918926239s 2018-08-21 01:58:43,631 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-41d34739-0fd8-4faf-972e-84d7dbcdc40a returning object 0ee2a34c-a26e-49a4-8b53-d834bd79f1cc 2018-08-21 01:58:43,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 01:58:43,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '' 2018-08-21 01:58:44,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-585b722d-0a94-41b1-80f5-a6350b125984 Date: Tue, 21 Aug 2018 01:58: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-21 01:58:44,040 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/file used request id req-585b722d-0a94-41b1-80f5-a6350b125984 2018-08-21 01:58:44,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.407864809036s 2018-08-21 01:58:44,040 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/file used request id req-585b722d-0a94-41b1-80f5-a6350b125984 2018-08-21 01:58:44,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:44,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:44,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2b86da91-5f29-45e8-aa4b-73dc8d28cd50 Date: Tue, 21 Aug 2018 01:58:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:43Z", "file": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "size": 12716032, "self": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:58:43Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:44,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-2b86da91-5f29-45e8-aa4b-73dc8d28cd50 2018-08-21 01:58:44,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0238769054413s 2018-08-21 01:58:44,068 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-2b86da91-5f29-45e8-aa4b-73dc8d28cd50 2018-08-21 01:58:44,070 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'0ee2a34c-a26e-49a4-8b53-d834bd79f1cc', 'size': 12716032, u'self': u'/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T01:58:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T01:58:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', '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/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc', 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_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', 'created': u'2018-08-21T01:58:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T01:58:43Z', 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/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc', 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_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 01:58:44,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 01:58:44,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 01:58:44,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dda6b73-7650-4f9f-9d5a-30fc06561e68 x-compute-request-id: req-4dda6b73-7650-4f9f-9d5a-30fc06561e68 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "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": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d"}} 2018-08-21 01:58:44,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-4dda6b73-7650-4f9f-9d5a-30fc06561e68 2018-08-21 01:58:44,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.722332000732s 2018-08-21 01:58:44,793 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-4dda6b73-7650-4f9f-9d5a-30fc06561e68 2018-08-21 01:58:44,794 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', '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'9395463b2c594ad385c1520193638f95', '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'1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d', 'swap': 0}) 2018-08-21 01:58:44,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 01:58:44,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d/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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"extra_specs": {}}' 2018-08-21 01:58:44,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d799fba-d7b9-4cf9-be5d-c344db201cb6 x-compute-request-id: req-0d799fba-d7b9-4cf9-be5d-c344db201cb6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 01:58:44,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d/os-extra_specs used request id req-0d799fba-d7b9-4cf9-be5d-c344db201cb6 2018-08-21 01:58:44,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128709077835s 2018-08-21 01:58:44,924 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d/os-extra_specs used request id req-0d799fba-d7b9-4cf9-be5d-c344db201cb6 2018-08-21 01:58:44,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-21 01:58:44,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"keypair": {"name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}}' 2018-08-21 01:58:45,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37894fa4-b0de-4cee-88db-099a405abceb x-compute-request-id: req-37894fa4-b0de-4cee-88db-099a405abceb Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqqsrXwuJd6hyfK0RUCLnHBg1I4hzOq4XJ10I1HOvsDzak8vNnFi98eYmawv9WYbKfq1i2s7JBSDdufiO3eBIQC+4J11KJdt/U5/xzKp+RNFgqZPqeESfsrOXuZpnDzTO2aj+9UeH/7IlTUAqjYkR4V9CDajdXSw41kRD7Qwbbfk6EIhCXY0/IeCZ5aUbWTm6XFHJW86LkqOs5B1Sr2JSrw1YDXRrYu7lxuS3pzKcI/LVdhrOgAD1AHgXueKfePbudUMGwPlQtpZ0ut6EnTbWs0CnBjrjB6mX7Y4jXl/KPvmQfhf3vn6hkk3vr9kD/kFCDkqxlf5eDTtklgL7yrEKN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqqrK18LiXeocnytEVAi5xwYNSOIczquFyddCNRzr7A82pPLz\nZxYvfHmJmsL/VmGyn6tYtrOyQUg3bn4jt3gSEAvuCddSiXbf1Of8cyqfkTRYKmT6\nnhEn7Kzl7maZw80ztmo/vVHh/+yJU1AKo2JEeFfQg2o3V0sONZEQ+0MG235OhCIQ\nl2NPyHgmeWlG1k5ulxRyVvOi5KjrOQdUq9iUq8NWA10a2Lu5cbkt6cynCPy1XYaz\noAA9QB4F7nin3j27nVDBsD5ULaWdLrehJ021rNApwY64wepl+2OI15fyj75kH4X9\n75+oZJN76/ZA/5BQg5KsZX+Xg07ZJYC+8qxCjQIDAQABAoIBAH9vmJcThkPqFAUm\nIZc+DLp34mORs0D/Ap98hIt0VRWnJn50ixtmjX68oetVv6OYv/BJ2axS8b+dVQbE\nWZcdqR8iSVQ/2/mZMfmgX/j+0rdyBoNhc2GkHdO0Jtyk8BwslXiYTY/oHIEk9kWn\ndsoZDldt+tyl6zzbZnjJIYz8t5octcc/gy5H+gTZDIdXr1H4fisffEyfGWpf5rVq\nn35aJFkF9vtmyBF+wLbwUDAqpAe1jpyI+ZUI5EOG/YNFs+IiuQG7EdzZ0fqp5JiO\nVgwmH12J0t5d/7X+UBWqHfPzd502cdoxJ20vl5uaDGR5CAO0qepeDY8VGjqYB5Vb\nbVH6lAECgYEA2d4JRgcIllbKq4MasZ2BiWDrtqRpnEr0wvoIs7/417Pu2jt8SBuu\n0oxErmon35oZ8CsyEaT2r1ee2EOeuf+GxUvysoVpg2rnJEzVUkOzukoSBTpwp7ff\n1Uv8qX/oNgpBfh3SP3k/5phIK2xfnCptr9hI64K9z1CnHStZnOI66GECgYEAyInc\no6eF6aF0eP48jWMcvtuF5UaBSg5K5be6AoMHm44FB7jS3mnQ1bUyK2Bd0gJRLlB3\nFerJTpCtYEC+RTaGRgUYJmURa9XkLvYf1fhA/T/1bNg4JkdHbQys3pltIixFyUCB\nDfIBfAQyqhu0YExii7+2GuEnGG1RYpkV6yDD2a0CgYEA1EMyj8qMgETBIscR+9hz\n+0+1d3XJ+19ABrKqRc6UeDuzS2XHWU23TyUgSTnd7UlrWgYLuwsY2I6qkROYkqi1\nOoYbR/kZatN9rW06LPMPKUG/Ot7MIWvRJTPqT43xxKzLUD9ntzW/nz/gmIX2xOTF\nhxxXNzVjDpgKqS2yGlqDgCECgYBhJYfhL9JLb4+A3Yhv5ceTHb0raJBRU8MsrWhK\ntzcEQDRnnT1pyVEFdhWrta89gSnaidhmoaqLiMK0kiiaVuONIAKm9ucNmjxEE68w\ndGbnSAiYhdYNlRIg3bcQzrpzh4b3C2x5WPcnINF6Xplu3RIQKPsK4m+SAcMfRJG9\nqc22sQKBgFTl5BXgCS+2yr5QsNI/MWa+vn3Q4gn7Pmc0cwwaj2tHpy0S4g8PsYT4\n54t99L7OR+3khYoXB+hiuHjsNm3X3LjhDFv9hPOkPrceS/E6bxh21rUOB6gCtdHT\n/ls808NtE2D9kiW1mS6aQepRmBUCOW5tDoFxWyqhEVvoxnT6cYc7\n-----END RSA PRIVATE KEY-----\n", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "fingerprint": "5c:e2:c5:42:9a:11:7e:5a:39:60:8b:f2:87:a3:75:9d"}} 2018-08-21 01:58:45,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-37894fa4-b0de-4cee-88db-099a405abceb 2018-08-21 01:58:45,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.268299818039s 2018-08-21 01:58:45,193 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-37894fa4-b0de-4cee-88db-099a405abceb 2018-08-21 01:58:45,194 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqqsrXwuJd6hyfK0RUCLnHBg1I4hzOq4XJ10I1HOvsDzak8vNnFi98eYmawv9WYbKfq1i2s7JBSDdufiO3eBIQC+4J11KJdt/U5/xzKp+RNFgqZPqeESfsrOXuZpnDzTO2aj+9UeH/7IlTUAqjYkR4V9CDajdXSw41kRD7Qwbbfk6EIhCXY0/IeCZ5aUbWTm6XFHJW86LkqOs5B1Sr2JSrw1YDXRrYu7lxuS3pzKcI/LVdhrOgAD1AHgXueKfePbudUMGwPlQtpZ0ut6EnTbWs0CnBjrjB6mX7Y4jXl/KPvmQfhf3vn6hkk3vr9kD/kFCDkqxlf5eDTtklgL7yrEKN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqqrK18LiXeocnytEVAi5xwYNSOIczquFyddCNRzr7A82pPLz\nZxYvfHmJmsL/VmGyn6tYtrOyQUg3bn4jt3gSEAvuCddSiXbf1Of8cyqfkTRYKmT6\nnhEn7Kzl7maZw80ztmo/vVHh/+yJU1AKo2JEeFfQg2o3V0sONZEQ+0MG235OhCIQ\nl2NPyHgmeWlG1k5ulxRyVvOi5KjrOQdUq9iUq8NWA10a2Lu5cbkt6cynCPy1XYaz\noAA9QB4F7nin3j27nVDBsD5ULaWdLrehJ021rNApwY64wepl+2OI15fyj75kH4X9\n75+oZJN76/ZA/5BQg5KsZX+Xg07ZJYC+8qxCjQIDAQABAoIBAH9vmJcThkPqFAUm\nIZc+DLp34mORs0D/Ap98hIt0VRWnJn50ixtmjX68oetVv6OYv/BJ2axS8b+dVQbE\nWZcdqR8iSVQ/2/mZMfmgX/j+0rdyBoNhc2GkHdO0Jtyk8BwslXiYTY/oHIEk9kWn\ndsoZDldt+tyl6zzbZnjJIYz8t5octcc/gy5H+gTZDIdXr1H4fisffEyfGWpf5rVq\nn35aJFkF9vtmyBF+wLbwUDAqpAe1jpyI+ZUI5EOG/YNFs+IiuQG7EdzZ0fqp5JiO\nVgwmH12J0t5d/7X+UBWqHfPzd502cdoxJ20vl5uaDGR5CAO0qepeDY8VGjqYB5Vb\nbVH6lAECgYEA2d4JRgcIllbKq4MasZ2BiWDrtqRpnEr0wvoIs7/417Pu2jt8SBuu\n0oxErmon35oZ8CsyEaT2r1ee2EOeuf+GxUvysoVpg2rnJEzVUkOzukoSBTpwp7ff\n1Uv8qX/oNgpBfh3SP3k/5phIK2xfnCptr9hI64K9z1CnHStZnOI66GECgYEAyInc\no6eF6aF0eP48jWMcvtuF5UaBSg5K5be6AoMHm44FB7jS3mnQ1bUyK2Bd0gJRLlB3\nFerJTpCtYEC+RTaGRgUYJmURa9XkLvYf1fhA/T/1bNg4JkdHbQys3pltIixFyUCB\nDfIBfAQyqhu0YExii7+2GuEnGG1RYpkV6yDD2a0CgYEA1EMyj8qMgETBIscR+9hz\n+0+1d3XJ+19ABrKqRc6UeDuzS2XHWU23TyUgSTnd7UlrWgYLuwsY2I6qkROYkqi1\nOoYbR/kZatN9rW06LPMPKUG/Ot7MIWvRJTPqT43xxKzLUD9ntzW/nz/gmIX2xOTF\nhxxXNzVjDpgKqS2yGlqDgCECgYBhJYfhL9JLb4+A3Yhv5ceTHb0raJBRU8MsrWhK\ntzcEQDRnnT1pyVEFdhWrta89gSnaidhmoaqLiMK0kiiaVuONIAKm9ucNmjxEE68w\ndGbnSAiYhdYNlRIg3bcQzrpzh4b3C2x5WPcnINF6Xplu3RIQKPsK4m+SAcMfRJG9\nqc22sQKBgFTl5BXgCS+2yr5QsNI/MWa+vn3Q4gn7Pmc0cwwaj2tHpy0S4g8PsYT4\n54t99L7OR+3khYoXB+hiuHjsNm3X3LjhDFv9hPOkPrceS/E6bxh21rUOB6gCtdHT\n/ls808NtE2D9kiW1mS6aQepRmBUCOW5tDoFxWyqhEVvoxnT6cYc7\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f406ef43cc3544dc8ccea8d1c42f82a0', 'name': u'singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', 'created_at': '2018-08-21T01:58:45.194380', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'5c:e2:c5:42:9a:11:7e:5a:39:60:8b:f2:87:a3:75:9d', 'type': 'ssh', 'id': u'singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d'}) 2018-08-21 01:58:45,194 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAqqrK18LiXeocnytEVAi5xwYNSOIczquFyddCNRzr7A82pPLz ZxYvfHmJmsL/VmGyn6tYtrOyQUg3bn4jt3gSEAvuCddSiXbf1Of8cyqfkTRYKmT6 nhEn7Kzl7maZw80ztmo/vVHh/+yJU1AKo2JEeFfQg2o3V0sONZEQ+0MG235OhCIQ l2NPyHgmeWlG1k5ulxRyVvOi5KjrOQdUq9iUq8NWA10a2Lu5cbkt6cynCPy1XYaz oAA9QB4F7nin3j27nVDBsD5ULaWdLrehJ021rNApwY64wepl+2OI15fyj75kH4X9 75+oZJN76/ZA/5BQg5KsZX+Xg07ZJYC+8qxCjQIDAQABAoIBAH9vmJcThkPqFAUm IZc+DLp34mORs0D/Ap98hIt0VRWnJn50ixtmjX68oetVv6OYv/BJ2axS8b+dVQbE WZcdqR8iSVQ/2/mZMfmgX/j+0rdyBoNhc2GkHdO0Jtyk8BwslXiYTY/oHIEk9kWn dsoZDldt+tyl6zzbZnjJIYz8t5octcc/gy5H+gTZDIdXr1H4fisffEyfGWpf5rVq n35aJFkF9vtmyBF+wLbwUDAqpAe1jpyI+ZUI5EOG/YNFs+IiuQG7EdzZ0fqp5JiO VgwmH12J0t5d/7X+UBWqHfPzd502cdoxJ20vl5uaDGR5CAO0qepeDY8VGjqYB5Vb bVH6lAECgYEA2d4JRgcIllbKq4MasZ2BiWDrtqRpnEr0wvoIs7/417Pu2jt8SBuu 0oxErmon35oZ8CsyEaT2r1ee2EOeuf+GxUvysoVpg2rnJEzVUkOzukoSBTpwp7ff 1Uv8qX/oNgpBfh3SP3k/5phIK2xfnCptr9hI64K9z1CnHStZnOI66GECgYEAyInc o6eF6aF0eP48jWMcvtuF5UaBSg5K5be6AoMHm44FB7jS3mnQ1bUyK2Bd0gJRLlB3 FerJTpCtYEC+RTaGRgUYJmURa9XkLvYf1fhA/T/1bNg4JkdHbQys3pltIixFyUCB DfIBfAQyqhu0YExii7+2GuEnGG1RYpkV6yDD2a0CgYEA1EMyj8qMgETBIscR+9hz +0+1d3XJ+19ABrKqRc6UeDuzS2XHWU23TyUgSTnd7UlrWgYLuwsY2I6qkROYkqi1 OoYbR/kZatN9rW06LPMPKUG/Ot7MIWvRJTPqT43xxKzLUD9ntzW/nz/gmIX2xOTF hxxXNzVjDpgKqS2yGlqDgCECgYBhJYfhL9JLb4+A3Yhv5ceTHb0raJBRU8MsrWhK tzcEQDRnnT1pyVEFdhWrta89gSnaidhmoaqLiMK0kiiaVuONIAKm9ucNmjxEE68w dGbnSAiYhdYNlRIg3bcQzrpzh4b3C2x5WPcnINF6Xplu3RIQKPsK4m+SAcMfRJG9 qc22sQKBgFTl5BXgCS+2yr5QsNI/MWa+vn3Q4gn7Pmc0cwwaj2tHpy0S4g8PsYT4 54t99L7OR+3khYoXB+hiuHjsNm3X3LjhDFv9hPOkPrceS/E6bxh21rUOB6gCtdHT /ls808NtE2D9kiW1mS6aQepRmBUCOW5tDoFxWyqhEVvoxnT6cYc7 -----END RSA PRIVATE KEY----- 2018-08-21 01:58:45,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-21 01:58:45,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"security_group": {"name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-21 01:58:45,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-bd0236c6-6fa5-44d7-a57f-1b97e6acb5ba Date: Tue, 21 Aug 2018 01:58:45 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:45Z", "updated_at": "2018-08-21T01:58:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "2a1c0cdd-27f1-4f9d-a309-e858107da681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "e597e020-66b6-4e42-a745-9e5c0f90b65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}} 2018-08-21 01:58:45,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-bd0236c6-6fa5-44d7-a57f-1b97e6acb5ba 2018-08-21 01:58:45,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.154330968857s 2018-08-21 01:58:45,352 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-bd0236c6-6fa5-44d7-a57f-1b97e6acb5ba 2018-08-21 01:58:45,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 01:58:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:45,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-1e923df2-696d-47c2-9dd9-15a2fa12df23 Date: Tue, 21 Aug 2018 01:58:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:45Z", "updated_at": "2018-08-21T01:58:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "2a1c0cdd-27f1-4f9d-a309-e858107da681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "e597e020-66b6-4e42-a745-9e5c0f90b65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}]} 2018-08-21 01:58:45,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-1e923df2-696d-47c2-9dd9-15a2fa12df23 2018-08-21 01:58:45,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.123863220215s 2018-08-21 01:58:45,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-1e923df2-696d-47c2-9dd9-15a2fa12df23 2018-08-21 01:58:45,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 01:58:45,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -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": "c13db8fc-5b50-4833-8ac7-b64896941c2a"}}' 2018-08-21 01:58:45,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-706652d9-86fc-4202-ab88-e71f3188f53f Date: Tue, 21 Aug 2018 01:58:45 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-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "port_range_min": 22, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:45Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "9552ad30-a430-44c3-be57-06c76580339d"}} 2018-08-21 01:58:45,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-706652d9-86fc-4202-ab88-e71f3188f53f 2018-08-21 01:58:45,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.215101003647s 2018-08-21 01:58:45,701 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-706652d9-86fc-4202-ab88-e71f3188f53f 2018-08-21 01:58:45,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 01:58:45,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:45,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-e704c687-588a-4cbc-b5a9-b5539d3918e9 Date: Tue, 21 Aug 2018 01:58:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:45Z", "updated_at": "2018-08-21T01:58:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "2a1c0cdd-27f1-4f9d-a309-e858107da681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "9552ad30-a430-44c3-be57-06c76580339d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "e597e020-66b6-4e42-a745-9e5c0f90b65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 2, "project_id": "9395463b2c594ad385c1520193638f95", "id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}]} 2018-08-21 01:58:45,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-e704c687-588a-4cbc-b5a9-b5539d3918e9 2018-08-21 01:58:45,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0561859607697s 2018-08-21 01:58:45,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-e704c687-588a-4cbc-b5a9-b5539d3918e9 2018-08-21 01:58:45,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 01:58:45,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -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": "c13db8fc-5b50-4833-8ac7-b64896941c2a"}}' 2018-08-21 01:58:45,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-04934a25-31bc-4b2e-aa50-b93190c89690 Date: Tue, 21 Aug 2018 01:58:45 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-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:45Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "4100f535-cba7-4e18-81e6-3aacd70e9961"}} 2018-08-21 01:58:45,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-04934a25-31bc-4b2e-aa50-b93190c89690 2018-08-21 01:58:45,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.126593828201s 2018-08-21 01:58:45,892 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-04934a25-31bc-4b2e-aa50-b93190c89690 2018-08-21 01:58:45,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:45,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:45,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-47b301e7-ff56-4a5f-9491-41823bdd6002 Date: Tue, 21 Aug 2018 01:58:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["4320bcb5-73fa-4eda-b32a-ef465535ca4a"],"description":"","tags":[],"updated_at":"2018-08-21T01:58:39Z","provider:segmentation_id":1,"name":"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:58:45,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-47b301e7-ff56-4a5f-9491-41823bdd6002 2018-08-21 01:58:45,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0887269973755s 2018-08-21 01:58:45,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-47b301e7-ff56-4a5f-9491-41823bdd6002 2018-08-21 01:58:45,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:58:45,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:46,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6ac4c2f1-875e-49ed-9f38-ea4d62dc2066 Date: Tue, 21 Aug 2018 01:58:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:43Z", "file": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "size": 12716032, "self": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:58:43Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:58:46,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-6ac4c2f1-875e-49ed-9f38-ea4d62dc2066 2018-08-21 01:58:46,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239098072052s 2018-08-21 01:58:46,011 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-6ac4c2f1-875e-49ed-9f38-ea4d62dc2066 2018-08-21 01:58:46,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 01:58:46,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:46,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53699ade-671e-480e-b1d0-8150a1dd720b x-compute-request-id: req-53699ade-671e-480e-b1d0-8150a1dd720b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "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": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d"}]} 2018-08-21 01:58:46,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-53699ade-671e-480e-b1d0-8150a1dd720b 2018-08-21 01:58:46,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0195279121399s 2018-08-21 01:58:46,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-53699ade-671e-480e-b1d0-8150a1dd720b 2018-08-21 01:58:46,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 01:58:46,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"server": {"name": "singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "imageRef": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "key_name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "flavorRef": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a91c00fe-d416-4f3a-8b63-f8d5b6f7146c"}], "security_groups": [{"name": "c13db8fc-5b50-4833-8ac7-b64896941c2a"}]}}' 2018-08-21 01:58:49,403 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 01:58:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6f39cbef-c935-40b2-9b4c-2704758124e6 x-compute-request-id: req-6f39cbef-c935-40b2-9b4c-2704758124e6 Content-Length: 403 location: http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c13db8fc-5b50-4833-8ac7-b64896941c2a"}], "OS-DCF:diskConfig": "MANUAL", "id": "254f9367-562e-4ffa-842a-770ca5a88243", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "bookmark"}], "adminPass": "byUDVmu56Gz7"}} 2018-08-21 01:58:49,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-6f39cbef-c935-40b2-9b4c-2704758124e6 2018-08-21 01:58:49,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.36977291107s 2018-08-21 01:58:49,404 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-6f39cbef-c935-40b2-9b4c-2704758124e6 2018-08-21 01:58:49,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:58:49,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:51,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e70ea886-4814-45ff-9e2b-051d97e09932 x-compute-request-id: req-e70ea886-4814-45ff-9e2b-051d97e09932 Content-Encoding: gzip Content-Length: 637 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "bookmark"}], "image": {"id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "links": [{"href": "http://172.30.9.44:8774/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "links": [{"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "bookmark"}]}, "id": "254f9367-562e-4ffa-842a-770ca5a88243", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T01:58:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "created": "2018-08-21T01:58:49Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:58:51,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e70ea886-4814-45ff-9e2b-051d97e09932 2018-08-21 01:58:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.77916693687s 2018-08-21 01:58:51,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e70ea886-4814-45ff-9e2b-051d97e09932 2018-08-21 01:58:51,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:58:51,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:51,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-e2239557-9fc7-4331-a8bb-fff29ecfe918 Date: Tue, 21 Aug 2018 01:58:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["4320bcb5-73fa-4eda-b32a-ef465535ca4a"],"description":"","tags":[],"updated_at":"2018-08-21T01:58:39Z","provider:segmentation_id":1,"name":"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:58:51,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e2239557-9fc7-4331-a8bb-fff29ecfe918 2018-08-21 01:58:51,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0730800628662s 2018-08-21 01:58:51,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-e2239557-9fc7-4331-a8bb-fff29ecfe918 2018-08-21 01:58:51,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:58:51,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:51,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-5d0b3f88-99c6-4b02-9f14-7e3932403701 Date: Tue, 21 Aug 2018 01:58:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:58:39Z","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":"9395463b2c594ad385c1520193638f95","id":"4320bcb5-73fa-4eda-b32a-ef465535ca4a","subnetpool_id":null,"name":"singlevm1-subnet_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 01:58:51,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-5d0b3f88-99c6-4b02-9f14-7e3932403701 2018-08-21 01:58:51,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0492799282074s 2018-08-21 01:58:51,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-5d0b3f88-99c6-4b02-9f14-7e3932403701 2018-08-21 01:58:51,316 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:58:53,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:58:53,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:54,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f780ebb-bc28-4fd3-ba5a-f80ac9b12054 x-compute-request-id: req-7f780ebb-bc28-4fd3-ba5a-f80ac9b12054 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "bookmark"}], "image": {"id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "links": [{"href": "http://172.30.9.44:8774/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "links": [{"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "bookmark"}]}, "id": "254f9367-562e-4ffa-842a-770ca5a88243", "security_groups": [{"name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T01:58:53Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "created": "2018-08-21T01:58:49Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:58:54,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7f780ebb-bc28-4fd3-ba5a-f80ac9b12054 2018-08-21 01:58:54,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.786607980728s 2018-08-21 01:58:54,106 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7f780ebb-bc28-4fd3-ba5a-f80ac9b12054 2018-08-21 01:58:54,110 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:58:56,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:58:56,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:57,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58: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-4ccf86b8-7e94-4569-99b6-3b0ab9c9744e x-compute-request-id: req-4ccf86b8-7e94-4569-99b6-3b0ab9c9744e Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:a7:f9", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "bookmark"}], "image": {"id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "links": [{"href": "http://172.30.9.44:8774/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "links": [{"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "bookmark"}]}, "id": "254f9367-562e-4ffa-842a-770ca5a88243", "security_groups": [{"name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T01:58:53Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "created": "2018-08-21T01:58:49Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:58:57,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4ccf86b8-7e94-4569-99b6-3b0ab9c9744e 2018-08-21 01:58:57,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.934895038605s 2018-08-21 01:58:57,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4ccf86b8-7e94-4569-99b6-3b0ab9c9744e 2018-08-21 01:58:57,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:58:59,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:58:59,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:58:59,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:58: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-3a9da852-ee36-400d-a7d9-a216ae97a9b7 x-compute-request-id: req-3a9da852-ee36-400d-a7d9-a216ae97a9b7 Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:a7:f9", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "bookmark"}], "image": {"id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "links": [{"href": "http://172.30.9.44:8774/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "links": [{"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "bookmark"}]}, "id": "254f9367-562e-4ffa-842a-770ca5a88243", "security_groups": [{"name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T01:58:53Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "created": "2018-08-21T01:58:49Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:58:59,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3a9da852-ee36-400d-a7d9-a216ae97a9b7 2018-08-21 01:58:59,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438006877899s 2018-08-21 01:58:59,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3a9da852-ee36-400d-a7d9-a216ae97a9b7 2018-08-21 01:58:59,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:59:01,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:01,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:01,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de4769da-3112-43d0-96e0-b6830854dc7d x-compute-request-id: req-de4769da-3112-43d0-96e0-b6830854dc7d Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:a7:f9", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "bookmark"}], "image": {"id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "links": [{"href": "http://172.30.9.44:8774/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-21T01:58:59.000000", "flavor": {"id": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "links": [{"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "bookmark"}]}, "id": "254f9367-562e-4ffa-842a-770ca5a88243", "security_groups": [{"name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T01:58:59Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "created": "2018-08-21T01:58:49Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:59:01,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-de4769da-3112-43d0-96e0-b6830854dc7d 2018-08-21 01:59:01,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.310977935791s 2018-08-21 01:59:01,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-de4769da-3112-43d0-96e0-b6830854dc7d 2018-08-21 01:59:01,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 01:59:01,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=254f9367-562e-4ffa-842a-770ca5a88243" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:02,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-601368af-5f69-4a35-95f0-e916faec8d94 Date: Tue, 21 Aug 2018 01:59:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T01:58:58Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4320bcb5-73fa-4eda-b32a-ef465535ca4a","ip_address":"192.168.120.8"}],"id":"6ba8b1b6-74fb-4006-98c8-3ebef64d1528","security_groups":["c13db8fc-5b50-4833-8ac7-b64896941c2a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a7:f9","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"254f9367-562e-4ffa-842a-770ca5a88243","name":"","admin_state_up":true,"network_id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:52Z","binding:vnic_type":"normal"}]} 2018-08-21 01:59:02,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=254f9367-562e-4ffa-842a-770ca5a88243 used request id req-601368af-5f69-4a35-95f0-e916faec8d94 2018-08-21 01:59:02,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.224486112595s 2018-08-21 01:59:02,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=254f9367-562e-4ffa-842a-770ca5a88243 used request id req-601368af-5f69-4a35-95f0-e916faec8d94 2018-08-21 01:59:02,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 01:59:02,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=6ba8b1b6-74fb-4006-98c8-3ebef64d1528" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:02,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b5f543ff-3e6d-4b50-8857-7135fe232716 Date: Tue, 21 Aug 2018 01:59:02 GMT RESP BODY: {"floatingips": []} 2018-08-21 01:59:02,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=6ba8b1b6-74fb-4006-98c8-3ebef64d1528 used request id req-b5f543ff-3e6d-4b50-8857-7135fe232716 2018-08-21 01:59:02,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0440850257874s 2018-08-21 01:59:02,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=6ba8b1b6-74fb-4006-98c8-3ebef64d1528 used request id req-b5f543ff-3e6d-4b50-8857-7135fe232716 2018-08-21 01:59:02,090 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:25:a7:f9', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0ee2a34c-a26e-49a4-8b53-d834bd79f1cc'}), 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-21T01:58:59.000000', 'flavor': Munch({u'id': u'1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d'}), 'az': u'nova', 'id': u'254f9367-562e-4ffa-842a-770ca5a88243', 'security_groups': [Munch({u'name': u'singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f406ef43cc3544dc8ccea8d1c42f82a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', '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-21T01:58:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T01:58:59Z', 'hostId': u'd312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'd312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2', '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-21T01:58:59.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'9395463b2c594ad385c1520193638f95', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d', 'adminPass': u'byUDVmu56Gz7', 'tenant_id': u'9395463b2c594ad385c1520193638f95', 'created_at': u'2018-08-21T01:58:49Z', 'created': u'2018-08-21T01:58:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 01:59:02,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:59:02,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:02,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-43bbf5f2-6270-4855-918b-68c3c2b5079d Date: Tue, 21 Aug 2018 01:59:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["4320bcb5-73fa-4eda-b32a-ef465535ca4a"],"description":"","tags":[],"updated_at":"2018-08-21T01:58:39Z","provider:segmentation_id":1,"name":"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:59:02,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-43bbf5f2-6270-4855-918b-68c3c2b5079d 2018-08-21 01:59:02,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.287075042725s 2018-08-21 01:59:02,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-43bbf5f2-6270-4855-918b-68c3c2b5079d 2018-08-21 01:59:02,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 01:59:02,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=254f9367-562e-4ffa-842a-770ca5a88243" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:02,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-ee74999a-09fc-4056-b777-9446e4772518 Date: Tue, 21 Aug 2018 01:59:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T01:58:58Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4320bcb5-73fa-4eda-b32a-ef465535ca4a","ip_address":"192.168.120.8"}],"id":"6ba8b1b6-74fb-4006-98c8-3ebef64d1528","security_groups":["c13db8fc-5b50-4833-8ac7-b64896941c2a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a7:f9","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"254f9367-562e-4ffa-842a-770ca5a88243","name":"","admin_state_up":true,"network_id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:52Z","binding:vnic_type":"normal"}]} 2018-08-21 01:59:02,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=254f9367-562e-4ffa-842a-770ca5a88243 used request id req-ee74999a-09fc-4056-b777-9446e4772518 2018-08-21 01:59:02,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0549030303955s 2018-08-21 01:59:02,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=254f9367-562e-4ffa-842a-770ca5a88243 used request id req-ee74999a-09fc-4056-b777-9446e4772518 2018-08-21 01:59:02,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-21 01:59:02,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.8", "port_id": "6ba8b1b6-74fb-4006-98c8-3ebef64d1528"}}' 2018-08-21 01:59:04,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-df9bccaf-c788-4fa7-aeac-5e7893d64713 Date: Tue, 21 Aug 2018 01:59:04 GMT RESP BODY: {"floatingip": {"router_id": "662d3af5-3842-46d6-a3b7-0116b763aac1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T01:59:03Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "6ba8b1b6-74fb-4006-98c8-3ebef64d1528", "id": "a7949a87-b5f3-4755-a901-4cd777325724", "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:59:03Z", "project_id": "9395463b2c594ad385c1520193638f95"}} 2018-08-21 01:59:04,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-df9bccaf-c788-4fa7-aeac-5e7893d64713 2018-08-21 01:59:04,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.83296203613s 2018-08-21 01:59:04,272 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-df9bccaf-c788-4fa7-aeac-5e7893d64713 2018-08-21 01:59:04,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 01:59:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:04,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-935da91f-380b-4caa-87a2-3759aea27392 Date: Tue, 21 Aug 2018 01:59:04 GMT RESP BODY: {"floatingips": [{"router_id": "662d3af5-3842-46d6-a3b7-0116b763aac1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T01:59:03Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "6ba8b1b6-74fb-4006-98c8-3ebef64d1528", "id": "a7949a87-b5f3-4755-a901-4cd777325724", "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:59:03Z", "project_id": "9395463b2c594ad385c1520193638f95"}]} 2018-08-21 01:59:04,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-935da91f-380b-4caa-87a2-3759aea27392 2018-08-21 01:59:04,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0671329498291s 2018-08-21 01:59:04,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-935da91f-380b-4caa-87a2-3759aea27392 2018-08-21 01:59:04,351 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'662d3af5-3842-46d6-a3b7-0116b763aac1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9395463b2c594ad385c1520193638f95', 'created_at': u'2018-08-21T01:59:03Z', 'attached': True, 'updated_at': u'2018-08-21T01:59:03Z', 'id': u'a7949a87-b5f3-4755-a901-4cd777325724', 'floating_network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'662d3af5-3842-46d6-a3b7-0116b763aac1', 'project_id': u'9395463b2c594ad385c1520193638f95', 'port_id': u'6ba8b1b6-74fb-4006-98c8-3ebef64d1528', 'port': u'6ba8b1b6-74fb-4006-98c8-3ebef64d1528', 'network': u'be8fdaff-94a3-4138-b7b1-3304e6e27601'}) 2018-08-21 01:59:04,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 01:59:04,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243/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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 01:59:05,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59: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-6098eb34-2d55-4c68-bd4e-490c474288eb x-compute-request-id: req-6098eb34-2d55-4c68-bd4e-490c474288eb Content-Encoding: gzip Content-Length: 9589 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480133459 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185207] pid_max: default: 32768 minimum: 301\n[ 0.186420] ACPI: Core revision 20150930\n[ 0.188079] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189841] Security Framework initialized\n[ 0.190949] Yama: becoming mindful.\n[ 0.191936] AppArmor: AppArmor initialized\n[ 0.193089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194844] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196532] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198148] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199986] Initializing cgroup subsys io\n[ 0.201097] Initializing cgroup subsys memory\n[ 0.202263] Initializing cgroup subsys devices\n[ 0.203439] Initializing cgroup subsys freezer\n[ 0.204605] Initializing cgroup subsys net_cls\n[ 0.205791] Initializing cgroup subsys perf_event\n[ 0.207019] Initializing cgroup subsys net_prio\n[ 0.208206] Initializing cgroup subsys hugetlb\n[ 0.209370] Initializing cgroup subsys pids\n[ 0.210534] CPU: Physical Processor ID: 0\n[ 0.212314] mce: CPU supports 10 MCE banks\n[ 0.213437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214775] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236124] ftrace: allocating 31920 entries in 125 pages\n[ 0.261067] smpboot: Max logical packages: 1\n[ 0.262236] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264079] x2apic enabled\n[ 0.265202] Switched APIC routing to physical x2apic.\n[ 0.267637] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.269138] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271823] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.274230] KVM setup paravirtual spinlock\n[ 0.275804] x86: Booted up 1 node, 1 CPUs\n[ 0.276890] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278737] devtmpfs: initialized\n[ 0.280705] evm: security.selinux\n[ 0.281650] evm: security.SMACK64\n[ 0.282586] evm: security.SMACK64EXEC\n[ 0.283592] evm: security.SMACK64TRANSMUTE\n[ 0.284676] evm: security.SMACK64MMAP\n[ 0.285672] evm: security.ima\n[ 0.286542] evm: security.capability\n[ 0.287603] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.290064] pinctrl core: initialized pinctrl subsystem\n[ 0.291514] RTC time: 1:58:59, date: 08/21/18\n[ 0.292794] NET: Registered protocol family 16\n[ 0.294082] cpuidle: using governor ladder\n[ 0.295182] cpuidle: using governor menu\n[ 0.296237] PCCT header not found.\n[ 0.297243] ACPI: bus type PCI registered\n[ 0.298325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.299975] PCI: Using configuration type 1 for base access\n[ 0.302106] ACPI: Added _OSI(Module Device)\n[ 0.303232] ACPI: Added _OSI(Processor Device)\n[ 0.304384] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305594] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307754] ACPI: Interpreter enabled\n[ 0.308798] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.311309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.316330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318842] ACPI: (supports S0 S5)\n[ 0.319808] ACPI: Using IOAPIC for interrupt routing\n[ 0.321093] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326543] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328206] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329811] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332782] acpiphp: Slot [3] registered\n[ 0.333870] acpiphp: Slot [4] registered\n[ 0.334956] acpiphp: Slot [5] registered\n[ 0.336047] acpiphp: Slot [6] registered\n[ 0.337136] acpiphp: Slot [7] registered\n[ 0.338222] acpiphp: Slot [8] registered\n[ 0.339308] acpiphp: Slot [9] registered\n[ 0.340386] acpiphp: Slot [10] registered\n[ 0.341489] acpiphp: Slot [11] registered\n[ 0.342591] acpiphp: Slot [12] registered\n[ 0.343691] acpiphp: Slot [13] registered\n[ 0.344782] acpiphp: Slot [14] registered\n[ 0.345881] acpiphp: Slot [15] registered\n[ 0.361012] acpiphp: Slot [16] registered\n[ 0.362121] acpiphp: Slot [17] registered\n[ 0.363208] acpiphp: Slot [18] registered\n[ 0.364292] acpiphp: Slot [19] registered\n[ 0.365383] acpiphp: Slot [20] registered\n[ 0.366472] acpiphp: Slot [21] registered\n[ 0.367554] acpiphp: Slot [22] registered\n[ 0.368641] acpiphp: Slot [23] registered\n[ 0.369731] acpiphp: Slot [24] registered\n[ 0.370817] acpiphp: Slot [25] registered\n[ 0.371908] acpiphp: Slot [26] registered\n[ 0.372969] acpiphp: Slot [27] registered\n[ 0.374050] acpiphp: Slot [28] registered\n[ 0.375143] acpiphp: Slot [29] registered\n[ 0.376227] acpiphp: Slot [30] registered\n[ 0.377312] acpiphp: Slot [31] registered\n[ 0.378396] PCI host bridge to bus 0000:00\n[ 0.379485] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381095] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382697] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384654] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386610] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388596] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394227] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395783] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397475] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401843] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403775] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426231] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.431925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433714] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435476] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.436885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.438968] vgaarb: loaded\n[ 0.439791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441410] SCSI subsystem initialized\n[ 0.442646] ACPI: bus type USB registered\n[ 0.443766] usbcore: registered new interface driver usbfs\n[ 0.445147] usbcore: registered new interface driver hub\n[ 0.446487] usbcore: registered new device driver usb\n[ 0.447963] PCI: Using ACPI for IRQ routing\n[ 0.449463] NetLabel: Initializing\n[ 0.450432] NetLabel: domain hash size = 128\n[ 0.451579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452867] NetLabel: unlabeled traffic allowed by default\n[ 0.454423] clocksource: Switched to clocksource kvm-clock\n[ 0.464472] AppArmor: AppArmor Filesystem Enabled\n[ 0.465782] pnp: PnP ACPI init\n[ 0.467018] pnp: PnP ACPI: found 5 devices\n[ 0.473806] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476116] NET: Registered protocol family 2\n[ 0.477505] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479239] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.480858] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482478] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.483939] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485504] NET: Registered protocol family 1\n[ 0.486703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488175] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.489622] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504136] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518705] Trying to unpack rootfs image as initramfs...\n[ 0.580519] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.585088] Scanning for low memory corruption every 60 seconds\n[ 0.587256] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.588833] audit: initializing netlink subsys (disabled)\n[ 0.590267] audit: type=2000 audit(1534816740.294:1): initialized\n[ 0.592157] Initialise system trusted keyring\n[ 0.593502] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.595071] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.597769] zbud: loaded\n[ 0.598771] VFS: Disk quotas dquot_6.6.0\n[ 0.599889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.602016] fuse init (API version 7.23)\n[ 0.603254] Key type big_key registered\n[ 0.604350] Allocating IMA MOK and blacklist keyrings.\n[ 0.605985] Key type asymmetric registered\n[ 0.607114] Asymmetric key parser 'x509' registered\n[ 0.608413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.610458] io scheduler noop registered\n[ 0.611537] io scheduler deadline registered (default)\n[ 0.612883] io scheduler cfq registered\n[ 0.614056] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615466] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.619188] ACPI: Power Button [PWRF]\n[ 0.620398] GHES: HEST is not enabled!\n[ 0.634565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664111] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691149] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.694113] Linux agpgart interface v0.103\n[ 0.697478] brd: module loaded\n[ 0.699662] loop: module loaded\n[ 0.704287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.706254] GPT:90111 != 2097151\n[ 0.707181] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708652] GPT:90111 != 2097151\n[ 0.709575] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710875] vda: vda1 vda15\n[ 0.712527] scsi host0: ata_piix\n[ 0.713592] scsi host1: ata_piix\n[ 0.714585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.716205] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.718151] libphy: Fixed MDIO Bus: probed\n[ 0.719480] tun: Universal TUN/TAP device driver, 1.6\n[ 0.720769] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723451] PPP generic driver version 2.4.2\n[ 0.724684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726278] ehci-pci: EHCI PCI platform driver\n[ 0.727463] ehci-platform: EHCI generic platform driver\n[ 0.728793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.730306] ohci-pci: OHCI PCI platform driver\n[ 0.731495] ohci-platform: OHCI generic platform driver\n[ 0.732829] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747437] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.748784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.750778] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752157] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.753687] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757268] usb usb1: Product: UHCI Host Controller\n[ 0.758519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761358] hub 1-0:1.0: USB hub found\n[ 0.762431] hub 1-0:1.0: 2 ports detected\n[ 0.763770] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766626] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767916] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769293] mousedev: PS/2 mouse device common for all mice\n[ 0.770969] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773428] rtc_cmos 00:00: RTC can wake from S4\n[ 0.774965] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.778148] i2c /dev entries driver\n[ 0.779190] device-mapper: uevent: version 1.0.3\n[ 0.780474] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.782702] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784530] NET: Registered protocol family 10\n[ 0.786065] NET: Registered protocol family 17\n[ 0.787283] Key type dns_resolver registered\n[ 0.788560] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790031] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.792395] registered taskstats version 1\n[ 0.793528] Loading compiled-in X.509 certificates\n[ 0.795343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.797835] zswap: loaded using pool lzo/zbud\n[ 0.799892] Key type trusted registered\n[ 0.802006] Key type encrypted registered\n[ 0.803134] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.804538] ima: No TPM chip found, activating TPM-bypass!\n[ 0.805931] evm: HMAC attrs: 0x1\n[ 0.807229] Magic number: 14:136:964\n[ 0.808383] rtc_cmos 00:00: setting system clock to 2018-08-21 01:59:00 UTC (1534816740)\n[ 0.810569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812057] EDD information not available.\n[ 0.875954] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892391] Write protecting the kernel read-only data: 14336k\n[ 0.895337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897780] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.068974] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCjrVfWV7FawRekm8MfrDsd8vwFD318wDVuJtZWPAjbVV9HcrWr+DX1QJF98+TV1RsP9lbG8ZTuhiQWDRzDe7tgC48X5JbmQo3G7mZXnmFxKb176FIBfNuo43T4KpkC6E9XdRBtcy7e0lDPDhhNTy+OfHbnfdFOpQBjLpqWJ14caEdv7SFd+iPMUv8JRydEZC2rWiV/CqpWflUVztbbqHQafUPlDHPzWlpXvtdT+pS9+nJQMaobbg7Hw9NdUi96AxFnO0jUoABTPSInwSKDc1Go6HI4AMM/cewilbhIykvrQ6fpdSYe9WlL1rY4B4qXVwoRoC08lS2CChOUsfC3eTrr root@singlevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d\nssh-dss AAAAB3NzaC1kc3MAAACBALmxxjNA+ZU4lw1mPX2XWVX4+20ZU0uqu8RnqYxCy415PW1jqc1RHxeN4doGUCA+4a+IFJLIBVkETM0wSFPlq1CUA/sl1NYBMMwuZhC/t1N0tEzHCd4b1qpgJMABavP0s7hZai4d4qlAZe8oF0tO+eXaNEs9rTqKnV/Fwde/5QIDAAAAFQC6z0+qfkIl0mZPsIlxNb7Uc8v13QAAAIBce27+ZzgYfMQE3/T2UAG7PWPzt6tPkj0vy2AQ9iKZRcYIkorc322x5vHJ+4FnhGcFc/jRVw9AT15cEWKKd5w7TAqW32864TiJ0vkh5mBh+n8HCtqFjW22n32egMHtWiB7RZ2EmQRrztZrpS/Lgt9LVeS1h4Iw8n4q6cRg+99nlwAAAIAhQfSjAqGK58WxW35jnufVWXPcz08FPVEv6tOOOPzNcnUJ1isPPBaumJhFq6SZxo6KPfM+09X0SPSyIN7V+19y4MRlwZIiaJ4ruD2xoeoz+RyzlQxSk+f2eaMQURQUtdiFrM3s55XPRPxn4HtAeDeg2SLL0Hrez8eAB1xX9Q3uIA== root@singlevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d\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,192.168.120.8,24,fe80::f816:3eff:fe25:a7f9/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.83 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d login: "} 2018-08-21 01:59:05,123 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243/action used request id req-6098eb34-2d55-4c68-bd4e-490c474288eb 2018-08-21 01:59:05,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.770838022232s 2018-08-21 01:59:05,124 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243/action used request id req-6098eb34-2d55-4c68-bd4e-490c474288eb 2018-08-21 01:59:05,124 - 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 480133459 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.182954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185207] pid_max: default: 32768 minimum: 301 [ 0.186420] ACPI: Core revision 20150930 [ 0.188079] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189841] Security Framework initialized [ 0.190949] Yama: becoming mindful. [ 0.191936] AppArmor: AppArmor initialized [ 0.193089] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194844] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196532] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198148] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199986] Initializing cgroup subsys io [ 0.201097] Initializing cgroup subsys memory [ 0.202263] Initializing cgroup subsys devices [ 0.203439] Initializing cgroup subsys freezer [ 0.204605] Initializing cgroup subsys net_cls [ 0.205791] Initializing cgroup subsys perf_event [ 0.207019] Initializing cgroup subsys net_prio [ 0.208206] Initializing cgroup subsys hugetlb [ 0.209370] Initializing cgroup subsys pids [ 0.210534] CPU: Physical Processor ID: 0 [ 0.212314] mce: CPU supports 10 MCE banks [ 0.213437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214775] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.236124] ftrace: allocating 31920 entries in 125 pages [ 0.261067] smpboot: Max logical packages: 1 [ 0.262236] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.264079] x2apic enabled [ 0.265202] Switched APIC routing to physical x2apic. [ 0.267637] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.269138] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271823] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.274230] KVM setup paravirtual spinlock [ 0.275804] x86: Booted up 1 node, 1 CPUs [ 0.276890] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.278737] devtmpfs: initialized [ 0.280705] evm: security.selinux [ 0.281650] evm: security.SMACK64 [ 0.282586] evm: security.SMACK64EXEC [ 0.283592] evm: security.SMACK64TRANSMUTE [ 0.284676] evm: security.SMACK64MMAP [ 0.285672] evm: security.ima [ 0.286542] evm: security.capability [ 0.287603] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.290064] pinctrl core: initialized pinctrl subsystem [ 0.291514] RTC time: 1:58:59, date: 08/21/18 [ 0.292794] NET: Registered protocol family 16 [ 0.294082] cpuidle: using governor ladder [ 0.295182] cpuidle: using governor menu [ 0.296237] PCCT header not found. [ 0.297243] ACPI: bus type PCI registered [ 0.298325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.299975] PCI: Using configuration type 1 for base access [ 0.302106] ACPI: Added _OSI(Module Device) [ 0.303232] ACPI: Added _OSI(Processor Device) [ 0.304384] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305594] ACPI: Added _OSI(Processor Aggregator Device) [ 0.307754] ACPI: Interpreter enabled [ 0.308798] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.311309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.313808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.316330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.318842] ACPI: (supports S0 S5) [ 0.319808] ACPI: Using IOAPIC for interrupt routing [ 0.321093] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326543] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328206] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329811] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332782] acpiphp: Slot [3] registered [ 0.333870] acpiphp: Slot [4] registered [ 0.334956] acpiphp: Slot [5] registered [ 0.336047] acpiphp: Slot [6] registered [ 0.337136] acpiphp: Slot [7] registered [ 0.338222] acpiphp: Slot [8] registered [ 0.339308] acpiphp: Slot [9] registered [ 0.340386] acpiphp: Slot [10] registered [ 0.341489] acpiphp: Slot [11] registered [ 0.342591] acpiphp: Slot [12] registered [ 0.343691] acpiphp: Slot [13] registered [ 0.344782] acpiphp: Slot [14] registered [ 0.345881] acpiphp: Slot [15] registered [ 0.361012] acpiphp: Slot [16] registered [ 0.362121] acpiphp: Slot [17] registered [ 0.363208] acpiphp: Slot [18] registered [ 0.364292] acpiphp: Slot [19] registered [ 0.365383] acpiphp: Slot [20] registered [ 0.366472] acpiphp: Slot [21] registered [ 0.367554] acpiphp: Slot [22] registered [ 0.368641] acpiphp: Slot [23] registered [ 0.369731] acpiphp: Slot [24] registered [ 0.370817] acpiphp: Slot [25] registered [ 0.371908] acpiphp: Slot [26] registered [ 0.372969] acpiphp: Slot [27] registered [ 0.374050] acpiphp: Slot [28] registered [ 0.375143] acpiphp: Slot [29] registered [ 0.376227] acpiphp: Slot [30] registered [ 0.377312] acpiphp: Slot [31] registered [ 0.378396] PCI host bridge to bus 0000:00 [ 0.379485] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.381095] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.382697] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.384654] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.386610] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.388596] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394227] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.395783] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.397475] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.401843] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.403775] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.424239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.426231] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.428145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.430058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.431925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433714] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435476] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.436885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.438968] vgaarb: loaded [ 0.439791] vgaarb: bridge control possible 0000:00:02.0 [ 0.441410] SCSI subsystem initialized [ 0.442646] ACPI: bus type USB registered [ 0.443766] usbcore: registered new interface driver usbfs [ 0.445147] usbcore: registered new interface driver hub [ 0.446487] usbcore: registered new device driver usb [ 0.447963] PCI: Using ACPI for IRQ routing [ 0.449463] NetLabel: Initializing [ 0.450432] NetLabel: domain hash size = 128 [ 0.451579] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452867] NetLabel: unlabeled traffic allowed by default [ 0.454423] clocksource: Switched to clocksource kvm-clock [ 0.464472] AppArmor: AppArmor Filesystem Enabled [ 0.465782] pnp: PnP ACPI init [ 0.467018] pnp: PnP ACPI: found 5 devices [ 0.473806] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476116] NET: Registered protocol family 2 [ 0.477505] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479239] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.480858] TCP: Hash tables configured (established 4096 bind 4096) [ 0.482478] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.483939] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.485504] NET: Registered protocol family 1 [ 0.486703] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.488175] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.489622] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504136] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518705] Trying to unpack rootfs image as initramfs... [ 0.580519] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.585088] Scanning for low memory corruption every 60 seconds [ 0.587256] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.588833] audit: initializing netlink subsys (disabled) [ 0.590267] audit: type=2000 audit(1534816740.294:1): initialized [ 0.592157] Initialise system trusted keyring [ 0.593502] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.595071] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.597769] zbud: loaded [ 0.598771] VFS: Disk quotas dquot_6.6.0 [ 0.599889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.602016] fuse init (API version 7.23) [ 0.603254] Key type big_key registered [ 0.604350] Allocating IMA MOK and blacklist keyrings. [ 0.605985] Key type asymmetric registered [ 0.607114] Asymmetric key parser 'x509' registered [ 0.608413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.610458] io scheduler noop registered [ 0.611537] io scheduler deadline registered (default) [ 0.612883] io scheduler cfq registered [ 0.614056] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.615466] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.619188] ACPI: Power Button [PWRF] [ 0.620398] GHES: HEST is not enabled! [ 0.634565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664111] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.667057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.691149] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.694113] Linux agpgart interface v0.103 [ 0.697478] brd: module loaded [ 0.699662] loop: module loaded [ 0.704287] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.706254] GPT:90111 != 2097151 [ 0.707181] GPT:Alternate GPT header not at the end of the disk. [ 0.708652] GPT:90111 != 2097151 [ 0.709575] GPT: Use GNU Parted to correct GPT errors. [ 0.710875] vda: vda1 vda15 [ 0.712527] scsi host0: ata_piix [ 0.713592] scsi host1: ata_piix [ 0.714585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.716205] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.718151] libphy: Fixed MDIO Bus: probed [ 0.719480] tun: Universal TUN/TAP device driver, 1.6 [ 0.720769] tun: (C) 1999-2004 Max Krasnyansky [ 0.723451] PPP generic driver version 2.4.2 [ 0.724684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726278] ehci-pci: EHCI PCI platform driver [ 0.727463] ehci-platform: EHCI generic platform driver [ 0.728793] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.730306] ohci-pci: OHCI PCI platform driver [ 0.731495] ohci-platform: OHCI generic platform driver [ 0.732829] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747437] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.748784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.750778] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.752157] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.753687] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757268] usb usb1: Product: UHCI Host Controller [ 0.758519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.760049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.761358] hub 1-0:1.0: USB hub found [ 0.762431] hub 1-0:1.0: 2 ports detected [ 0.763770] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.766626] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.767916] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.769293] mousedev: PS/2 mouse device common for all mice [ 0.770969] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.773428] rtc_cmos 00:00: RTC can wake from S4 [ 0.774965] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.776557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.778148] i2c /dev entries driver [ 0.779190] device-mapper: uevent: version 1.0.3 [ 0.780474] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.782702] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784530] NET: Registered protocol family 10 [ 0.786065] NET: Registered protocol family 17 [ 0.787283] Key type dns_resolver registered [ 0.788560] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790031] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.792395] registered taskstats version 1 [ 0.793528] Loading compiled-in X.509 certificates [ 0.795343] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.797835] zswap: loaded using pool lzo/zbud [ 0.799892] Key type trusted registered [ 0.802006] Key type encrypted registered [ 0.803134] AppArmor: AppArmor sha1 policy hashing enabled [ 0.804538] ima: No TPM chip found, activating TPM-bypass! [ 0.805931] evm: HMAC attrs: 0x1 [ 0.807229] Magic number: 14:136:964 [ 0.808383] rtc_cmos 00:00: setting system clock to 2018-08-21 01:59:00 UTC (1534816740) [ 0.810569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.812057] EDD information not available. [ 0.875954] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892391] Write protecting the kernel read-only data: 14336k [ 0.895337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897780] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.068974] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCjrVfWV7FawRekm8MfrDsd8vwFD318wDVuJtZWPAjbVV9HcrWr+DX1QJF98+TV1RsP9lbG8ZTuhiQWDRzDe7tgC48X5JbmQo3G7mZXnmFxKb176FIBfNuo43T4KpkC6E9XdRBtcy7e0lDPDhhNTy+OfHbnfdFOpQBjLpqWJ14caEdv7SFd+iPMUv8JRydEZC2rWiV/CqpWflUVztbbqHQafUPlDHPzWlpXvtdT+pS9+nJQMaobbg7Hw9NdUi96AxFnO0jUoABTPSInwSKDc1Go6HI4AMM/cewilbhIykvrQ6fpdSYe9WlL1rY4B4qXVwoRoC08lS2CChOUsfC3eTrr root@singlevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d ssh-dss AAAAB3NzaC1kc3MAAACBALmxxjNA+ZU4lw1mPX2XWVX4+20ZU0uqu8RnqYxCy415PW1jqc1RHxeN4doGUCA+4a+IFJLIBVkETM0wSFPlq1CUA/sl1NYBMMwuZhC/t1N0tEzHCd4b1qpgJMABavP0s7hZai4d4qlAZe8oF0tO+eXaNEs9rTqKnV/Fwde/5QIDAAAAFQC6z0+qfkIl0mZPsIlxNb7Uc8v13QAAAIBce27+ZzgYfMQE3/T2UAG7PWPzt6tPkj0vy2AQ9iKZRcYIkorc322x5vHJ+4FnhGcFc/jRVw9AT15cEWKKd5w7TAqW32864TiJ0vkh5mBh+n8HCtqFjW22n32egMHtWiB7RZ2EmQRrztZrpS/Lgt9LVeS1h4Iw8n4q6cRg+99nlwAAAIAhQfSjAqGK58WxW35jnufVWXPcz08FPVEv6tOOOPzNcnUJ1isPPBaumJhFq6SZxo6KPfM+09X0SPSyIN7V+19y4MRlwZIiaJ4ruD2xoeoz+RyzlQxSk+f2eaMQURQUtdiFrM3s55XPRPxn4HtAeDeg2SLL0Hrez8eAB1xX9Q3uIA== root@singlevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d -----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,192.168.120.8,24,fe80::f816:3eff:fe25:a7f9/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.83 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d login: 2018-08-21 01:59:06,128 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d43df90L 2018-08-21 01:59:06,128 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 01:59:06,129 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-21 01:59:06,129 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-21 01:59:06,130 - 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-21 01:59:06,130 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 01:59:06,131 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-21 01:59:06,131 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 01:59:06,131 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 01:59:06,131 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 01:59:06,150 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 01:59:06,151 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 01:59:06,161 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 405135c1ee4c1e85833879505d8b6f72 2018-08-21 01:59:06,162 - paramiko.transport - DEBUG - Trying discovered key 5ce2c5429a117e5a39608bf287a3759d in /tmp/tmpJOxpI9 2018-08-21 01:59:06,190 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 01:59:06,196 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 01:59:06,227 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 01:59:06,228 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-21 01:59:06,228 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 01:59:06,229 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 01:59:06,230 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 01:59:06,230 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-21 01:59:06,231 - functest.core.singlevm - DEBUG - error: 2018-08-21 01:59:06,234 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 01:59:06,346 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 01:59:06,346 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 01:59:06,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-21 01:59:06,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/floatingips/a7949a87-b5f3-4755-a901-4cd777325724.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:07,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88829870-9655-40c8-8b3d-1e987d1ac545 Content-Length: 0 Date: Tue, 21 Aug 2018 01:59:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:59:07,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/a7949a87-b5f3-4755-a901-4cd777325724.json used request id req-88829870-9655-40c8-8b3d-1e987d1ac545 2018-08-21 01:59:07,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.06321501732s 2018-08-21 01:59:07,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/a7949a87-b5f3-4755-a901-4cd777325724.json used request id req-88829870-9655-40c8-8b3d-1e987d1ac545 2018-08-21 01:59:07,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 01:59:07,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:07,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e2ef04d9-8ebe-4653-afef-5a4f69957199 Date: Tue, 21 Aug 2018 01:59:07 GMT RESP BODY: {"floatingips": []} 2018-08-21 01:59:07,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-e2ef04d9-8ebe-4653-afef-5a4f69957199 2018-08-21 01:59:07,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.04208111763s 2018-08-21 01:59:07,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-e2ef04d9-8ebe-4653-afef-5a4f69957199 2018-08-21 01:59:07,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 01:59:07,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:07,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:59: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-28dadf65-c107-4106-a709-b87d46beb34d x-compute-request-id: req-28dadf65-c107-4106-a709-b87d46beb34d Content-Type: application/json 2018-08-21 01:59:07,796 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243 used request id req-28dadf65-c107-4106-a709-b87d46beb34d 2018-08-21 01:59:07,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.330394983292s 2018-08-21 01:59:07,797 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243 used request id req-28dadf65-c107-4106-a709-b87d46beb34d 2018-08-21 01:59:07,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:07,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:09,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59: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-a246ea86-068a-455d-a27d-736e4b9a2fac x-compute-request-id: req-a246ea86-068a-455d-a27d-736e4b9a2fac Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:a7:f9", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:a7:f9", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/254f9367-562e-4ffa-842a-770ca5a88243", "rel": "bookmark"}], "image": {"id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "links": [{"href": "http://172.30.9.44:8774/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-21T01:58:59.000000", "flavor": {"id": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "links": [{"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "bookmark"}]}, "id": "254f9367-562e-4ffa-842a-770ca5a88243", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T01:59:07Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "created": "2018-08-21T01:58:49Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:59:09,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-a246ea86-068a-455d-a27d-736e4b9a2fac 2018-08-21 01:59:09,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.14427900314s 2018-08-21 01:59:09,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-a246ea86-068a-455d-a27d-736e4b9a2fac 2018-08-21 01:59:09,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:59:11,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:11,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:12,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59: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-66f15775-9bee-4f92-b136-3ebbb6f119b2 x-compute-request-id: req-66f15775-9bee-4f92-b136-3ebbb6f119b2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-21 01:59:12,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-66f15775-9bee-4f92-b136-3ebbb6f119b2 2018-08-21 01:59:12,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216049909592s 2018-08-21 01:59:12,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-66f15775-9bee-4f92-b136-3ebbb6f119b2 2018-08-21 01:59:12,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 01:59:12,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:12,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-ca9fbd11-b4e8-4257-b974-b5f5969e09f8 Date: Tue, 21 Aug 2018 01:59:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:45Z", "updated_at": "2018-08-21T01:58:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "2a1c0cdd-27f1-4f9d-a309-e858107da681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "4100f535-cba7-4e18-81e6-3aacd70e9961", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "9552ad30-a430-44c3-be57-06c76580339d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:45Z", "revision_number": 0, "id": "e597e020-66b6-4e42-a745-9e5c0f90b65e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:45Z", "security_group_id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 3, "project_id": "9395463b2c594ad385c1520193638f95", "id": "c13db8fc-5b50-4833-8ac7-b64896941c2a", "name": "singlevm1-sg_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}]} 2018-08-21 01:59:12,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-ca9fbd11-b4e8-4257-b974-b5f5969e09f8 2018-08-21 01:59:12,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0545318126678s 2018-08-21 01:59:12,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-ca9fbd11-b4e8-4257-b974-b5f5969e09f8 2018-08-21 01:59:12,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-21 01:59:12,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/security-groups/c13db8fc-5b50-4833-8ac7-b64896941c2a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:12,432 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f5ac253-7c32-486f-9473-8c003cc1d333 Content-Length: 0 Date: Tue, 21 Aug 2018 01:59:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:59:12,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/c13db8fc-5b50-4833-8ac7-b64896941c2a.json used request id req-7f5ac253-7c32-486f-9473-8c003cc1d333 2018-08-21 01:59:12,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.208674192429s 2018-08-21 01:59:12,433 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/c13db8fc-5b50-4833-8ac7-b64896941c2a.json used request id req-7f5ac253-7c32-486f-9473-8c003cc1d333 2018-08-21 01:59:12,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-21 01:59:12,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/os-keypairs/singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:12,542 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 01:59:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0b8be4e-709e-4cd0-b99c-16e84db7c61f x-compute-request-id: req-d0b8be4e-709e-4cd0-b99c-16e84db7c61f Content-Length: 0 Content-Type: application/json 2018-08-21 01:59:12,542 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d used request id req-d0b8be4e-709e-4cd0-b99c-16e84db7c61f 2018-08-21 01:59:12,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.10869383812s 2018-08-21 01:59:12,542 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/singlevm1-kp_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d used request id req-d0b8be4e-709e-4cd0-b99c-16e84db7c61f 2018-08-21 01:59:12,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 01:59:12,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1/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}2a6fe4892a6f5990873c15d23a29169832d60ea1" -d '{"subnet_id": "4320bcb5-73fa-4eda-b32a-ef465535ca4a"}' 2018-08-21 01:59:14,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68fe34ff-0ce4-4bee-964b-e34df8eff472 Date: Tue, 21 Aug 2018 01:59:14 GMT RESP BODY: {"network_id": "a91c00fe-d416-4f3a-8b63-f8d5b6f7146c", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "4320bcb5-73fa-4eda-b32a-ef465535ca4a", "subnet_ids": ["4320bcb5-73fa-4eda-b32a-ef465535ca4a"], "port_id": "98385afb-e37b-4324-82d2-6f4307f5800f", "id": "662d3af5-3842-46d6-a3b7-0116b763aac1"} 2018-08-21 01:59:14,194 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1/remove_router_interface.json used request id req-68fe34ff-0ce4-4bee-964b-e34df8eff472 2018-08-21 01:59:14,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65071392059s 2018-08-21 01:59:14,194 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1/remove_router_interface.json used request id req-68fe34ff-0ce4-4bee-964b-e34df8eff472 returning object 662d3af5-3842-46d6-a3b7-0116b763aac1 2018-08-21 01:59:14,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 01:59:14,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:14,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-50e2f180-b05e-43f5-b9e7-9489cf12e697 Date: Tue, 21 Aug 2018 01:59:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:58:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T01:59:13Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "662d3af5-3842-46d6-a3b7-0116b763aac1", "name": "singlevm1-router_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"}]} 2018-08-21 01:59:14,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-50e2f180-b05e-43f5-b9e7-9489cf12e697 2018-08-21 01:59:14,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.105165958405s 2018-08-21 01:59:14,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-50e2f180-b05e-43f5-b9e7-9489cf12e697 2018-08-21 01:59:14,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 01:59:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:15,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa766506-a02c-4a19-8c71-e55b31c478c0 Content-Length: 0 Date: Tue, 21 Aug 2018 01:59:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:59:15,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1.json used request id req-aa766506-a02c-4a19-8c71-e55b31c478c0 2018-08-21 01:59:15,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33012199402s 2018-08-21 01:59:15,632 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/662d3af5-3842-46d6-a3b7-0116b763aac1.json used request id req-aa766506-a02c-4a19-8c71-e55b31c478c0 2018-08-21 01:59:15,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:59:15,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:15,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-77866c7b-3447-48aa-8b51-50c9e343a218 Date: Tue, 21 Aug 2018 01:59:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:58:39Z","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":"9395463b2c594ad385c1520193638f95","id":"4320bcb5-73fa-4eda-b32a-ef465535ca4a","subnetpool_id":null,"name":"singlevm1-subnet_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 01:59:15,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-77866c7b-3447-48aa-8b51-50c9e343a218 2018-08-21 01:59:15,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0562479496002s 2018-08-21 01:59:15,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-77866c7b-3447-48aa-8b51-50c9e343a218 2018-08-21 01:59:15,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 01:59:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/4320bcb5-73fa-4eda-b32a-ef465535ca4a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:16,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea37fedb-9611-4636-8ab0-86a29f3cf444 Date: Tue, 21 Aug 2018 01:59:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:59:16,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/4320bcb5-73fa-4eda-b32a-ef465535ca4a.json used request id req-ea37fedb-9611-4636-8ab0-86a29f3cf444 2018-08-21 01:59:16,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0357530117s 2018-08-21 01:59:16,726 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/4320bcb5-73fa-4eda-b32a-ef465535ca4a.json used request id req-ea37fedb-9611-4636-8ab0-86a29f3cf444 2018-08-21 01:59:16,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:59:16,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:16,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-5bb5659a-bd96-43ef-bb91-5657e2a570b5 Date: Tue, 21 Aug 2018 01:59:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a91c00fe-d416-4f3a-8b63-f8d5b6f7146c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T01:59:16Z","provider:segmentation_id":1,"name":"singlevm1-net_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T01:58:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:59:16,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-5bb5659a-bd96-43ef-bb91-5657e2a570b5 2018-08-21 01:59:16,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.094477891922s 2018-08-21 01:59:16,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-5bb5659a-bd96-43ef-bb91-5657e2a570b5 2018-08-21 01:59:16,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 01:59:16,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/a91c00fe-d416-4f3a-8b63-f8d5b6f7146c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:18,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1529292-bad8-46a9-9aca-044bc7596f8b Date: Tue, 21 Aug 2018 01:59:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:59:18,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/a91c00fe-d416-4f3a-8b63-f8d5b6f7146c.json used request id req-d1529292-bad8-46a9-9aca-044bc7596f8b 2018-08-21 01:59:18,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.77147078514s 2018-08-21 01:59:18,595 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/a91c00fe-d416-4f3a-8b63-f8d5b6f7146c.json used request id req-d1529292-bad8-46a9-9aca-044bc7596f8b 2018-08-21 01:59:18,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:59:18,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:19,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2f77b4e3-95e6-4895-92fc-4e95d2e1968c Date: Tue, 21 Aug 2018 01:59:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:58:43Z", "file": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "size": 12716032, "self": "/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:58:43Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:59:19,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-2f77b4e3-95e6-4895-92fc-4e95d2e1968c 2018-08-21 01:59:19,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.740123033524s 2018-08-21 01:59:19,340 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-2f77b4e3-95e6-4895-92fc-4e95d2e1968c 2018-08-21 01:59:19,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 01:59:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:20,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f53e18d-1b12-4be1-9161-a5f574f00e90 Date: Tue, 21 Aug 2018 01:59: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-21 01:59:20,102 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc used request id req-1f53e18d-1b12-4be1-9161-a5f574f00e90 2018-08-21 01:59:20,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.761021137238s 2018-08-21 01:59:20,103 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/0ee2a34c-a26e-49a4-8b53-d834bd79f1cc used request id req-1f53e18d-1b12-4be1-9161-a5f574f00e90 2018-08-21 01:59:20,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 01:59:20,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:20,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e879e0f-5537-459b-94ef-f181e3785b0b x-compute-request-id: req-6e879e0f-5537-459b-94ef-f181e3785b0b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5f6a7d32-ca1e-4dfc-a80f-39a811bd8f7d", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d", "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": "1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d"}]} 2018-08-21 01:59:20,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-6e879e0f-5537-459b-94ef-f181e3785b0b 2018-08-21 01:59:20,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236911773682s 2018-08-21 01:59:20,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-6e879e0f-5537-459b-94ef-f181e3785b0b 2018-08-21 01:59:20,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 01:59:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a6fe4892a6f5990873c15d23a29169832d60ea1" 2018-08-21 01:59:20,188 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 01:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-927ee80b-ab8d-4f75-bbb9-bcdea876610a x-compute-request-id: req-927ee80b-ab8d-4f75-bbb9-bcdea876610a Content-Length: 0 Content-Type: application/json 2018-08-21 01:59:20,188 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d used request id req-927ee80b-ab8d-4f75-bbb9-bcdea876610a 2018-08-21 01:59:20,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0597140789032s 2018-08-21 01:59:20,189 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/1a4be9eb-a619-4f41-964d-e4ac8cb8cc5d used request id req-927ee80b-ab8d-4f75-bbb9-bcdea876610a 2018-08-21 01:59:20,242 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:59:20,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:59:20,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:59:20,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:59:20,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:59:20,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95485a66-a068-4cc8-a5d1-77fa9f909f7d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:59:20,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-95485a66-a068-4cc8-a5d1-77fa9f909f7d 2018-08-21 01:59:20,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:59:20,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["EWgxMPQPSxuCUNWtI1gVnw"], "issued_at": "2018-08-21T01:59:20.000000Z"}} 2018-08-21 01:59:20,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:59:20,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:21,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d4244957-3f14-4c1c-b3f7-bc37662e51bd Date: Tue, 21 Aug 2018 01:59:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 01:59:21,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d4244957-3f14-4c1c-b3f7-bc37662e51bd 2018-08-21 01:59:21,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332315206528s 2018-08-21 01:59:21,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d4244957-3f14-4c1c-b3f7-bc37662e51bd 2018-08-21 01:59:21,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:59:21,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 01:59:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91584af1-1a98-4223-8427-1278c2f3b858 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 01:59:21,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-91584af1-1a98-4223-8427-1278c2f3b858 2018-08-21 01:59:21,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 01:59:21,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:21,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088c29e1-39f2-4795-9e3a-f6c6d2d7a2f5 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 01:59:21,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-088c29e1-39f2-4795-9e3a-f6c6d2d7a2f5 2018-08-21 01:59:21,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185687065125s 2018-08-21 01:59:21,211 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-088c29e1-39f2-4795-9e3a-f6c6d2d7a2f5 2018-08-21 01:59:21,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 01:59:21,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}}' 2018-08-21 01:59:21,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 01:59:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66004488-5338-4acb-bfa1-535205e2a68c 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.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230"}, "tags": [], "enabled": true, "id": "ca93712f90e54becb8cb2a206946c230", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}} 2018-08-21 01:59:21,467 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-66004488-5338-4acb-bfa1-535205e2a68c 2018-08-21 01:59:21,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.249542951584s 2018-08-21 01:59:21,467 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-66004488-5338-4acb-bfa1-535205e2a68c 2018-08-21 01:59:21,468 - 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'ca93712f90e54becb8cb2a206946c230', '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_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581'}) 2018-08-21 01:59:21,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 01:59:21,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "007ddef2-2307-4766-8367-3f5d4521eba9", "email": null, "name": "singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}}' 2018-08-21 01:59:21,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 01:59:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-965e0495-ba9c-4b51-be1d-9017f5fafc79 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "links": {"self": "http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "domain_id": "default", "password_expires_at": null}} 2018-08-21 01:59:21,922 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-965e0495-ba9c-4b51-be1d-9017f5fafc79 2018-08-21 01:59:21,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447798967361s 2018-08-21 01:59:21,923 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-965e0495-ba9c-4b51-be1d-9017f5fafc79 2018-08-21 01:59:21,923 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e2d6e611ab2d4335ba57f4c6ae8b478e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581'}) 2018-08-21 01:59:21,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:59:21,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:22,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93de6689-fb67-43bd-b19a-b37f8490bee2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:59:22,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-93de6689-fb67-43bd-b19a-b37f8490bee2 2018-08-21 01:59:22,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.171654939651s 2018-08-21 01:59:22,099 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-93de6689-fb67-43bd-b19a-b37f8490bee2 2018-08-21 01:59:22,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:59:22,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:22,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60666cb8-5f47-4359-a835-5fd49e03f18f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:59:22,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-60666cb8-5f47-4359-a835-5fd49e03f18f 2018-08-21 01:59:22,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108018159866s 2018-08-21 01:59:22,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-60666cb8-5f47-4359-a835-5fd49e03f18f 2018-08-21 01:59:22,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 01:59:22,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:22,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605e216b-4c94-422f-8f18-483fc2d80002 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 01:59:22,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-605e216b-4c94-422f-8f18-483fc2d80002 2018-08-21 01:59:22,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195703983307s 2018-08-21 01:59:22,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-605e216b-4c94-422f-8f18-483fc2d80002 2018-08-21 01:59:22,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 01:59:22,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:22,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271bf201-2618-4ee8-b231-e62e85793103 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 01:59:22,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-271bf201-2618-4ee8-b231-e62e85793103 2018-08-21 01:59:22,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182080030441s 2018-08-21 01:59:22,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-271bf201-2618-4ee8-b231-e62e85793103 2018-08-21 01:59:22,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 01:59:22,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:22,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8eb14a-f7c3-4877-a8f7-373754d8ed09 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "links": {"self": "http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 01:59:22,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-7f8eb14a-f7c3-4877-a8f7-373754d8ed09 2018-08-21 01:59:22,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218795061111s 2018-08-21 01:59:22,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-7f8eb14a-f7c3-4877-a8f7-373754d8ed09 2018-08-21 01:59:22,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 01:59:22,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:23,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd1ce08-b0d6-44a3-b38b-d46badbba62b Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230"}, "tags": [], "enabled": true, "id": "ca93712f90e54becb8cb2a206946c230", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 01:59:23,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-7bd1ce08-b0d6-44a3-b38b-d46badbba62b 2018-08-21 01:59:23,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188781023026s 2018-08-21 01:59:23,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-7bd1ce08-b0d6-44a3-b38b-d46badbba62b 2018-08-21 01:59:23,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 01:59:23,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=e2d6e611ab2d4335ba57f4c6ae8b478e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=ca93712f90e54becb8cb2a206946c230" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:23,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-470da55c-ad23-49fc-ac0f-c72d59e1b21a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=e2d6e611ab2d4335ba57f4c6ae8b478e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=ca93712f90e54becb8cb2a206946c230", "previous": null, "next": null}} 2018-08-21 01:59:23,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=e2d6e611ab2d4335ba57f4c6ae8b478e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=ca93712f90e54becb8cb2a206946c230 used request id req-470da55c-ad23-49fc-ac0f-c72d59e1b21a 2018-08-21 01:59:23,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10236287117s 2018-08-21 01:59:23,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=e2d6e611ab2d4335ba57f4c6ae8b478e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=ca93712f90e54becb8cb2a206946c230 used request id req-470da55c-ad23-49fc-ac0f-c72d59e1b21a 2018-08-21 01:59:23,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 01:59:23,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230/users/e2d6e611ab2d4335ba57f4c6ae8b478e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 01:59:23,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:59:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af8a5d4f-a43a-4853-b449-ae39cda80ef0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 01:59:23,355 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230/users/e2d6e611ab2d4335ba57f4c6ae8b478e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-af8a5d4f-a43a-4853-b449-ae39cda80ef0 2018-08-21 01:59:23,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.220436096191s 2018-08-21 01:59:23,355 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230/users/e2d6e611ab2d4335ba57f4c6ae8b478e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-af8a5d4f-a43a-4853-b449-ae39cda80ef0 2018-08-21 01:59:23,356 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 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'ca93712f90e54becb8cb2a206946c230', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '007ddef2-2307-4766-8367-3f5d4521eba9', 'username': u'singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 01:59:23,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 01:59:23,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 01:59:23,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 01:59:23,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 01:59:23,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 01:59:23,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 01:59:23,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 01:59:23,361 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'password': '007ddef2-2307-4766-8367-3f5d4521eba9', 'project_name': 'singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': 'ca93712f90e54becb8cb2a206946c230', 'project_domain_name': 'Default'} 2018-08-21 01:59:23,361 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-21 01:59:23,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:59:23,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d20a15b-b13c-4626-a0b3-d767581c050d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 01:59:23,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-1d20a15b-b13c-4626-a0b3-d767581c050d 2018-08-21 01:59:23,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 01:59:23,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T02:59:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca93712f90e54becb8cb2a206946c230", "name": "singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/ca93712f90e54becb8cb2a206946c230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/ca93712f90e54becb8cb2a206946c230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/ca93712f90e54becb8cb2a206946c230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/ca93712f90e54becb8cb2a206946c230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/ca93712f90e54becb8cb2a206946c230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/ca93712f90e54becb8cb2a206946c230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/ca93712f90e54becb8cb2a206946c230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/ca93712f90e54becb8cb2a206946c230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/ca93712f90e54becb8cb2a206946c230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_ca93712f90e54becb8cb2a206946c230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_ca93712f90e54becb8cb2a206946c230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/ca93712f90e54becb8cb2a206946c230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/ca93712f90e54becb8cb2a206946c230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/ca93712f90e54becb8cb2a206946c230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "id": "e2d6e611ab2d4335ba57f4c6ae8b478e"}, "audit_ids": ["s4QneAepR628EKKFi7s_RA"], "issued_at": "2018-08-21T01:59:23.000000Z"}} 2018-08-21 01:59:23,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 01:59:23,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"network": {"name": "singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "admin_state_up": true}}' 2018-08-21 01:59:24,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-f2dca8d9-ddd7-4c32-a793-d74ea9aeb0dd Date: Tue, 21 Aug 2018 01:59:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T01:59:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ca93712f90e54becb8cb2a206946c230","id":"f9b19840-1075-4b31-9954-80a0670b7b5a","name":"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}} 2018-08-21 01:59:24,542 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-f2dca8d9-ddd7-4c32-a793-d74ea9aeb0dd 2018-08-21 01:59:24,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.772000074387s 2018-08-21 01:59:24,542 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-f2dca8d9-ddd7-4c32-a793-d74ea9aeb0dd 2018-08-21 01:59:24,543 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:59:24Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'f9b19840-1075-4b31-9954-80a0670b7b5a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', u'admin_state_up': True, u'tenant_id': u'ca93712f90e54becb8cb2a206946c230', u'created_at': u'2018-08-21T01:59:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ca93712f90e54becb8cb2a206946c230'}) 2018-08-21 01:59:24,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:59:24,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:24,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-acbf677e-1c1f-4dd1-9916-40ef0c3f1f0e Date: Tue, 21 Aug 2018 01:59: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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T01:59:24Z","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"ca93712f90e54becb8cb2a206946c230","id":"f9b19840-1075-4b31-9954-80a0670b7b5a","name":"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 01:59:24,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-acbf677e-1c1f-4dd1-9916-40ef0c3f1f0e 2018-08-21 01:59:24,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286525011063s 2018-08-21 01:59:24,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-acbf677e-1c1f-4dd1-9916-40ef0c3f1f0e 2018-08-21 01:59:24,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 01:59:24,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"subnet": {"name": "singlevm2-subnet_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "enable_dhcp": true, "network_id": "f9b19840-1075-4b31-9954-80a0670b7b5a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 01:59:25,500 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-4f6ac6d7-4de4-4e7d-bcfa-b1269cb0ff77 Date: Tue, 21 Aug 2018 01:59:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9b19840-1075-4b31-9954-80a0670b7b5a","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:59:25Z","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":"ca93712f90e54becb8cb2a206946c230","id":"b7c55c28-caf2-4b3d-a5d9-fa15495b42d1","subnetpool_id":null,"name":"singlevm2-subnet_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}} 2018-08-21 01:59:25,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-4f6ac6d7-4de4-4e7d-bcfa-b1269cb0ff77 2018-08-21 01:59:25,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.668679952621s 2018-08-21 01:59:25,501 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-4f6ac6d7-4de4-4e7d-bcfa-b1269cb0ff77 2018-08-21 01:59:25,501 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T01:59:25Z', 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'b7c55c28-caf2-4b3d-a5d9-fa15495b42d1', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', u'enable_dhcp': True, u'network_id': u'f9b19840-1075-4b31-9954-80a0670b7b5a', u'tenant_id': u'ca93712f90e54becb8cb2a206946c230', u'created_at': u'2018-08-21T01:59:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ca93712f90e54becb8cb2a206946c230'}) 2018-08-21 01:59:25,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 01:59:25,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "singlevm2-router_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "admin_state_up": true}}' 2018-08-21 01:59:27,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-f8c283c8-d5d9-44b1-8d6f-6518598f4898 Date: Tue, 21 Aug 2018 01:59:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:25Z", "admin_state_up": true, "updated_at": "2018-08-21T01:59:26Z", "revision_number": 2, "routes": [], "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "8ee3db55-3ffa-4b8b-9c71-6a810457ee16", "name": "singlevm2-router_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}} 2018-08-21 01:59:27,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f8c283c8-d5d9-44b1-8d6f-6518598f4898 2018-08-21 01:59:27,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56404495239s 2018-08-21 01:59:27,067 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f8c283c8-d5d9-44b1-8d6f-6518598f4898 2018-08-21 01:59:27,067 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ca93712f90e54becb8cb2a206946c230', u'created_at': u'2018-08-21T01:59:25Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T01:59:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'ca93712f90e54becb8cb2a206946c230', u'id': u'8ee3db55-3ffa-4b8b-9c71-6a810457ee16', u'name': u'singlevm2-router_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581'}) 2018-08-21 01:59:27,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 01:59:27,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16/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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"subnet_id": "b7c55c28-caf2-4b3d-a5d9-fa15495b42d1"}' 2018-08-21 01:59:28,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-76716b7e-ba2a-45a7-9990-53ee7aae7612 Date: Tue, 21 Aug 2018 01:59:28 GMT RESP BODY: {"network_id": "f9b19840-1075-4b31-9954-80a0670b7b5a", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "subnet_id": "b7c55c28-caf2-4b3d-a5d9-fa15495b42d1", "subnet_ids": ["b7c55c28-caf2-4b3d-a5d9-fa15495b42d1"], "port_id": "e317c97d-e1f9-4da2-b058-5cfef155e3f8", "id": "8ee3db55-3ffa-4b8b-9c71-6a810457ee16"} 2018-08-21 01:59:28,978 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16/add_router_interface.json used request id req-76716b7e-ba2a-45a7-9990-53ee7aae7612 2018-08-21 01:59:28,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.91047286987s 2018-08-21 01:59:28,979 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16/add_router_interface.json used request id req-76716b7e-ba2a-45a7-9990-53ee7aae7612 returning object 8ee3db55-3ffa-4b8b-9c71-6a810457ee16 2018-08-21 01:59:28,979 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 01:59:29,111 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 01:59:29,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 01:59:29,117 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 01:59:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 01:59:29,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:59:29,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:29,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a8b88fac-354e-4442-a488-76fc373c8180 Date: Tue, 21 Aug 2018 01:59:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:59:29,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a8b88fac-354e-4442-a488-76fc373c8180 2018-08-21 01:59:29,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.261024951935s 2018-08-21 01:59:29,381 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a8b88fac-354e-4442-a488-76fc373c8180 2018-08-21 01:59:29,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 01:59:29,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}' 2018-08-21 01:59:29,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0ae77852-4854-49c6-ba69-77579f3bab7e Date: Tue, 21 Aug 2018 01:59:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:59:29Z", "file": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/file", "owner": "ca93712f90e54becb8cb2a206946c230", "id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "size": null, "self": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "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_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "checksum": null, "created_at": "2018-08-21T01:59:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 01:59:29,455 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-0ae77852-4854-49c6-ba69-77579f3bab7e 2018-08-21 01:59:29,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0657222270966s 2018-08-21 01:59:29,455 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-0ae77852-4854-49c6-ba69-77579f3bab7e returning object ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9 2018-08-21 01:59:29,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 01:59:29,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '' 2018-08-21 01:59:30,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b9aecfdc-ee10-409d-83f2-cd4c658b9708 Date: Tue, 21 Aug 2018 01:59: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-21 01:59:30,055 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/file used request id req-b9aecfdc-ee10-409d-83f2-cd4c658b9708 2018-08-21 01:59:30,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.598837852478s 2018-08-21 01:59:30,055 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/file used request id req-b9aecfdc-ee10-409d-83f2-cd4c658b9708 2018-08-21 01:59:30,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:59:30,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:30,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-71088cc0-d3f5-4bc4-ba54-1bf19061be59 Date: Tue, 21 Aug 2018 01:59:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:59:29Z", "file": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/file", "owner": "ca93712f90e54becb8cb2a206946c230", "id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "size": 12716032, "self": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:59:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:59:30,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-71088cc0-d3f5-4bc4-ba54-1bf19061be59 2018-08-21 01:59:30,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0607740879059s 2018-08-21 01:59:30,121 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-71088cc0-d3f5-4bc4-ba54-1bf19061be59 2018-08-21 01:59:30,122 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/file', 'owner': u'ca93712f90e54becb8cb2a206946c230', 'id': u'ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9', 'size': 12716032, u'self': u'/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ca93712f90e54becb8cb2a206946c230', 'name': 'singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T01:59:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T01:59:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', '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/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9', 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_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'created': u'2018-08-21T01:59:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T01:59: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/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9', 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_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 01:59:30,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 01:59:30,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 01:59:30,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-939b895a-1052-4921-9acb-c15af5413d5e x-compute-request-id: req-939b895a-1052-4921-9acb-c15af5413d5e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "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": "45948b45-035b-4b43-a4aa-db594bad82d7"}} 2018-08-21 01:59:30,396 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-939b895a-1052-4921-9acb-c15af5413d5e 2018-08-21 01:59:30,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.272536039352s 2018-08-21 01:59:30,396 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-939b895a-1052-4921-9acb-c15af5413d5e 2018-08-21 01:59:30,397 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', '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'9395463b2c594ad385c1520193638f95', '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'45948b45-035b-4b43-a4aa-db594bad82d7', 'swap': 0}) 2018-08-21 01:59:30,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 01:59:30,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7/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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" -d '{"extra_specs": {}}' 2018-08-21 01:59:30,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8657f321-ea5d-49fa-8a1a-e610b916647c x-compute-request-id: req-8657f321-ea5d-49fa-8a1a-e610b916647c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 01:59:30,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7/os-extra_specs used request id req-8657f321-ea5d-49fa-8a1a-e610b916647c 2018-08-21 01:59:30,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.157986164093s 2018-08-21 01:59:30,556 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7/os-extra_specs used request id req-8657f321-ea5d-49fa-8a1a-e610b916647c 2018-08-21 01:59:30,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-21 01:59:30,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"keypair": {"name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}}' 2018-08-21 01:59:30,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-226187b4-f95f-45c4-89ef-7be72cc24bc0 x-compute-request-id: req-226187b4-f95f-45c4-89ef-7be72cc24bc0 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNkvCrTziOAj5XlJPpNkUZTEPfPcHptREucrTrXMmLfFCNaY+bFuS0OFuiHBbSm3Aw38S+v153j3bK1fZP/ea2UrSMijcvbbqkBjCKJsoOGQ1WF55usrpGDA0pCremq5+zl15/1eSVmOT1kUPKGp8aHnEUmN+azXVtWHCiv+hOb/twTDbwul+qTayjPN/LCLqjfr7TgzRw8L2megFmSA1dfiETPXTFitLfGxqYTc+2XJwdRNtvnoDV6Q/GrnHQwq2g7IyeojVadlI6xx1TWRYcgaoTnokEC/9r5rdk2pgEBEHz3zox1gia1DXh8rGepUn2AuxiS75V/0WqQxYZ0uAd Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzZLwq084jgI+V5ST6TZFGUxD3z3B6bURLnK061zJi3xQjWmP\nmxbktDhbohwW0ptwMN/Evr9ed492ytX2T/3mtlK0jIo3L226pAYwiibKDhkNVhee\nbrK6RgwNKQq3pqufs5def9XklZjk9ZFDyhqfGh5xFJjfms11bVhwor/oTm/7cEw2\n8Lpfqk2sozzfywi6o36+04M0cPC9pnoBZkgNXX4hEz10xYrS3xsamE3PtlycHUTb\nb56A1ekPxq5x0MKtoOyMnqI1WnZSOscdU1kWHIGqE56JBAv/a+a3ZNqYBARB8986\nMdYImtQ14fKxnqVJ9gLsYku+Vf9FqkMWGdLgHQIDAQABAoIBAQCNcWCuPd/Htbt3\nPv9WIsUAVv0MCM33I2Ii90GL/1ec5Xf3FH5+Uw4hAfXqYDFDzzcuKYiRRdKVqNwv\nS3AiMawgHl+joyW9OF6GpMuZAn9bm9kVN0MHH2oS8A/OAVXDE6raQnf+tQiF9aDz\nZXOjBxYZPoDHjzeqp1r4VTWKhUgtTpoDAmk4iM1A9JkzZSkI5pqvE6rNHp5bPr2m\ngetE8uqpE592ES398f2SmHOMztn7uO9/C4shpM6f/ggZZaho2xdBko3nodN5APcW\nyH2ScynBTx2KJuIhWIHXFbPv4vtUmvw6FmyKQsddLjOau2Jgct95qKeOxAX+YRkx\nc00B1hnxAoGBAP3CHAhZDTumdYHNS+nZVIP16QhIrVR27QCA3gVmv2AgnrbYEp/w\nax9BP3NqwWp/Mxk1RZMJe3RTGiIpXUGMWiK54dTnetrEuTklpDncAZ3UPETWhIOy\ntS4ZaP7Get77dSQJkq8JoPI2DvFMLrfKhJaXVeBKHoPF+IzCGgbpjl+3AoGBAM9j\n29yYhx2OPvtleOUmgTYT/VjLaYKKamyonudcrKCiXpsRoPDzjd3Ivnt6eSroEoi+\nGrP88tX7WDof8+lyJbtQicc2nyB6mUkAEImct3ueLL1pORujtn7vkp5+fxaqXwOi\nekmdWEzT4KDBjfHQMSR7IThhan5hkYuttEw5ZtbLAoGBAISLt4jEuxzFPeunCFgF\npReogyhIjgDofbMdnNrFaIEViNGI23GfatTQiAwJXy35cv9fzA+ZjFqebbAaWxO5\n8/rfjQ5gOtO6neUzvCxctptyGGj8hAsmdWy26RjrI5MFVZKVTYEQTnk1s2hmmqB1\nr/vY4IpfLME3zzP2zxF9PVjRAoGAUeF4ReFGv2mQ/kqy765DJ6m+xhcRokOp/xqY\nGnqhgY550bmlFFzkryL56eCSBFm6L5j3DAcbjVZ+H/zLnWi+8vS6YRf0vasJ6COJ\nY/unCbyKp4Hq1TnO7NEDz2XcIYPEnbfBllz0Jukkb/PbahSrwl6G4C6+EAXPpBlB\n7TJgov8CgYEApeqg2s7o9/XoSDI6wSZg5sKXErR9/qYjngDBQPb/5ADqKbJBEdhD\n4J0zjaqmd5o6T03xCXajtwciI/KGGjKJa+dT2j12FZtm/GDOne6JDD+/SAG1WwoN\nXurzQJu52ELatczQ5hIcCNJ08WEo0VgEn3/Ztpm5p7FXkQJX+7YpmU8=\n-----END RSA PRIVATE KEY-----\n", "user_id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "fingerprint": "ad:30:6e:c2:88:66:18:7e:53:db:ac:19:cf:63:41:e4"}} 2018-08-21 01:59:30,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-226187b4-f95f-45c4-89ef-7be72cc24bc0 2018-08-21 01:59:30,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.375828027725s 2018-08-21 01:59:30,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-226187b4-f95f-45c4-89ef-7be72cc24bc0 2018-08-21 01:59:30,934 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNkvCrTziOAj5XlJPpNkUZTEPfPcHptREucrTrXMmLfFCNaY+bFuS0OFuiHBbSm3Aw38S+v153j3bK1fZP/ea2UrSMijcvbbqkBjCKJsoOGQ1WF55usrpGDA0pCremq5+zl15/1eSVmOT1kUPKGp8aHnEUmN+azXVtWHCiv+hOb/twTDbwul+qTayjPN/LCLqjfr7TgzRw8L2megFmSA1dfiETPXTFitLfGxqYTc+2XJwdRNtvnoDV6Q/GrnHQwq2g7IyeojVadlI6xx1TWRYcgaoTnokEC/9r5rdk2pgEBEHz3zox1gia1DXh8rGepUn2AuxiS75V/0WqQxYZ0uAd Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzZLwq084jgI+V5ST6TZFGUxD3z3B6bURLnK061zJi3xQjWmP\nmxbktDhbohwW0ptwMN/Evr9ed492ytX2T/3mtlK0jIo3L226pAYwiibKDhkNVhee\nbrK6RgwNKQq3pqufs5def9XklZjk9ZFDyhqfGh5xFJjfms11bVhwor/oTm/7cEw2\n8Lpfqk2sozzfywi6o36+04M0cPC9pnoBZkgNXX4hEz10xYrS3xsamE3PtlycHUTb\nb56A1ekPxq5x0MKtoOyMnqI1WnZSOscdU1kWHIGqE56JBAv/a+a3ZNqYBARB8986\nMdYImtQ14fKxnqVJ9gLsYku+Vf9FqkMWGdLgHQIDAQABAoIBAQCNcWCuPd/Htbt3\nPv9WIsUAVv0MCM33I2Ii90GL/1ec5Xf3FH5+Uw4hAfXqYDFDzzcuKYiRRdKVqNwv\nS3AiMawgHl+joyW9OF6GpMuZAn9bm9kVN0MHH2oS8A/OAVXDE6raQnf+tQiF9aDz\nZXOjBxYZPoDHjzeqp1r4VTWKhUgtTpoDAmk4iM1A9JkzZSkI5pqvE6rNHp5bPr2m\ngetE8uqpE592ES398f2SmHOMztn7uO9/C4shpM6f/ggZZaho2xdBko3nodN5APcW\nyH2ScynBTx2KJuIhWIHXFbPv4vtUmvw6FmyKQsddLjOau2Jgct95qKeOxAX+YRkx\nc00B1hnxAoGBAP3CHAhZDTumdYHNS+nZVIP16QhIrVR27QCA3gVmv2AgnrbYEp/w\nax9BP3NqwWp/Mxk1RZMJe3RTGiIpXUGMWiK54dTnetrEuTklpDncAZ3UPETWhIOy\ntS4ZaP7Get77dSQJkq8JoPI2DvFMLrfKhJaXVeBKHoPF+IzCGgbpjl+3AoGBAM9j\n29yYhx2OPvtleOUmgTYT/VjLaYKKamyonudcrKCiXpsRoPDzjd3Ivnt6eSroEoi+\nGrP88tX7WDof8+lyJbtQicc2nyB6mUkAEImct3ueLL1pORujtn7vkp5+fxaqXwOi\nekmdWEzT4KDBjfHQMSR7IThhan5hkYuttEw5ZtbLAoGBAISLt4jEuxzFPeunCFgF\npReogyhIjgDofbMdnNrFaIEViNGI23GfatTQiAwJXy35cv9fzA+ZjFqebbAaWxO5\n8/rfjQ5gOtO6neUzvCxctptyGGj8hAsmdWy26RjrI5MFVZKVTYEQTnk1s2hmmqB1\nr/vY4IpfLME3zzP2zxF9PVjRAoGAUeF4ReFGv2mQ/kqy765DJ6m+xhcRokOp/xqY\nGnqhgY550bmlFFzkryL56eCSBFm6L5j3DAcbjVZ+H/zLnWi+8vS6YRf0vasJ6COJ\nY/unCbyKp4Hq1TnO7NEDz2XcIYPEnbfBllz0Jukkb/PbahSrwl6G4C6+EAXPpBlB\n7TJgov8CgYEApeqg2s7o9/XoSDI6wSZg5sKXErR9/qYjngDBQPb/5ADqKbJBEdhD\n4J0zjaqmd5o6T03xCXajtwciI/KGGjKJa+dT2j12FZtm/GDOne6JDD+/SAG1WwoN\nXurzQJu52ELatczQ5hIcCNJ08WEo0VgEn3/Ztpm5p7FXkQJX+7YpmU8=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e2d6e611ab2d4335ba57f4c6ae8b478e', 'name': u'singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'created_at': '2018-08-21T01:59:30.934078', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ca93712f90e54becb8cb2a206946c230', 'name': 'singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ad:30:6e:c2:88:66:18:7e:53:db:ac:19:cf:63:41:e4', 'type': 'ssh', 'id': u'singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581'}) 2018-08-21 01:59:30,934 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAzZLwq084jgI+V5ST6TZFGUxD3z3B6bURLnK061zJi3xQjWmP mxbktDhbohwW0ptwMN/Evr9ed492ytX2T/3mtlK0jIo3L226pAYwiibKDhkNVhee brK6RgwNKQq3pqufs5def9XklZjk9ZFDyhqfGh5xFJjfms11bVhwor/oTm/7cEw2 8Lpfqk2sozzfywi6o36+04M0cPC9pnoBZkgNXX4hEz10xYrS3xsamE3PtlycHUTb b56A1ekPxq5x0MKtoOyMnqI1WnZSOscdU1kWHIGqE56JBAv/a+a3ZNqYBARB8986 MdYImtQ14fKxnqVJ9gLsYku+Vf9FqkMWGdLgHQIDAQABAoIBAQCNcWCuPd/Htbt3 Pv9WIsUAVv0MCM33I2Ii90GL/1ec5Xf3FH5+Uw4hAfXqYDFDzzcuKYiRRdKVqNwv S3AiMawgHl+joyW9OF6GpMuZAn9bm9kVN0MHH2oS8A/OAVXDE6raQnf+tQiF9aDz ZXOjBxYZPoDHjzeqp1r4VTWKhUgtTpoDAmk4iM1A9JkzZSkI5pqvE6rNHp5bPr2m getE8uqpE592ES398f2SmHOMztn7uO9/C4shpM6f/ggZZaho2xdBko3nodN5APcW yH2ScynBTx2KJuIhWIHXFbPv4vtUmvw6FmyKQsddLjOau2Jgct95qKeOxAX+YRkx c00B1hnxAoGBAP3CHAhZDTumdYHNS+nZVIP16QhIrVR27QCA3gVmv2AgnrbYEp/w ax9BP3NqwWp/Mxk1RZMJe3RTGiIpXUGMWiK54dTnetrEuTklpDncAZ3UPETWhIOy tS4ZaP7Get77dSQJkq8JoPI2DvFMLrfKhJaXVeBKHoPF+IzCGgbpjl+3AoGBAM9j 29yYhx2OPvtleOUmgTYT/VjLaYKKamyonudcrKCiXpsRoPDzjd3Ivnt6eSroEoi+ GrP88tX7WDof8+lyJbtQicc2nyB6mUkAEImct3ueLL1pORujtn7vkp5+fxaqXwOi ekmdWEzT4KDBjfHQMSR7IThhan5hkYuttEw5ZtbLAoGBAISLt4jEuxzFPeunCFgF pReogyhIjgDofbMdnNrFaIEViNGI23GfatTQiAwJXy35cv9fzA+ZjFqebbAaWxO5 8/rfjQ5gOtO6neUzvCxctptyGGj8hAsmdWy26RjrI5MFVZKVTYEQTnk1s2hmmqB1 r/vY4IpfLME3zzP2zxF9PVjRAoGAUeF4ReFGv2mQ/kqy765DJ6m+xhcRokOp/xqY GnqhgY550bmlFFzkryL56eCSBFm6L5j3DAcbjVZ+H/zLnWi+8vS6YRf0vasJ6COJ Y/unCbyKp4Hq1TnO7NEDz2XcIYPEnbfBllz0Jukkb/PbahSrwl6G4C6+EAXPpBlB 7TJgov8CgYEApeqg2s7o9/XoSDI6wSZg5sKXErR9/qYjngDBQPb/5ADqKbJBEdhD 4J0zjaqmd5o6T03xCXajtwciI/KGGjKJa+dT2j12FZtm/GDOne6JDD+/SAG1WwoN XurzQJu52ELatczQ5hIcCNJ08WEo0VgEn3/Ztpm5p7FXkQJX+7YpmU8= -----END RSA PRIVATE KEY----- 2018-08-21 01:59:30,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-21 01:59:30,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"security_group": {"name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-21 01:59:31,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-92949a67-a3b2-4810-ace5-cac8824c4a54 Date: Tue, 21 Aug 2018 01:59:31 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:30Z", "updated_at": "2018-08-21T01:59:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "2c61669f-3b8b-4ffe-b92f-a955713d5220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "85cb4924-7605-4249-b39f-c8ccfbecdbd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}} 2018-08-21 01:59:31,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-92949a67-a3b2-4810-ace5-cac8824c4a54 2018-08-21 01:59:31,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.243818998337s 2018-08-21 01:59:31,182 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-92949a67-a3b2-4810-ace5-cac8824c4a54 2018-08-21 01:59:31,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 01:59:31,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:31,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-197a9736-26b2-4ad0-9890-13df3998c493 Date: Tue, 21 Aug 2018 01:59:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:30Z", "updated_at": "2018-08-21T01:59:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "2c61669f-3b8b-4ffe-b92f-a955713d5220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "85cb4924-7605-4249-b39f-c8ccfbecdbd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 01:59:31,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-197a9736-26b2-4ad0-9890-13df3998c493 2018-08-21 01:59:31,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.071084022522s 2018-08-21 01:59:31,258 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-197a9736-26b2-4ad0-9890-13df3998c493 2018-08-21 01:59:31,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 01:59:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -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": "44143f84-059c-4df8-8d5b-71c1c6193ef4"}}' 2018-08-21 01:59:31,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-81e9eacd-b9f6-48d8-afab-2206525658d0 Date: Tue, 21 Aug 2018 01:59:31 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-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "port_range_min": 22, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:31Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "83389e92-64c9-497d-919e-3e00ad4068e1"}} 2018-08-21 01:59:31,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-81e9eacd-b9f6-48d8-afab-2206525658d0 2018-08-21 01:59:31,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.170413017273s 2018-08-21 01:59:31,432 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-81e9eacd-b9f6-48d8-afab-2206525658d0 2018-08-21 01:59:31,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 01:59:31,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:31,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-1c450f7d-b4ae-4eef-865d-d42137bc6491 Date: Tue, 21 Aug 2018 01:59:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:30Z", "updated_at": "2018-08-21T01:59:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "2c61669f-3b8b-4ffe-b92f-a955713d5220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "83389e92-64c9-497d-919e-3e00ad4068e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "85cb4924-7605-4249-b39f-c8ccfbecdbd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 2, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 01:59:31,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-1c450f7d-b4ae-4eef-865d-d42137bc6491 2018-08-21 01:59:31,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0516970157623s 2018-08-21 01:59:31,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-1c450f7d-b4ae-4eef-865d-d42137bc6491 2018-08-21 01:59:31,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 01:59:31,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -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": "44143f84-059c-4df8-8d5b-71c1c6193ef4"}}' 2018-08-21 01:59:31,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ad18f829-834b-4e7c-96ec-720214da2317 Date: Tue, 21 Aug 2018 01:59:31 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-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:31Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "6427608a-28f4-4ecd-8ed4-c0a1e6b9ac8c"}} 2018-08-21 01:59:31,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-ad18f829-834b-4e7c-96ec-720214da2317 2018-08-21 01:59:31,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.163796186447s 2018-08-21 01:59:31,654 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-ad18f829-834b-4e7c-96ec-720214da2317 2018-08-21 01:59:31,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:59:31,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:31,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-23ffecac-7880-45c4-9973-93bc9a02af53 Date: Tue, 21 Aug 2018 01:59: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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b7c55c28-caf2-4b3d-a5d9-fa15495b42d1"],"updated_at":"2018-08-21T01:59:25Z","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca93712f90e54becb8cb2a206946c230","id":"f9b19840-1075-4b31-9954-80a0670b7b5a","name":"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 01:59:31,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-23ffecac-7880-45c4-9973-93bc9a02af53 2018-08-21 01:59:31,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0917959213257s 2018-08-21 01:59:31,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-23ffecac-7880-45c4-9973-93bc9a02af53 2018-08-21 01:59:31,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 01:59:31,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:31,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ecca4ac8-e377-4296-9b24-30fdc145b658 Date: Tue, 21 Aug 2018 01:59:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:59:29Z", "file": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/file", "owner": "ca93712f90e54becb8cb2a206946c230", "id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "size": 12716032, "self": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:59:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 01:59:31,864 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ecca4ac8-e377-4296-9b24-30fdc145b658 2018-08-21 01:59:31,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.111187934875s 2018-08-21 01:59:31,864 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ecca4ac8-e377-4296-9b24-30fdc145b658 2018-08-21 01:59:31,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 01:59:31,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:31,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e6aa8bd-d571-4f0c-9dc4-723bec20322c x-compute-request-id: req-9e6aa8bd-d571-4f0c-9dc4-723bec20322c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "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": "45948b45-035b-4b43-a4aa-db594bad82d7"}]} 2018-08-21 01:59:31,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-9e6aa8bd-d571-4f0c-9dc4-723bec20322c 2018-08-21 01:59:31,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272469520569s 2018-08-21 01:59:31,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-9e6aa8bd-d571-4f0c-9dc4-723bec20322c 2018-08-21 01:59:31,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 01:59:31,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"server": {"name": "singlevm2-vm_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "imageRef": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "key_name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "flavorRef": "45948b45-035b-4b43-a4aa-db594bad82d7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f9b19840-1075-4b31-9954-80a0670b7b5a"}], "security_groups": [{"name": "44143f84-059c-4df8-8d5b-71c1c6193ef4"}]}}' 2018-08-21 01:59:34,433 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 01:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8e799a2-082e-4c83-8532-dd42144fe568 x-compute-request-id: req-f8e799a2-082e-4c83-8532-dd42144fe568 Content-Length: 403 location: http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "44143f84-059c-4df8-8d5b-71c1c6193ef4"}], "OS-DCF:diskConfig": "MANUAL", "id": "2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "bookmark"}], "adminPass": "TQetEGScq9C8"}} 2018-08-21 01:59:34,433 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-f8e799a2-082e-4c83-8532-dd42144fe568 2018-08-21 01:59:34,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.53767609596s 2018-08-21 01:59:34,433 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-f8e799a2-082e-4c83-8532-dd42144fe568 2018-08-21 01:59:34,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:34,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:35,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed2ef660-4650-446e-8b46-61486715b739 x-compute-request-id: req-ed2ef660-4650-446e-8b46-61486715b739 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "bookmark"}], "image": {"id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "links": [{"href": "http://172.30.9.44:8774/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45948b45-035b-4b43-a4aa-db594bad82d7", "links": [{"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "bookmark"}]}, "id": "2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "user_id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "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-21T01:59:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "name": "singlevm2-vm_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "created": "2018-08-21T01:59:34Z", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:59:35,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ed2ef660-4650-446e-8b46-61486715b739 2018-08-21 01:59:35,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566273927689s 2018-08-21 01:59:35,001 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ed2ef660-4650-446e-8b46-61486715b739 2018-08-21 01:59:35,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:59:35,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:35,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f7855703-1e94-497a-a987-bc014500bc67 Date: Tue, 21 Aug 2018 01:59:35 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b7c55c28-caf2-4b3d-a5d9-fa15495b42d1"],"updated_at":"2018-08-21T01:59:25Z","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca93712f90e54becb8cb2a206946c230","id":"f9b19840-1075-4b31-9954-80a0670b7b5a","name":"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 01:59:35,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-f7855703-1e94-497a-a987-bc014500bc67 2018-08-21 01:59:35,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0835900306702s 2018-08-21 01:59:35,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-f7855703-1e94-497a-a987-bc014500bc67 2018-08-21 01:59:35,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 01:59:35,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:35,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5ddf78de-0059-40c2-a646-7cd00081e867 Date: Tue, 21 Aug 2018 01:59:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9b19840-1075-4b31-9954-80a0670b7b5a","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:59:25Z","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":"ca93712f90e54becb8cb2a206946c230","id":"b7c55c28-caf2-4b3d-a5d9-fa15495b42d1","subnetpool_id":null,"name":"singlevm2-subnet_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 01:59:35,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-5ddf78de-0059-40c2-a646-7cd00081e867 2018-08-21 01:59:35,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0641219615936s 2018-08-21 01:59:35,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-5ddf78de-0059-40c2-a646-7cd00081e867 2018-08-21 01:59:35,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:59:37,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:37,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:37,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-776c127d-3652-4b8a-9562-da1f115af07d x-compute-request-id: req-776c127d-3652-4b8a-9562-da1f115af07d Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "bookmark"}], "image": {"id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "links": [{"href": "http://172.30.9.44:8774/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45948b45-035b-4b43-a4aa-db594bad82d7", "links": [{"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "bookmark"}]}, "id": "2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "user_id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "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-21T01:59:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "name": "singlevm2-vm_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "created": "2018-08-21T01:59:34Z", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:59:37,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-776c127d-3652-4b8a-9562-da1f115af07d 2018-08-21 01:59:37,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667973041534s 2018-08-21 01:59:37,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-776c127d-3652-4b8a-9562-da1f115af07d 2018-08-21 01:59:37,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:59:39,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:39,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:40,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7243cc28-368b-45e9-8a81-2bf51a51e7eb x-compute-request-id: req-7243cc28-368b-45e9-8a81-2bf51a51e7eb 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.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "bookmark"}], "image": {"id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "links": [{"href": "http://172.30.9.44:8774/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "45948b45-035b-4b43-a4aa-db594bad82d7", "links": [{"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "bookmark"}]}, "id": "2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "security_groups": [{"name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}], "user_id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T01:59:37Z", "hostId": "93b28f91d29fe72047f09b575ae6de804ae89c6d9f4d7f45853a9bc3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "name": "singlevm2-vm_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "created": "2018-08-21T01:59:34Z", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:59:40,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7243cc28-368b-45e9-8a81-2bf51a51e7eb 2018-08-21 01:59:40,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654143095016s 2018-08-21 01:59:40,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7243cc28-368b-45e9-8a81-2bf51a51e7eb 2018-08-21 01:59:40,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:59:42,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:42,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:42,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d012df8-a7b1-4585-a40f-8afe9ac55ac0 x-compute-request-id: req-5d012df8-a7b1-4585-a40f-8afe9ac55ac0 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:0a:2a", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "bookmark"}], "image": {"id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "links": [{"href": "http://172.30.9.44:8774/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T01:59:42.000000", "flavor": {"id": "45948b45-035b-4b43-a4aa-db594bad82d7", "links": [{"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "bookmark"}]}, "id": "2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "security_groups": [{"name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}], "user_id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T01:59:42Z", "hostId": "93b28f91d29fe72047f09b575ae6de804ae89c6d9f4d7f45853a9bc3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "name": "singlevm2-vm_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "created": "2018-08-21T01:59:34Z", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:59:42,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5d012df8-a7b1-4585-a40f-8afe9ac55ac0 2018-08-21 01:59:42,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358449935913s 2018-08-21 01:59:42,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5d012df8-a7b1-4585-a40f-8afe9ac55ac0 2018-08-21 01:59:42,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 01:59:42,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=2c0ff2f4-2a93-43e8-868b-6b47b0818f3a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:42,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4345e673-f37c-44d4-8f66-bb4084ef67f5 Date: Tue, 21 Aug 2018 01:59:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f9b19840-1075-4b31-9954-80a0670b7b5a","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:38Z","admin_state_up":true,"updated_at":"2018-08-21T01:59:42Z","binding:vnic_type":"normal","device_id":"2c0ff2f4-2a93-43e8-868b-6b47b0818f3a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c0:0a:2a","id":"5dc10b13-34e2-458c-b3ea-daf74563d583","port_security_enabled":true,"project_id":"ca93712f90e54becb8cb2a206946c230","fixed_ips":[{"subnet_id":"b7c55c28-caf2-4b3d-a5d9-fa15495b42d1","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["44143f84-059c-4df8-8d5b-71c1c6193ef4"],"name":""}]} 2018-08-21 01:59:42,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=2c0ff2f4-2a93-43e8-868b-6b47b0818f3a used request id req-4345e673-f37c-44d4-8f66-bb4084ef67f5 2018-08-21 01:59:42,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0511150360107s 2018-08-21 01:59:42,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=2c0ff2f4-2a93-43e8-868b-6b47b0818f3a used request id req-4345e673-f37c-44d4-8f66-bb4084ef67f5 2018-08-21 01:59:42,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 01:59:42,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=5dc10b13-34e2-458c-b3ea-daf74563d583" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:42,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fdb34530-07ec-4447-8dc7-d489fab6b109 Date: Tue, 21 Aug 2018 01:59:42 GMT RESP BODY: {"floatingips": []} 2018-08-21 01:59:42,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=5dc10b13-34e2-458c-b3ea-daf74563d583 used request id req-fdb34530-07ec-4447-8dc7-d489fab6b109 2018-08-21 01:59:42,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0477659702301s 2018-08-21 01:59:42,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=5dc10b13-34e2-458c-b3ea-daf74563d583 used request id req-fdb34530-07ec-4447-8dc7-d489fab6b109 2018-08-21 01:59:42,962 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c0:0a:2a', 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'ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9'}), 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-21T01:59:42.000000', 'flavor': Munch({u'id': u'45948b45-035b-4b43-a4aa-db594bad82d7'}), 'az': u'nova', 'id': u'2c0ff2f4-2a93-43e8-868b-6b47b0818f3a', 'security_groups': [Munch({u'name': u'singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e2d6e611ab2d4335ba57f4c6ae8b478e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ca93712f90e54becb8cb2a206946c230', 'name': 'singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', '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-21T01:59:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T01:59:42Z', 'hostId': u'93b28f91d29fe72047f09b575ae6de804ae89c6d9f4d7f45853a9bc3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'93b28f91d29fe72047f09b575ae6de804ae89c6d9f4d7f45853a9bc3', '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-21T01:59:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ca93712f90e54becb8cb2a206946c230', 'name': u'singlevm2-vm_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'adminPass': u'TQetEGScq9C8', 'tenant_id': u'ca93712f90e54becb8cb2a206946c230', 'created_at': u'2018-08-21T01:59:34Z', 'created': u'2018-08-21T01:59:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 01:59:42,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 01:59:42,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:43,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7cdfcdc5-eff5-4e6c-a51b-de6b9d0e676d Date: Tue, 21 Aug 2018 01:59:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b7c55c28-caf2-4b3d-a5d9-fa15495b42d1"],"updated_at":"2018-08-21T01:59:25Z","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ca93712f90e54becb8cb2a206946c230","id":"f9b19840-1075-4b31-9954-80a0670b7b5a","name":"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 01:59:43,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7cdfcdc5-eff5-4e6c-a51b-de6b9d0e676d 2018-08-21 01:59:43,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0839881896973s 2018-08-21 01:59:43,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7cdfcdc5-eff5-4e6c-a51b-de6b9d0e676d 2018-08-21 01:59:43,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 01:59:43,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=2c0ff2f4-2a93-43e8-868b-6b47b0818f3a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:43,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-766689d2-bffb-452c-b359-89d085796c00 Date: Tue, 21 Aug 2018 01:59:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f9b19840-1075-4b31-9954-80a0670b7b5a","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:38Z","admin_state_up":true,"updated_at":"2018-08-21T01:59:42Z","binding:vnic_type":"normal","device_id":"2c0ff2f4-2a93-43e8-868b-6b47b0818f3a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c0:0a:2a","id":"5dc10b13-34e2-458c-b3ea-daf74563d583","port_security_enabled":true,"project_id":"ca93712f90e54becb8cb2a206946c230","fixed_ips":[{"subnet_id":"b7c55c28-caf2-4b3d-a5d9-fa15495b42d1","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["44143f84-059c-4df8-8d5b-71c1c6193ef4"],"name":""}]} 2018-08-21 01:59:43,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=2c0ff2f4-2a93-43e8-868b-6b47b0818f3a used request id req-766689d2-bffb-452c-b359-89d085796c00 2018-08-21 01:59:43,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0507321357727s 2018-08-21 01:59:43,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=2c0ff2f4-2a93-43e8-868b-6b47b0818f3a used request id req-766689d2-bffb-452c-b359-89d085796c00 2018-08-21 01:59:43,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-21 01:59:43,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.3", "port_id": "5dc10b13-34e2-458c-b3ea-daf74563d583"}}' 2018-08-21 01:59:44,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-83913109-fe96-4f1e-9c27-8e05a5307d26 Date: Tue, 21 Aug 2018 01:59:44 GMT RESP BODY: {"floatingip": {"router_id": "8ee3db55-3ffa-4b8b-9c71-6a810457ee16", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T01:59:43Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "5dc10b13-34e2-458c-b3ea-daf74563d583", "id": "b4ae8839-6e2a-4bec-afac-55b754bb425b", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:43Z", "project_id": "ca93712f90e54becb8cb2a206946c230"}} 2018-08-21 01:59:44,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-83913109-fe96-4f1e-9c27-8e05a5307d26 2018-08-21 01:59:44,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.73116898537s 2018-08-21 01:59:44,834 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-83913109-fe96-4f1e-9c27-8e05a5307d26 2018-08-21 01:59:44,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 01:59:44,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:44,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-dc1dde80-0b92-4a2a-a220-ed8483091789 Date: Tue, 21 Aug 2018 01:59:44 GMT RESP BODY: {"floatingips": [{"router_id": "8ee3db55-3ffa-4b8b-9c71-6a810457ee16", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T01:59:43Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "5dc10b13-34e2-458c-b3ea-daf74563d583", "id": "b4ae8839-6e2a-4bec-afac-55b754bb425b", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:43Z", "project_id": "ca93712f90e54becb8cb2a206946c230"}]} 2018-08-21 01:59:44,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-dc1dde80-0b92-4a2a-a220-ed8483091789 2018-08-21 01:59:44,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0629911422729s 2018-08-21 01:59:44,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-dc1dde80-0b92-4a2a-a220-ed8483091789 2018-08-21 01:59:44,910 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8ee3db55-3ffa-4b8b-9c71-6a810457ee16', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ca93712f90e54becb8cb2a206946c230', 'created_at': u'2018-08-21T01:59:43Z', 'attached': True, 'updated_at': u'2018-08-21T01:59:43Z', 'id': u'b4ae8839-6e2a-4bec-afac-55b754bb425b', 'floating_network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ca93712f90e54becb8cb2a206946c230', 'name': 'singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8ee3db55-3ffa-4b8b-9c71-6a810457ee16', 'project_id': u'ca93712f90e54becb8cb2a206946c230', 'port_id': u'5dc10b13-34e2-458c-b3ea-daf74563d583', 'port': u'5dc10b13-34e2-458c-b3ea-daf74563d583', 'network': u'be8fdaff-94a3-4138-b7b1-3304e6e27601'}) 2018-08-21 01:59:44,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 01:59:44,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a/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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 01:59:45,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59: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-a55e4f2a-e481-4536-bf1f-9d0823d945d0 x-compute-request-id: req-a55e4f2a-e481-4536-bf1f-9d0823d945d0 Content-Encoding: gzip Content-Length: 7886 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484566840 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.178555] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.180754] pid_max: default: 32768 minimum: 301\n[ 0.181951] ACPI: Core revision 20150930\n[ 0.183584] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.185318] Security Framework initialized\n[ 0.186403] Yama: becoming mindful.\n[ 0.187388] AppArmor: AppArmor initialized\n[ 0.188513] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.190245] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191910] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193486] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195308] Initializing cgroup subsys io\n[ 0.196386] Initializing cgroup subsys memory\n[ 0.197542] Initializing cgroup subsys devices\n[ 0.198695] Initializing cgroup subsys freezer\n[ 0.199857] Initializing cgroup subsys net_cls\n[ 0.201000] Initializing cgroup subsys perf_event\n[ 0.202211] Initializing cgroup subsys net_prio\n[ 0.203378] Initializing cgroup subsys hugetlb\n[ 0.204525] Initializing cgroup subsys pids\n[ 0.205681] CPU: Physical Processor ID: 0\n[ 0.207443] mce: CPU supports 10 MCE banks\n[ 0.208556] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209886] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232548] ftrace: allocating 31920 entries in 125 pages\n[ 0.257711] smpboot: Max logical packages: 1\n[ 0.258834] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.260639] x2apic enabled\n[ 0.261769] Switched APIC routing to physical x2apic.\n[ 0.264166] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.265631] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268282] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.270645] KVM setup paravirtual spinlock\n[ 0.272209] x86: Booted up 1 node, 1 CPUs\n[ 0.273289] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.275110] devtmpfs: initialized\n[ 0.277049] evm: security.selinux\n[ 0.277980] evm: security.SMACK64\n[ 0.278903] evm: security.SMACK64EXEC\n[ 0.279896] evm: security.SMACK64TRANSMUTE\n[ 0.280961] evm: security.SMACK64MMAP\n[ 0.281947] evm: security.ima\n[ 0.282798] evm: security.capability\n[ 0.283862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.286266] pinctrl core: initialized pinctrl subsystem\n[ 0.287683] RTC time: 1:59:42, date: 08/21/18\n[ 0.288937] NET: Registered protocol family 16\n[ 0.290205] cpuidle: using governor ladder\n[ 0.291285] cpuidle: using governor menu\n[ 0.292321] PCCT header not found.\n[ 0.293322] ACPI: bus type PCI registered\n[ 0.294383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.296004] PCI: Using configuration type 1 for base access\n[ 0.298103] ACPI: Added _OSI(Module Device)\n[ 0.299211] ACPI: Added _OSI(Processor Device)\n[ 0.300345] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301531] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.303655] ACPI: Interpreter enabled\n[ 0.304675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.307115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.309550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.311997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314445] ACPI: (supports S0 S5)\n[ 0.315396] ACPI: Using IOAPIC for interrupt routing\n[ 0.316644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.320371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.321873] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.323488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.325082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.327966] acpiphp: Slot [3] registered\n[ 0.329025] acpiphp: Slot [4] registered\n[ 0.330085] acpiphp: Slot [5] registered\n[ 0.331145] acpiphp: Slot [6] registered\n[ 0.332201] acpiphp: Slot [7] registered\n[ 0.333263] acpiphp: Slot [8] registered\n[ 0.334330] acpiphp: Slot [9] registered\n[ 0.335382] acpiphp: Slot [10] registered\n[ 0.336453] acpiphp: Slot [11] registered\n[ 0.337523] acpiphp: Slot [12] registered\n[ 0.338594] acpiphp: Slot [13] registered\n[ 0.339661] acpiphp: Slot [14] registered\n[ 0.340745] acpiphp: Slot [15] registered\n[ 0.355806] acpiphp: Slot [16] registered\n[ 0.356897] acpiphp: Slot [17] registered\n[ 0.357972] acpiphp: Slot [18] registered\n[ 0.359047] acpiphp: Slot [19] registered\n[ 0.360122] acpiphp: Slot [20] registered\n[ 0.361192] acpiphp: Slot [21] registered\n[ 0.362257] acpiphp: Slot [22] registered\n[ 0.363328] acpiphp: Slot [23] registered\n[ 0.364410] acpiphp: Slot [24] registered\n[ 0.365485] acpiphp: Slot [25] registered\n[ 0.366549] acpiphp: Slot [26] registered\n[ 0.367616] acpiphp: Slot [27] registered\n[ 0.368695] acpiphp: Slot [28] registered\n[ 0.369771] acpiphp: Slot [29] registered\n[ 0.370841] acpiphp: Slot [30] registered\n[ 0.371913] acpiphp: Slot [31] registered\n[ 0.372983] PCI host bridge to bus 0000:00\n[ 0.374053] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.375621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379120] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.381024] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.382963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.387000] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.388660] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.390188] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.391832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.396173] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.398065] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.418713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.420659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.422528] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.424388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428080] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.429825] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433262] vgaarb: loaded\n[ 0.434068] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435657] SCSI subsystem initialized\n[ 0.436887] ACPI: bus type USB registered\n[ 0.437982] usbcore: registered new interface driver usbfs\n[ 0.439326] usbcore: registered new interface driver hub\n[ 0.440639] usbcore: registered new device driver usb\n[ 0.442073] PCI: Using ACPI for IRQ routing\n[ 0.443548] NetLabel: Initializing\n[ 0.444499] NetLabel: domain hash size = 128\n[ 0.445615] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.446873] NetLabel: unlabeled traffic allowed by default\n[ 0.448390] clocksource: Switched to clocksource kvm-clock\n[ 0.458234] AppArmor: AppArmor Filesystem Enabled\n[ 0.459500] pnp: PnP ACPI init\n[ 0.460697] pnp: PnP ACPI: found 5 devices\n[ 0.467473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469714] NET: Registered protocol family 2\n[ 0.471072] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.474421] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.476001] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477416] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.478952] NET: Registered protocol family 1\n[ 0.480112] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.481544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.482954] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.497460] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.512037] Trying to unpack rootfs image as initramfs...\n[ 0.573118] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.578096] Scanning for low memory corruption every 60 seconds\n[ 0.580241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.581792] audit: initializing netlink subsys (disabled)\n[ 0.583210] audit: type=2000 audit(1534816783.105:1): initialized\n[ 0.585025] Initialise system trusted keyring\n[ 0.586388] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.587913] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.590577] zbud: loaded\n[ 0.591551] VFS: Disk quotas dquot_6.6.0\n[ 0.592654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.594728] fuse init (API version 7.23)\n[ 0.595925] Key type big_key registered\n[ 0.597014] Allocating IMA MOK and blacklist keyrings.\n[ 0.598621] Key type asymmetric registered\n[ 0.599724] Asymmetric key parser 'x509' registered\n[ 0.601013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603010] io scheduler noop registered\n[ 0.604068] io scheduler deadline registered (default)\n[ 0.605398] io scheduler cfq registered\n[ 0.606550] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.607929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.609655] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611606] ACPI: Power Button [PWRF]\n[ 0.612799] GHES: HEST is not enabled!\n[ 0.626932] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656149] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658969] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682539] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685425] Linux agpgart interface v0.103\n[ 0.688654] brd: module loaded\n[ 0.690851] loop: module loaded\n[ 0.695466] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.697397] GPT:90111 != 2097151\n[ 0.698298] GPT:Alternate GPT header not at the end of the disk.\n[ 0.699723] GPT:90111 != 2097151\n[ 0.700624] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701886] vda: vda1 vda15\n[ 0.703539] scsi host0: ata_piix\n[ 0.704582] scsi host1: ata_piix\n[ 0.705545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.707159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.709029] libphy: Fixed MDIO Bus: probed\n[ 0.710090] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.714281] PPP generic driver version 2.4.2\n[ 0.715484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717053] ehci-pci: EHCI PCI platform driver\n[ 0.718206] ehci-platform: EHCI generic platform driver\n[ 0.719607] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721093] ohci-pci: OHCI PCI platform driver\n[ 0.722245] ohci-platform: OHCI generic platform driver\n[ 0.723542] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.738125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.739450] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.741404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.742745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.744257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.745876] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.747751] usb usb1: Product: UHCI Host Controller\n[ 0.748986] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.750464] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.751754] hub 1-0:1.0: USB hub found\n[ 0.752791] hub 1-0:1.0: 2 ports detected\n[ 0.754033] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.756845] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.758087] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.759429] mousedev: PS/2 mouse device common for all mice\n[ 0.761070] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.763471] rtc_cmos 00:00: RTC can wake from S4\n[ 0.764963] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.766499] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768040] i2c /dev entries driver\n[ 0.769054] device-mapper: uevent: version 1.0.3\n[ 0.770307] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.772480] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774271] NET: Registered protocol family 10\n[ 0.775761] NET: Registered protocol family 17\n[ 0.776946] Key type dns_resolver registered\n[ 0.778190] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.779616] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.782065] registered taskstats version 1\n[ 0.783226] Loading compiled-in X.509 certificates\n[ 0.785055] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.787571] zswap: loaded using pool lzo/zbud\n[ 0.789652] Key type trusted registered\n[ 0.791751] Key type encrypted registered\n[ 0.792904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.794306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.795699] evm: HMAC attrs: 0x1\n[ 0.796981] Magic number: 14:136:964\n[ 0.798149] rtc_cmos 00:00: setting system clock to 2018-08-21 01:59:43 UTC (1534816783)\n[ 0.800345] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.801846] EDD information not available.\n[ 0.869993] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.885943] Write protecting the kernel read-only data: 14336k\n[ 0.888841] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891695] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.069823] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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.93. iid=i-00000002\n"} 2018-08-21 01:59:45,000 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a/action used request id req-a55e4f2a-e481-4536-bf1f-9d0823d945d0 2018-08-21 01:59:45,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0894520282745s 2018-08-21 01:59:45,001 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a/action used request id req-a55e4f2a-e481-4536-bf1f-9d0823d945d0 2018-08-21 01:59:45,002 - 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 484566840 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.178555] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.180754] pid_max: default: 32768 minimum: 301 [ 0.181951] ACPI: Core revision 20150930 [ 0.183584] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.185318] Security Framework initialized [ 0.186403] Yama: becoming mindful. [ 0.187388] AppArmor: AppArmor initialized [ 0.188513] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.190245] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191910] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193486] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195308] Initializing cgroup subsys io [ 0.196386] Initializing cgroup subsys memory [ 0.197542] Initializing cgroup subsys devices [ 0.198695] Initializing cgroup subsys freezer [ 0.199857] Initializing cgroup subsys net_cls [ 0.201000] Initializing cgroup subsys perf_event [ 0.202211] Initializing cgroup subsys net_prio [ 0.203378] Initializing cgroup subsys hugetlb [ 0.204525] Initializing cgroup subsys pids [ 0.205681] CPU: Physical Processor ID: 0 [ 0.207443] mce: CPU supports 10 MCE banks [ 0.208556] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209886] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232548] ftrace: allocating 31920 entries in 125 pages [ 0.257711] smpboot: Max logical packages: 1 [ 0.258834] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260639] x2apic enabled [ 0.261769] Switched APIC routing to physical x2apic. [ 0.264166] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265631] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268282] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270645] KVM setup paravirtual spinlock [ 0.272209] x86: Booted up 1 node, 1 CPUs [ 0.273289] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275110] devtmpfs: initialized [ 0.277049] evm: security.selinux [ 0.277980] evm: security.SMACK64 [ 0.278903] evm: security.SMACK64EXEC [ 0.279896] evm: security.SMACK64TRANSMUTE [ 0.280961] evm: security.SMACK64MMAP [ 0.281947] evm: security.ima [ 0.282798] evm: security.capability [ 0.283862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286266] pinctrl core: initialized pinctrl subsystem [ 0.287683] RTC time: 1:59:42, date: 08/21/18 [ 0.288937] NET: Registered protocol family 16 [ 0.290205] cpuidle: using governor ladder [ 0.291285] cpuidle: using governor menu [ 0.292321] PCCT header not found. [ 0.293322] ACPI: bus type PCI registered [ 0.294383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296004] PCI: Using configuration type 1 for base access [ 0.298103] ACPI: Added _OSI(Module Device) [ 0.299211] ACPI: Added _OSI(Processor Device) [ 0.300345] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301531] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303655] ACPI: Interpreter enabled [ 0.304675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.307115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.309550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.311997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.314445] ACPI: (supports S0 S5) [ 0.315396] ACPI: Using IOAPIC for interrupt routing [ 0.316644] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.320371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.321873] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.323488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.325082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.327966] acpiphp: Slot [3] registered [ 0.329025] acpiphp: Slot [4] registered [ 0.330085] acpiphp: Slot [5] registered [ 0.331145] acpiphp: Slot [6] registered [ 0.332201] acpiphp: Slot [7] registered [ 0.333263] acpiphp: Slot [8] registered [ 0.334330] acpiphp: Slot [9] registered [ 0.335382] acpiphp: Slot [10] registered [ 0.336453] acpiphp: Slot [11] registered [ 0.337523] acpiphp: Slot [12] registered [ 0.338594] acpiphp: Slot [13] registered [ 0.339661] acpiphp: Slot [14] registered [ 0.340745] acpiphp: Slot [15] registered [ 0.355806] acpiphp: Slot [16] registered [ 0.356897] acpiphp: Slot [17] registered [ 0.357972] acpiphp: Slot [18] registered [ 0.359047] acpiphp: Slot [19] registered [ 0.360122] acpiphp: Slot [20] registered [ 0.361192] acpiphp: Slot [21] registered [ 0.362257] acpiphp: Slot [22] registered [ 0.363328] acpiphp: Slot [23] registered [ 0.364410] acpiphp: Slot [24] registered [ 0.365485] acpiphp: Slot [25] registered [ 0.366549] acpiphp: Slot [26] registered [ 0.367616] acpiphp: Slot [27] registered [ 0.368695] acpiphp: Slot [28] registered [ 0.369771] acpiphp: Slot [29] registered [ 0.370841] acpiphp: Slot [30] registered [ 0.371913] acpiphp: Slot [31] registered [ 0.372983] PCI host bridge to bus 0000:00 [ 0.374053] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.375621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.377204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.379120] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.381024] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.382963] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.387000] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.388660] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.390188] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.391832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.396173] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.398065] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.418713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.420659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.422528] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.424388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.426228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.428080] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.429825] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.431222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433262] vgaarb: loaded [ 0.434068] vgaarb: bridge control possible 0000:00:02.0 [ 0.435657] SCSI subsystem initialized [ 0.436887] ACPI: bus type USB registered [ 0.437982] usbcore: registered new interface driver usbfs [ 0.439326] usbcore: registered new interface driver hub [ 0.440639] usbcore: registered new device driver usb [ 0.442073] PCI: Using ACPI for IRQ routing [ 0.443548] NetLabel: Initializing [ 0.444499] NetLabel: domain hash size = 128 [ 0.445615] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.446873] NetLabel: unlabeled traffic allowed by default [ 0.448390] clocksource: Switched to clocksource kvm-clock [ 0.458234] AppArmor: AppArmor Filesystem Enabled [ 0.459500] pnp: PnP ACPI init [ 0.460697] pnp: PnP ACPI: found 5 devices [ 0.467473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.469714] NET: Registered protocol family 2 [ 0.471072] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.472841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.474421] TCP: Hash tables configured (established 4096 bind 4096) [ 0.476001] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.477416] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.478952] NET: Registered protocol family 1 [ 0.480112] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.481544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.482954] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.497460] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.512037] Trying to unpack rootfs image as initramfs... [ 0.573118] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.578096] Scanning for low memory corruption every 60 seconds [ 0.580241] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.581792] audit: initializing netlink subsys (disabled) [ 0.583210] audit: type=2000 audit(1534816783.105:1): initialized [ 0.585025] Initialise system trusted keyring [ 0.586388] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.587913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.590577] zbud: loaded [ 0.591551] VFS: Disk quotas dquot_6.6.0 [ 0.592654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.594728] fuse init (API version 7.23) [ 0.595925] Key type big_key registered [ 0.597014] Allocating IMA MOK and blacklist keyrings. [ 0.598621] Key type asymmetric registered [ 0.599724] Asymmetric key parser 'x509' registered [ 0.601013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603010] io scheduler noop registered [ 0.604068] io scheduler deadline registered (default) [ 0.605398] io scheduler cfq registered [ 0.606550] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.607929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.609655] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.611606] ACPI: Power Button [PWRF] [ 0.612799] GHES: HEST is not enabled! [ 0.626932] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656149] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.658969] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682539] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.685425] Linux agpgart interface v0.103 [ 0.688654] brd: module loaded [ 0.690851] loop: module loaded [ 0.695466] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.697397] GPT:90111 != 2097151 [ 0.698298] GPT:Alternate GPT header not at the end of the disk. [ 0.699723] GPT:90111 != 2097151 [ 0.700624] GPT: Use GNU Parted to correct GPT errors. [ 0.701886] vda: vda1 vda15 [ 0.703539] scsi host0: ata_piix [ 0.704582] scsi host1: ata_piix [ 0.705545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.707159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.709029] libphy: Fixed MDIO Bus: probed [ 0.710090] tun: Universal TUN/TAP device driver, 1.6 [ 0.711341] tun: (C) 1999-2004 Max Krasnyansky [ 0.714281] PPP generic driver version 2.4.2 [ 0.715484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717053] ehci-pci: EHCI PCI platform driver [ 0.718206] ehci-platform: EHCI generic platform driver [ 0.719607] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.721093] ohci-pci: OHCI PCI platform driver [ 0.722245] ohci-platform: OHCI generic platform driver [ 0.723542] uhci_hcd: USB Universal Host Controller Interface driver [ 0.738125] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.739450] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.741404] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.742745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.744257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.745876] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.747751] usb usb1: Product: UHCI Host Controller [ 0.748986] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.750464] usb usb1: SerialNumber: 0000:00:01.2 [ 0.751754] hub 1-0:1.0: USB hub found [ 0.752791] hub 1-0:1.0: 2 ports detected [ 0.754033] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.756845] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.758087] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.759429] mousedev: PS/2 mouse device common for all mice [ 0.761070] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.763471] rtc_cmos 00:00: RTC can wake from S4 [ 0.764963] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.766499] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.768040] i2c /dev entries driver [ 0.769054] device-mapper: uevent: version 1.0.3 [ 0.770307] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.772480] ledtrig-cpu: registered to indicate activity on CPUs [ 0.774271] NET: Registered protocol family 10 [ 0.775761] NET: Registered protocol family 17 [ 0.776946] Key type dns_resolver registered [ 0.778190] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.779616] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.782065] registered taskstats version 1 [ 0.783226] Loading compiled-in X.509 certificates [ 0.785055] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.787571] zswap: loaded using pool lzo/zbud [ 0.789652] Key type trusted registered [ 0.791751] Key type encrypted registered [ 0.792904] AppArmor: AppArmor sha1 policy hashing enabled [ 0.794306] ima: No TPM chip found, activating TPM-bypass! [ 0.795699] evm: HMAC attrs: 0x1 [ 0.796981] Magic number: 14:136:964 [ 0.798149] rtc_cmos 00:00: setting system clock to 2018-08-21 01:59:43 UTC (1534816783) [ 0.800345] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.801846] EDD information not available. [ 0.869993] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.885943] Write protecting the kernel read-only data: 14336k [ 0.888841] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.891695] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.069823] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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.93. iid=i-00000002 2018-08-21 01:59:46,004 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-21 01:59:55,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 01:59:55,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a/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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 01:59:55,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59: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-3be352c6-b705-4859-8d51-7ae2f8ed535c x-compute-request-id: req-3be352c6-b705-4859-8d51-7ae2f8ed535c Content-Encoding: gzip Content-Length: 9573 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484566840 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.178555] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.180754] pid_max: default: 32768 minimum: 301\n[ 0.181951] ACPI: Core revision 20150930\n[ 0.183584] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.185318] Security Framework initialized\n[ 0.186403] Yama: becoming mindful.\n[ 0.187388] AppArmor: AppArmor initialized\n[ 0.188513] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.190245] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191910] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193486] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195308] Initializing cgroup subsys io\n[ 0.196386] Initializing cgroup subsys memory\n[ 0.197542] Initializing cgroup subsys devices\n[ 0.198695] Initializing cgroup subsys freezer\n[ 0.199857] Initializing cgroup subsys net_cls\n[ 0.201000] Initializing cgroup subsys perf_event\n[ 0.202211] Initializing cgroup subsys net_prio\n[ 0.203378] Initializing cgroup subsys hugetlb\n[ 0.204525] Initializing cgroup subsys pids\n[ 0.205681] CPU: Physical Processor ID: 0\n[ 0.207443] mce: CPU supports 10 MCE banks\n[ 0.208556] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209886] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232548] ftrace: allocating 31920 entries in 125 pages\n[ 0.257711] smpboot: Max logical packages: 1\n[ 0.258834] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.260639] x2apic enabled\n[ 0.261769] Switched APIC routing to physical x2apic.\n[ 0.264166] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.265631] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268282] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.270645] KVM setup paravirtual spinlock\n[ 0.272209] x86: Booted up 1 node, 1 CPUs\n[ 0.273289] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.275110] devtmpfs: initialized\n[ 0.277049] evm: security.selinux\n[ 0.277980] evm: security.SMACK64\n[ 0.278903] evm: security.SMACK64EXEC\n[ 0.279896] evm: security.SMACK64TRANSMUTE\n[ 0.280961] evm: security.SMACK64MMAP\n[ 0.281947] evm: security.ima\n[ 0.282798] evm: security.capability\n[ 0.283862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.286266] pinctrl core: initialized pinctrl subsystem\n[ 0.287683] RTC time: 1:59:42, date: 08/21/18\n[ 0.288937] NET: Registered protocol family 16\n[ 0.290205] cpuidle: using governor ladder\n[ 0.291285] cpuidle: using governor menu\n[ 0.292321] PCCT header not found.\n[ 0.293322] ACPI: bus type PCI registered\n[ 0.294383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.296004] PCI: Using configuration type 1 for base access\n[ 0.298103] ACPI: Added _OSI(Module Device)\n[ 0.299211] ACPI: Added _OSI(Processor Device)\n[ 0.300345] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301531] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.303655] ACPI: Interpreter enabled\n[ 0.304675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.307115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.309550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.311997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314445] ACPI: (supports S0 S5)\n[ 0.315396] ACPI: Using IOAPIC for interrupt routing\n[ 0.316644] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.320371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.321873] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.323488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.325082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.327966] acpiphp: Slot [3] registered\n[ 0.329025] acpiphp: Slot [4] registered\n[ 0.330085] acpiphp: Slot [5] registered\n[ 0.331145] acpiphp: Slot [6] registered\n[ 0.332201] acpiphp: Slot [7] registered\n[ 0.333263] acpiphp: Slot [8] registered\n[ 0.334330] acpiphp: Slot [9] registered\n[ 0.335382] acpiphp: Slot [10] registered\n[ 0.336453] acpiphp: Slot [11] registered\n[ 0.337523] acpiphp: Slot [12] registered\n[ 0.338594] acpiphp: Slot [13] registered\n[ 0.339661] acpiphp: Slot [14] registered\n[ 0.340745] acpiphp: Slot [15] registered\n[ 0.355806] acpiphp: Slot [16] registered\n[ 0.356897] acpiphp: Slot [17] registered\n[ 0.357972] acpiphp: Slot [18] registered\n[ 0.359047] acpiphp: Slot [19] registered\n[ 0.360122] acpiphp: Slot [20] registered\n[ 0.361192] acpiphp: Slot [21] registered\n[ 0.362257] acpiphp: Slot [22] registered\n[ 0.363328] acpiphp: Slot [23] registered\n[ 0.364410] acpiphp: Slot [24] registered\n[ 0.365485] acpiphp: Slot [25] registered\n[ 0.366549] acpiphp: Slot [26] registered\n[ 0.367616] acpiphp: Slot [27] registered\n[ 0.368695] acpiphp: Slot [28] registered\n[ 0.369771] acpiphp: Slot [29] registered\n[ 0.370841] acpiphp: Slot [30] registered\n[ 0.371913] acpiphp: Slot [31] registered\n[ 0.372983] PCI host bridge to bus 0000:00\n[ 0.374053] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.375621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379120] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.381024] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.382963] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.387000] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.388660] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.390188] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.391832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.396173] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.398065] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.418713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.420659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.422528] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.424388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428080] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.429825] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.431222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.433262] vgaarb: loaded\n[ 0.434068] vgaarb: bridge control possible 0000:00:02.0\n[ 0.435657] SCSI subsystem initialized\n[ 0.436887] ACPI: bus type USB registered\n[ 0.437982] usbcore: registered new interface driver usbfs\n[ 0.439326] usbcore: registered new interface driver hub\n[ 0.440639] usbcore: registered new device driver usb\n[ 0.442073] PCI: Using ACPI for IRQ routing\n[ 0.443548] NetLabel: Initializing\n[ 0.444499] NetLabel: domain hash size = 128\n[ 0.445615] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.446873] NetLabel: unlabeled traffic allowed by default\n[ 0.448390] clocksource: Switched to clocksource kvm-clock\n[ 0.458234] AppArmor: AppArmor Filesystem Enabled\n[ 0.459500] pnp: PnP ACPI init\n[ 0.460697] pnp: PnP ACPI: found 5 devices\n[ 0.467473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469714] NET: Registered protocol family 2\n[ 0.471072] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.472841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.474421] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.476001] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477416] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.478952] NET: Registered protocol family 1\n[ 0.480112] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.481544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.482954] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.497460] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.512037] Trying to unpack rootfs image as initramfs...\n[ 0.573118] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.578096] Scanning for low memory corruption every 60 seconds\n[ 0.580241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.581792] audit: initializing netlink subsys (disabled)\n[ 0.583210] audit: type=2000 audit(1534816783.105:1): initialized\n[ 0.585025] Initialise system trusted keyring\n[ 0.586388] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.587913] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.590577] zbud: loaded\n[ 0.591551] VFS: Disk quotas dquot_6.6.0\n[ 0.592654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.594728] fuse init (API version 7.23)\n[ 0.595925] Key type big_key registered\n[ 0.597014] Allocating IMA MOK and blacklist keyrings.\n[ 0.598621] Key type asymmetric registered\n[ 0.599724] Asymmetric key parser 'x509' registered\n[ 0.601013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603010] io scheduler noop registered\n[ 0.604068] io scheduler deadline registered (default)\n[ 0.605398] io scheduler cfq registered\n[ 0.606550] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.607929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.609655] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611606] ACPI: Power Button [PWRF]\n[ 0.612799] GHES: HEST is not enabled!\n[ 0.626932] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656149] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658969] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682539] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685425] Linux agpgart interface v0.103\n[ 0.688654] brd: module loaded\n[ 0.690851] loop: module loaded\n[ 0.695466] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.697397] GPT:90111 != 2097151\n[ 0.698298] GPT:Alternate GPT header not at the end of the disk.\n[ 0.699723] GPT:90111 != 2097151\n[ 0.700624] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701886] vda: vda1 vda15\n[ 0.703539] scsi host0: ata_piix\n[ 0.704582] scsi host1: ata_piix\n[ 0.705545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.707159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.709029] libphy: Fixed MDIO Bus: probed\n[ 0.710090] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.714281] PPP generic driver version 2.4.2\n[ 0.715484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717053] ehci-pci: EHCI PCI platform driver\n[ 0.718206] ehci-platform: EHCI generic platform driver\n[ 0.719607] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721093] ohci-pci: OHCI PCI platform driver\n[ 0.722245] ohci-platform: OHCI generic platform driver\n[ 0.723542] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.738125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.739450] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.741404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.742745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.744257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.745876] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.747751] usb usb1: Product: UHCI Host Controller\n[ 0.748986] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.750464] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.751754] hub 1-0:1.0: USB hub found\n[ 0.752791] hub 1-0:1.0: 2 ports detected\n[ 0.754033] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.756845] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.758087] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.759429] mousedev: PS/2 mouse device common for all mice\n[ 0.761070] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.763471] rtc_cmos 00:00: RTC can wake from S4\n[ 0.764963] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.766499] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768040] i2c /dev entries driver\n[ 0.769054] device-mapper: uevent: version 1.0.3\n[ 0.770307] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.772480] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774271] NET: Registered protocol family 10\n[ 0.775761] NET: Registered protocol family 17\n[ 0.776946] Key type dns_resolver registered\n[ 0.778190] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.779616] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.782065] registered taskstats version 1\n[ 0.783226] Loading compiled-in X.509 certificates\n[ 0.785055] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.787571] zswap: loaded using pool lzo/zbud\n[ 0.789652] Key type trusted registered\n[ 0.791751] Key type encrypted registered\n[ 0.792904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.794306] ima: No TPM chip found, activating TPM-bypass!\n[ 0.795699] evm: HMAC attrs: 0x1\n[ 0.796981] Magic number: 14:136:964\n[ 0.798149] rtc_cmos 00:00: setting system clock to 2018-08-21 01:59:43 UTC (1534816783)\n[ 0.800345] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.801846] EDD information not available.\n[ 0.869993] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.885943] Write protecting the kernel read-only data: 14336k\n[ 0.888841] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891695] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.069823] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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.93. 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-----\n/dev/root resized successfully [took 0.29s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCww7Y8VcYIoHaXp6e5Iw6Oq6kq4GM8beAiZUvXShAyQO8KdX2HIqvQfp4M4gxQ6doEcQRjkl9t9/EOSDFDAoqaOai2nT+OjjlHUvdvqBu9SErNa1bL46Ao7zHKggr5sp8fGCDOkjbuCOEa1/3wamqmXNvMYVoJENubMCz4cMnVv3ZwqbFyCmOOXIU5VPpgRw8IaoSUdGFLnGWtx9mzesQfQV0WAVb3yBr4iFscCeY0yksw+xRq6WuL07ZR58YDUvePAuHMTzsHnSWbygX6SdyLxo3Adv/mV/k3gof46BfIPRygnyUAC1nbMG+zFWUDwcb2JtHIViA/cci192csvATb root@singlevm2-vm-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581\nssh-dss AAAAB3NzaC1kc3MAAACBAM4GkKZg2TrC+QvW21bbeXm+x2/EyICpGvlHpWQuKS1kvNHOOHGuSga5ZufAbyHbqVPGL5FnP5AOMRFQWafdcqbN54pRi1g2Faw3u7SWfV5fj3nV/Vq81cgqmFavTzxuXvr2stFfghqiL83Aqs6elmsXF/ttAr3EvyqjBq50Z5e9AAAAFQC80GEPEtL4ohV5kJZoe4ngFsWdjQAAAIAr7GZxyPt2cFah5W38trlrNNCCgbUWYiT9gi14rr5n3uTAhJOVnkaHsSrY5DwvxTQavR2RzVNUpAnFPs0MHZr35TNVMcUxPIPWtLUL2GLJ1UNiBndermh2/Errq5erxWGLDngYyiPcpo6ohn0QXGUW8UbBO6RzyQtuXcBT4eVRtwAAAIBUVGV08TaPSTsgH4ugJtAgIDYPVnl5iuXg87d+NKXQeCcSe0IiZ4e1TeRJTM4JLl54OJz6ZTltSONSttUm5tg/RRmE6J3JOg/7i/5E3IZM6vTGLJ1jBBFT/PfjdcXffjbWqEn4H4r4uvWPMEde6q4Hpv9s7VqTrlPJz6SjXFKElQ== root@singlevm2-vm-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fec0:a2a/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.3 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.43 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 login: "} 2018-08-21 01:59:55,241 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a/action used request id req-3be352c6-b705-4859-8d51-7ae2f8ed535c 2018-08-21 01:59:55,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.226999044418s 2018-08-21 01:59:55,242 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a/action used request id req-3be352c6-b705-4859-8d51-7ae2f8ed535c 2018-08-21 01:59:55,242 - 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 484566840 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.178555] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.180754] pid_max: default: 32768 minimum: 301 [ 0.181951] ACPI: Core revision 20150930 [ 0.183584] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.185318] Security Framework initialized [ 0.186403] Yama: becoming mindful. [ 0.187388] AppArmor: AppArmor initialized [ 0.188513] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.190245] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191910] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193486] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195308] Initializing cgroup subsys io [ 0.196386] Initializing cgroup subsys memory [ 0.197542] Initializing cgroup subsys devices [ 0.198695] Initializing cgroup subsys freezer [ 0.199857] Initializing cgroup subsys net_cls [ 0.201000] Initializing cgroup subsys perf_event [ 0.202211] Initializing cgroup subsys net_prio [ 0.203378] Initializing cgroup subsys hugetlb [ 0.204525] Initializing cgroup subsys pids [ 0.205681] CPU: Physical Processor ID: 0 [ 0.207443] mce: CPU supports 10 MCE banks [ 0.208556] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209886] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226021] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232548] ftrace: allocating 31920 entries in 125 pages [ 0.257711] smpboot: Max logical packages: 1 [ 0.258834] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260639] x2apic enabled [ 0.261769] Switched APIC routing to physical x2apic. [ 0.264166] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265631] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268282] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270645] KVM setup paravirtual spinlock [ 0.272209] x86: Booted up 1 node, 1 CPUs [ 0.273289] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275110] devtmpfs: initialized [ 0.277049] evm: security.selinux [ 0.277980] evm: security.SMACK64 [ 0.278903] evm: security.SMACK64EXEC [ 0.279896] evm: security.SMACK64TRANSMUTE [ 0.280961] evm: security.SMACK64MMAP [ 0.281947] evm: security.ima [ 0.282798] evm: security.capability [ 0.283862] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286266] pinctrl core: initialized pinctrl subsystem [ 0.287683] RTC time: 1:59:42, date: 08/21/18 [ 0.288937] NET: Registered protocol family 16 [ 0.290205] cpuidle: using governor ladder [ 0.291285] cpuidle: using governor menu [ 0.292321] PCCT header not found. [ 0.293322] ACPI: bus type PCI registered [ 0.294383] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296004] PCI: Using configuration type 1 for base access [ 0.298103] ACPI: Added _OSI(Module Device) [ 0.299211] ACPI: Added _OSI(Processor Device) [ 0.300345] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301531] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303655] ACPI: Interpreter enabled [ 0.304675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.307115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.309550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.311997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.314445] ACPI: (supports S0 S5) [ 0.315396] ACPI: Using IOAPIC for interrupt routing [ 0.316644] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.320371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.321873] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.323488] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.325082] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.327966] acpiphp: Slot [3] registered [ 0.329025] acpiphp: Slot [4] registered [ 0.330085] acpiphp: Slot [5] registered [ 0.331145] acpiphp: Slot [6] registered [ 0.332201] acpiphp: Slot [7] registered [ 0.333263] acpiphp: Slot [8] registered [ 0.334330] acpiphp: Slot [9] registered [ 0.335382] acpiphp: Slot [10] registered [ 0.336453] acpiphp: Slot [11] registered [ 0.337523] acpiphp: Slot [12] registered [ 0.338594] acpiphp: Slot [13] registered [ 0.339661] acpiphp: Slot [14] registered [ 0.340745] acpiphp: Slot [15] registered [ 0.355806] acpiphp: Slot [16] registered [ 0.356897] acpiphp: Slot [17] registered [ 0.357972] acpiphp: Slot [18] registered [ 0.359047] acpiphp: Slot [19] registered [ 0.360122] acpiphp: Slot [20] registered [ 0.361192] acpiphp: Slot [21] registered [ 0.362257] acpiphp: Slot [22] registered [ 0.363328] acpiphp: Slot [23] registered [ 0.364410] acpiphp: Slot [24] registered [ 0.365485] acpiphp: Slot [25] registered [ 0.366549] acpiphp: Slot [26] registered [ 0.367616] acpiphp: Slot [27] registered [ 0.368695] acpiphp: Slot [28] registered [ 0.369771] acpiphp: Slot [29] registered [ 0.370841] acpiphp: Slot [30] registered [ 0.371913] acpiphp: Slot [31] registered [ 0.372983] PCI host bridge to bus 0000:00 [ 0.374053] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.375621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.377204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.379120] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.381024] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.382963] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.387000] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.388660] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.390188] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.391832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.396173] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.398065] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.418713] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.420659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.422528] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.424388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.426228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.428080] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.429825] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.431222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.433262] vgaarb: loaded [ 0.434068] vgaarb: bridge control possible 0000:00:02.0 [ 0.435657] SCSI subsystem initialized [ 0.436887] ACPI: bus type USB registered [ 0.437982] usbcore: registered new interface driver usbfs [ 0.439326] usbcore: registered new interface driver hub [ 0.440639] usbcore: registered new device driver usb [ 0.442073] PCI: Using ACPI for IRQ routing [ 0.443548] NetLabel: Initializing [ 0.444499] NetLabel: domain hash size = 128 [ 0.445615] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.446873] NetLabel: unlabeled traffic allowed by default [ 0.448390] clocksource: Switched to clocksource kvm-clock [ 0.458234] AppArmor: AppArmor Filesystem Enabled [ 0.459500] pnp: PnP ACPI init [ 0.460697] pnp: PnP ACPI: found 5 devices [ 0.467473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.469714] NET: Registered protocol family 2 [ 0.471072] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.472841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.474421] TCP: Hash tables configured (established 4096 bind 4096) [ 0.476001] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.477416] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.478952] NET: Registered protocol family 1 [ 0.480112] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.481544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.482954] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.497460] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.512037] Trying to unpack rootfs image as initramfs... [ 0.573118] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.578096] Scanning for low memory corruption every 60 seconds [ 0.580241] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.581792] audit: initializing netlink subsys (disabled) [ 0.583210] audit: type=2000 audit(1534816783.105:1): initialized [ 0.585025] Initialise system trusted keyring [ 0.586388] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.587913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.590577] zbud: loaded [ 0.591551] VFS: Disk quotas dquot_6.6.0 [ 0.592654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.594728] fuse init (API version 7.23) [ 0.595925] Key type big_key registered [ 0.597014] Allocating IMA MOK and blacklist keyrings. [ 0.598621] Key type asymmetric registered [ 0.599724] Asymmetric key parser 'x509' registered [ 0.601013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.603010] io scheduler noop registered [ 0.604068] io scheduler deadline registered (default) [ 0.605398] io scheduler cfq registered [ 0.606550] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.607929] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.609655] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.611606] ACPI: Power Button [PWRF] [ 0.612799] GHES: HEST is not enabled! [ 0.626932] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656149] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.658969] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682539] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.685425] Linux agpgart interface v0.103 [ 0.688654] brd: module loaded [ 0.690851] loop: module loaded [ 0.695466] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.697397] GPT:90111 != 2097151 [ 0.698298] GPT:Alternate GPT header not at the end of the disk. [ 0.699723] GPT:90111 != 2097151 [ 0.700624] GPT: Use GNU Parted to correct GPT errors. [ 0.701886] vda: vda1 vda15 [ 0.703539] scsi host0: ata_piix [ 0.704582] scsi host1: ata_piix [ 0.705545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.707159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.709029] libphy: Fixed MDIO Bus: probed [ 0.710090] tun: Universal TUN/TAP device driver, 1.6 [ 0.711341] tun: (C) 1999-2004 Max Krasnyansky [ 0.714281] PPP generic driver version 2.4.2 [ 0.715484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717053] ehci-pci: EHCI PCI platform driver [ 0.718206] ehci-platform: EHCI generic platform driver [ 0.719607] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.721093] ohci-pci: OHCI PCI platform driver [ 0.722245] ohci-platform: OHCI generic platform driver [ 0.723542] uhci_hcd: USB Universal Host Controller Interface driver [ 0.738125] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.739450] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.741404] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.742745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.744257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.745876] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.747751] usb usb1: Product: UHCI Host Controller [ 0.748986] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.750464] usb usb1: SerialNumber: 0000:00:01.2 [ 0.751754] hub 1-0:1.0: USB hub found [ 0.752791] hub 1-0:1.0: 2 ports detected [ 0.754033] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.756845] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.758087] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.759429] mousedev: PS/2 mouse device common for all mice [ 0.761070] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.763471] rtc_cmos 00:00: RTC can wake from S4 [ 0.764963] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.766499] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.768040] i2c /dev entries driver [ 0.769054] device-mapper: uevent: version 1.0.3 [ 0.770307] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.772480] ledtrig-cpu: registered to indicate activity on CPUs [ 0.774271] NET: Registered protocol family 10 [ 0.775761] NET: Registered protocol family 17 [ 0.776946] Key type dns_resolver registered [ 0.778190] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.779616] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.782065] registered taskstats version 1 [ 0.783226] Loading compiled-in X.509 certificates [ 0.785055] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.787571] zswap: loaded using pool lzo/zbud [ 0.789652] Key type trusted registered [ 0.791751] Key type encrypted registered [ 0.792904] AppArmor: AppArmor sha1 policy hashing enabled [ 0.794306] ima: No TPM chip found, activating TPM-bypass! [ 0.795699] evm: HMAC attrs: 0x1 [ 0.796981] Magic number: 14:136:964 [ 0.798149] rtc_cmos 00:00: setting system clock to 2018-08-21 01:59:43 UTC (1534816783) [ 0.800345] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.801846] EDD information not available. [ 0.869993] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.885943] Write protecting the kernel read-only data: 14336k [ 0.888841] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.891695] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.069823] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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.93. 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----- /dev/root resized successfully [took 0.29s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCww7Y8VcYIoHaXp6e5Iw6Oq6kq4GM8beAiZUvXShAyQO8KdX2HIqvQfp4M4gxQ6doEcQRjkl9t9/EOSDFDAoqaOai2nT+OjjlHUvdvqBu9SErNa1bL46Ao7zHKggr5sp8fGCDOkjbuCOEa1/3wamqmXNvMYVoJENubMCz4cMnVv3ZwqbFyCmOOXIU5VPpgRw8IaoSUdGFLnGWtx9mzesQfQV0WAVb3yBr4iFscCeY0yksw+xRq6WuL07ZR58YDUvePAuHMTzsHnSWbygX6SdyLxo3Adv/mV/k3gof46BfIPRygnyUAC1nbMG+zFWUDwcb2JtHIViA/cci192csvATb root@singlevm2-vm-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 ssh-dss AAAAB3NzaC1kc3MAAACBAM4GkKZg2TrC+QvW21bbeXm+x2/EyICpGvlHpWQuKS1kvNHOOHGuSga5ZufAbyHbqVPGL5FnP5AOMRFQWafdcqbN54pRi1g2Faw3u7SWfV5fj3nV/Vq81cgqmFavTzxuXvr2stFfghqiL83Aqs6elmsXF/ttAr3EvyqjBq50Z5e9AAAAFQC80GEPEtL4ohV5kJZoe4ngFsWdjQAAAIAr7GZxyPt2cFah5W38trlrNNCCgbUWYiT9gi14rr5n3uTAhJOVnkaHsSrY5DwvxTQavR2RzVNUpAnFPs0MHZr35TNVMcUxPIPWtLUL2GLJ1UNiBndermh2/Errq5erxWGLDngYyiPcpo6ohn0QXGUW8UbBO6RzyQtuXcBT4eVRtwAAAIBUVGV08TaPSTsgH4ugJtAgIDYPVnl5iuXg87d+NKXQeCcSe0IiZ4e1TeRJTM4JLl54OJz6ZTltSONSttUm5tg/RRmE6J3JOg/7i/5E3IZM6vTGLJ1jBBFT/PfjdcXffjbWqEn4H4r4uvWPMEde6q4Hpv9s7VqTrlPJz6SjXFKElQ== root@singlevm2-vm-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fec0:a2a/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.3 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-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 launch-index: 0 === cirros: current=0.4.0 uptime=3.43 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 login: 2018-08-21 01:59:55,245 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d3e8190L 2018-08-21 01:59:55,246 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 01:59:55,246 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-21 01:59:55,246 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-21 01:59:55,247 - 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-21 01:59:55,247 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 01:59:55,248 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-21 01:59:55,248 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 01:59:55,248 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 01:59:55,248 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 01:59:55,265 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 01:59:55,266 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 01:59:55,277 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 8862b1e8e4901575586eab1e28c4ee4b 2018-08-21 01:59:55,278 - paramiko.transport - DEBUG - Trying discovered key ad306ec28866187e53dbac19cf6341e4 in /tmp/tmpkyPVMF 2018-08-21 01:59:55,303 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 01:59:55,309 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 01:59:55,310 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 01:59:55,311 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-21 01:59:55,311 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 01:59:55,313 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 01:59:55,314 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 01:59:55,314 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-21 01:59:55,314 - functest.core.singlevm - DEBUG - error: 2018-08-21 01:59:55,318 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 01:59:55,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 01:59:55,422 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:32 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 01:59:55,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-21 01:59:55,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/floatingips/b4ae8839-6e2a-4bec-afac-55b754bb425b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:56,666 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af6731ec-a535-4e49-9c96-1a46b8818c3e Content-Length: 0 Date: Tue, 21 Aug 2018 01:59:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 01:59:56,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/b4ae8839-6e2a-4bec-afac-55b754bb425b.json used request id req-af6731ec-a535-4e49-9c96-1a46b8818c3e 2018-08-21 01:59:56,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.23633980751s 2018-08-21 01:59:56,666 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/b4ae8839-6e2a-4bec-afac-55b754bb425b.json used request id req-af6731ec-a535-4e49-9c96-1a46b8818c3e 2018-08-21 01:59:56,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 01:59:56,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:56,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-94ac30c0-0832-4526-bac5-7da48dc6d029 Date: Tue, 21 Aug 2018 01:59:56 GMT RESP BODY: {"floatingips": []} 2018-08-21 01:59:56,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-94ac30c0-0832-4526-bac5-7da48dc6d029 2018-08-21 01:59:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0455679893494s 2018-08-21 01:59:56,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-94ac30c0-0832-4526-bac5-7da48dc6d029 2018-08-21 01:59:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 01:59:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:56,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 01:59:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84c7f7e1-abc0-4561-9121-8a3d463c1dc7 x-compute-request-id: req-84c7f7e1-abc0-4561-9121-8a3d463c1dc7 Content-Type: application/json 2018-08-21 01:59:56,963 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a used request id req-84c7f7e1-abc0-4561-9121-8a3d463c1dc7 2018-08-21 01:59:56,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.245192050934s 2018-08-21 01:59:56,963 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a used request id req-84c7f7e1-abc0-4561-9121-8a3d463c1dc7 2018-08-21 01:59:56,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:56,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:57,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8590ab85-01c4-4178-bf20-14ebe401ddd7 x-compute-request-id: req-8590ab85-01c4-4178-bf20-14ebe401ddd7 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:0a:2a", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:0a:2a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "rel": "bookmark"}], "image": {"id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "links": [{"href": "http://172.30.9.44:8774/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T01:59:42.000000", "flavor": {"id": "45948b45-035b-4b43-a4aa-db594bad82d7", "links": [{"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "bookmark"}]}, "id": "2c0ff2f4-2a93-43e8-868b-6b47b0818f3a", "security_groups": [{"name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}], "user_id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T01:59:56Z", "hostId": "93b28f91d29fe72047f09b575ae6de804ae89c6d9f4d7f45853a9bc3", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "name": "singlevm2-vm_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "created": "2018-08-21T01:59:34Z", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 01:59:57,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8590ab85-01c4-4178-bf20-14ebe401ddd7 2018-08-21 01:59:57,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729110002518s 2018-08-21 01:59:57,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8590ab85-01c4-4178-bf20-14ebe401ddd7 2018-08-21 01:59:57,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 01:59:59,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 01:59:59,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:59,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 01:59:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b08ae7ae-3103-48c1-ac16-edce24c21fe6 x-compute-request-id: req-b08ae7ae-3103-48c1-ac16-edce24c21fe6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-21 01:59:59,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b08ae7ae-3103-48c1-ac16-edce24c21fe6 2018-08-21 01:59:59,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0722451210022s 2018-08-21 01:59:59,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b08ae7ae-3103-48c1-ac16-edce24c21fe6 2018-08-21 01:59:59,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 01:59:59,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 01:59:59,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-82778b9d-f63d-4ede-a8f2-94c5d442d4fc Date: Tue, 21 Aug 2018 01:59:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:30Z", "updated_at": "2018-08-21T01:59:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "2c61669f-3b8b-4ffe-b92f-a955713d5220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "6427608a-28f4-4ecd-8ed4-c0a1e6b9ac8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "83389e92-64c9-497d-919e-3e00ad4068e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:31Z", "revision_number": 0, "id": "85cb4924-7605-4249-b39f-c8ccfbecdbd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:31Z", "security_group_id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 3, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "44143f84-059c-4df8-8d5b-71c1c6193ef4", "name": "singlevm2-sg_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 01:59:59,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-82778b9d-f63d-4ede-a8f2-94c5d442d4fc 2018-08-21 01:59:59,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0421321392059s 2018-08-21 01:59:59,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-82778b9d-f63d-4ede-a8f2-94c5d442d4fc 2018-08-21 01:59:59,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-21 01:59:59,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/security-groups/44143f84-059c-4df8-8d5b-71c1c6193ef4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:00,054 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e470210-aae6-4c4b-9d5d-040a084fc505 Content-Length: 0 Date: Tue, 21 Aug 2018 02:00:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:00,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/44143f84-059c-4df8-8d5b-71c1c6193ef4.json used request id req-0e470210-aae6-4c4b-9d5d-040a084fc505 2018-08-21 02:00:00,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.235835790634s 2018-08-21 02:00:00,055 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/44143f84-059c-4df8-8d5b-71c1c6193ef4.json used request id req-0e470210-aae6-4c4b-9d5d-040a084fc505 2018-08-21 02:00:00,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-21 02:00:00,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/os-keypairs/singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:00,120 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:00:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48fc4e3a-457f-4586-ab24-42ed96126857 x-compute-request-id: req-48fc4e3a-457f-4586-ab24-42ed96126857 Content-Length: 0 Content-Type: application/json 2018-08-21 02:00:00,121 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 used request id req-48fc4e3a-457f-4586-ab24-42ed96126857 2018-08-21 02:00:00,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0655519962311s 2018-08-21 02:00:00,121 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/singlevm2-kp_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581 used request id req-48fc4e3a-457f-4586-ab24-42ed96126857 2018-08-21 02:00:00,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:00:00,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16/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}588379263a37cbbaf35003bcdd97b9f22afd995a" -d '{"subnet_id": "b7c55c28-caf2-4b3d-a5d9-fa15495b42d1"}' 2018-08-21 02:00:01,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fc0e1371-c053-4c1b-93cf-a697df8af285 Date: Tue, 21 Aug 2018 02:00:01 GMT RESP BODY: {"network_id": "f9b19840-1075-4b31-9954-80a0670b7b5a", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "subnet_id": "b7c55c28-caf2-4b3d-a5d9-fa15495b42d1", "subnet_ids": ["b7c55c28-caf2-4b3d-a5d9-fa15495b42d1"], "port_id": "e317c97d-e1f9-4da2-b058-5cfef155e3f8", "id": "8ee3db55-3ffa-4b8b-9c71-6a810457ee16"} 2018-08-21 02:00:01,804 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16/remove_router_interface.json used request id req-fc0e1371-c053-4c1b-93cf-a697df8af285 2018-08-21 02:00:01,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6825940609s 2018-08-21 02:00:01,804 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16/remove_router_interface.json used request id req-fc0e1371-c053-4c1b-93cf-a697df8af285 returning object 8ee3db55-3ffa-4b8b-9c71-6a810457ee16 2018-08-21 02:00:01,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:00:01,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:01,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-9990fc25-b17e-40cc-afa2-bf78a1d26a28 Date: Tue, 21 Aug 2018 02:00:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:25Z", "admin_state_up": true, "updated_at": "2018-08-21T02:00:01Z", "revision_number": 4, "routes": [], "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "8ee3db55-3ffa-4b8b-9c71-6a810457ee16", "name": "singlevm2-router_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 02:00:01,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-9990fc25-b17e-40cc-afa2-bf78a1d26a28 2018-08-21 02:00:01,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11368894577s 2018-08-21 02:00:01,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-9990fc25-b17e-40cc-afa2-bf78a1d26a28 2018-08-21 02:00:01,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:00:01,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:03,421 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e63e0e1-5ecb-4eaa-bb6c-bbe27dc62ddb Content-Length: 0 Date: Tue, 21 Aug 2018 02:00:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:03,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16.json used request id req-6e63e0e1-5ecb-4eaa-bb6c-bbe27dc62ddb 2018-08-21 02:00:03,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.5016438961s 2018-08-21 02:00:03,422 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/8ee3db55-3ffa-4b8b-9c71-6a810457ee16.json used request id req-6e63e0e1-5ecb-4eaa-bb6c-bbe27dc62ddb 2018-08-21 02:00:03,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:00:03,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:03,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-db0679cc-890e-43bd-9a7f-0c25299add1c Date: Tue, 21 Aug 2018 02:00:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9b19840-1075-4b31-9954-80a0670b7b5a","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T01:59:25Z","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":"ca93712f90e54becb8cb2a206946c230","id":"b7c55c28-caf2-4b3d-a5d9-fa15495b42d1","subnetpool_id":null,"name":"singlevm2-subnet_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 02:00:03,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-db0679cc-890e-43bd-9a7f-0c25299add1c 2018-08-21 02:00:03,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0425879955292s 2018-08-21 02:00:03,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-db0679cc-890e-43bd-9a7f-0c25299add1c 2018-08-21 02:00:03,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:00:03,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/b7c55c28-caf2-4b3d-a5d9-fa15495b42d1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:04,455 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3449db34-eddc-4443-be72-9f0e934ab833 Date: Tue, 21 Aug 2018 02:00:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:04,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/b7c55c28-caf2-4b3d-a5d9-fa15495b42d1.json used request id req-3449db34-eddc-4443-be72-9f0e934ab833 2018-08-21 02:00:04,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.989031076431s 2018-08-21 02:00:04,456 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/b7c55c28-caf2-4b3d-a5d9-fa15495b42d1.json used request id req-3449db34-eddc-4443-be72-9f0e934ab833 2018-08-21 02:00:04,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:04,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:04,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-5803c813-5dc3-41df-8abf-83b861834c2f Date: Tue, 21 Aug 2018 02:00:04 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T02:00:04Z","tenant_id":"ca93712f90e54becb8cb2a206946c230","created_at":"2018-08-21T01:59:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ca93712f90e54becb8cb2a206946c230","id":"f9b19840-1075-4b31-9954-80a0670b7b5a","name":"singlevm2-net_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 02:00:04,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-5803c813-5dc3-41df-8abf-83b861834c2f 2018-08-21 02:00:04,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262492895126s 2018-08-21 02:00:04,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-5803c813-5dc3-41df-8abf-83b861834c2f 2018-08-21 02:00:04,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:00:04,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/f9b19840-1075-4b31-9954-80a0670b7b5a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:05,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9331aa8a-bb07-4cc4-991a-c2b8b82179fc Date: Tue, 21 Aug 2018 02:00:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:05,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/f9b19840-1075-4b31-9954-80a0670b7b5a.json used request id req-9331aa8a-bb07-4cc4-991a-c2b8b82179fc 2018-08-21 02:00:05,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.05840301514s 2018-08-21 02:00:05,779 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/f9b19840-1075-4b31-9954-80a0670b7b5a.json used request id req-9331aa8a-bb07-4cc4-991a-c2b8b82179fc 2018-08-21 02:00:05,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:00:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:05,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-eb10d1a2-9e66-42dd-87f8-0b6f28c9250f Date: Tue, 21 Aug 2018 02:00:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T01:59:29Z", "file": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/file", "owner": "ca93712f90e54becb8cb2a206946c230", "id": "ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "size": 12716032, "self": "/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T01:59:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:00:05,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-eb10d1a2-9e66-42dd-87f8-0b6f28c9250f 2018-08-21 02:00:05,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0375940799713s 2018-08-21 02:00:05,821 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-eb10d1a2-9e66-42dd-87f8-0b6f28c9250f 2018-08-21 02:00:05,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:00:05,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}588379263a37cbbaf35003bcdd97b9f22afd995a" 2018-08-21 02:00:06,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb865b37-a0cf-49cf-93f1-249d268c6502 Date: Tue, 21 Aug 2018 02:00:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:00:06,122 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9 used request id req-cb865b37-a0cf-49cf-93f1-249d268c6502 2018-08-21 02:00:06,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.299226045609s 2018-08-21 02:00:06,122 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/ba3a7ed3-a60a-4b20-bb4c-a2387047dbf9 used request id req-cb865b37-a0cf-49cf-93f1-249d268c6502 2018-08-21 02:00:06,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:00:06,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 02:00:06,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-575d8056-369a-4e84-91f4-8b82c7705224 x-compute-request-id: req-575d8056-369a-4e84-91f4-8b82c7705224 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/45948b45-035b-4b43-a4aa-db594bad82d7", "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": "45948b45-035b-4b43-a4aa-db594bad82d7"}]} 2018-08-21 02:00:06,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-575d8056-369a-4e84-91f4-8b82c7705224 2018-08-21 02:00:06,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220079421997s 2018-08-21 02:00:06,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-575d8056-369a-4e84-91f4-8b82c7705224 2018-08-21 02:00:06,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:00:06,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 02:00:06,200 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:00:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d5dad50-a801-459a-b1cb-fec934966be3 x-compute-request-id: req-7d5dad50-a801-459a-b1cb-fec934966be3 Content-Length: 0 Content-Type: application/json 2018-08-21 02:00:06,200 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7 used request id req-7d5dad50-a801-459a-b1cb-fec934966be3 2018-08-21 02:00:06,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0538001060486s 2018-08-21 02:00:06,201 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/45948b45-035b-4b43-a4aa-db594bad82d7 used request id req-7d5dad50-a801-459a-b1cb-fec934966be3 2018-08-21 02:00:06,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:00:06,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 02:00:06,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0b8716-bc8a-43e9-a825-610e21715bf0 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "links": {"self": "http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:00:06,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-5e0b8716-bc8a-43e9-a825-610e21715bf0 2018-08-21 02:00:06,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.241661071777s 2018-08-21 02:00:06,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-5e0b8716-bc8a-43e9-a825-610e21715bf0 2018-08-21 02:00:06,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:00:06,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 02:00:06,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28db182-01fb-45e9-aace-1b5b375779e9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581", "links": {"self": "http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e2d6e611ab2d4335ba57f4c6ae8b478e", "description": null}} 2018-08-21 02:00:06,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e used request id req-c28db182-01fb-45e9-aace-1b5b375779e9 2018-08-21 02:00:06,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192675113678s 2018-08-21 02:00:06,643 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e used request id req-c28db182-01fb-45e9-aace-1b5b375779e9 2018-08-21 02:00:06,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 02:00:06,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 02:00:06,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:00:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f29ba78e-fd60-4d63-adeb-70296607422c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:00:06,960 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e used request id req-f29ba78e-fd60-4d63-adeb-70296607422c 2018-08-21 02:00:06,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.316581010818s 2018-08-21 02:00:06,960 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/e2d6e611ab2d4335ba57f4c6ae8b478e used request id req-f29ba78e-fd60-4d63-adeb-70296607422c 2018-08-21 02:00:06,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:00:06,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 02:00:07,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1dec51-b554-4989-96cf-eb29e715d9e1 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230"}, "tags": [], "enabled": true, "id": "ca93712f90e54becb8cb2a206946c230", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_d941b1ec-cf0b-47d5-886f-5c0c1dbf8581"}]} 2018-08-21 02:00:07,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-7a1dec51-b554-4989-96cf-eb29e715d9e1 2018-08-21 02:00:07,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196393966675s 2018-08-21 02:00:07,162 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-7a1dec51-b554-4989-96cf-eb29e715d9e1 2018-08-21 02:00:07,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 02:00:07,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f9f67e25f95c13a4b9e95996ad9334aa373194d" 2018-08-21 02:00:07,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:00:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b7a4173-c4cd-467d-a37b-7564ed1af7c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:00:07,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230 used request id req-4b7a4173-c4cd-467d-a37b-7564ed1af7c9 2018-08-21 02:00:07,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.269831895828s 2018-08-21 02:00:07,436 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/ca93712f90e54becb8cb2a206946c230 used request id req-4b7a4173-c4cd-467d-a37b-7564ed1af7c9 2018-08-21 02:00:07,487 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-21 02:00:07,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:00:07,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:00:07,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:00:07,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:00:07,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:00:07,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:00:07,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:00:07,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:00:07,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:00:07,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:00:07,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:00:07,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c493d451-a9db-4db5-b85b-c190c06d2617 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:00:07,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-c493d451-a9db-4db5-b85b-c190c06d2617 2018-08-21 02:00:07,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:00:07,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:00:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["yJWY6IElT5WsTS5LAhs1fA"], "issued_at": "2018-08-21T02:00:07.000000Z"}} 2018-08-21 02:00:07,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:08,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b580c17d-b68d-4478-948a-2dd30fbada8b Date: Tue, 21 Aug 2018 02:00:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:00:08,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b580c17d-b68d-4478-948a-2dd30fbada8b 2018-08-21 02:00:08,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255276918411s 2018-08-21 02:00:08,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b580c17d-b68d-4478-948a-2dd30fbada8b 2018-08-21 02:00:08,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:00:08,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfcc822e-ec46-4a8d-b151-bc093453e548 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:00:08,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-cfcc822e-ec46-4a8d-b151-bc093453e548 2018-08-21 02:00:08,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:00:08,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:08,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f685a8e-6a7c-4e38-9988-17948c09fe4e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 02:00:08,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-6f685a8e-6a7c-4e38-9988-17948c09fe4e 2018-08-21 02:00:08,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.142458200455s 2018-08-21 02:00:08,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-6f685a8e-6a7c-4e38-9988-17948c09fe4e 2018-08-21 02:00:08,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 02:00:08,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}}' 2018-08-21 02:00:08,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32fa200b-3cff-40d2-b487-8683d187d955 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.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c"}, "tags": [], "enabled": true, "id": "5f1a6a40041846448e578aa40e1e7d7c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}} 2018-08-21 02:00:08,585 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-32fa200b-3cff-40d2-b487-8683d187d955 2018-08-21 02:00:08,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.236572980881s 2018-08-21 02:00:08,585 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-32fa200b-3cff-40d2-b487-8683d187d955 2018-08-21 02:00:08,586 - 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'5f1a6a40041846448e578aa40e1e7d7c', '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_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1'}) 2018-08-21 02:00:08,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 02:00:08,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8f5bf40f-345e-4908-b01d-46ff86447158", "email": null, "name": "vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}}' 2018-08-21 02:00:09,000 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf424c14-d936-4ecb-99cb-76bcc4bf9f77 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": {"self": "http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "64fe4b4527aa4998a0b867bc217df716", "domain_id": "default", "password_expires_at": null}} 2018-08-21 02:00:09,000 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-cf424c14-d936-4ecb-99cb-76bcc4bf9f77 2018-08-21 02:00:09,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.408550977707s 2018-08-21 02:00:09,001 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-cf424c14-d936-4ecb-99cb-76bcc4bf9f77 2018-08-21 02:00:09,001 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'64fe4b4527aa4998a0b867bc217df716', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1'}) 2018-08-21 02:00:09,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:00:09,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:09,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22c5903f-2471-4a69-8fca-c5659757e29b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:00:09,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-22c5903f-2471-4a69-8fca-c5659757e29b 2018-08-21 02:00:09,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174782037735s 2018-08-21 02:00:09,180 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-22c5903f-2471-4a69-8fca-c5659757e29b 2018-08-21 02:00:09,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:00:09,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:09,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d837251-b62d-4b75-a9d8-c50cff5195b9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:00:09,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-9d837251-b62d-4b75-a9d8-c50cff5195b9 2018-08-21 02:00:09,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193769931793s 2018-08-21 02:00:09,379 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-9d837251-b62d-4b75-a9d8-c50cff5195b9 2018-08-21 02:00:09,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:00:09,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:09,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d36935b4-6834-4d82-a180-7cf925276806 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:00:09,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-d36935b4-6834-4d82-a180-7cf925276806 2018-08-21 02:00:09,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197392940521s 2018-08-21 02:00:09,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-d36935b4-6834-4d82-a180-7cf925276806 2018-08-21 02:00:09,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:00:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:09,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aac112e-172a-4fc5-bfbe-9920bd697c8a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 02:00:09,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-6aac112e-172a-4fc5-bfbe-9920bd697c8a 2018-08-21 02:00:09,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0982370376587s 2018-08-21 02:00:09,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-6aac112e-172a-4fc5-bfbe-9920bd697c8a 2018-08-21 02:00:09,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:00:09,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:09,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31cdba23-3822-4346-a356-d48b95fcf49d Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": {"self": "http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "64fe4b4527aa4998a0b867bc217df716", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:00:09,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-31cdba23-3822-4346-a356-d48b95fcf49d 2018-08-21 02:00:09,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.135955810547s 2018-08-21 02:00:09,822 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-31cdba23-3822-4346-a356-d48b95fcf49d 2018-08-21 02:00:09,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:00:09,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:10,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0e16b3-cbbb-4a6e-9ba7-20854fba5d8d Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c"}, "tags": [], "enabled": true, "id": "5f1a6a40041846448e578aa40e1e7d7c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:10,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-9d0e16b3-cbbb-4a6e-9ba7-20854fba5d8d 2018-08-21 02:00:10,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193792104721s 2018-08-21 02:00:10,028 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-9d0e16b3-cbbb-4a6e-9ba7-20854fba5d8d 2018-08-21 02:00:10,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 02:00:10,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=64fe4b4527aa4998a0b867bc217df716&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5f1a6a40041846448e578aa40e1e7d7c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:10,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f02d5ae4-a830-4de3-a869-a9a59f2dd680 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=64fe4b4527aa4998a0b867bc217df716&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5f1a6a40041846448e578aa40e1e7d7c", "previous": null, "next": null}} 2018-08-21 02:00:10,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=64fe4b4527aa4998a0b867bc217df716&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5f1a6a40041846448e578aa40e1e7d7c used request id req-f02d5ae4-a830-4de3-a869-a9a59f2dd680 2018-08-21 02:00:10,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100987911224s 2018-08-21 02:00:10,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=64fe4b4527aa4998a0b867bc217df716&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5f1a6a40041846448e578aa40e1e7d7c used request id req-f02d5ae4-a830-4de3-a869-a9a59f2dd680 2018-08-21 02:00:10,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 02:00:10,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c/users/64fe4b4527aa4998a0b867bc217df716/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:00:10,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e208413f-bc5c-4fcd-8d3a-03d36d6a3e53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:00:10,405 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c/users/64fe4b4527aa4998a0b867bc217df716/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-e208413f-bc5c-4fcd-8d3a-03d36d6a3e53 2018-08-21 02:00:10,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.265074014664s 2018-08-21 02:00:10,406 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c/users/64fe4b4527aa4998a0b867bc217df716/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-e208413f-bc5c-4fcd-8d3a-03d36d6a3e53 2018-08-21 02:00:10,406 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 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'5f1a6a40041846448e578aa40e1e7d7c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8f5bf40f-345e-4908-b01d-46ff86447158', 'username': u'vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 02:00:10,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:00:10,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:00:10,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:00:10,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:00:10,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:00:10,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:00:10,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:00:10,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:00:10,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:00:10,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:00:10,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:00:10,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:00:10,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:00:10,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:00:10,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:00:10,412 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'password': '8f5bf40f-345e-4908-b01d-46ff86447158', 'project_name': 'vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': '5f1a6a40041846448e578aa40e1e7d7c', 'project_domain_name': 'Default'} 2018-08-21 02:00:10,412 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-21 02:00:10,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:00:10,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0ed8e9-d828-4754-b159-91b064e02a99 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:00:10,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-1e0ed8e9-d828-4754-b159-91b064e02a99 2018-08-21 02:00:10,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:00:10,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:00:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f1a6a40041846448e578aa40e1e7d7c", "name": "vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/5f1a6a40041846448e578aa40e1e7d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/5f1a6a40041846448e578aa40e1e7d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/5f1a6a40041846448e578aa40e1e7d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5f1a6a40041846448e578aa40e1e7d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/5f1a6a40041846448e578aa40e1e7d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/5f1a6a40041846448e578aa40e1e7d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/5f1a6a40041846448e578aa40e1e7d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/5f1a6a40041846448e578aa40e1e7d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/5f1a6a40041846448e578aa40e1e7d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_5f1a6a40041846448e578aa40e1e7d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_5f1a6a40041846448e578aa40e1e7d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/5f1a6a40041846448e578aa40e1e7d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/5f1a6a40041846448e578aa40e1e7d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/5f1a6a40041846448e578aa40e1e7d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "id": "64fe4b4527aa4998a0b867bc217df716"}, "audit_ids": ["OpSlqzDsSzKBwF8dOEymKw"], "issued_at": "2018-08-21T02:00:10.000000Z"}} 2018-08-21 02:00:10,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:00:10,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"network": {"name": "vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "admin_state_up": true}}' 2018-08-21 02:00:11,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-51f73cfd-79d7-4a51-8c71-0bdee51037e0 Date: Tue, 21 Aug 2018 02:00:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T02:00:11Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","name":"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}} 2018-08-21 02:00:11,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-51f73cfd-79d7-4a51-8c71-0bdee51037e0 2018-08-21 02:00:11,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.6969871521s 2018-08-21 02:00:11,508 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-51f73cfd-79d7-4a51-8c71-0bdee51037e0 2018-08-21 02:00:11,508 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:00:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c4e26b23-1cc1-482c-8eaf-3a6d1513a70b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', u'admin_state_up': True, u'tenant_id': u'5f1a6a40041846448e578aa40e1e7d7c', u'created_at': u'2018-08-21T02:00:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5f1a6a40041846448e578aa40e1e7d7c'}) 2018-08-21 02:00:11,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:11,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:11,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-c5b64bc8-9f84-462d-bf13-22fa759ee584 Date: Tue, 21 Aug 2018 02:00:11 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T02:00:11Z","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","name":"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:11,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-c5b64bc8-9f84-462d-bf13-22fa759ee584 2018-08-21 02:00:11,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.158079862595s 2018-08-21 02:00:11,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-c5b64bc8-9f84-462d-bf13-22fa759ee584 2018-08-21 02:00:11,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:00:11,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"subnet": {"name": "vping_ssh-subnet_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "enable_dhcp": true, "network_id": "c4e26b23-1cc1-482c-8eaf-3a6d1513a70b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:00:12,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-884bdd75-013d-4552-9b29-7f540390925d Date: Tue, 21 Aug 2018 02:00:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:00: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":"5f1a6a40041846448e578aa40e1e7d7c","id":"cddeab1a-6a04-4d01-9dec-7c1e54695d36","subnetpool_id":null,"name":"vping_ssh-subnet_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}} 2018-08-21 02:00:12,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-884bdd75-013d-4552-9b29-7f540390925d 2018-08-21 02:00:12,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.772703886032s 2018-08-21 02:00:12,442 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-884bdd75-013d-4552-9b29-7f540390925d 2018-08-21 02:00:12,442 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:00: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'cddeab1a-6a04-4d01-9dec-7c1e54695d36', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', u'enable_dhcp': True, u'network_id': u'c4e26b23-1cc1-482c-8eaf-3a6d1513a70b', u'tenant_id': u'5f1a6a40041846448e578aa40e1e7d7c', u'created_at': u'2018-08-21T02:00: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'5f1a6a40041846448e578aa40e1e7d7c'}) 2018-08-21 02:00:12,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:00:12,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "vping_ssh-router_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "admin_state_up": true}}' 2018-08-21 02:00:13,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-b39f395d-4d16-4a07-adbb-dee724b7d6c9 Date: Tue, 21 Aug 2018 02:00:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:12Z", "admin_state_up": true, "updated_at": "2018-08-21T02:00:13Z", "revision_number": 2, "routes": [], "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "0019a6c8-1cd0-4840-a38b-cdd5e4db1641", "name": "vping_ssh-router_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}} 2018-08-21 02:00:13,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-b39f395d-4d16-4a07-adbb-dee724b7d6c9 2018-08-21 02:00:13,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.03449511528s 2018-08-21 02:00:13,478 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-b39f395d-4d16-4a07-adbb-dee724b7d6c9 2018-08-21 02:00:13,479 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5f1a6a40041846448e578aa40e1e7d7c', u'created_at': u'2018-08-21T02:00:12Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T02:00:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'5f1a6a40041846448e578aa40e1e7d7c', u'id': u'0019a6c8-1cd0-4840-a38b-cdd5e4db1641', u'name': u'vping_ssh-router_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1'}) 2018-08-21 02:00:13,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:00:13,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641/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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"subnet_id": "cddeab1a-6a04-4d01-9dec-7c1e54695d36"}' 2018-08-21 02:00:15,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f134c13f-e5ab-464b-97ef-63dff600a9d4 Date: Tue, 21 Aug 2018 02:00:15 GMT RESP BODY: {"network_id": "c4e26b23-1cc1-482c-8eaf-3a6d1513a70b", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "subnet_id": "cddeab1a-6a04-4d01-9dec-7c1e54695d36", "subnet_ids": ["cddeab1a-6a04-4d01-9dec-7c1e54695d36"], "port_id": "5e351bbe-f729-4ff1-baf7-a6bc9d1e7105", "id": "0019a6c8-1cd0-4840-a38b-cdd5e4db1641"} 2018-08-21 02:00:15,433 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641/add_router_interface.json used request id req-f134c13f-e5ab-464b-97ef-63dff600a9d4 2018-08-21 02:00:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95432591438s 2018-08-21 02:00:15,434 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641/add_router_interface.json used request id req-f134c13f-e5ab-464b-97ef-63dff600a9d4 returning object 0019a6c8-1cd0-4840-a38b-cdd5e4db1641 2018-08-21 02:00:15,434 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:00:15,566 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:00:15,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:00:15,573 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:00:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:00:15,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:00:15,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:15,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fca2b010-2f2f-48cf-991d-98c4ae7ecaf1 Date: Tue, 21 Aug 2018 02:00:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:00:15,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-fca2b010-2f2f-48cf-991d-98c4ae7ecaf1 2018-08-21 02:00:15,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286071062088s 2018-08-21 02:00:15,862 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-fca2b010-2f2f-48cf-991d-98c4ae7ecaf1 2018-08-21 02:00:15,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:00:15,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}' 2018-08-21 02:00:15,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-46e64bba-b923-44ef-9534-0f08043af09c Date: Tue, 21 Aug 2018 02:00:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:00:15Z", "file": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file", "owner": "5f1a6a40041846448e578aa40e1e7d7c", "id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "size": null, "self": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "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_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "checksum": null, "created_at": "2018-08-21T02:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:00:15,922 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-46e64bba-b923-44ef-9534-0f08043af09c 2018-08-21 02:00:15,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0511829853058s 2018-08-21 02:00:15,922 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-46e64bba-b923-44ef-9534-0f08043af09c returning object 6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd 2018-08-21 02:00:15,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:00:15,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/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}2490a046697f11ef898748b336866f9d448cf63d" -d '' 2018-08-21 02:00:16,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f887f75c-c1b2-4e6b-8d30-82f3489ac506 Date: Tue, 21 Aug 2018 02:00:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:00:16,356 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file used request id req-f887f75c-c1b2-4e6b-8d30-82f3489ac506 2018-08-21 02:00:16,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.433135986328s 2018-08-21 02:00:16,357 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file used request id req-f887f75c-c1b2-4e6b-8d30-82f3489ac506 2018-08-21 02:00:16,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:00:16,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:16,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-5393bab1-adf8-4de5-9790-24dde59cb23b Date: Tue, 21 Aug 2018 02:00:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:00:16Z", "file": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file", "owner": "5f1a6a40041846448e578aa40e1e7d7c", "id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "size": 12716032, "self": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:00:16,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-5393bab1-adf8-4de5-9790-24dde59cb23b 2018-08-21 02:00:16,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0562131404877s 2018-08-21 02:00:16,417 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-5393bab1-adf8-4de5-9790-24dde59cb23b 2018-08-21 02:00:16,419 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file', 'owner': u'5f1a6a40041846448e578aa40e1e7d7c', 'id': u'6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd', 'size': 12716032, u'self': u'/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5f1a6a40041846448e578aa40e1e7d7c', 'name': 'vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:00:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T02:00:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', '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/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd', 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_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'created': u'2018-08-21T02:00:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:00: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/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd', 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_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:00:16,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:00:16,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:00:16,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-e372a25c-0e88-495b-a768-c141c814614a x-compute-request-id: req-e372a25c-0e88-495b-a768-c141c814614a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "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": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c"}} 2018-08-21 02:00:16,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-e372a25c-0e88-495b-a768-c141c814614a 2018-08-21 02:00:16,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.294447898865s 2018-08-21 02:00:16,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-e372a25c-0e88-495b-a768-c141c814614a 2018-08-21 02:00:16,716 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', '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'9395463b2c594ad385c1520193638f95', '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'ac33940e-62ff-4a63-93fd-9c04b1f9e20c', 'swap': 0}) 2018-08-21 02:00:16,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:00:16,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c/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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" -d '{"extra_specs": {}}' 2018-08-21 02:00:16,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-e2e3f9bc-7d73-4040-b859-77a90a18dd71 x-compute-request-id: req-e2e3f9bc-7d73-4040-b859-77a90a18dd71 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:00:16,737 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c/os-extra_specs used request id req-e2e3f9bc-7d73-4040-b859-77a90a18dd71 2018-08-21 02:00:16,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201561450958s 2018-08-21 02:00:16,737 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c/os-extra_specs used request id req-e2e3f9bc-7d73-4040-b859-77a90a18dd71 2018-08-21 02:00:16,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-21 02:00:16,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"keypair": {"name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}}' 2018-08-21 02:00:17,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-9e34099f-4dc3-442f-9be0-b924a8833f5f x-compute-request-id: req-9e34099f-4dc3-442f-9be0-b924a8833f5f Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtNeipgg0NRVpm44NMfni5MMDVB4QY0btWh310lxkrnScvX+barF3hk1JldyWCjLC9iSPzWi2TG5ELPgsixNLm9vwj1mgijNZGlhqdoWaNVKRatKtePigR3ovnertvWbiuheZdB3RUfEW2C5quZtw7cvsFex4Fx1rP42SsJQUNIi7VOfQE3Ts1KF+RhmeM3hHlpFeLTRQsbshpvFvWmIe2Ge6Ihsyau4xVFw3x5fuuTmhP+89gCjraaTcD5LVUwRGte78/qRA032wHC4Gxh5/2KGSoBTpqlXZp8adZlgVzaLzO1HgbgDGB6scggnnb+f0wyMaM4X3CA8rxLub3LF5J Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArTXoqYINDUVaZuODTH54uTDA1QeEGNG7Vod9dJcZK50nL1/m\n2qxd4ZNSZXclgoywvYkj81otkxuRCz4LIsTS5vb8I9ZoIozWRpYanaFmjVSkWrSr\nXj4oEd6L53q7b1m4roXmXQd0VHxFtguarmbcO3L7BXseBcdaz+NkrCUFDSIu1Tn0\nBN07NShfkYZnjN4R5aRXi00ULG7Iabxb1piHthnuiIbMmruMVRcN8eX7rk5oT/vP\nYAo62mk3A+S1VMERrXu/P6kQNN9sBwuBsYef9ihkqAU6apV2afGnWZYFc2i8ztR4\nG4AxgerHIIJ52/n9MMjGjOF9wgPK8S7m9yxeSQIDAQABAoIBAQCru7Fsryblq4eQ\nT68UnqhvZKksDgGo4flON5Ppjw5DsdLyI7Gtygxi5UBinZkxMPDjWx+r3hMlscVD\nUkaUOHWqzeL8XU5uQxkIbzcAZtBY/DzgOhVWoWX1IaOw5H0GT/zN/LCEOCncwkIT\n1rmMhSuCPeQocQM5U4j0aU6dZy707vZYJUVAlpvx5cz++a/68hbB+ch6NO3LiFsb\nk13muCmcScaqazoABUwjYhJKk9Ze9fJ77Syd7jXbqOZ1nWqRB8CyrSkcEX2ZvXhn\nmgKGHjnXmem+u0538i4yb9Ow65A1dy4i6Wn4UFMY1zVJd4cQGH/MTPVndu0UA4v8\ncD/0pBChAoGBAOUVL72VGoP45YYooyNjIFnU0Rt/1pbTQTfEwdFULwo2vY5bHxn2\nYkXI8Dtdd7kysFytY68Zn+0B680BYB1l5dNLe86XUTLlM7EbEFDp2Cr31oNQ7W9h\nfgniKmd16Q5Nl40DKVokyGxr15tgxY26Xek4Vb3NLSfOX+44QCxfHk5VAoGBAMGQ\nFhLkbSYxm+KWHSlmxq/o+9ogCe652B3AnlAAzOnhJiL/3IjkGO4iwuUYIzXzgQr5\nR2nNlBcjX+GEfgVtEggTMlCsZhquNLddJ3UkkSj+10K4tYOeK7ihCEV9IjOOdeMw\nmZDTWmQjmFXg5F+Xp9GrIb/ebPfZlnN9kxyAktwlAoGAcnoJ52VRYM3KdSZtj8uD\naSCudl2F8M0U9DeA24iEEUiVpUPn4ON87H6jficRIx0vgMCs5d2aS6gAG+wqCcbX\n+KTp860uSI69LC3oE2coPSCos+qHHHfNskaxBg6oLhucNj10NrXW6kdh8SWE03Rk\nZZ1fS3/ypse8rKCzgPjvfhkCgYB4O81KXPPj5qrjG8XvgrTmbj2LJ52j2XMCQDTW\nkzi2CrIKyY4uxikqOxN/BPhSOfitXVzbvuQ/Xyzew9MYAcFSnMIDVKNz7UQ3pjit\nTlKQ+YOzIVM295hG7lhZ+bm19scJoZWyXWbnjyjAJ5sUOfr3hWrIaRyc9F69TIKG\nEOOotQKBgD4jE3MJZxOGMLriG7lySwYJhmKfWwfjT6f4Z8e5hvzhoDGoyYZ7UtFV\nYjyPMLytTVJdYkVSmcOBecF2qgck4kTVd0ytYYp8TLHPSiK+hsI6tfqr8BBH1UFm\nGGK541xk5Zr4CNRlaYziJSykZJn3zyJtrETpQLpprxGTiqiOAtyO\n-----END RSA PRIVATE KEY-----\n", "user_id": "64fe4b4527aa4998a0b867bc217df716", "name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "fingerprint": "59:3b:1d:10:ba:4c:fa:a0:26:32:2e:45:11:52:d2:22"}} 2018-08-21 02:00:17,648 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-9e34099f-4dc3-442f-9be0-b924a8833f5f 2018-08-21 02:00:17,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.910377025604s 2018-08-21 02:00:17,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-9e34099f-4dc3-442f-9be0-b924a8833f5f 2018-08-21 02:00:17,650 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtNeipgg0NRVpm44NMfni5MMDVB4QY0btWh310lxkrnScvX+barF3hk1JldyWCjLC9iSPzWi2TG5ELPgsixNLm9vwj1mgijNZGlhqdoWaNVKRatKtePigR3ovnertvWbiuheZdB3RUfEW2C5quZtw7cvsFex4Fx1rP42SsJQUNIi7VOfQE3Ts1KF+RhmeM3hHlpFeLTRQsbshpvFvWmIe2Ge6Ihsyau4xVFw3x5fuuTmhP+89gCjraaTcD5LVUwRGte78/qRA032wHC4Gxh5/2KGSoBTpqlXZp8adZlgVzaLzO1HgbgDGB6scggnnb+f0wyMaM4X3CA8rxLub3LF5J Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArTXoqYINDUVaZuODTH54uTDA1QeEGNG7Vod9dJcZK50nL1/m\n2qxd4ZNSZXclgoywvYkj81otkxuRCz4LIsTS5vb8I9ZoIozWRpYanaFmjVSkWrSr\nXj4oEd6L53q7b1m4roXmXQd0VHxFtguarmbcO3L7BXseBcdaz+NkrCUFDSIu1Tn0\nBN07NShfkYZnjN4R5aRXi00ULG7Iabxb1piHthnuiIbMmruMVRcN8eX7rk5oT/vP\nYAo62mk3A+S1VMERrXu/P6kQNN9sBwuBsYef9ihkqAU6apV2afGnWZYFc2i8ztR4\nG4AxgerHIIJ52/n9MMjGjOF9wgPK8S7m9yxeSQIDAQABAoIBAQCru7Fsryblq4eQ\nT68UnqhvZKksDgGo4flON5Ppjw5DsdLyI7Gtygxi5UBinZkxMPDjWx+r3hMlscVD\nUkaUOHWqzeL8XU5uQxkIbzcAZtBY/DzgOhVWoWX1IaOw5H0GT/zN/LCEOCncwkIT\n1rmMhSuCPeQocQM5U4j0aU6dZy707vZYJUVAlpvx5cz++a/68hbB+ch6NO3LiFsb\nk13muCmcScaqazoABUwjYhJKk9Ze9fJ77Syd7jXbqOZ1nWqRB8CyrSkcEX2ZvXhn\nmgKGHjnXmem+u0538i4yb9Ow65A1dy4i6Wn4UFMY1zVJd4cQGH/MTPVndu0UA4v8\ncD/0pBChAoGBAOUVL72VGoP45YYooyNjIFnU0Rt/1pbTQTfEwdFULwo2vY5bHxn2\nYkXI8Dtdd7kysFytY68Zn+0B680BYB1l5dNLe86XUTLlM7EbEFDp2Cr31oNQ7W9h\nfgniKmd16Q5Nl40DKVokyGxr15tgxY26Xek4Vb3NLSfOX+44QCxfHk5VAoGBAMGQ\nFhLkbSYxm+KWHSlmxq/o+9ogCe652B3AnlAAzOnhJiL/3IjkGO4iwuUYIzXzgQr5\nR2nNlBcjX+GEfgVtEggTMlCsZhquNLddJ3UkkSj+10K4tYOeK7ihCEV9IjOOdeMw\nmZDTWmQjmFXg5F+Xp9GrIb/ebPfZlnN9kxyAktwlAoGAcnoJ52VRYM3KdSZtj8uD\naSCudl2F8M0U9DeA24iEEUiVpUPn4ON87H6jficRIx0vgMCs5d2aS6gAG+wqCcbX\n+KTp860uSI69LC3oE2coPSCos+qHHHfNskaxBg6oLhucNj10NrXW6kdh8SWE03Rk\nZZ1fS3/ypse8rKCzgPjvfhkCgYB4O81KXPPj5qrjG8XvgrTmbj2LJ52j2XMCQDTW\nkzi2CrIKyY4uxikqOxN/BPhSOfitXVzbvuQ/Xyzew9MYAcFSnMIDVKNz7UQ3pjit\nTlKQ+YOzIVM295hG7lhZ+bm19scJoZWyXWbnjyjAJ5sUOfr3hWrIaRyc9F69TIKG\nEOOotQKBgD4jE3MJZxOGMLriG7lySwYJhmKfWwfjT6f4Z8e5hvzhoDGoyYZ7UtFV\nYjyPMLytTVJdYkVSmcOBecF2qgck4kTVd0ytYYp8TLHPSiK+hsI6tfqr8BBH1UFm\nGGK541xk5Zr4CNRlaYziJSykZJn3zyJtrETpQLpprxGTiqiOAtyO\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'64fe4b4527aa4998a0b867bc217df716', 'name': u'vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'created_at': '2018-08-21T02:00:17.650057', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5f1a6a40041846448e578aa40e1e7d7c', 'name': 'vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'59:3b:1d:10:ba:4c:fa:a0:26:32:2e:45:11:52:d2:22', 'type': 'ssh', 'id': u'vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1'}) 2018-08-21 02:00:17,650 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEArTXoqYINDUVaZuODTH54uTDA1QeEGNG7Vod9dJcZK50nL1/m 2qxd4ZNSZXclgoywvYkj81otkxuRCz4LIsTS5vb8I9ZoIozWRpYanaFmjVSkWrSr Xj4oEd6L53q7b1m4roXmXQd0VHxFtguarmbcO3L7BXseBcdaz+NkrCUFDSIu1Tn0 BN07NShfkYZnjN4R5aRXi00ULG7Iabxb1piHthnuiIbMmruMVRcN8eX7rk5oT/vP YAo62mk3A+S1VMERrXu/P6kQNN9sBwuBsYef9ihkqAU6apV2afGnWZYFc2i8ztR4 G4AxgerHIIJ52/n9MMjGjOF9wgPK8S7m9yxeSQIDAQABAoIBAQCru7Fsryblq4eQ T68UnqhvZKksDgGo4flON5Ppjw5DsdLyI7Gtygxi5UBinZkxMPDjWx+r3hMlscVD UkaUOHWqzeL8XU5uQxkIbzcAZtBY/DzgOhVWoWX1IaOw5H0GT/zN/LCEOCncwkIT 1rmMhSuCPeQocQM5U4j0aU6dZy707vZYJUVAlpvx5cz++a/68hbB+ch6NO3LiFsb k13muCmcScaqazoABUwjYhJKk9Ze9fJ77Syd7jXbqOZ1nWqRB8CyrSkcEX2ZvXhn mgKGHjnXmem+u0538i4yb9Ow65A1dy4i6Wn4UFMY1zVJd4cQGH/MTPVndu0UA4v8 cD/0pBChAoGBAOUVL72VGoP45YYooyNjIFnU0Rt/1pbTQTfEwdFULwo2vY5bHxn2 YkXI8Dtdd7kysFytY68Zn+0B680BYB1l5dNLe86XUTLlM7EbEFDp2Cr31oNQ7W9h fgniKmd16Q5Nl40DKVokyGxr15tgxY26Xek4Vb3NLSfOX+44QCxfHk5VAoGBAMGQ FhLkbSYxm+KWHSlmxq/o+9ogCe652B3AnlAAzOnhJiL/3IjkGO4iwuUYIzXzgQr5 R2nNlBcjX+GEfgVtEggTMlCsZhquNLddJ3UkkSj+10K4tYOeK7ihCEV9IjOOdeMw mZDTWmQjmFXg5F+Xp9GrIb/ebPfZlnN9kxyAktwlAoGAcnoJ52VRYM3KdSZtj8uD aSCudl2F8M0U9DeA24iEEUiVpUPn4ON87H6jficRIx0vgMCs5d2aS6gAG+wqCcbX +KTp860uSI69LC3oE2coPSCos+qHHHfNskaxBg6oLhucNj10NrXW6kdh8SWE03Rk ZZ1fS3/ypse8rKCzgPjvfhkCgYB4O81KXPPj5qrjG8XvgrTmbj2LJ52j2XMCQDTW kzi2CrIKyY4uxikqOxN/BPhSOfitXVzbvuQ/Xyzew9MYAcFSnMIDVKNz7UQ3pjit TlKQ+YOzIVM295hG7lhZ+bm19scJoZWyXWbnjyjAJ5sUOfr3hWrIaRyc9F69TIKG EOOotQKBgD4jE3MJZxOGMLriG7lySwYJhmKfWwfjT6f4Z8e5hvzhoDGoyYZ7UtFV YjyPMLytTVJdYkVSmcOBecF2qgck4kTVd0ytYYp8TLHPSiK+hsI6tfqr8BBH1UFm GGK541xk5Zr4CNRlaYziJSykZJn3zyJtrETpQLpprxGTiqiOAtyO -----END RSA PRIVATE KEY----- 2018-08-21 02:00:17,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-21 02:00:17,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"security_group": {"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-21 02:00:17,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-37408841-90ed-4e8e-8ca8-d0d385976be9 Date: Tue, 21 Aug 2018 02:00:17 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:17Z", "updated_at": "2018-08-21T02:00:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "a566700b-0149-4ecf-a944-3e82d4b6ee17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "f4f56ed6-299d-401a-9172-0187aafd3094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}} 2018-08-21 02:00:17,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-37408841-90ed-4e8e-8ca8-d0d385976be9 2018-08-21 02:00:17,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.148911952972s 2018-08-21 02:00:17,803 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-37408841-90ed-4e8e-8ca8-d0d385976be9 2018-08-21 02:00:17,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 02:00:17,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:17,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-f6c25390-17be-4821-bf81-d429820932ed Date: Tue, 21 Aug 2018 02:00:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:17Z", "updated_at": "2018-08-21T02:00:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "a566700b-0149-4ecf-a944-3e82d4b6ee17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "f4f56ed6-299d-401a-9172-0187aafd3094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:17,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-f6c25390-17be-4821-bf81-d429820932ed 2018-08-21 02:00:17,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0742020606995s 2018-08-21 02:00:17,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-f6c25390-17be-4821-bf81-d429820932ed 2018-08-21 02:00:17,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 02:00:17,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -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": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"}}' 2018-08-21 02:00:18,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2fb97236-cde5-4695-bd43-825b7a550c2f Date: Tue, 21 Aug 2018 02:00:18 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-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "port_range_min": 22, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:17Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "8f05a529-4d1f-4499-9f86-e4a9230c088e"}} 2018-08-21 02:00:18,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-2fb97236-cde5-4695-bd43-825b7a550c2f 2018-08-21 02:00:18,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.126255989075s 2018-08-21 02:00:18,013 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-2fb97236-cde5-4695-bd43-825b7a550c2f 2018-08-21 02:00:18,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 02:00:18,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:18,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-880750a3-df3b-454b-a786-b80292a75c92 Date: Tue, 21 Aug 2018 02:00:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:17Z", "updated_at": "2018-08-21T02:00:17Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "8f05a529-4d1f-4499-9f86-e4a9230c088e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "a566700b-0149-4ecf-a944-3e82d4b6ee17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "f4f56ed6-299d-401a-9172-0187aafd3094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 2, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:18,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-880750a3-df3b-454b-a786-b80292a75c92 2018-08-21 02:00:18,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.047721862793s 2018-08-21 02:00:18,064 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-880750a3-df3b-454b-a786-b80292a75c92 2018-08-21 02:00:18,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 02:00:18,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -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": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"}}' 2018-08-21 02:00:18,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-9d799e03-d3f0-4b35-b153-de5e3cc3cec4 Date: Tue, 21 Aug 2018 02:00:18 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-21T02:00:18Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:18Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "cadbd080-2b97-492f-8fa8-3a2f6bbbaa14"}} 2018-08-21 02:00:18,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-9d799e03-d3f0-4b35-b153-de5e3cc3cec4 2018-08-21 02:00:18,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.159242868423s 2018-08-21 02:00:18,227 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-9d799e03-d3f0-4b35-b153-de5e3cc3cec4 2018-08-21 02:00:18,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:18,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:18,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8f780030-44af-4e80-bb07-f445baeb5720 Date: Tue, 21 Aug 2018 02:00:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cddeab1a-6a04-4d01-9dec-7c1e54695d36"],"updated_at":"2018-08-21T02:00:11Z","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","name":"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:18,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8f780030-44af-4e80-bb07-f445baeb5720 2018-08-21 02:00:18,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0980288982391s 2018-08-21 02:00:18,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8f780030-44af-4e80-bb07-f445baeb5720 2018-08-21 02:00:18,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:00:18,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:18,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9c99d64e-9705-4df2-9e05-11239086a451 Date: Tue, 21 Aug 2018 02:00:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:00:16Z", "file": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file", "owner": "5f1a6a40041846448e578aa40e1e7d7c", "id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "size": 12716032, "self": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:00:18,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-9c99d64e-9705-4df2-9e05-11239086a451 2018-08-21 02:00:18,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0398678779602s 2018-08-21 02:00:18,372 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-9c99d64e-9705-4df2-9e05-11239086a451 2018-08-21 02:00:18,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:00:18,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:18,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-008ec8a0-81cd-458f-b913-08b73942ff5c x-compute-request-id: req-008ec8a0-81cd-458f-b913-08b73942ff5c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "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": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c"}]} 2018-08-21 02:00:18,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-008ec8a0-81cd-458f-b913-08b73942ff5c 2018-08-21 02:00:18,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261340141296s 2018-08-21 02:00:18,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-008ec8a0-81cd-458f-b913-08b73942ff5c 2018-08-21 02:00:18,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 02:00:18,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"server": {"name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "imageRef": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "flavorRef": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c4e26b23-1cc1-482c-8eaf-3a6d1513a70b"}], "security_groups": [{"name": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"}]}}' 2018-08-21 02:00:20,798 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6e212e4-90a0-4a40-b882-1000273f5838 x-compute-request-id: req-a6e212e4-90a0-4a40-b882-1000273f5838 Content-Length: 403 location: http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"}], "OS-DCF:diskConfig": "MANUAL", "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "adminPass": "3MLEn3Q66xy9"}} 2018-08-21 02:00:20,798 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-a6e212e4-90a0-4a40-b882-1000273f5838 2018-08-21 02:00:20,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.39648413658s 2018-08-21 02:00:20,798 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-a6e212e4-90a0-4a40-b882-1000273f5838 2018-08-21 02:00:20,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:20,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:21,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-5fac60dd-338f-4b64-881d-97a770e4c49b x-compute-request-id: req-5fac60dd-338f-4b64-881d-97a770e4c49b Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "user_id": "64fe4b4527aa4998a0b867bc217df716", "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-21T02:00:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:21,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5fac60dd-338f-4b64-881d-97a770e4c49b 2018-08-21 02:00:21,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556216955185s 2018-08-21 02:00:21,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5fac60dd-338f-4b64-881d-97a770e4c49b 2018-08-21 02:00:21,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:21,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:21,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3e5d3535-cb02-4b78-b990-44361add16d1 Date: Tue, 21 Aug 2018 02:00:21 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cddeab1a-6a04-4d01-9dec-7c1e54695d36"],"updated_at":"2018-08-21T02:00:11Z","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","name":"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:21,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-3e5d3535-cb02-4b78-b990-44361add16d1 2018-08-21 02:00:21,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859990119934s 2018-08-21 02:00:21,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-3e5d3535-cb02-4b78-b990-44361add16d1 2018-08-21 02:00:21,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:00:21,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-09a5452f-cab3-4d88-8e5c-6a9154904156 Date: Tue, 21 Aug 2018 02:00:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:00: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":"5f1a6a40041846448e578aa40e1e7d7c","id":"cddeab1a-6a04-4d01-9dec-7c1e54695d36","subnetpool_id":null,"name":"vping_ssh-subnet_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:21,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-09a5452f-cab3-4d88-8e5c-6a9154904156 2018-08-21 02:00:21,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.068550825119s 2018-08-21 02:00:21,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-09a5452f-cab3-4d88-8e5c-6a9154904156 2018-08-21 02:00:21,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:23,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:23,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:24,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb5bbff2-90e4-46d4-9eb5-8e984307f3a5 x-compute-request-id: req-fb5bbff2-90e4-46d4-9eb5-8e984307f3a5 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:00:23Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:24,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fb5bbff2-90e4-46d4-9eb5-8e984307f3a5 2018-08-21 02:00:24,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526281118393s 2018-08-21 02:00:24,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fb5bbff2-90e4-46d4-9eb5-8e984307f3a5 2018-08-21 02:00:24,047 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:26,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:26,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:26,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-4548a26b-e936-40fe-81f3-09a9149347d6 x-compute-request-id: req-4548a26b-e936-40fe-81f3-09a9149347d6 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:00:23Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:26,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4548a26b-e936-40fe-81f3-09a9149347d6 2018-08-21 02:00:26,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608865022659s 2018-08-21 02:00:26,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4548a26b-e936-40fe-81f3-09a9149347d6 2018-08-21 02:00:26,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:28,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:28,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:29,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f416749d-bda4-4ef5-a8b2-0b778ed0d7dc x-compute-request-id: req-f416749d-bda4-4ef5-a8b2-0b778ed0d7dc Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:03:f9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:27.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:27Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:29,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f416749d-bda4-4ef5-a8b2-0b778ed0d7dc 2018-08-21 02:00:29,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568423032761s 2018-08-21 02:00:29,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f416749d-bda4-4ef5-a8b2-0b778ed0d7dc 2018-08-21 02:00:29,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:00:29,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=741432aa-fac3-41ff-84d4-f359f38697d7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:29,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-13273873-c13f-4efa-94c0-f12550396c84 Date: Tue, 21 Aug 2018 02:00:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:23Z","admin_state_up":true,"updated_at":"2018-08-21T02:00:27Z","binding:vnic_type":"normal","device_id":"741432aa-fac3-41ff-84d4-f359f38697d7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:cb:03:f9","id":"c0adeae7-b7e8-4762-9b61-aef08b6e65b1","port_security_enabled":true,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","fixed_ips":[{"subnet_id":"cddeab1a-6a04-4d01-9dec-7c1e54695d36","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"],"name":""}]} 2018-08-21 02:00:29,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=741432aa-fac3-41ff-84d4-f359f38697d7 used request id req-13273873-c13f-4efa-94c0-f12550396c84 2018-08-21 02:00:29,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0545318126678s 2018-08-21 02:00:29,293 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=741432aa-fac3-41ff-84d4-f359f38697d7 used request id req-13273873-c13f-4efa-94c0-f12550396c84 2018-08-21 02:00:29,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:00:29,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=c0adeae7-b7e8-4762-9b61-aef08b6e65b1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:29,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-519db8d7-0ce0-4745-9fc1-2cfd8638adda Date: Tue, 21 Aug 2018 02:00:29 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:00:29,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=c0adeae7-b7e8-4762-9b61-aef08b6e65b1 used request id req-519db8d7-0ce0-4745-9fc1-2cfd8638adda 2018-08-21 02:00:29,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0431940555573s 2018-08-21 02:00:29,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=c0adeae7-b7e8-4762-9b61-aef08b6e65b1 used request id req-519db8d7-0ce0-4745-9fc1-2cfd8638adda 2018-08-21 02:00:29,342 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cb:03:f9', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd'}), 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-21T02:00:27.000000', 'flavor': Munch({u'id': u'ac33940e-62ff-4a63-93fd-9c04b1f9e20c'}), 'az': u'nova', 'id': u'741432aa-fac3-41ff-84d4-f359f38697d7', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'64fe4b4527aa4998a0b867bc217df716', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5f1a6a40041846448e578aa40e1e7d7c', 'name': 'vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', '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-21T02:00:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T02:00:27Z', 'hostId': u'4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f', '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-21T02:00:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5f1a6a40041846448e578aa40e1e7d7c', 'name': u'vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'adminPass': u'3MLEn3Q66xy9', 'tenant_id': u'5f1a6a40041846448e578aa40e1e7d7c', 'created_at': u'2018-08-21T02:00:20Z', 'created': u'2018-08-21T02:00:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 02:00:29,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:29,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:29,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5360b034-8e85-4532-9c97-403dd96c39cf Date: Tue, 21 Aug 2018 02:00:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cddeab1a-6a04-4d01-9dec-7c1e54695d36"],"updated_at":"2018-08-21T02:00:11Z","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","name":"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:29,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-5360b034-8e85-4532-9c97-403dd96c39cf 2018-08-21 02:00:29,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0890350341797s 2018-08-21 02:00:29,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-5360b034-8e85-4532-9c97-403dd96c39cf 2018-08-21 02:00:29,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:00:29,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:29,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c6764d48-64a1-49b9-87be-6f8543b08771 Date: Tue, 21 Aug 2018 02:00:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:00:16Z", "file": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file", "owner": "5f1a6a40041846448e578aa40e1e7d7c", "id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "size": 12716032, "self": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:00:29,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-c6764d48-64a1-49b9-87be-6f8543b08771 2018-08-21 02:00:29,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.044527053833s 2018-08-21 02:00:29,482 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-c6764d48-64a1-49b9-87be-6f8543b08771 2018-08-21 02:00:29,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:00:29,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:29,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-5f617b05-dc32-467c-b51d-c08aedac4786 x-compute-request-id: req-5f617b05-dc32-467c-b51d-c08aedac4786 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "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": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c"}]} 2018-08-21 02:00:29,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-5f617b05-dc32-467c-b51d-c08aedac4786 2018-08-21 02:00:29,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237698554993s 2018-08-21 02:00:29,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-5f617b05-dc32-467c-b51d-c08aedac4786 2018-08-21 02:00:29,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 02:00:29,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"server": {"name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "imageRef": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "flavorRef": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c4e26b23-1cc1-482c-8eaf-3a6d1513a70b"}], "security_groups": [{"name": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"}]}}' 2018-08-21 02:00:31,643 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:00: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-dee44eb4-c244-4148-aa30-8323dac1abbf x-compute-request-id: req-dee44eb4-c244-4148-aa30-8323dac1abbf Content-Length: 403 location: http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"}], "OS-DCF:diskConfig": "MANUAL", "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "adminPass": "o73dVnuQz8GC"}} 2018-08-21 02:00:31,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-dee44eb4-c244-4148-aa30-8323dac1abbf 2018-08-21 02:00:31,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.13451004028s 2018-08-21 02:00:31,644 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-dee44eb4-c244-4148-aa30-8323dac1abbf 2018-08-21 02:00:31,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:31,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:32,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6248c49-6381-4e66-a231-fd255855ae46 x-compute-request-id: req-b6248c49-6381-4e66-a231-fd255855ae46 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "user_id": "64fe4b4527aa4998a0b867bc217df716", "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-21T02:00:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:03:f9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:27.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:27Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:32,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b6248c49-6381-4e66-a231-fd255855ae46 2018-08-21 02:00:32,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774221897125s 2018-08-21 02:00:32,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b6248c49-6381-4e66-a231-fd255855ae46 2018-08-21 02:00:32,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:34,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:34,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:35,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fb65b38-2800-4a95-b262-4c06cd690a51 x-compute-request-id: req-4fb65b38-2800-4a95-b262-4c06cd690a51 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:00:33Z", "hostId": "b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:03:f9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:27.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:27Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:35,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4fb65b38-2800-4a95-b262-4c06cd690a51 2018-08-21 02:00:35,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699876070023s 2018-08-21 02:00:35,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4fb65b38-2800-4a95-b262-4c06cd690a51 2018-08-21 02:00:35,133 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:37,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:37,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:37,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97aa3cd2-4100-4fce-b901-f62411d1eef7 x-compute-request-id: req-97aa3cd2-4100-4fce-b901-f62411d1eef7 Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:00:34Z", "hostId": "b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:03:f9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:27.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:27Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:37,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-97aa3cd2-4100-4fce-b901-f62411d1eef7 2018-08-21 02:00:37,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347929954529s 2018-08-21 02:00:37,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-97aa3cd2-4100-4fce-b901-f62411d1eef7 2018-08-21 02:00:37,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:39,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:39,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:39,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ca222c1-51af-4074-bfe9-cb9071e7c221 x-compute-request-id: req-5ca222c1-51af-4074-bfe9-cb9071e7c221 Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:00:34Z", "hostId": "b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:03:f9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:27.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:27Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:39,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5ca222c1-51af-4074-bfe9-cb9071e7c221 2018-08-21 02:00:39,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193125963211s 2018-08-21 02:00:39,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5ca222c1-51af-4074-bfe9-cb9071e7c221 2018-08-21 02:00:39,690 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:41,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:41,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:42,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-e413e34e-80e6-421b-a60e-005fd305396e x-compute-request-id: req-e413e34e-80e6-421b-a60e-005fd305396e Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b7:5d", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:39.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:39Z", "hostId": "b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:03:f9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:27.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:27Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:42,433 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e413e34e-80e6-421b-a60e-005fd305396e 2018-08-21 02:00:42,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739952802658s 2018-08-21 02:00:42,434 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e413e34e-80e6-421b-a60e-005fd305396e 2018-08-21 02:00:42,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:00:42,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=a203d24f-f8ef-4322-89b4-b49f59086286" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:42,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-847109bb-1bb6-4d6c-ab22-4ef3cc703db0 Date: Tue, 21 Aug 2018 02:00:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:34Z","admin_state_up":true,"updated_at":"2018-08-21T02:00:39Z","binding:vnic_type":"normal","device_id":"a203d24f-f8ef-4322-89b4-b49f59086286","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:b7:5d","id":"d56032fb-7213-4ffb-be63-a20fa635337e","port_security_enabled":true,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","fixed_ips":[{"subnet_id":"cddeab1a-6a04-4d01-9dec-7c1e54695d36","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"],"name":""}]} 2018-08-21 02:00:42,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=a203d24f-f8ef-4322-89b4-b49f59086286 used request id req-847109bb-1bb6-4d6c-ab22-4ef3cc703db0 2018-08-21 02:00:42,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.235874891281s 2018-08-21 02:00:42,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=a203d24f-f8ef-4322-89b4-b49f59086286 used request id req-847109bb-1bb6-4d6c-ab22-4ef3cc703db0 2018-08-21 02:00:42,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:00:42,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=d56032fb-7213-4ffb-be63-a20fa635337e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:42,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b497d15e-99f9-4829-be61-98aa305fc7e5 Date: Tue, 21 Aug 2018 02:00:42 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:00:42,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=d56032fb-7213-4ffb-be63-a20fa635337e used request id req-b497d15e-99f9-4829-be61-98aa305fc7e5 2018-08-21 02:00:42,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0417380332947s 2018-08-21 02:00:42,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=d56032fb-7213-4ffb-be63-a20fa635337e used request id req-b497d15e-99f9-4829-be61-98aa305fc7e5 2018-08-21 02:00:42,723 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:b7:5d', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd'}), 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-21T02:00:39.000000', 'flavor': Munch({u'id': u'ac33940e-62ff-4a63-93fd-9c04b1f9e20c'}), 'az': u'nova', 'id': u'a203d24f-f8ef-4322-89b4-b49f59086286', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'64fe4b4527aa4998a0b867bc217df716', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5f1a6a40041846448e578aa40e1e7d7c', 'name': 'vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', '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-21T02:00:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T02:00:39Z', 'hostId': u'b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4', '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-21T02:00:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5f1a6a40041846448e578aa40e1e7d7c', 'name': u'vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'adminPass': u'o73dVnuQz8GC', 'tenant_id': u'5f1a6a40041846448e578aa40e1e7d7c', 'created_at': u'2018-08-21T02:00:31Z', 'created': u'2018-08-21T02:00:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 02:00:42,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:42,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:42,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-66860273-d3b4-4907-8c50-d726c7c76d48 Date: Tue, 21 Aug 2018 02:00:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cddeab1a-6a04-4d01-9dec-7c1e54695d36"],"updated_at":"2018-08-21T02:00:11Z","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","name":"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:42,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-66860273-d3b4-4907-8c50-d726c7c76d48 2018-08-21 02:00:42,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0947439670563s 2018-08-21 02:00:42,821 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-66860273-d3b4-4907-8c50-d726c7c76d48 2018-08-21 02:00:42,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:00:42,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=a203d24f-f8ef-4322-89b4-b49f59086286" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:42,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-000c4479-3b3a-424d-8e20-163df8054269 Date: Tue, 21 Aug 2018 02:00:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:34Z","admin_state_up":true,"updated_at":"2018-08-21T02:00:39Z","binding:vnic_type":"normal","device_id":"a203d24f-f8ef-4322-89b4-b49f59086286","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:b7:5d","id":"d56032fb-7213-4ffb-be63-a20fa635337e","port_security_enabled":true,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","fixed_ips":[{"subnet_id":"cddeab1a-6a04-4d01-9dec-7c1e54695d36","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c"],"name":""}]} 2018-08-21 02:00:42,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=a203d24f-f8ef-4322-89b4-b49f59086286 used request id req-000c4479-3b3a-424d-8e20-163df8054269 2018-08-21 02:00:42,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0457448959351s 2018-08-21 02:00:42,868 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=a203d24f-f8ef-4322-89b4-b49f59086286 used request id req-000c4479-3b3a-424d-8e20-163df8054269 2018-08-21 02:00:42,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-21 02:00:42,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.6", "port_id": "d56032fb-7213-4ffb-be63-a20fa635337e"}}' 2018-08-21 02:00:44,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-768de9c6-1c08-497c-8d5a-eb7bc2e2c5f3 Date: Tue, 21 Aug 2018 02:00:44 GMT RESP BODY: {"floatingip": {"router_id": "0019a6c8-1cd0-4840-a38b-cdd5e4db1641", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:00:43Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "d56032fb-7213-4ffb-be63-a20fa635337e", "id": "f4a13089-83be-409c-8654-b3e9d9079bcd", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:43Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}} 2018-08-21 02:00:44,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-768de9c6-1c08-497c-8d5a-eb7bc2e2c5f3 2018-08-21 02:00:44,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.87491202354s 2018-08-21 02:00:44,744 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-768de9c6-1c08-497c-8d5a-eb7bc2e2c5f3 2018-08-21 02:00:44,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:00:44,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:44,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-f1f1ef6c-a928-42e3-9d97-675ff511e950 Date: Tue, 21 Aug 2018 02:00:44 GMT RESP BODY: {"floatingips": [{"router_id": "0019a6c8-1cd0-4840-a38b-cdd5e4db1641", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:00:43Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "d56032fb-7213-4ffb-be63-a20fa635337e", "id": "f4a13089-83be-409c-8654-b3e9d9079bcd", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:43Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}]} 2018-08-21 02:00:44,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-f1f1ef6c-a928-42e3-9d97-675ff511e950 2018-08-21 02:00:44,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0550818443298s 2018-08-21 02:00:44,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-f1f1ef6c-a928-42e3-9d97-675ff511e950 2018-08-21 02:00:44,811 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'0019a6c8-1cd0-4840-a38b-cdd5e4db1641', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5f1a6a40041846448e578aa40e1e7d7c', 'created_at': u'2018-08-21T02:00:43Z', 'attached': True, 'updated_at': u'2018-08-21T02:00:43Z', 'id': u'f4a13089-83be-409c-8654-b3e9d9079bcd', 'floating_network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5f1a6a40041846448e578aa40e1e7d7c', 'name': 'vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'0019a6c8-1cd0-4840-a38b-cdd5e4db1641', 'project_id': u'5f1a6a40041846448e578aa40e1e7d7c', 'port_id': u'd56032fb-7213-4ffb-be63-a20fa635337e', 'port': u'd56032fb-7213-4ffb-be63-a20fa635337e', 'network': u'be8fdaff-94a3-4138-b7b1-3304e6e27601'}) 2018-08-21 02:00:44,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 02:00:44,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286/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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 02:00:45,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00: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-3ae997fa-e66b-4f20-9624-5e3b71d2ddb7 x-compute-request-id: req-3ae997fa-e66b-4f20-9624-5e3b71d2ddb7 Content-Encoding: gzip Content-Length: 9554 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522185713 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.186079] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188376] pid_max: default: 32768 minimum: 301\n[ 0.189619] ACPI: Core revision 20150930\n[ 0.191304] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193111] Security Framework initialized\n[ 0.194239] Yama: becoming mindful.\n[ 0.195250] AppArmor: AppArmor initialized\n[ 0.196416] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.200369] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203918] Initializing cgroup subsys io\n[ 0.205065] Initializing cgroup subsys memory\n[ 0.206256] Initializing cgroup subsys devices\n[ 0.207455] Initializing cgroup subsys freezer\n[ 0.208652] Initializing cgroup subsys net_cls\n[ 0.209854] Initializing cgroup subsys perf_event\n[ 0.211117] Initializing cgroup subsys net_prio\n[ 0.212334] Initializing cgroup subsys hugetlb\n[ 0.213533] Initializing cgroup subsys pids\n[ 0.214724] CPU: Physical Processor ID: 0\n[ 0.216524] mce: CPU supports 10 MCE banks\n[ 0.217687] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.219070] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235211] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241833] ftrace: allocating 31920 entries in 125 pages\n[ 0.267320] smpboot: Max logical packages: 1\n[ 0.268500] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270387] x2apic enabled\n[ 0.271532] Switched APIC routing to physical x2apic.\n[ 0.274009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280771] KVM setup paravirtual spinlock\n[ 0.282381] x86: Booted up 1 node, 1 CPUs\n[ 0.283490] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285386] devtmpfs: initialized\n[ 0.287364] evm: security.selinux\n[ 0.288320] evm: security.SMACK64\n[ 0.289271] evm: security.SMACK64EXEC\n[ 0.290313] evm: security.SMACK64TRANSMUTE\n[ 0.291429] evm: security.SMACK64MMAP\n[ 0.292454] evm: security.ima\n[ 0.293353] evm: security.capability\n[ 0.294442] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296968] pinctrl core: initialized pinctrl subsystem\n[ 0.298629] RTC time: 2:00:39, date: 08/21/18\n[ 0.300179] NET: Registered protocol family 16\n[ 0.301504] cpuidle: using governor ladder\n[ 0.302647] cpuidle: using governor menu\n[ 0.303747] PCCT header not found.\n[ 0.304778] ACPI: bus type PCI registered\n[ 0.305889] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307573] PCI: Using configuration type 1 for base access\n[ 0.309730] ACPI: Added _OSI(Module Device)\n[ 0.310890] ACPI: Added _OSI(Processor Device)\n[ 0.312086] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313325] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315508] ACPI: Interpreter enabled\n[ 0.316573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.319134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326791] ACPI: (supports S0 S5)\n[ 0.327776] ACPI: Using IOAPIC for interrupt routing\n[ 0.329083] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332920] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334483] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337796] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340792] acpiphp: Slot [3] registered\n[ 0.341904] acpiphp: Slot [4] registered\n[ 0.343009] acpiphp: Slot [5] registered\n[ 0.344117] acpiphp: Slot [6] registered\n[ 0.345219] acpiphp: Slot [7] registered\n[ 0.346319] acpiphp: Slot [8] registered\n[ 0.347417] acpiphp: Slot [9] registered\n[ 0.348697] acpiphp: Slot [10] registered\n[ 0.350049] acpiphp: Slot [11] registered\n[ 0.351176] acpiphp: Slot [12] registered\n[ 0.352295] acpiphp: Slot [13] registered\n[ 0.353413] acpiphp: Slot [14] registered\n[ 0.354532] acpiphp: Slot [15] registered\n[ 0.369963] acpiphp: Slot [16] registered\n[ 0.371102] acpiphp: Slot [17] registered\n[ 0.372252] acpiphp: Slot [18] registered\n[ 0.373408] acpiphp: Slot [19] registered\n[ 0.374535] acpiphp: Slot [20] registered\n[ 0.375659] acpiphp: Slot [21] registered\n[ 0.376782] acpiphp: Slot [22] registered\n[ 0.377907] acpiphp: Slot [23] registered\n[ 0.379030] acpiphp: Slot [24] registered\n[ 0.380153] acpiphp: Slot [25] registered\n[ 0.381269] acpiphp: Slot [26] registered\n[ 0.382391] acpiphp: Slot [27] registered\n[ 0.383518] acpiphp: Slot [28] registered\n[ 0.384638] acpiphp: Slot [29] registered\n[ 0.385749] acpiphp: Slot [30] registered\n[ 0.386866] acpiphp: Slot [31] registered\n[ 0.387981] PCI host bridge to bus 0000:00\n[ 0.389104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.390760] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392432] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396437] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398623] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403011] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404753] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.406373] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414414] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435010] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440943] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442857] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444589] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446383] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.450454] vgaarb: loaded\n[ 0.451300] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452960] SCSI subsystem initialized\n[ 0.454235] ACPI: bus type USB registered\n[ 0.455385] usbcore: registered new interface driver usbfs\n[ 0.456806] usbcore: registered new interface driver hub\n[ 0.458195] usbcore: registered new device driver usb\n[ 0.459696] PCI: Using ACPI for IRQ routing\n[ 0.461227] NetLabel: Initializing\n[ 0.462222] NetLabel: domain hash size = 128\n[ 0.463401] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464726] NetLabel: unlabeled traffic allowed by default\n[ 0.466325] clocksource: Switched to clocksource kvm-clock\n[ 0.476436] AppArmor: AppArmor Filesystem Enabled\n[ 0.477761] pnp: PnP ACPI init\n[ 0.478998] pnp: PnP ACPI: found 5 devices\n[ 0.485850] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488207] NET: Registered protocol family 2\n[ 0.489624] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491404] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493078] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494737] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497837] NET: Registered protocol family 1\n[ 0.499455] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500969] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502462] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516991] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.532069] Trying to unpack rootfs image as initramfs...\n[ 0.594511] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.599665] Scanning for low memory corruption every 60 seconds\n[ 0.601875] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603522] audit: initializing netlink subsys (disabled)\n[ 0.604995] audit: type=2000 audit(1534816840.741:1): initialized\n[ 0.606931] Initialise system trusted keyring\n[ 0.608315] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609922] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612681] zbud: loaded\n[ 0.613695] VFS: Disk quotas dquot_6.6.0\n[ 0.614856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.617048] fuse init (API version 7.23)\n[ 0.618296] Key type big_key registered\n[ 0.619436] Allocating IMA MOK and blacklist keyrings.\n[ 0.621112] Key type asymmetric registered\n[ 0.622261] Asymmetric key parser 'x509' registered\n[ 0.623625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625723] io scheduler noop registered\n[ 0.626848] io scheduler deadline registered (default)\n[ 0.628244] io scheduler cfq registered\n[ 0.629444] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630900] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632685] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634732] ACPI: Power Button [PWRF]\n[ 0.635971] GHES: HEST is not enabled!\n[ 0.650562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679991] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682956] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709860] Linux agpgart interface v0.103\n[ 0.713297] brd: module loaded\n[ 0.715530] loop: module loaded\n[ 0.720504] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.722554] GPT:90111 != 2097151\n[ 0.723511] GPT:Alternate GPT header not at the end of the disk.\n[ 0.725028] GPT:90111 != 2097151\n[ 0.725972] GPT: Use GNU Parted to correct GPT errors.\n[ 0.727320] vda: vda1 vda15\n[ 0.728990] scsi host0: ata_piix\n[ 0.730074] scsi host1: ata_piix\n[ 0.731078] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.732757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.734778] libphy: Fixed MDIO Bus: probed\n[ 0.735922] tun: Universal TUN/TAP device driver, 1.6\n[ 0.737254] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.740433] PPP generic driver version 2.4.2\n[ 0.741799] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.743480] ehci-pci: EHCI PCI platform driver\n[ 0.744721] ehci-platform: EHCI generic platform driver\n[ 0.746101] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.747675] ohci-pci: OHCI PCI platform driver\n[ 0.748904] ohci-platform: OHCI generic platform driver\n[ 0.750297] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.765033] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.766485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.768556] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.769973] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.771649] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.773365] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.775380] usb usb1: Product: UHCI Host Controller\n[ 0.776680] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778269] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.779762] hub 1-0:1.0: USB hub found\n[ 0.780862] hub 1-0:1.0: 2 ports detected\n[ 0.782254] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785251] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.786592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.788033] mousedev: PS/2 mouse device common for all mice\n[ 0.789805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.792353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795621] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.797305] i2c /dev entries driver\n[ 0.798418] device-mapper: uevent: version 1.0.3\n[ 0.799781] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802102] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804197] NET: Registered protocol family 10\n[ 0.806057] NET: Registered protocol family 17\n[ 0.807334] Key type dns_resolver registered\n[ 0.808729] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810273] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.812786] registered taskstats version 1\n[ 0.814020] Loading compiled-in X.509 certificates\n[ 0.815957] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818553] zswap: loaded using pool lzo/zbud\n[ 0.821077] Key type trusted registered\n[ 0.823274] Key type encrypted registered\n[ 0.824448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825914] ima: No TPM chip found, activating TPM-bypass!\n[ 0.827385] evm: HMAC attrs: 0x1\n[ 0.828761] Magic number: 14:759:5\n[ 0.829948] rtc_cmos 00:00: setting system clock to 2018-08-21 02:00:40 UTC (1534816840)\n[ 0.832335] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833882] EDD information not available.\n[ 0.896945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.913651] Write protecting the kernel read-only data: 14336k\n[ 0.918641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.921350] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.972150] random: blkid urandom read with 2 bits 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.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCleXCi3kq8wDV2xGC16IgklbHMoC8qau4lXipa6XEEw5+6Isjf4KlNrUPmBGpIIg1pif+a990OqbgoiIJaYINSrH93JNuxNys/8pqUORiHOsbNPeVWNEb/l5rXuwXFtp79S02hN8i/J6nS56PXpP+yed+XQhlM0LyOk7GQpSTdcQsg2GEVJXykGyUzWivsmuRwRFVxZ6FrMCayN9RM1cHPPGglpbrVyiSwhwlgevjoPxvUbrt9QrEmFs1KQiUsJ/ep7blBGtuvyN3OICp5GEh2vNsntHnOhkvWucMmbH+d60P65851d3FsPF8a5/8KAzRwqeIyrBwzMAggNJ84zitb root@vping-ssh-vm-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1\nssh-dss AAAAB3NzaC1kc3MAAACBAIo1JEaGPea8Fg7T+OJEoGJjxxksNN1p27lXj25cWtgR7oq312gCpqJcepBEYjbY9Ht+uk7tXcSozd9kewqnJ3xyq7b3tJrOaB5bqgCW2feWxVOR7P/0NGN5dJMUjpcHQwpA3/l77lciaqkIcXBxYIEEiVC8OJoZTskxjpPiqcbJAAAAFQC0zJh8B7W6cXN3e9/NwqqKGuWiewAAAIEAgYdq/riN5xA8ZeBc936kxP3ct4fD5FcLEHz7UKnD3GeL+yjMfaKgehyxeXKexXolGcLQ/pvN9tTCZgwUIo99f2b7Ih02c726A6Po2PuWrlxCG+rA3oA3xsUsmvQJKhyu1Kbt/b3QQaBNKQolIe0ohc8fIlg9fMmTmxzyCJ/dxGAAAACAcKKZAg5jY4C5W8/d1heXy+brpQH8h7/WquYO3O2h1bCjCuDEA6QkSQXSRqXwzvw8FlwE1kreYK2fAEXMZizOO3k1N6Ktu/RgV4etlrmcKhfAJCfr1UDA8MKyHcfi0ONbfDzKNuG3pdqgLD9knfOfIk0Otbf25T+rZO+R4Z4ISHU= root@vping-ssh-vm-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.47s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fec5:b75d/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.49 ===\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-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 login: "} 2018-08-21 02:00:45,533 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286/action used request id req-3ae997fa-e66b-4f20-9624-5e3b71d2ddb7 2018-08-21 02:00:45,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.72084403038s 2018-08-21 02:00:45,534 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286/action used request id req-3ae997fa-e66b-4f20-9624-5e3b71d2ddb7 2018-08-21 02:00:45,534 - 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 522185713 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.186079] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188376] pid_max: default: 32768 minimum: 301 [ 0.189619] ACPI: Core revision 20150930 [ 0.191304] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193111] Security Framework initialized [ 0.194239] Yama: becoming mindful. [ 0.195250] AppArmor: AppArmor initialized [ 0.196416] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198224] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.200369] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202022] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203918] Initializing cgroup subsys io [ 0.205065] Initializing cgroup subsys memory [ 0.206256] Initializing cgroup subsys devices [ 0.207455] Initializing cgroup subsys freezer [ 0.208652] Initializing cgroup subsys net_cls [ 0.209854] Initializing cgroup subsys perf_event [ 0.211117] Initializing cgroup subsys net_prio [ 0.212334] Initializing cgroup subsys hugetlb [ 0.213533] Initializing cgroup subsys pids [ 0.214724] CPU: Physical Processor ID: 0 [ 0.216524] mce: CPU supports 10 MCE banks [ 0.217687] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.219070] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235211] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241833] ftrace: allocating 31920 entries in 125 pages [ 0.267320] smpboot: Max logical packages: 1 [ 0.268500] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270387] x2apic enabled [ 0.271532] Switched APIC routing to physical x2apic. [ 0.274009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280771] KVM setup paravirtual spinlock [ 0.282381] x86: Booted up 1 node, 1 CPUs [ 0.283490] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285386] devtmpfs: initialized [ 0.287364] evm: security.selinux [ 0.288320] evm: security.SMACK64 [ 0.289271] evm: security.SMACK64EXEC [ 0.290313] evm: security.SMACK64TRANSMUTE [ 0.291429] evm: security.SMACK64MMAP [ 0.292454] evm: security.ima [ 0.293353] evm: security.capability [ 0.294442] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296968] pinctrl core: initialized pinctrl subsystem [ 0.298629] RTC time: 2:00:39, date: 08/21/18 [ 0.300179] NET: Registered protocol family 16 [ 0.301504] cpuidle: using governor ladder [ 0.302647] cpuidle: using governor menu [ 0.303747] PCCT header not found. [ 0.304778] ACPI: bus type PCI registered [ 0.305889] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307573] PCI: Using configuration type 1 for base access [ 0.309730] ACPI: Added _OSI(Module Device) [ 0.310890] ACPI: Added _OSI(Processor Device) [ 0.312086] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313325] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315508] ACPI: Interpreter enabled [ 0.316573] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.319134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326791] ACPI: (supports S0 S5) [ 0.327776] ACPI: Using IOAPIC for interrupt routing [ 0.329083] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332920] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334483] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337796] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340792] acpiphp: Slot [3] registered [ 0.341904] acpiphp: Slot [4] registered [ 0.343009] acpiphp: Slot [5] registered [ 0.344117] acpiphp: Slot [6] registered [ 0.345219] acpiphp: Slot [7] registered [ 0.346319] acpiphp: Slot [8] registered [ 0.347417] acpiphp: Slot [9] registered [ 0.348697] acpiphp: Slot [10] registered [ 0.350049] acpiphp: Slot [11] registered [ 0.351176] acpiphp: Slot [12] registered [ 0.352295] acpiphp: Slot [13] registered [ 0.353413] acpiphp: Slot [14] registered [ 0.354532] acpiphp: Slot [15] registered [ 0.369963] acpiphp: Slot [16] registered [ 0.371102] acpiphp: Slot [17] registered [ 0.372252] acpiphp: Slot [18] registered [ 0.373408] acpiphp: Slot [19] registered [ 0.374535] acpiphp: Slot [20] registered [ 0.375659] acpiphp: Slot [21] registered [ 0.376782] acpiphp: Slot [22] registered [ 0.377907] acpiphp: Slot [23] registered [ 0.379030] acpiphp: Slot [24] registered [ 0.380153] acpiphp: Slot [25] registered [ 0.381269] acpiphp: Slot [26] registered [ 0.382391] acpiphp: Slot [27] registered [ 0.383518] acpiphp: Slot [28] registered [ 0.384638] acpiphp: Slot [29] registered [ 0.385749] acpiphp: Slot [30] registered [ 0.386866] acpiphp: Slot [31] registered [ 0.387981] PCI host bridge to bus 0000:00 [ 0.389104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.390760] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.392432] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.394440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.396437] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.398623] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403011] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.404753] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.406373] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.412423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.414414] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.435010] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.437034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438992] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440943] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442857] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444589] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.446383] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.450454] vgaarb: loaded [ 0.451300] vgaarb: bridge control possible 0000:00:02.0 [ 0.452960] SCSI subsystem initialized [ 0.454235] ACPI: bus type USB registered [ 0.455385] usbcore: registered new interface driver usbfs [ 0.456806] usbcore: registered new interface driver hub [ 0.458195] usbcore: registered new device driver usb [ 0.459696] PCI: Using ACPI for IRQ routing [ 0.461227] NetLabel: Initializing [ 0.462222] NetLabel: domain hash size = 128 [ 0.463401] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464726] NetLabel: unlabeled traffic allowed by default [ 0.466325] clocksource: Switched to clocksource kvm-clock [ 0.476436] AppArmor: AppArmor Filesystem Enabled [ 0.477761] pnp: PnP ACPI init [ 0.478998] pnp: PnP ACPI: found 5 devices [ 0.485850] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488207] NET: Registered protocol family 2 [ 0.489624] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491404] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493078] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494737] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497837] NET: Registered protocol family 1 [ 0.499455] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500969] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502462] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516991] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.532069] Trying to unpack rootfs image as initramfs... [ 0.594511] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.599665] Scanning for low memory corruption every 60 seconds [ 0.601875] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.603522] audit: initializing netlink subsys (disabled) [ 0.604995] audit: type=2000 audit(1534816840.741:1): initialized [ 0.606931] Initialise system trusted keyring [ 0.608315] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609922] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612681] zbud: loaded [ 0.613695] VFS: Disk quotas dquot_6.6.0 [ 0.614856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617048] fuse init (API version 7.23) [ 0.618296] Key type big_key registered [ 0.619436] Allocating IMA MOK and blacklist keyrings. [ 0.621112] Key type asymmetric registered [ 0.622261] Asymmetric key parser 'x509' registered [ 0.623625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625723] io scheduler noop registered [ 0.626848] io scheduler deadline registered (default) [ 0.628244] io scheduler cfq registered [ 0.629444] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630900] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632685] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.634732] ACPI: Power Button [PWRF] [ 0.635971] GHES: HEST is not enabled! [ 0.650562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679991] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682956] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706709] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709860] Linux agpgart interface v0.103 [ 0.713297] brd: module loaded [ 0.715530] loop: module loaded [ 0.720504] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.722554] GPT:90111 != 2097151 [ 0.723511] GPT:Alternate GPT header not at the end of the disk. [ 0.725028] GPT:90111 != 2097151 [ 0.725972] GPT: Use GNU Parted to correct GPT errors. [ 0.727320] vda: vda1 vda15 [ 0.728990] scsi host0: ata_piix [ 0.730074] scsi host1: ata_piix [ 0.731078] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.732757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.734778] libphy: Fixed MDIO Bus: probed [ 0.735922] tun: Universal TUN/TAP device driver, 1.6 [ 0.737254] tun: (C) 1999-2004 Max Krasnyansky [ 0.740433] PPP generic driver version 2.4.2 [ 0.741799] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.743480] ehci-pci: EHCI PCI platform driver [ 0.744721] ehci-platform: EHCI generic platform driver [ 0.746101] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.747675] ohci-pci: OHCI PCI platform driver [ 0.748904] ohci-platform: OHCI generic platform driver [ 0.750297] uhci_hcd: USB Universal Host Controller Interface driver [ 0.765033] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.766485] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.768556] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.769973] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.771649] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.773365] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.775380] usb usb1: Product: UHCI Host Controller [ 0.776680] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.778269] usb usb1: SerialNumber: 0000:00:01.2 [ 0.779762] hub 1-0:1.0: USB hub found [ 0.780862] hub 1-0:1.0: 2 ports detected [ 0.782254] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.785251] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.786592] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.788033] mousedev: PS/2 mouse device common for all mice [ 0.789805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.792353] rtc_cmos 00:00: RTC can wake from S4 [ 0.793958] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795621] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.797305] i2c /dev entries driver [ 0.798418] device-mapper: uevent: version 1.0.3 [ 0.799781] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802102] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804197] NET: Registered protocol family 10 [ 0.806057] NET: Registered protocol family 17 [ 0.807334] Key type dns_resolver registered [ 0.808729] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810273] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.812786] registered taskstats version 1 [ 0.814020] Loading compiled-in X.509 certificates [ 0.815957] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818553] zswap: loaded using pool lzo/zbud [ 0.821077] Key type trusted registered [ 0.823274] Key type encrypted registered [ 0.824448] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825914] ima: No TPM chip found, activating TPM-bypass! [ 0.827385] evm: HMAC attrs: 0x1 [ 0.828761] Magic number: 14:759:5 [ 0.829948] rtc_cmos 00:00: setting system clock to 2018-08-21 02:00:40 UTC (1534816840) [ 0.832335] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833882] EDD information not available. [ 0.896945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.913651] Write protecting the kernel read-only data: 14336k [ 0.918641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.921350] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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.972150] 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.84 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.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCleXCi3kq8wDV2xGC16IgklbHMoC8qau4lXipa6XEEw5+6Isjf4KlNrUPmBGpIIg1pif+a990OqbgoiIJaYINSrH93JNuxNys/8pqUORiHOsbNPeVWNEb/l5rXuwXFtp79S02hN8i/J6nS56PXpP+yed+XQhlM0LyOk7GQpSTdcQsg2GEVJXykGyUzWivsmuRwRFVxZ6FrMCayN9RM1cHPPGglpbrVyiSwhwlgevjoPxvUbrt9QrEmFs1KQiUsJ/ep7blBGtuvyN3OICp5GEh2vNsntHnOhkvWucMmbH+d60P65851d3FsPF8a5/8KAzRwqeIyrBwzMAggNJ84zitb root@vping-ssh-vm-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 ssh-dss AAAAB3NzaC1kc3MAAACBAIo1JEaGPea8Fg7T+OJEoGJjxxksNN1p27lXj25cWtgR7oq312gCpqJcepBEYjbY9Ht+uk7tXcSozd9kewqnJ3xyq7b3tJrOaB5bqgCW2feWxVOR7P/0NGN5dJMUjpcHQwpA3/l77lciaqkIcXBxYIEEiVC8OJoZTskxjpPiqcbJAAAAFQC0zJh8B7W6cXN3e9/NwqqKGuWiewAAAIEAgYdq/riN5xA8ZeBc936kxP3ct4fD5FcLEHz7UKnD3GeL+yjMfaKgehyxeXKexXolGcLQ/pvN9tTCZgwUIo99f2b7Ih02c726A6Po2PuWrlxCG+rA3oA3xsUsmvQJKhyu1Kbt/b3QQaBNKQolIe0ohc8fIlg9fMmTmxzyCJ/dxGAAAACAcKKZAg5jY4C5W8/d1heXy+brpQH8h7/WquYO3O2h1bCjCuDEA6QkSQXSRqXwzvw8FlwE1kreYK2fAEXMZizOO3k1N6Ktu/RgV4etlrmcKhfAJCfr1UDA8MKyHcfi0ONbfDzKNuG3pdqgLD9knfOfIk0Otbf25T+rZO+R4Z4ISHU= root@vping-ssh-vm-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.47s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fec5:b75d/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 launch-index: 0 === cirros: current=0.4.0 uptime=3.49 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 login: 2018-08-21 02:00:46,535 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d23f3d0L 2018-08-21 02:00:46,535 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 02:00:46,536 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-21 02:00:46,536 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-21 02:00:46,537 - 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-21 02:00:46,538 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 02:00:46,538 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-21 02:00:46,538 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 02:00:46,538 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 02:00:46,538 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 02:00:46,557 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 02:00:46,558 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 02:00:46,568 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 1b3db67598e782792576811496e871c1 2018-08-21 02:00:46,569 - paramiko.transport - DEBUG - Trying discovered key 593b1d10ba4cfaa026322e451152d222 in /tmp/tmpOdYmUf 2018-08-21 02:00:46,594 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 02:00:46,601 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 02:00:46,601 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 02:00:46,602 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-21 02:00:46,603 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 02:00:46,604 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 02:00:46,608 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 02:00:46,608 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes 64 bytes from 192.168.120.7: seq=0 ttl=64 time=1.900 ms --- 192.168.120.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.900/1.900/1.900 ms 2018-08-21 02:00:46,608 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-21 02:00:46,613 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 02:00:46,726 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:00:46,727 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 02:00:46,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 02:00:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:46,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-634bb471-6c56-4fe0-bd5e-3cca02d03db7 x-compute-request-id: req-634bb471-6c56-4fe0-bd5e-3cca02d03db7 Content-Type: application/json 2018-08-21 02:00:46,898 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7 used request id req-634bb471-6c56-4fe0-bd5e-3cca02d03db7 2018-08-21 02:00:46,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166165828705s 2018-08-21 02:00:46,898 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7 used request id req-634bb471-6c56-4fe0-bd5e-3cca02d03db7 2018-08-21 02:00:46,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:46,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:47,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3a97b7c-4245-4240-a686-a39613310e7f x-compute-request-id: req-a3a97b7c-4245-4240-a686-a39613310e7f Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b7:5d", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b7:5d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:39.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:39Z", "hostId": "b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:03:f9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/741432aa-fac3-41ff-84d4-f359f38697d7", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:27.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "741432aa-fac3-41ff-84d4-f359f38697d7", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:46Z", "hostId": "4a73ea8cf5384c608f57857941e9af184ff56cf940bb68b9f7f7029f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:20Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:47,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-a3a97b7c-4245-4240-a686-a39613310e7f 2018-08-21 02:00:47,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202654123306s 2018-08-21 02:00:47,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-a3a97b7c-4245-4240-a686-a39613310e7f 2018-08-21 02:00:47,104 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:49,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:49,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:49,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14e40190-cbd9-49b0-ad81-8ad9b34d01af x-compute-request-id: req-14e40190-cbd9-49b0-ad81-8ad9b34d01af Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b7:5d", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b7:5d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:39.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:39Z", "hostId": "b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:49,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-14e40190-cbd9-49b0-ad81-8ad9b34d01af 2018-08-21 02:00:49,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178763151169s 2018-08-21 02:00:49,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-14e40190-cbd9-49b0-ad81-8ad9b34d01af 2018-08-21 02:00:49,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-21 02:00:49,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/floatingips/f4a13089-83be-409c-8654-b3e9d9079bcd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:50,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41ca1751-e515-4467-a5d5-11b4220719ff Content-Length: 0 Date: Tue, 21 Aug 2018 02:00:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:50,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/f4a13089-83be-409c-8654-b3e9d9079bcd.json used request id req-41ca1751-e515-4467-a5d5-11b4220719ff 2018-08-21 02:00:50,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.986798048019s 2018-08-21 02:00:50,277 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/f4a13089-83be-409c-8654-b3e9d9079bcd.json used request id req-41ca1751-e515-4467-a5d5-11b4220719ff 2018-08-21 02:00:50,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:00:50,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:50,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-70c1b8d9-8dc9-45ad-bd4d-d0db7d924240 Date: Tue, 21 Aug 2018 02:00:50 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:00:50,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-70c1b8d9-8dc9-45ad-bd4d-d0db7d924240 2018-08-21 02:00:50,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.045196056366s 2018-08-21 02:00:50,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-70c1b8d9-8dc9-45ad-bd4d-d0db7d924240 2018-08-21 02:00:50,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 02:00:50,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:50,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22d037ef-a95d-4223-92aa-cc49292157f1 x-compute-request-id: req-22d037ef-a95d-4223-92aa-cc49292157f1 Content-Type: application/json 2018-08-21 02:00:50,540 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286 used request id req-22d037ef-a95d-4223-92aa-cc49292157f1 2018-08-21 02:00:50,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.211211919785s 2018-08-21 02:00:50,540 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286 used request id req-22d037ef-a95d-4223-92aa-cc49292157f1 2018-08-21 02:00:50,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:50,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:51,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6e6477e-0a36-46e1-a731-1032d48aae53 x-compute-request-id: req-b6e6477e-0a36-46e1-a731-1032d48aae53 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b7:5d", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:b7:5d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a203d24f-f8ef-4322-89b4-b49f59086286", "rel": "bookmark"}], "image": {"id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "links": [{"href": "http://172.30.9.44:8774/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:00:39.000000", "flavor": {"id": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "links": [{"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "bookmark"}]}, "id": "a203d24f-f8ef-4322-89b4-b49f59086286", "security_groups": [{"name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}], "user_id": "64fe4b4527aa4998a0b867bc217df716", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:00:50Z", "hostId": "b8f48a86dc9e819b8ae597ac937067e9015c8138132a98136d0590c4", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "name": "vping_ssh-vm_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "created": "2018-08-21T02:00:31Z", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:00:51,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b6e6477e-0a36-46e1-a731-1032d48aae53 2018-08-21 02:00:51,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499151229858s 2018-08-21 02:00:51,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b6e6477e-0a36-46e1-a731-1032d48aae53 2018-08-21 02:00:51,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:00:53,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:00:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:53,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-908d114b-fe27-4722-9189-c83c50e23aca x-compute-request-id: req-908d114b-fe27-4722-9189-c83c50e23aca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-21 02:00:53,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-908d114b-fe27-4722-9189-c83c50e23aca 2018-08-21 02:00:53,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0669441223145s 2018-08-21 02:00:53,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-908d114b-fe27-4722-9189-c83c50e23aca 2018-08-21 02:00:53,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 02:00:53,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:53,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-4fd8ecc0-3296-4926-b2b3-b64eb7fb79d8 Date: Tue, 21 Aug 2018 02:00:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:17Z", "updated_at": "2018-08-21T02:00:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "8f05a529-4d1f-4499-9f86-e4a9230c088e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "a566700b-0149-4ecf-a944-3e82d4b6ee17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:18Z", "revision_number": 0, "id": "cadbd080-2b97-492f-8fa8-3a2f6bbbaa14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:18Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:17Z", "revision_number": 0, "id": "f4f56ed6-299d-401a-9172-0187aafd3094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:17Z", "security_group_id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 3, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c", "name": "vping_ssh-sg_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:53,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-4fd8ecc0-3296-4926-b2b3-b64eb7fb79d8 2018-08-21 02:00:53,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0431969165802s 2018-08-21 02:00:53,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-4fd8ecc0-3296-4926-b2b3-b64eb7fb79d8 2018-08-21 02:00:53,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-21 02:00:53,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/security-groups/ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:53,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f4c4e25c-e02e-4073-8a8f-191f1b0a12da Content-Length: 0 Date: Tue, 21 Aug 2018 02:00:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:53,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c.json used request id req-f4c4e25c-e02e-4073-8a8f-191f1b0a12da 2018-08-21 02:00:53,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.187665939331s 2018-08-21 02:00:53,349 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/ff6ec3d7-f73e-4fc9-8ef8-cf1d4d20804c.json used request id req-f4c4e25c-e02e-4073-8a8f-191f1b0a12da 2018-08-21 02:00:53,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-21 02:00:53,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/os-keypairs/vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:53,409 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ac0b58f-bc55-445e-aa3d-48a6f5002aa4 x-compute-request-id: req-3ac0b58f-bc55-445e-aa3d-48a6f5002aa4 Content-Length: 0 Content-Type: application/json 2018-08-21 02:00:53,409 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 used request id req-3ac0b58f-bc55-445e-aa3d-48a6f5002aa4 2018-08-21 02:00:53,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.059632062912s 2018-08-21 02:00:53,410 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/vping_ssh-kp_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1 used request id req-3ac0b58f-bc55-445e-aa3d-48a6f5002aa4 2018-08-21 02:00:53,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:00:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641/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}2490a046697f11ef898748b336866f9d448cf63d" -d '{"subnet_id": "cddeab1a-6a04-4d01-9dec-7c1e54695d36"}' 2018-08-21 02:00:54,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86712870-7213-4885-ac3f-524648d66091 Date: Tue, 21 Aug 2018 02:00:54 GMT RESP BODY: {"network_id": "c4e26b23-1cc1-482c-8eaf-3a6d1513a70b", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "subnet_id": "cddeab1a-6a04-4d01-9dec-7c1e54695d36", "subnet_ids": ["cddeab1a-6a04-4d01-9dec-7c1e54695d36"], "port_id": "5e351bbe-f729-4ff1-baf7-a6bc9d1e7105", "id": "0019a6c8-1cd0-4840-a38b-cdd5e4db1641"} 2018-08-21 02:00:54,904 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641/remove_router_interface.json used request id req-86712870-7213-4885-ac3f-524648d66091 2018-08-21 02:00:54,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.49421405792s 2018-08-21 02:00:54,905 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641/remove_router_interface.json used request id req-86712870-7213-4885-ac3f-524648d66091 returning object 0019a6c8-1cd0-4840-a38b-cdd5e4db1641 2018-08-21 02:00:54,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:00:54,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:55,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-7433bd1f-a825-4327-b12b-1933e824b524 Date: Tue, 21 Aug 2018 02:00:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:12Z", "admin_state_up": true, "updated_at": "2018-08-21T02:00:54Z", "revision_number": 4, "routes": [], "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "0019a6c8-1cd0-4840-a38b-cdd5e4db1641", "name": "vping_ssh-router_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:55,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-7433bd1f-a825-4327-b12b-1933e824b524 2018-08-21 02:00:55,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115962982178s 2018-08-21 02:00:55,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-7433bd1f-a825-4327-b12b-1933e824b524 2018-08-21 02:00:55,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:00:55,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:56,497 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a1ae338-7382-4d68-bdad-2191db1648f3 Content-Length: 0 Date: Tue, 21 Aug 2018 02:00:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:56,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641.json used request id req-1a1ae338-7382-4d68-bdad-2191db1648f3 2018-08-21 02:00:56,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.47423791885s 2018-08-21 02:00:56,498 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/0019a6c8-1cd0-4840-a38b-cdd5e4db1641.json used request id req-1a1ae338-7382-4d68-bdad-2191db1648f3 2018-08-21 02:00:56,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:00:56,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:56,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-dc448ac6-ff40-4457-9401-242a4042d872 Date: Tue, 21 Aug 2018 02:00:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:00: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":"5f1a6a40041846448e578aa40e1e7d7c","id":"cddeab1a-6a04-4d01-9dec-7c1e54695d36","subnetpool_id":null,"name":"vping_ssh-subnet_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:56,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-dc448ac6-ff40-4457-9401-242a4042d872 2018-08-21 02:00:56,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.041953086853s 2018-08-21 02:00:56,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-dc448ac6-ff40-4457-9401-242a4042d872 2018-08-21 02:00:56,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:00:56,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/cddeab1a-6a04-4d01-9dec-7c1e54695d36.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:57,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a45125f-7cae-47bb-9e87-578d31016b6b Date: Tue, 21 Aug 2018 02:00:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:57,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/cddeab1a-6a04-4d01-9dec-7c1e54695d36.json used request id req-3a45125f-7cae-47bb-9e87-578d31016b6b 2018-08-21 02:00:57,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.01054286957s 2018-08-21 02:00:57,552 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/cddeab1a-6a04-4d01-9dec-7c1e54695d36.json used request id req-3a45125f-7cae-47bb-9e87-578d31016b6b 2018-08-21 02:00:57,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:00:57,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:57,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-914271c0-7c91-44f5-af56-5b54b8d7ff50 Date: Tue, 21 Aug 2018 02:00:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T02:00:57Z","tenant_id":"5f1a6a40041846448e578aa40e1e7d7c","created_at":"2018-08-21T02:00:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5f1a6a40041846448e578aa40e1e7d7c","id":"c4e26b23-1cc1-482c-8eaf-3a6d1513a70b","name":"vping_ssh-net_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}]} 2018-08-21 02:00:57,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-914271c0-7c91-44f5-af56-5b54b8d7ff50 2018-08-21 02:00:57,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940608978271s 2018-08-21 02:00:57,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-914271c0-7c91-44f5-af56-5b54b8d7ff50 2018-08-21 02:00:57,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:00:57,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/c4e26b23-1cc1-482c-8eaf-3a6d1513a70b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:58,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cdebb699-4534-4a62-96b4-2a30645a11d5 Date: Tue, 21 Aug 2018 02:00:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:00:58,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/c4e26b23-1cc1-482c-8eaf-3a6d1513a70b.json used request id req-cdebb699-4534-4a62-96b4-2a30645a11d5 2018-08-21 02:00:58,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.27277994156s 2018-08-21 02:00:58,922 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/c4e26b23-1cc1-482c-8eaf-3a6d1513a70b.json used request id req-cdebb699-4534-4a62-96b4-2a30645a11d5 2018-08-21 02:00:58,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:00:58,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:00:59,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e0160bcb-144f-44e6-9410-ae8d9e57c766 Date: Tue, 21 Aug 2018 02:00:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:00:16Z", "file": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/file", "owner": "5f1a6a40041846448e578aa40e1e7d7c", "id": "6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "size": 12716032, "self": "/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:00:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:00:59,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e0160bcb-144f-44e6-9410-ae8d9e57c766 2018-08-21 02:00:59,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.758236169815s 2018-08-21 02:00:59,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e0160bcb-144f-44e6-9410-ae8d9e57c766 2018-08-21 02:00:59,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:00:59,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2490a046697f11ef898748b336866f9d448cf63d" 2018-08-21 02:01:00,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf3f09af-3546-42e5-b7b3-29fe026852ef Date: Tue, 21 Aug 2018 02:01:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:01:00,106 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd used request id req-bf3f09af-3546-42e5-b7b3-29fe026852ef 2018-08-21 02:01:00,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.420304059982s 2018-08-21 02:01:00,107 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/6cf0b7c5-50c1-43af-a2d7-4cbd6b770fcd used request id req-bf3f09af-3546-42e5-b7b3-29fe026852ef 2018-08-21 02:01:00,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:01:00,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:01:00,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f267fd-69a4-4fd7-a800-8b4423862b75 x-compute-request-id: req-45f267fd-69a4-4fd7-a800-8b4423862b75 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c", "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": "ac33940e-62ff-4a63-93fd-9c04b1f9e20c"}]} 2018-08-21 02:01:00,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-45f267fd-69a4-4fd7-a800-8b4423862b75 2018-08-21 02:01:00,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246651172638s 2018-08-21 02:01:00,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-45f267fd-69a4-4fd7-a800-8b4423862b75 2018-08-21 02:01:00,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:01:00,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:01:00,204 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fc60747-c8f4-4994-93e1-ab4b29006764 x-compute-request-id: req-1fc60747-c8f4-4994-93e1-ab4b29006764 Content-Length: 0 Content-Type: application/json 2018-08-21 02:01:00,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c used request id req-1fc60747-c8f4-4994-93e1-ab4b29006764 2018-08-21 02:01:00,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0697910785675s 2018-08-21 02:01:00,204 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/ac33940e-62ff-4a63-93fd-9c04b1f9e20c used request id req-1fc60747-c8f4-4994-93e1-ab4b29006764 2018-08-21 02:01:00,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:01:00,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:01:00,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86953688-001e-4833-8bab-eb3dbfaa2814 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": {"self": "http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "64fe4b4527aa4998a0b867bc217df716", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:01:00,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-86953688-001e-4833-8bab-eb3dbfaa2814 2018-08-21 02:01:00,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205240011215s 2018-08-21 02:01:00,410 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-86953688-001e-4833-8bab-eb3dbfaa2814 2018-08-21 02:01:00,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:01:00,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:01:00,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd783322-55e1-4c3a-9bae-bfb0152d94da Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1", "links": {"self": "http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "64fe4b4527aa4998a0b867bc217df716", "description": null}} 2018-08-21 02:01:00,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716 used request id req-cd783322-55e1-4c3a-9bae-bfb0152d94da 2018-08-21 02:01:00,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.186995029449s 2018-08-21 02:01:00,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716 used request id req-cd783322-55e1-4c3a-9bae-bfb0152d94da 2018-08-21 02:01:00,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 02:01:00,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:01:00,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19b330fc-566c-483b-bde7-0727970c569e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:01:00,894 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716 used request id req-19b330fc-566c-483b-bde7-0727970c569e 2018-08-21 02:01:00,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.289483070374s 2018-08-21 02:01:00,894 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/64fe4b4527aa4998a0b867bc217df716 used request id req-19b330fc-566c-483b-bde7-0727970c569e 2018-08-21 02:01:00,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:01:00,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:01:01,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111fb676-c21b-4d85-9d5a-f0cf7405d45b Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c"}, "tags": [], "enabled": true, "id": "5f1a6a40041846448e578aa40e1e7d7c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1eaaf5af-89e7-4247-bd08-be7ffbfc2ae1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-21 02:01:01,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-111fb676-c21b-4d85-9d5a-f0cf7405d45b 2018-08-21 02:01:01,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185103178024s 2018-08-21 02:01:01,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-111fb676-c21b-4d85-9d5a-f0cf7405d45b 2018-08-21 02:01:01,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 02:01:01,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8c950603aca4306b8a8ea3ed00664b4ed9248e14" 2018-08-21 02:01:01,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8785712f-beeb-4e91-a291-f5f8e255e9e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:01:01,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c used request id req-8785712f-beeb-4e91-a291-f5f8e255e9e6 2018-08-21 02:01:01,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.283263921738s 2018-08-21 02:01:01,374 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/5f1a6a40041846448e578aa40e1e7d7c used request id req-8785712f-beeb-4e91-a291-f5f8e255e9e6 2018-08-21 02:01:01,427 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-21 02:01:01,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:01:01,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:01:01,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:01:01,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:01:01,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:01:01,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:01:01,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:01:01,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:01:01,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:01:01,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:01:01,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:01,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4c48ba-2e45-4cb8-93eb-d293c1637ae6 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:01:01,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-6b4c48ba-2e45-4cb8-93eb-d293c1637ae6 2018-08-21 02:01:01,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:01:01,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:01:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["HtNCouMqRD-9MMX-izyiZw"], "issued_at": "2018-08-21T02:01:01.000000Z"}} 2018-08-21 02:01:01,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:01,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:02,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d6822f65-fdb8-4208-a2b3-10667aed281f Date: Tue, 21 Aug 2018 02:01:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:01:02,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d6822f65-fdb8-4208-a2b3-10667aed281f 2018-08-21 02:01:02,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343713998795s 2018-08-21 02:01:02,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d6822f65-fdb8-4208-a2b3-10667aed281f 2018-08-21 02:01:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:02,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff6192fb-e460-4ac9-bdf9-2aefac3b4631 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:01:02,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-ff6192fb-e460-4ac9-bdf9-2aefac3b4631 2018-08-21 02:01:02,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:01:02,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:02,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6835f54b-9307-4335-90e6-c36fa0d531c4 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 02:01:02,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-6835f54b-9307-4335-90e6-c36fa0d531c4 2018-08-21 02:01:02,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182768106461s 2018-08-21 02:01:02,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-6835f54b-9307-4335-90e6-c36fa0d531c4 2018-08-21 02:01:02,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 02:01:02,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866"}}' 2018-08-21 02:01:02,806 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2399d30-57a6-4876-97da-74e2f87ffa4e 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.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e"}, "tags": [], "enabled": true, "id": "29925cea1d984cbea20beee897d8203e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866"}} 2018-08-21 02:01:02,806 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-e2399d30-57a6-4876-97da-74e2f87ffa4e 2018-08-21 02:01:02,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.384940862656s 2018-08-21 02:01:02,806 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-e2399d30-57a6-4876-97da-74e2f87ffa4e 2018-08-21 02:01:02,807 - 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'29925cea1d984cbea20beee897d8203e', '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_846a7bd4-07b6-436d-b827-b545f6c3e866'}) 2018-08-21 02:01:02,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 02:01:02,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1c0c1fc5-9683-428f-b099-952cf13f626b", "email": null, "name": "vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866"}}' 2018-08-21 02:01:03,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d7619e-f25a-4dcf-8447-7b7da75fb551 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": {"self": "http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0ad942c222f64160aa1e327fb81a795e", "domain_id": "default", "password_expires_at": null}} 2018-08-21 02:01:03,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-c2d7619e-f25a-4dcf-8447-7b7da75fb551 2018-08-21 02:01:03,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.371798992157s 2018-08-21 02:01:03,185 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-c2d7619e-f25a-4dcf-8447-7b7da75fb551 2018-08-21 02:01:03,185 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0ad942c222f64160aa1e327fb81a795e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866'}) 2018-08-21 02:01:03,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:01:03,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:03,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489e2566-f9cd-486a-ad99-a21c80db2104 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:01:03,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-489e2566-f9cd-486a-ad99-a21c80db2104 2018-08-21 02:01:03,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.229721784592s 2018-08-21 02:01:03,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-489e2566-f9cd-486a-ad99-a21c80db2104 2018-08-21 02:01:03,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:01:03,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:03,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19892c00-b214-4725-a9ff-5f117ff509c6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:01:03,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-19892c00-b214-4725-a9ff-5f117ff509c6 2018-08-21 02:01:03,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182549953461s 2018-08-21 02:01:03,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-19892c00-b214-4725-a9ff-5f117ff509c6 2018-08-21 02:01:03,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:01:03,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:03,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f60d38d-b173-4a38-92ab-cd8577148778 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:01:03,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-9f60d38d-b173-4a38-92ab-cd8577148778 2018-08-21 02:01:03,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178825139999s 2018-08-21 02:01:03,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-9f60d38d-b173-4a38-92ab-cd8577148778 2018-08-21 02:01:03,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:01:03,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:03,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ecfdf12-9b26-4ac3-ae38-02c8ef140c0a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 02:01:03,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-4ecfdf12-9b26-4ac3-ae38-02c8ef140c0a 2018-08-21 02:01:03,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113390922546s 2018-08-21 02:01:03,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-4ecfdf12-9b26-4ac3-ae38-02c8ef140c0a 2018-08-21 02:01:03,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:01:03,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:04,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27fe321f-b2a6-4d41-95a3-6cc5740d539f Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": {"self": "http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0ad942c222f64160aa1e327fb81a795e", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:01:04,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-27fe321f-b2a6-4d41-95a3-6cc5740d539f 2018-08-21 02:01:04,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119860887527s 2018-08-21 02:01:04,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-27fe321f-b2a6-4d41-95a3-6cc5740d539f 2018-08-21 02:01:04,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:01:04,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:04,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462677e2-087a-432b-8b7c-0b83d58b38f4 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e"}, "tags": [], "enabled": true, "id": "29925cea1d984cbea20beee897d8203e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:04,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-462677e2-087a-432b-8b7c-0b83d58b38f4 2018-08-21 02:01:04,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102745056152s 2018-08-21 02:01:04,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-462677e2-087a-432b-8b7c-0b83d58b38f4 2018-08-21 02:01:04,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 02:01:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=0ad942c222f64160aa1e327fb81a795e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=29925cea1d984cbea20beee897d8203e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:04,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d155587-a0dd-44c4-a285-3e977c793cf5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=0ad942c222f64160aa1e327fb81a795e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=29925cea1d984cbea20beee897d8203e", "previous": null, "next": null}} 2018-08-21 02:01:04,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=0ad942c222f64160aa1e327fb81a795e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=29925cea1d984cbea20beee897d8203e used request id req-4d155587-a0dd-44c4-a285-3e977c793cf5 2018-08-21 02:01:04,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.172759056091s 2018-08-21 02:01:04,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=0ad942c222f64160aa1e327fb81a795e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=29925cea1d984cbea20beee897d8203e used request id req-4d155587-a0dd-44c4-a285-3e977c793cf5 2018-08-21 02:01:04,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 02:01:04,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e/users/0ad942c222f64160aa1e327fb81a795e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:04,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a1e7a28-cbf6-48dc-9b26-8b1c9eaf718d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:01:04,523 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e/users/0ad942c222f64160aa1e327fb81a795e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-1a1e7a28-cbf6-48dc-9b26-8b1c9eaf718d 2018-08-21 02:01:04,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.192003965378s 2018-08-21 02:01:04,523 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e/users/0ad942c222f64160aa1e327fb81a795e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-1a1e7a28-cbf6-48dc-9b26-8b1c9eaf718d 2018-08-21 02:01:04,524 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866', 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'29925cea1d984cbea20beee897d8203e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '1c0c1fc5-9683-428f-b099-952cf13f626b', 'username': u'vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 02:01:04,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:01:04,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:01:04,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:01:04,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:01:04,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:01:04,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:01:04,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:01:04,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:01:04,529 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866', 'password': '1c0c1fc5-9683-428f-b099-952cf13f626b', 'project_name': 'vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': '29925cea1d984cbea20beee897d8203e', 'project_domain_name': 'Default'} 2018-08-21 02:01:04,530 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-21 02:01:04,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:04,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf39c98-023c-463a-8e3a-cae4e15acdb4 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:01:04,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-ddf39c98-023c-463a-8e3a-cae4e15acdb4 2018-08-21 02:01:04,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:01:04,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29925cea1d984cbea20beee897d8203e", "name": "vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/29925cea1d984cbea20beee897d8203e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/29925cea1d984cbea20beee897d8203e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/29925cea1d984cbea20beee897d8203e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/29925cea1d984cbea20beee897d8203e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/29925cea1d984cbea20beee897d8203e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/29925cea1d984cbea20beee897d8203e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/29925cea1d984cbea20beee897d8203e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/29925cea1d984cbea20beee897d8203e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/29925cea1d984cbea20beee897d8203e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_29925cea1d984cbea20beee897d8203e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_29925cea1d984cbea20beee897d8203e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/29925cea1d984cbea20beee897d8203e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/29925cea1d984cbea20beee897d8203e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/29925cea1d984cbea20beee897d8203e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866", "id": "0ad942c222f64160aa1e327fb81a795e"}, "audit_ids": ["Rdc83zkxSUWmfBsH5zwvfg"], "issued_at": "2018-08-21T02:01:04.000000Z"}} 2018-08-21 02:01:04,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:01:04,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"network": {"name": "vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866", "admin_state_up": true}}' 2018-08-21 02:01:05,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-7b39ff1d-050e-4135-bbb6-5e9b44b3db0c Date: Tue, 21 Aug 2018 02:01:05 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T02:01:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"29925cea1d984cbea20beee897d8203e","id":"f566760c-2a2b-482d-b2b8-bc71094948c1","name":"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866"}} 2018-08-21 02:01:05,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7b39ff1d-050e-4135-bbb6-5e9b44b3db0c 2018-08-21 02:01:05,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.684028148651s 2018-08-21 02:01:05,608 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7b39ff1d-050e-4135-bbb6-5e9b44b3db0c 2018-08-21 02:01:05,608 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:01:05Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'f566760c-2a2b-482d-b2b8-bc71094948c1', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866', u'admin_state_up': True, u'tenant_id': u'29925cea1d984cbea20beee897d8203e', u'created_at': u'2018-08-21T02:01:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'29925cea1d984cbea20beee897d8203e'}) 2018-08-21 02:01:05,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:05,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:05,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-1e360e7e-76b6-4b58-af4c-025dee9c1598 Date: Tue, 21 Aug 2018 02:01:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T02:01:05Z","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"29925cea1d984cbea20beee897d8203e","id":"f566760c-2a2b-482d-b2b8-bc71094948c1","name":"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:05,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-1e360e7e-76b6-4b58-af4c-025dee9c1598 2018-08-21 02:01:05,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.176135778427s 2018-08-21 02:01:05,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-1e360e7e-76b6-4b58-af4c-025dee9c1598 2018-08-21 02:01:05,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:01:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"subnet": {"name": "vping_userdata-subnet_846a7bd4-07b6-436d-b827-b545f6c3e866", "enable_dhcp": true, "network_id": "f566760c-2a2b-482d-b2b8-bc71094948c1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:01:06,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9f377093-b550-4c14-b304-84a7b49a69c9 Date: Tue, 21 Aug 2018 02:01:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f566760c-2a2b-482d-b2b8-bc71094948c1","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:01:06Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"29925cea1d984cbea20beee897d8203e","id":"48513b98-a7b1-4be1-9898-6c86a953c663","subnetpool_id":null,"name":"vping_userdata-subnet_846a7bd4-07b6-436d-b827-b545f6c3e866"}} 2018-08-21 02:01:06,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-9f377093-b550-4c14-b304-84a7b49a69c9 2018-08-21 02:01:06,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.609616994858s 2018-08-21 02:01:06,397 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-9f377093-b550-4c14-b304-84a7b49a69c9 2018-08-21 02:01:06,397 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:01:06Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'48513b98-a7b1-4be1-9898-6c86a953c663', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_846a7bd4-07b6-436d-b827-b545f6c3e866', u'enable_dhcp': True, u'network_id': u'f566760c-2a2b-482d-b2b8-bc71094948c1', u'tenant_id': u'29925cea1d984cbea20beee897d8203e', u'created_at': u'2018-08-21T02:01:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'29925cea1d984cbea20beee897d8203e'}) 2018-08-21 02:01:06,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:01:06,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "vping_userdata-router_846a7bd4-07b6-436d-b827-b545f6c3e866", "admin_state_up": true}}' 2018-08-21 02:01:07,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-b9291d48-6cef-4bd2-9032-4e6e44f28169 Date: Tue, 21 Aug 2018 02:01:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:06Z", "admin_state_up": true, "updated_at": "2018-08-21T02:01:07Z", "revision_number": 2, "routes": [], "project_id": "29925cea1d984cbea20beee897d8203e", "id": "9fd48ed0-4984-4db2-bc76-ebcee8692767", "name": "vping_userdata-router_846a7bd4-07b6-436d-b827-b545f6c3e866"}} 2018-08-21 02:01:07,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-b9291d48-6cef-4bd2-9032-4e6e44f28169 2018-08-21 02:01:07,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42622303963s 2018-08-21 02:01:07,825 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-b9291d48-6cef-4bd2-9032-4e6e44f28169 2018-08-21 02:01:07,825 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'29925cea1d984cbea20beee897d8203e', u'created_at': u'2018-08-21T02:01:06Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T02:01:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'29925cea1d984cbea20beee897d8203e', u'id': u'9fd48ed0-4984-4db2-bc76-ebcee8692767', u'name': u'vping_userdata-router_846a7bd4-07b6-436d-b827-b545f6c3e866'}) 2018-08-21 02:01:07,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:01:07,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767/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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"subnet_id": "48513b98-a7b1-4be1-9898-6c86a953c663"}' 2018-08-21 02:01:09,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a63c1392-a52d-4c15-81ca-455418e6799a Date: Tue, 21 Aug 2018 02:01:09 GMT RESP BODY: {"network_id": "f566760c-2a2b-482d-b2b8-bc71094948c1", "tenant_id": "29925cea1d984cbea20beee897d8203e", "subnet_id": "48513b98-a7b1-4be1-9898-6c86a953c663", "subnet_ids": ["48513b98-a7b1-4be1-9898-6c86a953c663"], "port_id": "f00d937d-7591-4efa-b2b4-2c537113ba18", "id": "9fd48ed0-4984-4db2-bc76-ebcee8692767"} 2018-08-21 02:01:09,912 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767/add_router_interface.json used request id req-a63c1392-a52d-4c15-81ca-455418e6799a 2018-08-21 02:01:09,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08639502525s 2018-08-21 02:01:09,913 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767/add_router_interface.json used request id req-a63c1392-a52d-4c15-81ca-455418e6799a returning object 9fd48ed0-4984-4db2-bc76-ebcee8692767 2018-08-21 02:01:09,913 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:01:10,038 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:01:10,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:10,044 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:01:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:01:10,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:01:10,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:10,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5a307ed9-534c-4998-96fd-34a331a943f8 Date: Tue, 21 Aug 2018 02:01:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:01:10,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-5a307ed9-534c-4998-96fd-34a331a943f8 2018-08-21 02:01:10,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.262409925461s 2018-08-21 02:01:10,310 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-5a307ed9-534c-4998-96fd-34a331a943f8 2018-08-21 02:01:10,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:01:10,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866"}' 2018-08-21 02:01:10,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-83fa0985-fb06-45e0-838e-7ca911192610 Date: Tue, 21 Aug 2018 02:01:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:10Z", "file": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file", "owner": "29925cea1d984cbea20beee897d8203e", "id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "size": null, "self": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "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_846a7bd4-07b6-436d-b827-b545f6c3e866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "checksum": null, "created_at": "2018-08-21T02:01:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:01:10,386 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-83fa0985-fb06-45e0-838e-7ca911192610 2018-08-21 02:01:10,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.068256855011s 2018-08-21 02:01:10,387 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-83fa0985-fb06-45e0-838e-7ca911192610 returning object 56e356ee-f70a-49cc-b4b1-7630e542f949 2018-08-21 02:01:10,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:01:10,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '' 2018-08-21 02:01:10,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0359c8fd-6330-45c3-9c6c-021a78e75aa8 Date: Tue, 21 Aug 2018 02:01:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:01:10,860 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file used request id req-0359c8fd-6330-45c3-9c6c-021a78e75aa8 2018-08-21 02:01:10,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.472105979919s 2018-08-21 02:01:10,860 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file used request id req-0359c8fd-6330-45c3-9c6c-021a78e75aa8 2018-08-21 02:01:10,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:01:10,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:10,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-7e0bed4c-2338-4b95-a704-185fbe7c5b27 Date: Tue, 21 Aug 2018 02:01:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:10Z", "file": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file", "owner": "29925cea1d984cbea20beee897d8203e", "id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "size": 12716032, "self": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:01:10,991 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7e0bed4c-2338-4b95-a704-185fbe7c5b27 2018-08-21 02:01:10,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.127171993256s 2018-08-21 02:01:10,992 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7e0bed4c-2338-4b95-a704-185fbe7c5b27 2018-08-21 02:01:10,994 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap', u'metadata': Munch({})})], 'file': u'/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file', 'owner': u'29925cea1d984cbea20beee897d8203e', 'id': u'56e356ee-f70a-49cc-b4b1-7630e542f949', 'size': 12716032, u'self': u'/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'29925cea1d984cbea20beee897d8203e', 'name': 'vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:01:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T02:01:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866', '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/56e356ee-f70a-49cc-b4b1-7630e542f949', 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_846a7bd4-07b6-436d-b827-b545f6c3e866', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866', 'created': u'2018-08-21T02:01:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:01:10Z', 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/56e356ee-f70a-49cc-b4b1-7630e542f949', 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_846a7bd4-07b6-436d-b827-b545f6c3e866', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:01:10,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:01:10,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_846a7bd4-07b6-436d-b827-b545f6c3e866", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:01:11,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01: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-3112016f-6b43-4e27-8e2d-14cb022a3ad7 x-compute-request-id: req-3112016f-6b43-4e27-8e2d-14cb022a3ad7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "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": "1805369b-6dbe-45d2-8e83-fdd0c66969f8"}} 2018-08-21 02:01:11,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-3112016f-6b43-4e27-8e2d-14cb022a3ad7 2018-08-21 02:01:11,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.322422981262s 2018-08-21 02:01:11,318 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-3112016f-6b43-4e27-8e2d-14cb022a3ad7 2018-08-21 02:01:11,318 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_846a7bd4-07b6-436d-b827-b545f6c3e866', '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'9395463b2c594ad385c1520193638f95', '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'1805369b-6dbe-45d2-8e83-fdd0c66969f8', 'swap': 0}) 2018-08-21 02:01:11,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:01:11,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8/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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" -d '{"extra_specs": {}}' 2018-08-21 02:01:11,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94efb5ba-7dfe-4dc2-82e9-08416bc2c890 x-compute-request-id: req-94efb5ba-7dfe-4dc2-82e9-08416bc2c890 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:01:11,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8/os-extra_specs used request id req-94efb5ba-7dfe-4dc2-82e9-08416bc2c890 2018-08-21 02:01:11,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0245521068573s 2018-08-21 02:01:11,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8/os-extra_specs used request id req-94efb5ba-7dfe-4dc2-82e9-08416bc2c890 2018-08-21 02:01:11,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:11,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:11,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-8a946773-543b-4752-a529-80c09d7ea36e Date: Tue, 21 Aug 2018 02:01:11 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48513b98-a7b1-4be1-9898-6c86a953c663"],"updated_at":"2018-08-21T02:01:06Z","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"29925cea1d984cbea20beee897d8203e","id":"f566760c-2a2b-482d-b2b8-bc71094948c1","name":"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:11,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8a946773-543b-4752-a529-80c09d7ea36e 2018-08-21 02:01:11,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0894410610199s 2018-08-21 02:01:11,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8a946773-543b-4752-a529-80c09d7ea36e 2018-08-21 02:01:11,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:01:11,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:11,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-ab485224-4f09-4ad1-9eb5-c2f0ece8b3df Date: Tue, 21 Aug 2018 02:01:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:10Z", "file": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file", "owner": "29925cea1d984cbea20beee897d8203e", "id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "size": 12716032, "self": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:01:11,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ab485224-4f09-4ad1-9eb5-c2f0ece8b3df 2018-08-21 02:01:11,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0424299240112s 2018-08-21 02:01:11,482 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ab485224-4f09-4ad1-9eb5-c2f0ece8b3df 2018-08-21 02:01:11,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:01:11,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:11,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9aa96ad-41aa-46aa-bf0a-53ca583fe6f7 x-compute-request-id: req-c9aa96ad-41aa-46aa-bf0a-53ca583fe6f7 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "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": "1805369b-6dbe-45d2-8e83-fdd0c66969f8"}]} 2018-08-21 02:01:11,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-c9aa96ad-41aa-46aa-bf0a-53ca583fe6f7 2018-08-21 02:01:11,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.265952825546s 2018-08-21 02:01:11,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-c9aa96ad-41aa-46aa-bf0a-53ca583fe6f7 2018-08-21 02:01:11,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 02:01:11,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"server": {"name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "imageRef": "56e356ee-f70a-49cc-b4b1-7630e542f949", "flavorRef": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f566760c-2a2b-482d-b2b8-bc71094948c1"}]}}' 2018-08-21 02:01:13,302 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09975bc8-7841-4c23-9f04-0ca64a1b089e x-compute-request-id: req-09975bc8-7841-4c23-9f04-0ca64a1b089e Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "adminPass": "BVHfwiE5zwR4"}} 2018-08-21 02:01:13,302 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-09975bc8-7841-4c23-9f04-0ca64a1b089e 2018-08-21 02:01:13,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.55100393295s 2018-08-21 02:01:13,303 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-09975bc8-7841-4c23-9f04-0ca64a1b089e 2018-08-21 02:01:13,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:13,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:13,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e6c5b29-f50c-4e78-b7de-05a6e0fbf10b x-compute-request-id: req-6e6c5b29-f50c-4e78-b7de-05a6e0fbf10b Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "user_id": "0ad942c222f64160aa1e327fb81a795e", "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-21T02:01:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:13,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6e6c5b29-f50c-4e78-b7de-05a6e0fbf10b 2018-08-21 02:01:13,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530965089798s 2018-08-21 02:01:13,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6e6c5b29-f50c-4e78-b7de-05a6e0fbf10b 2018-08-21 02:01:13,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:13,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:13,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-ccfd9d01-cbeb-4857-8fa3-ca74496ca714 Date: Tue, 21 Aug 2018 02:01:13 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48513b98-a7b1-4be1-9898-6c86a953c663"],"updated_at":"2018-08-21T02:01:06Z","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"29925cea1d984cbea20beee897d8203e","id":"f566760c-2a2b-482d-b2b8-bc71094948c1","name":"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:13,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ccfd9d01-cbeb-4857-8fa3-ca74496ca714 2018-08-21 02:01:13,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0853831768036s 2018-08-21 02:01:13,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ccfd9d01-cbeb-4857-8fa3-ca74496ca714 2018-08-21 02:01:13,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:01:13,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:13,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9c9244b4-c36f-4883-bb72-c9b385eaef89 Date: Tue, 21 Aug 2018 02:01:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f566760c-2a2b-482d-b2b8-bc71094948c1","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:01:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"29925cea1d984cbea20beee897d8203e","id":"48513b98-a7b1-4be1-9898-6c86a953c663","subnetpool_id":null,"name":"vping_userdata-subnet_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:13,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-9c9244b4-c36f-4883-bb72-c9b385eaef89 2018-08-21 02:01:13,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0626978874207s 2018-08-21 02:01:13,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-9c9244b4-c36f-4883-bb72-c9b385eaef89 2018-08-21 02:01:13,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:15,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:15,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:16,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e35b4cef-b14c-4fae-899b-84bb26f917dd x-compute-request-id: req-e35b4cef-b14c-4fae-899b-84bb26f917dd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:01:15Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:16,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e35b4cef-b14c-4fae-899b-84bb26f917dd 2018-08-21 02:01:16,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754260063171s 2018-08-21 02:01:16,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e35b4cef-b14c-4fae-899b-84bb26f917dd 2018-08-21 02:01:16,752 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:18,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:18,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:19,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ae258e7-a7e7-4e2b-89eb-5bfb36c7b5c9 x-compute-request-id: req-7ae258e7-a7e7-4e2b-89eb-5bfb36c7b5c9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:01:15Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:19,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7ae258e7-a7e7-4e2b-89eb-5bfb36c7b5c9 2018-08-21 02:01:19,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528480052948s 2018-08-21 02:01:19,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7ae258e7-a7e7-4e2b-89eb-5bfb36c7b5c9 2018-08-21 02:01:19,288 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:21,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:21,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:21,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-943b948e-9cc6-482c-bf11-fefd3bb514b0 x-compute-request-id: req-943b948e-9cc6-482c-bf11-fefd3bb514b0 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:20Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:21,457 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-943b948e-9cc6-482c-bf11-fefd3bb514b0 2018-08-21 02:01:21,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166467905045s 2018-08-21 02:01:21,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-943b948e-9cc6-482c-bf11-fefd3bb514b0 2018-08-21 02:01:21,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:01:21,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=ff7ffe36-8cac-4738-8acc-244341fb31a1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:21,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e6b65051-83b2-4822-8355-658798d22891 Date: Tue, 21 Aug 2018 02:01:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f566760c-2a2b-482d-b2b8-bc71094948c1","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:15Z","admin_state_up":true,"updated_at":"2018-08-21T02:01:20Z","binding:vnic_type":"normal","device_id":"ff7ffe36-8cac-4738-8acc-244341fb31a1","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f3:5f:8a","id":"6990025d-f4dd-454b-88ca-96307badd5f0","port_security_enabled":true,"project_id":"29925cea1d984cbea20beee897d8203e","fixed_ips":[{"subnet_id":"48513b98-a7b1-4be1-9898-6c86a953c663","ip_address":"192.168.120.22"}],"extra_dhcp_opts":[],"security_groups":["014fc47d-ef36-4492-8fd3-ee63c0bacff7"],"name":""}]} 2018-08-21 02:01:21,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=ff7ffe36-8cac-4738-8acc-244341fb31a1 used request id req-e6b65051-83b2-4822-8355-658798d22891 2018-08-21 02:01:21,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0436520576477s 2018-08-21 02:01:21,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=ff7ffe36-8cac-4738-8acc-244341fb31a1 used request id req-e6b65051-83b2-4822-8355-658798d22891 2018-08-21 02:01:21,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:01:21,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=6990025d-f4dd-454b-88ca-96307badd5f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:21,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4109c53d-bd5a-48a0-9f0d-543d4f31351f Date: Tue, 21 Aug 2018 02:01:21 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:01:21,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=6990025d-f4dd-454b-88ca-96307badd5f0 used request id req-4109c53d-bd5a-48a0-9f0d-543d4f31351f 2018-08-21 02:01:21,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445101261139s 2018-08-21 02:01:21,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=6990025d-f4dd-454b-88ca-96307badd5f0 used request id req-4109c53d-bd5a-48a0-9f0d-543d4f31351f 2018-08-21 02:01:21,556 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f3:5f:8a', u'version': 4, u'addr': u'192.168.120.22', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'56e356ee-f70a-49cc-b4b1-7630e542f949'}), 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-21T02:01:20.000000', 'flavor': Munch({u'id': u'1805369b-6dbe-45d2-8e83-fdd0c66969f8'}), 'az': u'nova', 'id': u'ff7ffe36-8cac-4738-8acc-244341fb31a1', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0ad942c222f64160aa1e327fb81a795e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'29925cea1d984cbea20beee897d8203e', 'name': 'vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866', '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-21T02:01:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T02:01:20Z', 'hostId': u'0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.22', 'cloud': 'envvars', 'host_id': u'0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb', '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-21T02:01:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'29925cea1d984cbea20beee897d8203e', 'name': u'vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866', 'adminPass': u'BVHfwiE5zwR4', 'tenant_id': u'29925cea1d984cbea20beee897d8203e', 'created_at': u'2018-08-21T02:01:13Z', 'created': u'2018-08-21T02:01:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 02:01:21,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:21,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:21,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-27552224-90ec-4fbd-b489-229c1d6f235e Date: Tue, 21 Aug 2018 02:01:21 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48513b98-a7b1-4be1-9898-6c86a953c663"],"updated_at":"2018-08-21T02:01:06Z","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"29925cea1d984cbea20beee897d8203e","id":"f566760c-2a2b-482d-b2b8-bc71094948c1","name":"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:21,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-27552224-90ec-4fbd-b489-229c1d6f235e 2018-08-21 02:01:21,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0878210067749s 2018-08-21 02:01:21,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-27552224-90ec-4fbd-b489-229c1d6f235e 2018-08-21 02:01:21,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:01:21,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:21,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-cfda2f46-939e-4f45-b406-45ba299b2624 Date: Tue, 21 Aug 2018 02:01:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:10Z", "file": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file", "owner": "29925cea1d984cbea20beee897d8203e", "id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "size": 12716032, "self": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:01:21,930 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-cfda2f46-939e-4f45-b406-45ba299b2624 2018-08-21 02:01:21,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2804479599s 2018-08-21 02:01:21,931 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-cfda2f46-939e-4f45-b406-45ba299b2624 2018-08-21 02:01:21,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:01:21,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:21,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9055518e-7290-4743-909e-a52283ae49f5 x-compute-request-id: req-9055518e-7290-4743-909e-a52283ae49f5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "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": "1805369b-6dbe-45d2-8e83-fdd0c66969f8"}]} 2018-08-21 02:01:21,956 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-9055518e-7290-4743-909e-a52283ae49f5 2018-08-21 02:01:21,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229780673981s 2018-08-21 02:01:21,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-9055518e-7290-4743-909e-a52283ae49f5 2018-08-21 02:01:21,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 02:01:21,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"server": {"name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "imageRef": "56e356ee-f70a-49cc-b4b1-7630e542f949", "flavorRef": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjIyIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f566760c-2a2b-482d-b2b8-bc71094948c1"}]}}' 2018-08-21 02:01:23,551 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:01:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-973ffaf0-7cfe-4308-bbf8-6bee3eef4491 x-compute-request-id: req-973ffaf0-7cfe-4308-bbf8-6bee3eef4491 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "adminPass": "NA4nXVEVn8Jc"}} 2018-08-21 02:01:23,551 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-973ffaf0-7cfe-4308-bbf8-6bee3eef4491 2018-08-21 02:01:23,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.59326791763s 2018-08-21 02:01:23,551 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-973ffaf0-7cfe-4308-bbf8-6bee3eef4491 2018-08-21 02:01:23,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:23,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:23,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e91d7e11-9d2e-46a6-a192-faf4f2d92404 x-compute-request-id: req-e91d7e11-9d2e-46a6-a192-faf4f2d92404 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.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "user_id": "0ad942c222f64160aa1e327fb81a795e", "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-21T02:01:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:20Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:23,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e91d7e11-9d2e-46a6-a192-faf4f2d92404 2018-08-21 02:01:23,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408985137939s 2018-08-21 02:01:23,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e91d7e11-9d2e-46a6-a192-faf4f2d92404 2018-08-21 02:01:23,967 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:25,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:25,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:27,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01: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-05466c4c-8cdf-4f73-8a91-d5a821818c0a x-compute-request-id: req-05466c4c-8cdf-4f73-8a91-d5a821818c0a Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "user_id": "0ad942c222f64160aa1e327fb81a795e", "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-21T02:01:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:20Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:27,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-05466c4c-8cdf-4f73-8a91-d5a821818c0a 2018-08-21 02:01:27,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23731684685s 2018-08-21 02:01:27,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-05466c4c-8cdf-4f73-8a91-d5a821818c0a 2018-08-21 02:01:27,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:29,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:29,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:29,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c9185a6-8c64-4b6d-9f83-4b790daa4fc2 x-compute-request-id: req-2c9185a6-8c64-4b6d-9f83-4b790daa4fc2 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:01:26Z", "hostId": "fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:20Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:29,399 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2c9185a6-8c64-4b6d-9f83-4b790daa4fc2 2018-08-21 02:01:29,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184456110001s 2018-08-21 02:01:29,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2c9185a6-8c64-4b6d-9f83-4b790daa4fc2 2018-08-21 02:01:29,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:31,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:31,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:31,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adfa74ef-ccc2-4cd6-9fba-e5b8f9ee0b6d x-compute-request-id: req-adfa74ef-ccc2-4cd6-9fba-e5b8f9ee0b6d Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:01:26Z", "hostId": "fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:20Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:31,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-adfa74ef-ccc2-4cd6-9fba-e5b8f9ee0b6d 2018-08-21 02:01:31,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410140991211s 2018-08-21 02:01:31,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-adfa74ef-ccc2-4cd6-9fba-e5b8f9ee0b6d 2018-08-21 02:01:31,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:33,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:33,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:34,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25b74743-8273-4b03-a2d7-d5dfe7998dfe x-compute-request-id: req-25b74743-8273-4b03-a2d7-d5dfe7998dfe Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:f5:c2", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:31.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:31Z", "hostId": "fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:20Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:34,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-25b74743-8273-4b03-a2d7-d5dfe7998dfe 2018-08-21 02:01:34,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180762052536s 2018-08-21 02:01:34,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-25b74743-8273-4b03-a2d7-d5dfe7998dfe 2018-08-21 02:01:34,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:01:34,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=a8573e45-1593-4492-b21c-66a3083a9e61" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:34,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-35c92308-c609-44ac-9e35-432a702dadff Date: Tue, 21 Aug 2018 02:01:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f566760c-2a2b-482d-b2b8-bc71094948c1","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:27Z","admin_state_up":true,"updated_at":"2018-08-21T02:01:31Z","binding:vnic_type":"normal","device_id":"a8573e45-1593-4492-b21c-66a3083a9e61","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:bf:f5:c2","id":"45305108-7aad-4e69-9486-56bf149ef36d","port_security_enabled":true,"project_id":"29925cea1d984cbea20beee897d8203e","fixed_ips":[{"subnet_id":"48513b98-a7b1-4be1-9898-6c86a953c663","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["014fc47d-ef36-4492-8fd3-ee63c0bacff7"],"name":""}]} 2018-08-21 02:01:34,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=a8573e45-1593-4492-b21c-66a3083a9e61 used request id req-35c92308-c609-44ac-9e35-432a702dadff 2018-08-21 02:01:34,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0481910705566s 2018-08-21 02:01:34,058 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=a8573e45-1593-4492-b21c-66a3083a9e61 used request id req-35c92308-c609-44ac-9e35-432a702dadff 2018-08-21 02:01:34,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:01:34,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=45305108-7aad-4e69-9486-56bf149ef36d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:34,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3c8c9070-f628-459d-8127-0da720915a09 Date: Tue, 21 Aug 2018 02:01:34 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:01:34,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=45305108-7aad-4e69-9486-56bf149ef36d used request id req-3c8c9070-f628-459d-8127-0da720915a09 2018-08-21 02:01:34,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0410289764404s 2018-08-21 02:01:34,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=45305108-7aad-4e69-9486-56bf149ef36d used request id req-3c8c9070-f628-459d-8127-0da720915a09 2018-08-21 02:01:34,105 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bf:f5:c2', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'56e356ee-f70a-49cc-b4b1-7630e542f949'}), 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-21T02:01:31.000000', 'flavor': Munch({u'id': u'1805369b-6dbe-45d2-8e83-fdd0c66969f8'}), 'az': u'nova', 'id': u'a8573e45-1593-4492-b21c-66a3083a9e61', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0ad942c222f64160aa1e327fb81a795e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'29925cea1d984cbea20beee897d8203e', 'name': 'vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866', '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-21T02:01:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T02:01:31Z', 'hostId': u'fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2', '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-21T02:01:31.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'29925cea1d984cbea20beee897d8203e', 'name': u'vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866', 'adminPass': u'NA4nXVEVn8Jc', 'tenant_id': u'29925cea1d984cbea20beee897d8203e', 'created_at': u'2018-08-21T02:01:23Z', 'created': u'2018-08-21T02:01:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 02:01:34,106 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-21 02:01:35,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:35,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:35,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d3fd853-bdf5-4738-9dbe-3f93fd97587e x-compute-request-id: req-8d3fd853-bdf5-4738-9dbe-3f93fd97587e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:f5:c2", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:31.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:31Z", "hostId": "fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:20Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:35,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8d3fd853-bdf5-4738-9dbe-3f93fd97587e 2018-08-21 02:01:35,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.312701940536s 2018-08-21 02:01:35,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8d3fd853-bdf5-4738-9dbe-3f93fd97587e 2018-08-21 02:01:35,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 02:01:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61/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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 02:01:35,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-254c33a5-c247-4cb8-a748-79365ff65bee x-compute-request-id: req-254c33a5-c247-4cb8-a748-79365ff65bee Content-Encoding: gzip Content-Length: 9515 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485492580 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.183286] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185533] pid_max: default: 32768 minimum: 301\n[ 0.186764] ACPI: Core revision 20150930\n[ 0.188438] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190209] Security Framework initialized\n[ 0.191331] Yama: becoming mindful.\n[ 0.192330] AppArmor: AppArmor initialized\n[ 0.193503] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195287] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197014] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198637] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200504] Initializing cgroup subsys io\n[ 0.201623] Initializing cgroup subsys memory\n[ 0.202814] Initializing cgroup subsys devices\n[ 0.204005] Initializing cgroup subsys freezer\n[ 0.205198] Initializing cgroup subsys net_cls\n[ 0.206406] Initializing cgroup subsys perf_event\n[ 0.207657] Initializing cgroup subsys net_prio\n[ 0.208866] Initializing cgroup subsys hugetlb\n[ 0.210062] Initializing cgroup subsys pids\n[ 0.211250] CPU: Physical Processor ID: 0\n[ 0.213041] mce: CPU supports 10 MCE banks\n[ 0.214212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215588] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231825] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238463] ftrace: allocating 31920 entries in 125 pages\n[ 0.263826] smpboot: Max logical packages: 1\n[ 0.265008] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266895] x2apic enabled\n[ 0.268040] Switched APIC routing to physical x2apic.\n[ 0.270507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274739] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277158] KVM setup paravirtual spinlock\n[ 0.278742] x86: Booted up 1 node, 1 CPUs\n[ 0.279834] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281709] devtmpfs: initialized\n[ 0.283684] evm: security.selinux\n[ 0.284649] evm: security.SMACK64\n[ 0.285601] evm: security.SMACK64EXEC\n[ 0.286617] evm: security.SMACK64TRANSMUTE\n[ 0.287714] evm: security.SMACK64MMAP\n[ 0.288733] evm: security.ima\n[ 0.289627] evm: security.capability\n[ 0.290706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293238] pinctrl core: initialized pinctrl subsystem\n[ 0.294702] RTC time: 2:01:31, date: 08/21/18\n[ 0.295979] NET: Registered protocol family 16\n[ 0.297297] cpuidle: using governor ladder\n[ 0.298422] cpuidle: using governor menu\n[ 0.299514] PCCT header not found.\n[ 0.300542] ACPI: bus type PCI registered\n[ 0.301627] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303289] PCI: Using configuration type 1 for base access\n[ 0.305411] ACPI: Added _OSI(Module Device)\n[ 0.306556] ACPI: Added _OSI(Processor Device)\n[ 0.307725] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308941] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311076] ACPI: Interpreter enabled\n[ 0.312106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.319660] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322148] ACPI: (supports S0 S5)\n[ 0.323127] ACPI: Using IOAPIC for interrupt routing\n[ 0.324398] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329711] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331393] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333006] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335983] acpiphp: Slot [3] registered\n[ 0.337082] acpiphp: Slot [4] registered\n[ 0.338194] acpiphp: Slot [5] registered\n[ 0.339291] acpiphp: Slot [6] registered\n[ 0.340387] acpiphp: Slot [7] registered\n[ 0.341475] acpiphp: Slot [8] registered\n[ 0.342562] acpiphp: Slot [9] registered\n[ 0.343659] acpiphp: Slot [10] registered\n[ 0.344764] acpiphp: Slot [11] registered\n[ 0.345869] acpiphp: Slot [12] registered\n[ 0.346970] acpiphp: Slot [13] registered\n[ 0.348075] acpiphp: Slot [14] registered\n[ 0.349186] acpiphp: Slot [15] registered\n[ 0.364557] acpiphp: Slot [16] registered\n[ 0.365658] acpiphp: Slot [17] registered\n[ 0.366768] acpiphp: Slot [18] registered\n[ 0.367874] acpiphp: Slot [19] registered\n[ 0.368970] acpiphp: Slot [20] registered\n[ 0.370076] acpiphp: Slot [21] registered\n[ 0.371172] acpiphp: Slot [22] registered\n[ 0.372283] acpiphp: Slot [23] registered\n[ 0.373395] acpiphp: Slot [24] registered\n[ 0.374502] acpiphp: Slot [25] registered\n[ 0.375596] acpiphp: Slot [26] registered\n[ 0.376688] acpiphp: Slot [27] registered\n[ 0.377793] acpiphp: Slot [28] registered\n[ 0.378892] acpiphp: Slot [29] registered\n[ 0.379986] acpiphp: Slot [30] registered\n[ 0.381082] acpiphp: Slot [31] registered\n[ 0.382190] PCI host bridge to bus 0000:00\n[ 0.383285] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384911] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386546] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388511] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390493] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396544] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398244] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399831] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428301] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434098] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435989] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437771] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439530] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440942] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443020] vgaarb: loaded\n[ 0.443847] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445467] SCSI subsystem initialized\n[ 0.446712] ACPI: bus type USB registered\n[ 0.447849] usbcore: registered new interface driver usbfs\n[ 0.449266] usbcore: registered new interface driver hub\n[ 0.450613] usbcore: registered new device driver usb\n[ 0.452114] PCI: Using ACPI for IRQ routing\n[ 0.453626] NetLabel: Initializing\n[ 0.454597] NetLabel: domain hash size = 128\n[ 0.455755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457060] NetLabel: unlabeled traffic allowed by default\n[ 0.458641] clocksource: Switched to clocksource kvm-clock\n[ 0.468594] AppArmor: AppArmor Filesystem Enabled\n[ 0.469889] pnp: PnP ACPI init\n[ 0.471115] pnp: PnP ACPI: found 5 devices\n[ 0.477934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480235] NET: Registered protocol family 2\n[ 0.481640] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483402] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.485047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486672] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488124] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489706] NET: Registered protocol family 1\n[ 0.490900] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492370] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493826] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508315] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522790] Trying to unpack rootfs image as initramfs...\n[ 0.584623] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589610] Scanning for low memory corruption every 60 seconds\n[ 0.591807] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593398] audit: initializing netlink subsys (disabled)\n[ 0.594922] audit: type=2000 audit(1534816892.378:1): initialized\n[ 0.596812] Initialise system trusted keyring\n[ 0.598215] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599821] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602530] zbud: loaded\n[ 0.603546] VFS: Disk quotas dquot_6.6.0\n[ 0.604691] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.606859] fuse init (API version 7.23)\n[ 0.608097] Key type big_key registered\n[ 0.609208] Allocating IMA MOK and blacklist keyrings.\n[ 0.610906] Key type asymmetric registered\n[ 0.612060] Asymmetric key parser 'x509' registered\n[ 0.613383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615489] io scheduler noop registered\n[ 0.616598] io scheduler deadline registered (default)\n[ 0.617985] io scheduler cfq registered\n[ 0.619200] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620644] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622417] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624447] ACPI: Power Button [PWRF]\n[ 0.625716] GHES: HEST is not enabled!\n[ 0.639916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.669547] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.672566] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.696521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.699585] Linux agpgart interface v0.103\n[ 0.703008] brd: module loaded\n[ 0.705234] loop: module loaded\n[ 0.710651] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713032] GPT:90111 != 2097151\n[ 0.714142] GPT:Alternate GPT header not at the end of the disk.\n[ 0.715929] GPT:90111 != 2097151\n[ 0.717030] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718701] vda: vda1 vda15\n[ 0.720580] scsi host0: ata_piix\n[ 0.721817] scsi host1: ata_piix\n[ 0.722984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725011] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727592] libphy: Fixed MDIO Bus: probed\n[ 0.728964] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730539] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733649] PPP generic driver version 2.4.2\n[ 0.735127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737094] ehci-pci: EHCI PCI platform driver\n[ 0.738532] ehci-platform: EHCI generic platform driver\n[ 0.740165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742034] ohci-pci: OHCI PCI platform driver\n[ 0.743473] ohci-platform: OHCI generic platform driver\n[ 0.745113] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760118] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.764148] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.765807] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.767665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769687] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772117] usb usb1: Product: UHCI Host Controller\n[ 0.773645] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775532] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.777101] hub 1-0:1.0: USB hub found\n[ 0.778375] hub 1-0:1.0: 2 ports detected\n[ 0.779851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783159] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784740] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786414] mousedev: PS/2 mouse device common for all mice\n[ 0.788414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791347] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793123] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795060] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796987] i2c /dev entries driver\n[ 0.798224] device-mapper: uevent: version 1.0.3\n[ 0.799724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802330] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804433] NET: Registered protocol family 10\n[ 0.806155] NET: Registered protocol family 17\n[ 0.807573] Key type dns_resolver registered\n[ 0.809043] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810797] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813639] registered taskstats version 1\n[ 0.814971] Loading compiled-in X.509 certificates\n[ 0.817061] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.820094] zswap: loaded using pool lzo/zbud\n[ 0.822393] Key type trusted registered\n[ 0.824744] Key type encrypted registered\n[ 0.826085] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.827794] ima: No TPM chip found, activating TPM-bypass!\n[ 0.829494] evm: HMAC attrs: 0x1\n[ 0.830985] Magic number: 14:759:5\n[ 0.832325] rtc_cmos 00:00: setting system clock to 2018-08-21 02:01:32 UTC (1534816892)\n[ 0.834934] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836761] EDD information not available.\n[ 0.884360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.901237] Write protecting the kernel read-only data: 14336k\n[ 0.904485] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.907345] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.093157] 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 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCSyIAs2raixE1/c9jYhwaFGVmU58iSrktvge7H20DjRoHoQH8/PGE8A6BYkflpJGuF/tyg04EnkGCWEq+5ooct/hSvKr7ZjIiqrKzFMEnFbmfHPZ7okOLllMJxmlix7bnxy59LTC34lgYWgfPxzFLeNL40hgjyCZfEqrgad13vg4RrmTAUwif9xC41NTJFkoKtG00l60I5fCfmNogSpfYs84ZGQSnUfsOHY/3GK/nB9DTFAyAuDfhbk0yi2jlS+i42SKLnSlBuj8OLPFJGZq7FC5x3Ems4T3mFfKtbqK1LKLS2rX/uBMeHcun6RDaYkRDHjqSLtY2V8Plvl/ow9EID root@vping-userdata-vm2-846a7bd4-07b6-436d-b827-b545f6c3e866\nssh-dss AAAAB3NzaC1kc3MAAACBAOaM8ofXO1iO8YL833Mf/Hc+FRh0yvK7gjIphXp9s/rxdBxnMfdkRQzR53qswvQ+x1IkafO6WcpcO2i45us23M9ZtCJoJQWOXV3FSCUlD1IgteBeT3uYL3sRJXaztCnrpWHJoHl9HszGF8/KGpDo3rn6BQtJNqqk51wwV/gRJ/zXAAAAFQChFYCdfq3ioZcv/kvZpkD47SJrNQAAAIBWp9DJ0vthpcNPbyN+cs7/k5hNEf13rzVg9EELXyps5odXugdZGr84ikes38naV8nLIMg9OinWAnYgN4iiq966m1Z7Jbpf4cNgrxrBIiXkJveMWRFaMKGua6+ksqTH9GCyxcTAs9Png6SjfQph1BdBEOwouOwps7gPb5UpzJ8k9AAAAIAJzdC503SIpdEdQnRiCk+IS2Mt8e7B20CUTyeTenbl1G2bF4UDlrV4q5cBRNhogNLl8KM7OcI/PPIKh2l7FMbPnmK/2NKqlNfc3TB1ZclYMOwfml00NbM0AarI7Ca/UopSDz8RSQJFXu8QY0rLKflocVciowPWmRBZmj5j+6Eu4A== root@vping-userdata-vm2-846a7bd4-07b6-436d-b827-b545f6c3e866\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:febf:f5c2/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-846a7bd4-07b6-436d-b827-b545f6c3e866\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.17 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-08-21 02:01:35,507 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61/action used request id req-254c33a5-c247-4cb8-a748-79365ff65bee 2018-08-21 02:01:35,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0836100578308s 2018-08-21 02:01:35,508 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61/action used request id req-254c33a5-c247-4cb8-a748-79365ff65bee 2018-08-21 02:01:35,508 - 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 485492580 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.183286] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185533] pid_max: default: 32768 minimum: 301 [ 0.186764] ACPI: Core revision 20150930 [ 0.188438] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190209] Security Framework initialized [ 0.191331] Yama: becoming mindful. [ 0.192330] AppArmor: AppArmor initialized [ 0.193503] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195287] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197014] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198637] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200504] Initializing cgroup subsys io [ 0.201623] Initializing cgroup subsys memory [ 0.202814] Initializing cgroup subsys devices [ 0.204005] Initializing cgroup subsys freezer [ 0.205198] Initializing cgroup subsys net_cls [ 0.206406] Initializing cgroup subsys perf_event [ 0.207657] Initializing cgroup subsys net_prio [ 0.208866] Initializing cgroup subsys hugetlb [ 0.210062] Initializing cgroup subsys pids [ 0.211250] CPU: Physical Processor ID: 0 [ 0.213041] mce: CPU supports 10 MCE banks [ 0.214212] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215588] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231825] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238463] ftrace: allocating 31920 entries in 125 pages [ 0.263826] smpboot: Max logical packages: 1 [ 0.265008] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266895] x2apic enabled [ 0.268040] Switched APIC routing to physical x2apic. [ 0.270507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272016] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274739] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277158] KVM setup paravirtual spinlock [ 0.278742] x86: Booted up 1 node, 1 CPUs [ 0.279834] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281709] devtmpfs: initialized [ 0.283684] evm: security.selinux [ 0.284649] evm: security.SMACK64 [ 0.285601] evm: security.SMACK64EXEC [ 0.286617] evm: security.SMACK64TRANSMUTE [ 0.287714] evm: security.SMACK64MMAP [ 0.288733] evm: security.ima [ 0.289627] evm: security.capability [ 0.290706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293238] pinctrl core: initialized pinctrl subsystem [ 0.294702] RTC time: 2:01:31, date: 08/21/18 [ 0.295979] NET: Registered protocol family 16 [ 0.297297] cpuidle: using governor ladder [ 0.298422] cpuidle: using governor menu [ 0.299514] PCCT header not found. [ 0.300542] ACPI: bus type PCI registered [ 0.301627] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303289] PCI: Using configuration type 1 for base access [ 0.305411] ACPI: Added _OSI(Module Device) [ 0.306556] ACPI: Added _OSI(Processor Device) [ 0.307725] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308941] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311076] ACPI: Interpreter enabled [ 0.312106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.319660] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322148] ACPI: (supports S0 S5) [ 0.323127] ACPI: Using IOAPIC for interrupt routing [ 0.324398] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329711] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.331393] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.333006] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335983] acpiphp: Slot [3] registered [ 0.337082] acpiphp: Slot [4] registered [ 0.338194] acpiphp: Slot [5] registered [ 0.339291] acpiphp: Slot [6] registered [ 0.340387] acpiphp: Slot [7] registered [ 0.341475] acpiphp: Slot [8] registered [ 0.342562] acpiphp: Slot [9] registered [ 0.343659] acpiphp: Slot [10] registered [ 0.344764] acpiphp: Slot [11] registered [ 0.345869] acpiphp: Slot [12] registered [ 0.346970] acpiphp: Slot [13] registered [ 0.348075] acpiphp: Slot [14] registered [ 0.349186] acpiphp: Slot [15] registered [ 0.364557] acpiphp: Slot [16] registered [ 0.365658] acpiphp: Slot [17] registered [ 0.366768] acpiphp: Slot [18] registered [ 0.367874] acpiphp: Slot [19] registered [ 0.368970] acpiphp: Slot [20] registered [ 0.370076] acpiphp: Slot [21] registered [ 0.371172] acpiphp: Slot [22] registered [ 0.372283] acpiphp: Slot [23] registered [ 0.373395] acpiphp: Slot [24] registered [ 0.374502] acpiphp: Slot [25] registered [ 0.375596] acpiphp: Slot [26] registered [ 0.376688] acpiphp: Slot [27] registered [ 0.377793] acpiphp: Slot [28] registered [ 0.378892] acpiphp: Slot [29] registered [ 0.379986] acpiphp: Slot [30] registered [ 0.381082] acpiphp: Slot [31] registered [ 0.382190] PCI host bridge to bus 0000:00 [ 0.383285] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384911] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386546] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388511] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390493] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392496] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396544] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398244] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399831] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428301] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434098] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435989] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437771] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439530] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440942] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443020] vgaarb: loaded [ 0.443847] vgaarb: bridge control possible 0000:00:02.0 [ 0.445467] SCSI subsystem initialized [ 0.446712] ACPI: bus type USB registered [ 0.447849] usbcore: registered new interface driver usbfs [ 0.449266] usbcore: registered new interface driver hub [ 0.450613] usbcore: registered new device driver usb [ 0.452114] PCI: Using ACPI for IRQ routing [ 0.453626] NetLabel: Initializing [ 0.454597] NetLabel: domain hash size = 128 [ 0.455755] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457060] NetLabel: unlabeled traffic allowed by default [ 0.458641] clocksource: Switched to clocksource kvm-clock [ 0.468594] AppArmor: AppArmor Filesystem Enabled [ 0.469889] pnp: PnP ACPI init [ 0.471115] pnp: PnP ACPI: found 5 devices [ 0.477934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480235] NET: Registered protocol family 2 [ 0.481640] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.483402] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485047] TCP: Hash tables configured (established 4096 bind 4096) [ 0.486672] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488124] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.489706] NET: Registered protocol family 1 [ 0.490900] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.492370] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.493826] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.508315] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522790] Trying to unpack rootfs image as initramfs... [ 0.584623] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.589610] Scanning for low memory corruption every 60 seconds [ 0.591807] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593398] audit: initializing netlink subsys (disabled) [ 0.594922] audit: type=2000 audit(1534816892.378:1): initialized [ 0.596812] Initialise system trusted keyring [ 0.598215] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.599821] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.602530] zbud: loaded [ 0.603546] VFS: Disk quotas dquot_6.6.0 [ 0.604691] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.606859] fuse init (API version 7.23) [ 0.608097] Key type big_key registered [ 0.609208] Allocating IMA MOK and blacklist keyrings. [ 0.610906] Key type asymmetric registered [ 0.612060] Asymmetric key parser 'x509' registered [ 0.613383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.615489] io scheduler noop registered [ 0.616598] io scheduler deadline registered (default) [ 0.617985] io scheduler cfq registered [ 0.619200] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.620644] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.622417] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.624447] ACPI: Power Button [PWRF] [ 0.625716] GHES: HEST is not enabled! [ 0.639916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.669547] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.672566] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.696521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.699585] Linux agpgart interface v0.103 [ 0.703008] brd: module loaded [ 0.705234] loop: module loaded [ 0.710651] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713032] GPT:90111 != 2097151 [ 0.714142] GPT:Alternate GPT header not at the end of the disk. [ 0.715929] GPT:90111 != 2097151 [ 0.717030] GPT: Use GNU Parted to correct GPT errors. [ 0.718701] vda: vda1 vda15 [ 0.720580] scsi host0: ata_piix [ 0.721817] scsi host1: ata_piix [ 0.722984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725011] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727592] libphy: Fixed MDIO Bus: probed [ 0.728964] tun: Universal TUN/TAP device driver, 1.6 [ 0.730539] tun: (C) 1999-2004 Max Krasnyansky [ 0.733649] PPP generic driver version 2.4.2 [ 0.735127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737094] ehci-pci: EHCI PCI platform driver [ 0.738532] ehci-platform: EHCI generic platform driver [ 0.740165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742034] ohci-pci: OHCI PCI platform driver [ 0.743473] ohci-platform: OHCI generic platform driver [ 0.745113] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760118] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761750] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.764148] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.765807] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.767665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769687] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772117] usb usb1: Product: UHCI Host Controller [ 0.773645] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775532] usb usb1: SerialNumber: 0000:00:01.2 [ 0.777101] hub 1-0:1.0: USB hub found [ 0.778375] hub 1-0:1.0: 2 ports detected [ 0.779851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.783159] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.784740] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.786414] mousedev: PS/2 mouse device common for all mice [ 0.788414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791347] rtc_cmos 00:00: RTC can wake from S4 [ 0.793123] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795060] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796987] i2c /dev entries driver [ 0.798224] device-mapper: uevent: version 1.0.3 [ 0.799724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802330] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804433] NET: Registered protocol family 10 [ 0.806155] NET: Registered protocol family 17 [ 0.807573] Key type dns_resolver registered [ 0.809043] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810797] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813639] registered taskstats version 1 [ 0.814971] Loading compiled-in X.509 certificates [ 0.817061] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.820094] zswap: loaded using pool lzo/zbud [ 0.822393] Key type trusted registered [ 0.824744] Key type encrypted registered [ 0.826085] AppArmor: AppArmor sha1 policy hashing enabled [ 0.827794] ima: No TPM chip found, activating TPM-bypass! [ 0.829494] evm: HMAC attrs: 0x1 [ 0.830985] Magic number: 14:759:5 [ 0.832325] rtc_cmos 00:00: setting system clock to 2018-08-21 02:01:32 UTC (1534816892) [ 0.834934] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.836761] EDD information not available. [ 0.884360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.901237] Write protecting the kernel read-only data: 14336k [ 0.904485] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.907345] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.093157] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCSyIAs2raixE1/c9jYhwaFGVmU58iSrktvge7H20DjRoHoQH8/PGE8A6BYkflpJGuF/tyg04EnkGCWEq+5ooct/hSvKr7ZjIiqrKzFMEnFbmfHPZ7okOLllMJxmlix7bnxy59LTC34lgYWgfPxzFLeNL40hgjyCZfEqrgad13vg4RrmTAUwif9xC41NTJFkoKtG00l60I5fCfmNogSpfYs84ZGQSnUfsOHY/3GK/nB9DTFAyAuDfhbk0yi2jlS+i42SKLnSlBuj8OLPFJGZq7FC5x3Ems4T3mFfKtbqK1LKLS2rX/uBMeHcun6RDaYkRDHjqSLtY2V8Plvl/ow9EID root@vping-userdata-vm2-846a7bd4-07b6-436d-b827-b545f6c3e866 ssh-dss AAAAB3NzaC1kc3MAAACBAOaM8ofXO1iO8YL833Mf/Hc+FRh0yvK7gjIphXp9s/rxdBxnMfdkRQzR53qswvQ+x1IkafO6WcpcO2i45us23M9ZtCJoJQWOXV3FSCUlD1IgteBeT3uYL3sRJXaztCnrpWHJoHl9HszGF8/KGpDo3rn6BQtJNqqk51wwV/gRJ/zXAAAAFQChFYCdfq3ioZcv/kvZpkD47SJrNQAAAIBWp9DJ0vthpcNPbyN+cs7/k5hNEf13rzVg9EELXyps5odXugdZGr84ikes38naV8nLIMg9OinWAnYgN4iiq966m1Z7Jbpf4cNgrxrBIiXkJveMWRFaMKGua6+ksqTH9GCyxcTAs9Png6SjfQph1BdBEOwouOwps7gPb5UpzJ8k9AAAAIAJzdC503SIpdEdQnRiCk+IS2Mt8e7B20CUTyeTenbl1G2bF4UDlrV4q5cBRNhogNLl8KM7OcI/PPIKh2l7FMbPnmK/2NKqlNfc3TB1ZclYMOwfml00NbM0AarI7Ca/UopSDz8RSQJFXu8QY0rLKflocVciowPWmRBZmj5j+6Eu4A== root@vping-userdata-vm2-846a7bd4-07b6-436d-b827-b545f6c3e866 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.31s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:febf:f5c2/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-846a7bd4-07b6-436d-b827-b545f6c3e866 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.17 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net 2018-08-21 02:01:35,509 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-21 02:01:35,617 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:01:35,618 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-21 02:01:35,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 02:01:35,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:35,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a85d89d7-f888-4337-b92b-2a3943429662 x-compute-request-id: req-a85d89d7-f888-4337-b92b-2a3943429662 Content-Type: application/json 2018-08-21 02:01:35,787 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1 used request id req-a85d89d7-f888-4337-b92b-2a3943429662 2018-08-21 02:01:35,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.163542032242s 2018-08-21 02:01:35,787 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1 used request id req-a85d89d7-f888-4337-b92b-2a3943429662 2018-08-21 02:01:35,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:35,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:36,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12ec78d9-9e7b-4be7-a414-64f3d0009ae0 x-compute-request-id: req-12ec78d9-9e7b-4be7-a414-64f3d0009ae0 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:f5:c2", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:31.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:31Z", "hostId": "fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:5f:8a", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ff7ffe36-8cac-4738-8acc-244341fb31a1", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:20.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "ff7ffe36-8cac-4738-8acc-244341fb31a1", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:35Z", "hostId": "0ced7df93571a10a77c526dd787eb4a7e50c706da1d0311706f4b1fb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:13Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:36,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-12ec78d9-9e7b-4be7-a414-64f3d0009ae0 2018-08-21 02:01:36,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695506095886s 2018-08-21 02:01:36,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-12ec78d9-9e7b-4be7-a414-64f3d0009ae0 2018-08-21 02:01:36,486 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:38,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:38,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:38,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa433f54-6322-4fb3-8049-a7ac79ee3993 x-compute-request-id: req-fa433f54-6322-4fb3-8049-a7ac79ee3993 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:f5:c2", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:31.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:31Z", "hostId": "fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:38,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fa433f54-6322-4fb3-8049-a7ac79ee3993 2018-08-21 02:01:38,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356042146683s 2018-08-21 02:01:38,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fa433f54-6322-4fb3-8049-a7ac79ee3993 2018-08-21 02:01:38,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 02:01:38,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:38,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7274263-997a-42ad-a79d-b96fd427e2e1 x-compute-request-id: req-f7274263-997a-42ad-a79d-b96fd427e2e1 Content-Type: application/json 2018-08-21 02:01:38,997 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61 used request id req-f7274263-997a-42ad-a79d-b96fd427e2e1 2018-08-21 02:01:38,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.150257110596s 2018-08-21 02:01:38,998 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61 used request id req-f7274263-997a-42ad-a79d-b96fd427e2e1 2018-08-21 02:01:38,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:39,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:39,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8455492-612f-4548-b1c9-514b3d5218d9 x-compute-request-id: req-b8455492-612f-4548-b1c9-514b3d5218d9 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:f5:c2", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a8573e45-1593-4492-b21c-66a3083a9e61", "rel": "bookmark"}], "image": {"id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "links": [{"href": "http://172.30.9.44:8774/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:01:31.000000", "flavor": {"id": "1805369b-6dbe-45d2-8e83-fdd0c66969f8", "links": [{"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "bookmark"}]}, "id": "a8573e45-1593-4492-b21c-66a3083a9e61", "security_groups": [{"name": "default"}], "user_id": "0ad942c222f64160aa1e327fb81a795e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:01:38Z", "hostId": "fcccac83bba9b1deacd11644a6ba1321228b10a39fc8f574f28858e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_846a7bd4-07b6-436d-b827-b545f6c3e866", "created": "2018-08-21T02:01:23Z", "tenant_id": "29925cea1d984cbea20beee897d8203e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:01:39,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b8455492-612f-4548-b1c9-514b3d5218d9 2018-08-21 02:01:39,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.25602388382s 2018-08-21 02:01:39,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b8455492-612f-4548-b1c9-514b3d5218d9 2018-08-21 02:01:39,256 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:01:41,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:01:41,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:41,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61f01d9b-2d5a-4ec1-bed3-d76b4e8f7c7c x-compute-request-id: req-61f01d9b-2d5a-4ec1-bed3-d76b4e8f7c7c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-21 02:01:41,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-61f01d9b-2d5a-4ec1-bed3-d76b4e8f7c7c 2018-08-21 02:01:41,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0644841194153s 2018-08-21 02:01:41,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-61f01d9b-2d5a-4ec1-bed3-d76b4e8f7c7c 2018-08-21 02:01:41,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:01:41,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767/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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" -d '{"subnet_id": "48513b98-a7b1-4be1-9898-6c86a953c663"}' 2018-08-21 02:01:43,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-08177c9f-214d-40c9-bc9e-77f76eb77659 Date: Tue, 21 Aug 2018 02:01:42 GMT RESP BODY: {"network_id": "f566760c-2a2b-482d-b2b8-bc71094948c1", "tenant_id": "29925cea1d984cbea20beee897d8203e", "subnet_id": "48513b98-a7b1-4be1-9898-6c86a953c663", "subnet_ids": ["48513b98-a7b1-4be1-9898-6c86a953c663"], "port_id": "f00d937d-7591-4efa-b2b4-2c537113ba18", "id": "9fd48ed0-4984-4db2-bc76-ebcee8692767"} 2018-08-21 02:01:43,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767/remove_router_interface.json used request id req-08177c9f-214d-40c9-bc9e-77f76eb77659 2018-08-21 02:01:43,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68395209312s 2018-08-21 02:01:43,009 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767/remove_router_interface.json used request id req-08177c9f-214d-40c9-bc9e-77f76eb77659 returning object 9fd48ed0-4984-4db2-bc76-ebcee8692767 2018-08-21 02:01:43,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:01:43,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:43,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f07ac81c-ec71-4766-b846-906110aa4fc2 Date: Tue, 21 Aug 2018 02:01:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:06Z", "admin_state_up": true, "updated_at": "2018-08-21T02:01:42Z", "revision_number": 4, "routes": [], "project_id": "29925cea1d984cbea20beee897d8203e", "id": "9fd48ed0-4984-4db2-bc76-ebcee8692767", "name": "vping_userdata-router_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:43,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f07ac81c-ec71-4766-b846-906110aa4fc2 2018-08-21 02:01:43,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.12356710434s 2018-08-21 02:01:43,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f07ac81c-ec71-4766-b846-906110aa4fc2 2018-08-21 02:01:43,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:01:43,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:44,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84763bc0-7e6a-4b4d-9f40-9edf02a22692 Content-Length: 0 Date: Tue, 21 Aug 2018 02:01:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:01:44,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767.json used request id req-84763bc0-7e6a-4b4d-9f40-9edf02a22692 2018-08-21 02:01:44,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.32356715202s 2018-08-21 02:01:44,458 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/9fd48ed0-4984-4db2-bc76-ebcee8692767.json used request id req-84763bc0-7e6a-4b4d-9f40-9edf02a22692 2018-08-21 02:01:44,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:01:44,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:44,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-417393ef-53f7-48cc-b652-3260c7387fd5 Date: Tue, 21 Aug 2018 02:01:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f566760c-2a2b-482d-b2b8-bc71094948c1","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:01:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"29925cea1d984cbea20beee897d8203e","id":"48513b98-a7b1-4be1-9898-6c86a953c663","subnetpool_id":null,"name":"vping_userdata-subnet_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:44,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-417393ef-53f7-48cc-b652-3260c7387fd5 2018-08-21 02:01:44,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0427510738373s 2018-08-21 02:01:44,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-417393ef-53f7-48cc-b652-3260c7387fd5 2018-08-21 02:01:44,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:01:44,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/48513b98-a7b1-4be1-9898-6c86a953c663.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:45,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-377a4214-7b5e-4321-814c-b20db4da23da Date: Tue, 21 Aug 2018 02:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:01:45,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/48513b98-a7b1-4be1-9898-6c86a953c663.json used request id req-377a4214-7b5e-4321-814c-b20db4da23da 2018-08-21 02:01:45,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.1719019413s 2018-08-21 02:01:45,675 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/48513b98-a7b1-4be1-9898-6c86a953c663.json used request id req-377a4214-7b5e-4321-814c-b20db4da23da 2018-08-21 02:01:45,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:45,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:45,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-9ba5ae93-70ca-44de-9851-4088fa40d260 Date: Tue, 21 Aug 2018 02:01:45 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":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","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-21T02:01:45Z","tenant_id":"29925cea1d984cbea20beee897d8203e","created_at":"2018-08-21T02:01:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"29925cea1d984cbea20beee897d8203e","id":"f566760c-2a2b-482d-b2b8-bc71094948c1","name":"vping_userdata-net_846a7bd4-07b6-436d-b827-b545f6c3e866"}]} 2018-08-21 02:01:45,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-9ba5ae93-70ca-44de-9851-4088fa40d260 2018-08-21 02:01:45,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101720094681s 2018-08-21 02:01:45,778 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-9ba5ae93-70ca-44de-9851-4088fa40d260 2018-08-21 02:01:45,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:01:45,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/f566760c-2a2b-482d-b2b8-bc71094948c1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:46,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1cf7d9d-0d87-4dbd-a642-7afefe56fec8 Date: Tue, 21 Aug 2018 02:01:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:01:46,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/f566760c-2a2b-482d-b2b8-bc71094948c1.json used request id req-e1cf7d9d-0d87-4dbd-a642-7afefe56fec8 2018-08-21 02:01:46,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19563603401s 2018-08-21 02:01:46,975 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/f566760c-2a2b-482d-b2b8-bc71094948c1.json used request id req-e1cf7d9d-0d87-4dbd-a642-7afefe56fec8 2018-08-21 02:01:46,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:01:46,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:47,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-7170519a-f5f8-4e28-b265-8c18eaec5642 Date: Tue, 21 Aug 2018 02:01:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:10Z", "file": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949/file", "owner": "29925cea1d984cbea20beee897d8203e", "id": "56e356ee-f70a-49cc-b4b1-7630e542f949", "size": 12716032, "self": "/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/56e356ee-f70a-49cc-b4b1-7630e542f949/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_846a7bd4-07b6-436d-b827-b545f6c3e866", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:01:47,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7170519a-f5f8-4e28-b265-8c18eaec5642 2018-08-21 02:01:47,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.081983089447s 2018-08-21 02:01:47,062 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7170519a-f5f8-4e28-b265-8c18eaec5642 2018-08-21 02:01:47,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:01:47,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6e7e15a402784059c259e6257cd9e9b2c68e88b8" 2018-08-21 02:01:48,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b84f585f-3736-4a30-bb1c-670fca7d7925 Date: Tue, 21 Aug 2018 02:01: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-21 02:01:48,132 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949 used request id req-b84f585f-3736-4a30-bb1c-670fca7d7925 2018-08-21 02:01:48,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.06902599335s 2018-08-21 02:01:48,132 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/56e356ee-f70a-49cc-b4b1-7630e542f949 used request id req-b84f585f-3736-4a30-bb1c-670fca7d7925 2018-08-21 02:01:48,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:01:48,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:48,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-789c7314-cfa3-4d9c-ad01-cf8045042c93 x-compute-request-id: req-789c7314-cfa3-4d9c-ad01-cf8045042c93 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8", "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": "1805369b-6dbe-45d2-8e83-fdd0c66969f8"}]} 2018-08-21 02:01:48,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-789c7314-cfa3-4d9c-ad01-cf8045042c93 2018-08-21 02:01:48,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0218541622162s 2018-08-21 02:01:48,155 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-789c7314-cfa3-4d9c-ad01-cf8045042c93 2018-08-21 02:01:48,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:01:48,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:48,198 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:01:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4727b10-583a-4880-b174-f4b0d4bdc036 x-compute-request-id: req-c4727b10-583a-4880-b174-f4b0d4bdc036 Content-Length: 0 Content-Type: application/json 2018-08-21 02:01:48,198 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8 used request id req-c4727b10-583a-4880-b174-f4b0d4bdc036 2018-08-21 02:01:48,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.041277885437s 2018-08-21 02:01:48,198 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/1805369b-6dbe-45d2-8e83-fdd0c66969f8 used request id req-c4727b10-583a-4880-b174-f4b0d4bdc036 2018-08-21 02:01:48,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:01:48,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:48,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b072ed17-8f4f-4a87-af75-505624bba4cc Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": {"self": "http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0ad942c222f64160aa1e327fb81a795e", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:01:48,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-b072ed17-8f4f-4a87-af75-505624bba4cc 2018-08-21 02:01:48,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200341939926s 2018-08-21 02:01:48,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-b072ed17-8f4f-4a87-af75-505624bba4cc 2018-08-21 02:01:48,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:01:48,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:48,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29d92920-4b21-4faf-bd18-67c91657034a Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_846a7bd4-07b6-436d-b827-b545f6c3e866", "links": {"self": "http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0ad942c222f64160aa1e327fb81a795e", "description": null}} 2018-08-21 02:01:48,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e used request id req-29d92920-4b21-4faf-bd18-67c91657034a 2018-08-21 02:01:48,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207879066467s 2018-08-21 02:01:48,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e used request id req-29d92920-4b21-4faf-bd18-67c91657034a 2018-08-21 02:01:48,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 02:01:48,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:48,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52799e02-2b74-4580-b695-7121f2923cb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:01:48,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e used request id req-52799e02-2b74-4580-b695-7121f2923cb4 2018-08-21 02:01:48,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.344316005707s 2018-08-21 02:01:48,958 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/0ad942c222f64160aa1e327fb81a795e used request id req-52799e02-2b74-4580-b695-7121f2923cb4 2018-08-21 02:01:48,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:01:48,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:49,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92c9130-c11d-4ca0-a013-9ed1a23dfccf Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e"}, "tags": [], "enabled": true, "id": "29925cea1d984cbea20beee897d8203e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_846a7bd4-07b6-436d-b827-b545f6c3e866"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-21 02:01:49,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-c92c9130-c11d-4ca0-a013-9ed1a23dfccf 2018-08-21 02:01:49,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194097042084s 2018-08-21 02:01:49,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-c92c9130-c11d-4ca0-a013-9ed1a23dfccf 2018-08-21 02:01:49,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 02:01:49,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e885b907e43c7eda1007a5ad1e4ad27ccd10dc0c" 2018-08-21 02:01:49,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be595adf-0e2c-4ec0-8752-8de3960dbe1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:01:49,415 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e used request id req-be595adf-0e2c-4ec0-8752-8de3960dbe1b 2018-08-21 02:01:49,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.250358819962s 2018-08-21 02:01:49,416 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/29925cea1d984cbea20beee897d8203e used request id req-be595adf-0e2c-4ec0-8752-8de3960dbe1b 2018-08-21 02:01:49,469 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:01:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:01:49,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:01:49,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:49,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c5cff5-139a-47eb-81fe-d2ba226d6e7d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:01:49,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-d1c5cff5-139a-47eb-81fe-d2ba226d6e7d 2018-08-21 02:01:49,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:01:49,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["8KG5kK0mTSCJTlp2Sdnu2A"], "issued_at": "2018-08-21T02:01:49.000000Z"}} 2018-08-21 02:01:49,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:49,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:50,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-48c94c67-b72a-4029-97c1-a8d98bdfbcf0 Date: Tue, 21 Aug 2018 02:01:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:01:50,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-48c94c67-b72a-4029-97c1-a8d98bdfbcf0 2018-08-21 02:01:50,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358505964279s 2018-08-21 02:01:50,282 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-48c94c67-b72a-4029-97c1-a8d98bdfbcf0 2018-08-21 02:01:50,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:50,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-051d1e9d-c677-4d9c-8aac-0f896c08da2c 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:01:50,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-051d1e9d-c677-4d9c-8aac-0f896c08da2c 2018-08-21 02:01:50,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:01:50,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:50,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0147e98b-8c1c-439b-89ea-3a1cd34e3d56 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 02:01:50,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-0147e98b-8c1c-439b-89ea-3a1cd34e3d56 2018-08-21 02:01:50,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103706121445s 2018-08-21 02:01:50,397 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-0147e98b-8c1c-439b-89ea-3a1cd34e3d56 2018-08-21 02:01:50,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 02:01:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}}' 2018-08-21 02:01:50,636 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-634e9109-f4b4-4945-b5c2-1df164aaace3 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.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4"}, "tags": [], "enabled": true, "id": "d26a4afacf6b47198f96ad67d9ead0a4", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}} 2018-08-21 02:01:50,636 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-634e9109-f4b4-4945-b5c2-1df164aaace3 2018-08-21 02:01:50,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.231798887253s 2018-08-21 02:01:50,636 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-634e9109-f4b4-4945-b5c2-1df164aaace3 2018-08-21 02:01:50,637 - 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'd26a4afacf6b47198f96ad67d9ead0a4', '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_1773dad2-3367-4ba3-ba40-e8c1cf39373f'}) 2018-08-21 02:01:50,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 02:01:50,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "38331e85-ed38-47bc-9223-083aaabd5eef", "email": null, "name": "cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}}' 2018-08-21 02:01:51,092 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d8bfca1-41aa-453b-bbd0-296e7d9957d4 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": {"self": "http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a17298c5b9024bf4ae9a775372c25527", "domain_id": "default", "password_expires_at": null}} 2018-08-21 02:01:51,092 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-1d8bfca1-41aa-453b-bbd0-296e7d9957d4 2018-08-21 02:01:51,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.449261188507s 2018-08-21 02:01:51,093 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-1d8bfca1-41aa-453b-bbd0-296e7d9957d4 2018-08-21 02:01:51,093 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a17298c5b9024bf4ae9a775372c25527', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f'}) 2018-08-21 02:01:51,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:01:51,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:51,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7679eb26-a21d-44b6-b119-72928a8c1aac Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:01:51,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-7679eb26-a21d-44b6-b119-72928a8c1aac 2018-08-21 02:01:51,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18896317482s 2018-08-21 02:01:51,287 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-7679eb26-a21d-44b6-b119-72928a8c1aac 2018-08-21 02:01:51,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:01:51,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:51,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aa2ed0b-622b-4de2-bf21-0cdda75aa6d6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:01:51,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-8aa2ed0b-622b-4de2-bf21-0cdda75aa6d6 2018-08-21 02:01:51,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104697942734s 2018-08-21 02:01:51,397 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-8aa2ed0b-622b-4de2-bf21-0cdda75aa6d6 2018-08-21 02:01:51,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:01:51,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:51,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33799adc-dbcf-483a-94ba-62f4809e8130 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:01:51,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-33799adc-dbcf-483a-94ba-62f4809e8130 2018-08-21 02:01:51,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190575122833s 2018-08-21 02:01:51,593 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-33799adc-dbcf-483a-94ba-62f4809e8130 2018-08-21 02:01:51,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:01:51,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:51,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f4770b-db1f-4ee8-8e83-828b6b36147f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 02:01:51,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-d9f4770b-db1f-4ee8-8e83-828b6b36147f 2018-08-21 02:01:51,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101120948792s 2018-08-21 02:01:51,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-d9f4770b-db1f-4ee8-8e83-828b6b36147f 2018-08-21 02:01:51,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:01:51,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:51,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd3836fb-1a01-46ad-8a70-805adbd89ce4 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": {"self": "http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a17298c5b9024bf4ae9a775372c25527", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:01:51,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-bd3836fb-1a01-46ad-8a70-805adbd89ce4 2018-08-21 02:01:51,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206811904907s 2018-08-21 02:01:51,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-bd3836fb-1a01-46ad-8a70-805adbd89ce4 2018-08-21 02:01:51,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:01:51,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:52,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-832d1643-e570-4fb3-8698-aedf4d111154 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4"}, "tags": [], "enabled": true, "id": "d26a4afacf6b47198f96ad67d9ead0a4", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-21 02:01:52,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-832d1643-e570-4fb3-8698-aedf4d111154 2018-08-21 02:01:52,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182877063751s 2018-08-21 02:01:52,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-832d1643-e570-4fb3-8698-aedf4d111154 2018-08-21 02:01:52,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 02:01:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=a17298c5b9024bf4ae9a775372c25527&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d26a4afacf6b47198f96ad67d9ead0a4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:52,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70879893-c36e-46f2-8c80-80a929f5e0a8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=a17298c5b9024bf4ae9a775372c25527&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d26a4afacf6b47198f96ad67d9ead0a4", "previous": null, "next": null}} 2018-08-21 02:01:52,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=a17298c5b9024bf4ae9a775372c25527&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d26a4afacf6b47198f96ad67d9ead0a4 used request id req-70879893-c36e-46f2-8c80-80a929f5e0a8 2018-08-21 02:01:52,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101366996765s 2018-08-21 02:01:52,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=a17298c5b9024bf4ae9a775372c25527&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d26a4afacf6b47198f96ad67d9ead0a4 used request id req-70879893-c36e-46f2-8c80-80a929f5e0a8 2018-08-21 02:01:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 02:01:52,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4/users/a17298c5b9024bf4ae9a775372c25527/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:01:52,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:01:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e30f29ce-550c-4639-bb53-303dccd49c21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:01:52,454 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4/users/a17298c5b9024bf4ae9a775372c25527/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-e30f29ce-550c-4639-bb53-303dccd49c21 2018-08-21 02:01:52,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.240973949432s 2018-08-21 02:01:52,455 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4/users/a17298c5b9024bf4ae9a775372c25527/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-e30f29ce-550c-4639-bb53-303dccd49c21 2018-08-21 02:01:52,455 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 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'd26a4afacf6b47198f96ad67d9ead0a4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '38331e85-ed38-47bc-9223-083aaabd5eef', 'username': u'cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:01:52,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:01:52,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:01:52,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:01:52,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:01:52,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:01:52,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:01:52,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:01:52,460 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'password': '38331e85-ed38-47bc-9223-083aaabd5eef', 'project_name': 'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': 'd26a4afacf6b47198f96ad67d9ead0a4', 'project_domain_name': 'Default'} 2018-08-21 02:01:52,461 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-21 02:01:52,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:52,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b13cb2-c3cb-43ca-a6da-356bb01ae929 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:01:52,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-71b13cb2-c3cb-43ca-a6da-356bb01ae929 2018-08-21 02:01:52,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:01:52,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:01:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26a4afacf6b47198f96ad67d9ead0a4", "name": "cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_d26a4afacf6b47198f96ad67d9ead0a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_d26a4afacf6b47198f96ad67d9ead0a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/d26a4afacf6b47198f96ad67d9ead0a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "id": "a17298c5b9024bf4ae9a775372c25527"}, "audit_ids": ["Gmd7nKNkTiOu8OggCmdRgA"], "issued_at": "2018-08-21T02:01:52.000000Z"}} 2018-08-21 02:01:52,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:01:52,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"network": {"name": "cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "admin_state_up": true}}' 2018-08-21 02:01:53,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-b26d0757-8980-42d7-b78d-61cff1ea6fad Date: Tue, 21 Aug 2018 02:01:53 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T02:01:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}} 2018-08-21 02:01:53,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-b26d0757-8980-42d7-b78d-61cff1ea6fad 2018-08-21 02:01:53,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.702624082565s 2018-08-21 02:01:53,570 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-b26d0757-8980-42d7-b78d-61cff1ea6fad 2018-08-21 02:01:53,571 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:01:53Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'acca5043-b1c7-4322-8dd8-8492982cd9b6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f', u'admin_state_up': True, u'tenant_id': u'd26a4afacf6b47198f96ad67d9ead0a4', u'created_at': u'2018-08-21T02:01:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd26a4afacf6b47198f96ad67d9ead0a4'}) 2018-08-21 02:01:53,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:01:53,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:01:53,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-996140c3-f9fe-4083-a9e2-2f0769edac5e Date: Tue, 21 Aug 2018 02:01:53 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-21T02:01:53Z","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 02:01:53,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-996140c3-f9fe-4083-a9e2-2f0769edac5e 2018-08-21 02:01:53,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129477977753s 2018-08-21 02:01:53,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-996140c3-f9fe-4083-a9e2-2f0769edac5e 2018-08-21 02:01:53,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:01:53,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"subnet": {"name": "cinder_test-subnet_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "enable_dhcp": true, "network_id": "acca5043-b1c7-4322-8dd8-8492982cd9b6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:01:54,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-be6fc215-7fd4-4872-8c50-d7b35f77bb13 Date: Tue, 21 Aug 2018 02:01:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:01:53Z","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":"d26a4afacf6b47198f96ad67d9ead0a4","id":"be10d14d-bcd0-41d7-928f-e018013367c3","subnetpool_id":null,"name":"cinder_test-subnet_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}} 2018-08-21 02:01:54,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-be6fc215-7fd4-4872-8c50-d7b35f77bb13 2018-08-21 02:01:54,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.581573009491s 2018-08-21 02:01:54,285 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-be6fc215-7fd4-4872-8c50-d7b35f77bb13 2018-08-21 02:01:54,285 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:01:53Z', 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'be10d14d-bcd0-41d7-928f-e018013367c3', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_1773dad2-3367-4ba3-ba40-e8c1cf39373f', u'enable_dhcp': True, u'network_id': u'acca5043-b1c7-4322-8dd8-8492982cd9b6', u'tenant_id': u'd26a4afacf6b47198f96ad67d9ead0a4', u'created_at': u'2018-08-21T02:01:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd26a4afacf6b47198f96ad67d9ead0a4'}) 2018-08-21 02:01:54,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:01:54,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "cinder_test-router_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "admin_state_up": true}}' 2018-08-21 02:01:55,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e01ffaa3-6d97-489f-a612-82fce0e6a528 Date: Tue, 21 Aug 2018 02:01:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:54Z", "admin_state_up": true, "updated_at": "2018-08-21T02:01:55Z", "revision_number": 2, "routes": [], "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "name": "cinder_test-router_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}} 2018-08-21 02:01:55,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-e01ffaa3-6d97-489f-a612-82fce0e6a528 2018-08-21 02:01:55,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.34622597694s 2018-08-21 02:01:55,633 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-e01ffaa3-6d97-489f-a612-82fce0e6a528 2018-08-21 02:01:55,633 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd26a4afacf6b47198f96ad67d9ead0a4', u'created_at': u'2018-08-21T02:01:54Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T02:01:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'd26a4afacf6b47198f96ad67d9ead0a4', u'id': u'fa29dc21-a526-4365-a8ec-7427c6b9aabd', u'name': u'cinder_test-router_1773dad2-3367-4ba3-ba40-e8c1cf39373f'}) 2018-08-21 02:01:55,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:01:55,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"subnet_id": "be10d14d-bcd0-41d7-928f-e018013367c3"}' 2018-08-21 02:01:57,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fb42e314-dce7-4419-bb85-3937a2e3980e Date: Tue, 21 Aug 2018 02:01:57 GMT RESP BODY: {"network_id": "acca5043-b1c7-4322-8dd8-8492982cd9b6", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "subnet_id": "be10d14d-bcd0-41d7-928f-e018013367c3", "subnet_ids": ["be10d14d-bcd0-41d7-928f-e018013367c3"], "port_id": "f4b3d472-2b00-4634-b215-c7855c8c6062", "id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd"} 2018-08-21 02:01:57,473 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd/add_router_interface.json used request id req-fb42e314-dce7-4419-bb85-3937a2e3980e 2018-08-21 02:01:57,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83914995193s 2018-08-21 02:01:57,473 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd/add_router_interface.json used request id req-fb42e314-dce7-4419-bb85-3937a2e3980e returning object fa29dc21-a526-4365-a8ec-7427c6b9aabd 2018-08-21 02:01:57,474 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:01:57,606 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:01:57,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:01:57,611 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:01:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:01:57,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:01:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:01:57,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d1590b8f-0424-4db2-9c81-47be96a7717a Date: Tue, 21 Aug 2018 02:01:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:01:57,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-d1590b8f-0424-4db2-9c81-47be96a7717a 2018-08-21 02:01:57,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.350335836411s 2018-08-21 02:01:57,965 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-d1590b8f-0424-4db2-9c81-47be96a7717a 2018-08-21 02:01:57,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:01:57,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}' 2018-08-21 02:01:58,037 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4212b7ee-1f4d-4921-8cc4-a90e125c114d Date: Tue, 21 Aug 2018 02:01:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:57Z", "file": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file", "owner": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "size": null, "self": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "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_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "checksum": null, "created_at": "2018-08-21T02:01:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:01:58,037 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-4212b7ee-1f4d-4921-8cc4-a90e125c114d 2018-08-21 02:01:58,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0638430118561s 2018-08-21 02:01:58,038 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-4212b7ee-1f4d-4921-8cc4-a90e125c114d returning object 0e8f210f-c1ac-4423-a1ce-56c043d871e0 2018-08-21 02:01:58,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:01:58,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '' 2018-08-21 02:01:58,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e54f3cc-fd75-4be9-9c94-aa8e6fd8ff22 Date: Tue, 21 Aug 2018 02:01:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:01:58,466 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file used request id req-1e54f3cc-fd75-4be9-9c94-aa8e6fd8ff22 2018-08-21 02:01:58,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.428259134293s 2018-08-21 02:01:58,467 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file used request id req-1e54f3cc-fd75-4be9-9c94-aa8e6fd8ff22 2018-08-21 02:01:58,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:01:58,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:01:58,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-445a2a8d-dcd9-4a9f-8838-9852e67a5039 Date: Tue, 21 Aug 2018 02:01:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:58Z", "file": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file", "owner": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "size": 12716032, "self": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:01:58,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-445a2a8d-dcd9-4a9f-8838-9852e67a5039 2018-08-21 02:01:58,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0429780483246s 2018-08-21 02:01:58,514 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-445a2a8d-dcd9-4a9f-8838-9852e67a5039 2018-08-21 02:01:58,516 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file', 'owner': u'd26a4afacf6b47198f96ad67d9ead0a4', 'id': u'0e8f210f-c1ac-4423-a1ce-56c043d871e0', 'size': 12716032, u'self': u'/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': 'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:01:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T02:01:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f', '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/0e8f210f-c1ac-4423-a1ce-56c043d871e0', 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_1773dad2-3367-4ba3-ba40-e8c1cf39373f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'created': u'2018-08-21T02:01:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:01:57Z', 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/0e8f210f-c1ac-4423-a1ce-56c043d871e0', 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_1773dad2-3367-4ba3-ba40-e8c1cf39373f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:01:58,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:01:58,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:01:58,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa32831f-287f-4576-9dad-da1366821d78 x-compute-request-id: req-fa32831f-287f-4576-9dad-da1366821d78 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "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": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3"}} 2018-08-21 02:01:58,827 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-fa32831f-287f-4576-9dad-da1366821d78 2018-08-21 02:01:58,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.310220003128s 2018-08-21 02:01:58,827 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-fa32831f-287f-4576-9dad-da1366821d78 2018-08-21 02:01:58,828 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_1773dad2-3367-4ba3-ba40-e8c1cf39373f', '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'9395463b2c594ad385c1520193638f95', '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'344b32e5-a47f-4be9-9b51-a8b82ad1dde3', 'swap': 0}) 2018-08-21 02:01:58,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:01:58,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3/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}07176d7cf4864871f426ab622fc688cba8a734b2" -d '{"extra_specs": {}}' 2018-08-21 02:01:58,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80053fe5-4188-4ba2-bd0b-05dcc8919391 x-compute-request-id: req-80053fe5-4188-4ba2-bd0b-05dcc8919391 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:01:58,849 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3/os-extra_specs used request id req-80053fe5-4188-4ba2-bd0b-05dcc8919391 2018-08-21 02:01:58,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199389457703s 2018-08-21 02:01:58,849 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3/os-extra_specs used request id req-80053fe5-4188-4ba2-bd0b-05dcc8919391 2018-08-21 02:01:58,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-21 02:01:58,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"keypair": {"name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}}' 2018-08-21 02:01:59,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:01:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c46ff7f-940c-48b1-b052-3c6ee15f5d22 x-compute-request-id: req-1c46ff7f-940c-48b1-b052-3c6ee15f5d22 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCevrNcCDVSWLfh1FSRFLVMBqCkHNRquv+gT3UOPmlKwUgbSbDoIhWW4DNcIa9AWDG9O2wRtXcG04uXHKviwEwBgF1/EhEwIjlTbZjN5YhHS7zDSGETBclDKFoWdnIecmZaawJD84XyDuIjN7bIt/6iK3qObOphWX6c0hHskqhBIA4dF0l6ijPGvxgyoxS4+vu2YW/PmAiqcNH3ebe0MrYXkHqWzw3/oMB+ngNxK3QAqlcCNhJb10F/miHmH3BsHyg7JjRVWqFJ02OnZNMVzpOxxVghMj1/+DBw/5acF1zDl8Ggd0kMNXX2gaeqPFjwAdBR5qnnnzNEKjL2AexfnlAB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnr6zXAg1Uli34dRUkRS1TAagpBzUarr/oE91Dj5pSsFIG0mw\n6CIVluAzXCGvQFgxvTtsEbV3BtOLlxyr4sBMAYBdfxIRMCI5U22YzeWIR0u8w0hh\nEwXJQyhaFnZyHnJmWmsCQ/OF8g7iIze2yLf+oit6jmzqYVl+nNIR7JKoQSAOHRdJ\neoozxr8YMqMUuPr7tmFvz5gIqnDR93m3tDK2F5B6ls8N/6DAfp4DcSt0AKpXAjYS\nW9dBf5oh5h9wbB8oOyY0VVqhSdNjp2TTFc6TscVYITI9f/gwcP+WnBdcw5fBoHdJ\nDDV19oGnqjxY8AHQUeap558zRCoy9gHsX55QAQIDAQABAoIBABsGUhiH2TQEoIFU\nmXT9doPT2QM3WT42SZBsFnxvSZONZg4nNHPAYbaGwpebsG8e1JDnjdVR9Ep4Nxpp\nqiV3ITlcNg6M79om6WV3kfzzZ4jjruX763LGmGXTd8q9LV5bkWsxLniM+6+iswLV\n2EtBb5sCFeIrTpd2GeTuqliA+x3i52yrsdDwfkbaKXvm3ujGLSRXYV+jRrwOMBpw\n+SimI/UFSYSWh+Yxr/fDrGyPCKNtEQkOTaL9kaeh7pQVb5XqFVz8DDUrSHIMcBgM\njm0Y7VnBsSWxeOfeG/bxmalRMCIUPt9EtDZ4sDkUZx14TTWnPQf6hrZAQ54y2JD6\nmBSiM1UCgYEA03ZiB0ydkC+AQnilNSYZas3vj6iwdmXyqPW7cObQcYnqcJtQAVrA\nk/F8N2Daha4ckgo8Ggxxl7jeA2maONm+mw7C1wwqVRIoSs9SnX9+B1CrzMRVqKIR\nthIvzyUhOvaUPd7zifz1hr6artxLzkiYXv1jn4/9iez7IGBJqL15+u8CgYEAwC3m\nDUas2Ke7pjSaV1slKiW4NZOgjBxRRpGbrzBW/N5jJCpw7UjCkipWizz1Af+6buX0\n5/dlvXtM5hBPcOdll9GD/PTyCH+atfwaaa5IyFerFpXpiCW38uxky2nFelFC6dm1\naWamgbTBf3M0YAXSPacIeVtB5B2ah9DqMRDBJA8CgYBMfKB+lWbUlWnmIS9YpxxA\ndpa1NsYFPWDlXmTbNJGmz8Td0D/DDalkmc9dVIoWGmE5LbyJi4C26WZcg6EF+TSp\nb1Boan0RYkzyqkTutQPH75UErutw4JZZbgCfA4YehrweGPusKLRCdcULhKFizv1W\nNn8HYxTJA8/d6RYbk9WAPwKBgB/9Q+b/1bO2r/Cpnutdm6EZaEFa0oWgDRNfF3gg\n5snuxrf1bJjC3MhxzbgdrHbpt4HQO2UFdGUHCjTdkCuuCOYtlPfdWhB6FSmnzkm7\nHhhjJ3J5/8aO6MDCAsEtWRbUQfwlJiJmWN8MVI0/gv9c2LM0g5+Xxi8PknJ7HxCN\nxmiXAoGAZO4UKTDWcvYMe7unWM4m94LlmX8gEHeCwAKTquf851G/C4p/AxtxBMMt\nUqTcyzVq644Wq9VULDtgPzxREI82rmYm0qDaW1cAr44PYQym1CyZDkUBerkESOlB\nGWPZuEodMYkxmL/6JnqucwMUD0cRW65gwjxOXklBETk6BmTTwlM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "a17298c5b9024bf4ae9a775372c25527", "name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "fingerprint": "bc:1c:34:8f:02:95:ce:fb:53:62:d0:d6:c8:ed:98:de"}} 2018-08-21 02:01:59,283 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-1c46ff7f-940c-48b1-b052-3c6ee15f5d22 2018-08-21 02:01:59,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.433823823929s 2018-08-21 02:01:59,284 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-1c46ff7f-940c-48b1-b052-3c6ee15f5d22 2018-08-21 02:01:59,285 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCevrNcCDVSWLfh1FSRFLVMBqCkHNRquv+gT3UOPmlKwUgbSbDoIhWW4DNcIa9AWDG9O2wRtXcG04uXHKviwEwBgF1/EhEwIjlTbZjN5YhHS7zDSGETBclDKFoWdnIecmZaawJD84XyDuIjN7bIt/6iK3qObOphWX6c0hHskqhBIA4dF0l6ijPGvxgyoxS4+vu2YW/PmAiqcNH3ebe0MrYXkHqWzw3/oMB+ngNxK3QAqlcCNhJb10F/miHmH3BsHyg7JjRVWqFJ02OnZNMVzpOxxVghMj1/+DBw/5acF1zDl8Ggd0kMNXX2gaeqPFjwAdBR5qnnnzNEKjL2AexfnlAB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnr6zXAg1Uli34dRUkRS1TAagpBzUarr/oE91Dj5pSsFIG0mw\n6CIVluAzXCGvQFgxvTtsEbV3BtOLlxyr4sBMAYBdfxIRMCI5U22YzeWIR0u8w0hh\nEwXJQyhaFnZyHnJmWmsCQ/OF8g7iIze2yLf+oit6jmzqYVl+nNIR7JKoQSAOHRdJ\neoozxr8YMqMUuPr7tmFvz5gIqnDR93m3tDK2F5B6ls8N/6DAfp4DcSt0AKpXAjYS\nW9dBf5oh5h9wbB8oOyY0VVqhSdNjp2TTFc6TscVYITI9f/gwcP+WnBdcw5fBoHdJ\nDDV19oGnqjxY8AHQUeap558zRCoy9gHsX55QAQIDAQABAoIBABsGUhiH2TQEoIFU\nmXT9doPT2QM3WT42SZBsFnxvSZONZg4nNHPAYbaGwpebsG8e1JDnjdVR9Ep4Nxpp\nqiV3ITlcNg6M79om6WV3kfzzZ4jjruX763LGmGXTd8q9LV5bkWsxLniM+6+iswLV\n2EtBb5sCFeIrTpd2GeTuqliA+x3i52yrsdDwfkbaKXvm3ujGLSRXYV+jRrwOMBpw\n+SimI/UFSYSWh+Yxr/fDrGyPCKNtEQkOTaL9kaeh7pQVb5XqFVz8DDUrSHIMcBgM\njm0Y7VnBsSWxeOfeG/bxmalRMCIUPt9EtDZ4sDkUZx14TTWnPQf6hrZAQ54y2JD6\nmBSiM1UCgYEA03ZiB0ydkC+AQnilNSYZas3vj6iwdmXyqPW7cObQcYnqcJtQAVrA\nk/F8N2Daha4ckgo8Ggxxl7jeA2maONm+mw7C1wwqVRIoSs9SnX9+B1CrzMRVqKIR\nthIvzyUhOvaUPd7zifz1hr6artxLzkiYXv1jn4/9iez7IGBJqL15+u8CgYEAwC3m\nDUas2Ke7pjSaV1slKiW4NZOgjBxRRpGbrzBW/N5jJCpw7UjCkipWizz1Af+6buX0\n5/dlvXtM5hBPcOdll9GD/PTyCH+atfwaaa5IyFerFpXpiCW38uxky2nFelFC6dm1\naWamgbTBf3M0YAXSPacIeVtB5B2ah9DqMRDBJA8CgYBMfKB+lWbUlWnmIS9YpxxA\ndpa1NsYFPWDlXmTbNJGmz8Td0D/DDalkmc9dVIoWGmE5LbyJi4C26WZcg6EF+TSp\nb1Boan0RYkzyqkTutQPH75UErutw4JZZbgCfA4YehrweGPusKLRCdcULhKFizv1W\nNn8HYxTJA8/d6RYbk9WAPwKBgB/9Q+b/1bO2r/Cpnutdm6EZaEFa0oWgDRNfF3gg\n5snuxrf1bJjC3MhxzbgdrHbpt4HQO2UFdGUHCjTdkCuuCOYtlPfdWhB6FSmnzkm7\nHhhjJ3J5/8aO6MDCAsEtWRbUQfwlJiJmWN8MVI0/gv9c2LM0g5+Xxi8PknJ7HxCN\nxmiXAoGAZO4UKTDWcvYMe7unWM4m94LlmX8gEHeCwAKTquf851G/C4p/AxtxBMMt\nUqTcyzVq644Wq9VULDtgPzxREI82rmYm0qDaW1cAr44PYQym1CyZDkUBerkESOlB\nGWPZuEodMYkxmL/6JnqucwMUD0cRW65gwjxOXklBETk6BmTTwlM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a17298c5b9024bf4ae9a775372c25527', 'name': u'cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'created_at': '2018-08-21T02:01:59.285131', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': 'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'bc:1c:34:8f:02:95:ce:fb:53:62:d0:d6:c8:ed:98:de', 'type': 'ssh', 'id': u'cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f'}) 2018-08-21 02:01:59,285 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAnr6zXAg1Uli34dRUkRS1TAagpBzUarr/oE91Dj5pSsFIG0mw 6CIVluAzXCGvQFgxvTtsEbV3BtOLlxyr4sBMAYBdfxIRMCI5U22YzeWIR0u8w0hh EwXJQyhaFnZyHnJmWmsCQ/OF8g7iIze2yLf+oit6jmzqYVl+nNIR7JKoQSAOHRdJ eoozxr8YMqMUuPr7tmFvz5gIqnDR93m3tDK2F5B6ls8N/6DAfp4DcSt0AKpXAjYS W9dBf5oh5h9wbB8oOyY0VVqhSdNjp2TTFc6TscVYITI9f/gwcP+WnBdcw5fBoHdJ DDV19oGnqjxY8AHQUeap558zRCoy9gHsX55QAQIDAQABAoIBABsGUhiH2TQEoIFU mXT9doPT2QM3WT42SZBsFnxvSZONZg4nNHPAYbaGwpebsG8e1JDnjdVR9Ep4Nxpp qiV3ITlcNg6M79om6WV3kfzzZ4jjruX763LGmGXTd8q9LV5bkWsxLniM+6+iswLV 2EtBb5sCFeIrTpd2GeTuqliA+x3i52yrsdDwfkbaKXvm3ujGLSRXYV+jRrwOMBpw +SimI/UFSYSWh+Yxr/fDrGyPCKNtEQkOTaL9kaeh7pQVb5XqFVz8DDUrSHIMcBgM jm0Y7VnBsSWxeOfeG/bxmalRMCIUPt9EtDZ4sDkUZx14TTWnPQf6hrZAQ54y2JD6 mBSiM1UCgYEA03ZiB0ydkC+AQnilNSYZas3vj6iwdmXyqPW7cObQcYnqcJtQAVrA k/F8N2Daha4ckgo8Ggxxl7jeA2maONm+mw7C1wwqVRIoSs9SnX9+B1CrzMRVqKIR thIvzyUhOvaUPd7zifz1hr6artxLzkiYXv1jn4/9iez7IGBJqL15+u8CgYEAwC3m DUas2Ke7pjSaV1slKiW4NZOgjBxRRpGbrzBW/N5jJCpw7UjCkipWizz1Af+6buX0 5/dlvXtM5hBPcOdll9GD/PTyCH+atfwaaa5IyFerFpXpiCW38uxky2nFelFC6dm1 aWamgbTBf3M0YAXSPacIeVtB5B2ah9DqMRDBJA8CgYBMfKB+lWbUlWnmIS9YpxxA dpa1NsYFPWDlXmTbNJGmz8Td0D/DDalkmc9dVIoWGmE5LbyJi4C26WZcg6EF+TSp b1Boan0RYkzyqkTutQPH75UErutw4JZZbgCfA4YehrweGPusKLRCdcULhKFizv1W Nn8HYxTJA8/d6RYbk9WAPwKBgB/9Q+b/1bO2r/Cpnutdm6EZaEFa0oWgDRNfF3gg 5snuxrf1bJjC3MhxzbgdrHbpt4HQO2UFdGUHCjTdkCuuCOYtlPfdWhB6FSmnzkm7 HhhjJ3J5/8aO6MDCAsEtWRbUQfwlJiJmWN8MVI0/gv9c2LM0g5+Xxi8PknJ7HxCN xmiXAoGAZO4UKTDWcvYMe7unWM4m94LlmX8gEHeCwAKTquf851G/C4p/AxtxBMMt UqTcyzVq644Wq9VULDtgPzxREI82rmYm0qDaW1cAr44PYQym1CyZDkUBerkESOlB GWPZuEodMYkxmL/6JnqucwMUD0cRW65gwjxOXklBETk6BmTTwlM= -----END RSA PRIVATE KEY----- 2018-08-21 02:01:59,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-21 02:01:59,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"security_group": {"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-21 02:01:59,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-f847bef5-a676-4e95-99b3-9fb76fca53e9 Date: Tue, 21 Aug 2018 02:01:59 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:59Z", "updated_at": "2018-08-21T02:01:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "39973b17-f209-4de9-a56d-36e88471c715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "78d0e70d-7a15-4c59-9fcb-bbebe3b137b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}} 2018-08-21 02:01:59,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-f847bef5-a676-4e95-99b3-9fb76fca53e9 2018-08-21 02:01:59,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.325809955597s 2018-08-21 02:01:59,615 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-f847bef5-a676-4e95-99b3-9fb76fca53e9 2018-08-21 02:01:59,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 02:01:59,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:01:59,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-3b0c31c8-6c1b-4bac-8070-e844a1028de5 Date: Tue, 21 Aug 2018 02:01:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:59Z", "updated_at": "2018-08-21T02:01:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "39973b17-f209-4de9-a56d-36e88471c715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "78d0e70d-7a15-4c59-9fcb-bbebe3b137b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}]} 2018-08-21 02:01:59,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-3b0c31c8-6c1b-4bac-8070-e844a1028de5 2018-08-21 02:01:59,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.126296043396s 2018-08-21 02:01:59,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-3b0c31c8-6c1b-4bac-8070-e844a1028de5 2018-08-21 02:01:59,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 02:01:59,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -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": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e"}}' 2018-08-21 02:01:59,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c84a61fd-48ed-420e-8d21-48ef55999542 Date: Tue, 21 Aug 2018 02:01:59 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-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:59Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "1dd82bff-0cb4-42f8-a7b7-d192b296b44a"}} 2018-08-21 02:01:59,938 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-c84a61fd-48ed-420e-8d21-48ef55999542 2018-08-21 02:01:59,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.189855098724s 2018-08-21 02:01:59,938 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-c84a61fd-48ed-420e-8d21-48ef55999542 2018-08-21 02:01:59,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 02:01:59,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:01:59,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-6d0f211e-5bb9-4e28-9e34-d94c9326988e Date: Tue, 21 Aug 2018 02:01:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:59Z", "updated_at": "2018-08-21T02:01:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "1dd82bff-0cb4-42f8-a7b7-d192b296b44a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "39973b17-f209-4de9-a56d-36e88471c715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "78d0e70d-7a15-4c59-9fcb-bbebe3b137b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 2, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}]} 2018-08-21 02:01:59,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-6d0f211e-5bb9-4e28-9e34-d94c9326988e 2018-08-21 02:01:59,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0538141727448s 2018-08-21 02:01:59,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-6d0f211e-5bb9-4e28-9e34-d94c9326988e 2018-08-21 02:01:59,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 02:01:59,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -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": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e"}}' 2018-08-21 02:02:00,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-44b09d8a-3daa-4a7f-91ce-5446df1c4a20 Date: Tue, 21 Aug 2018 02:02:00 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-21T02:02:00Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:02:00Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "b7f10dc0-632b-4632-9e33-49998e8d7a58"}} 2018-08-21 02:02:00,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-44b09d8a-3daa-4a7f-91ce-5446df1c4a20 2018-08-21 02:02:00,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.147011995316s 2018-08-21 02:02:00,142 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-44b09d8a-3daa-4a7f-91ce-5446df1c4a20 2018-08-21 02:02:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:02:00,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:00,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-276b2fe0-9dd0-478e-bdf8-94deb7319830 Date: Tue, 21 Aug 2018 02:02:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be10d14d-bcd0-41d7-928f-e018013367c3"],"updated_at":"2018-08-21T02:01:53Z","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 02:02:00,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-276b2fe0-9dd0-478e-bdf8-94deb7319830 2018-08-21 02:02:00,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105146169662s 2018-08-21 02:02:00,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-276b2fe0-9dd0-478e-bdf8-94deb7319830 2018-08-21 02:02:00,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:02:00,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:00,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-8c918c95-03cf-432e-8d61-bb15588dd527 Date: Tue, 21 Aug 2018 02:02:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:58Z", "file": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file", "owner": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "size": 12716032, "self": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:02:00,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8c918c95-03cf-432e-8d61-bb15588dd527 2018-08-21 02:02:00,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0376219749451s 2018-08-21 02:02:00,292 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8c918c95-03cf-432e-8d61-bb15588dd527 2018-08-21 02:02:00,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:02:00,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:00,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1f9ace7-1ead-459a-a97b-0d1e81ba2bf9 x-compute-request-id: req-a1f9ace7-1ead-459a-a97b-0d1e81ba2bf9 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "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": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3"}]} 2018-08-21 02:02:00,315 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-a1f9ace7-1ead-459a-a97b-0d1e81ba2bf9 2018-08-21 02:02:00,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0218279361725s 2018-08-21 02:02:00,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-a1f9ace7-1ead-459a-a97b-0d1e81ba2bf9 2018-08-21 02:02:00,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 02:02:00,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"server": {"name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "imageRef": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "flavorRef": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "acca5043-b1c7-4322-8dd8-8492982cd9b6"}], "security_groups": [{"name": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e"}]}}' 2018-08-21 02:02:02,216 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:02:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65536ccc-52a3-42b5-a4e2-946731ca809e x-compute-request-id: req-65536ccc-52a3-42b5-a4e2-946731ca809e Content-Length: 403 location: http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "adminPass": "vZgTk8U7oQcy"}} 2018-08-21 02:02:02,216 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-65536ccc-52a3-42b5-a4e2-946731ca809e 2018-08-21 02:02:02,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.89856410027s 2018-08-21 02:02:02,216 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-65536ccc-52a3-42b5-a4e2-946731ca809e 2018-08-21 02:02:02,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:02,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:02,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b97f41ec-9358-4887-a150-4055b20fc74f x-compute-request-id: req-b97f41ec-9358-4887-a150-4055b20fc74f Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "user_id": "a17298c5b9024bf4ae9a775372c25527", "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-21T02:02:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:02,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b97f41ec-9358-4887-a150-4055b20fc74f 2018-08-21 02:02:02,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63103890419s 2018-08-21 02:02:02,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b97f41ec-9358-4887-a150-4055b20fc74f 2018-08-21 02:02:02,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:02:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:02,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7a8127e2-6643-498f-9b85-2243de6eccb8 Date: Tue, 21 Aug 2018 02:02: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":["be10d14d-bcd0-41d7-928f-e018013367c3"],"updated_at":"2018-08-21T02:01:53Z","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 02:02:02,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7a8127e2-6643-498f-9b85-2243de6eccb8 2018-08-21 02:02:02,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.083918094635s 2018-08-21 02:02:02,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7a8127e2-6643-498f-9b85-2243de6eccb8 2018-08-21 02:02:02,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:02:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:03,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-04c9abad-0867-4b88-a5eb-bcf7c91d50fc Date: Tue, 21 Aug 2018 02:02:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:01:53Z","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":"d26a4afacf6b47198f96ad67d9ead0a4","id":"be10d14d-bcd0-41d7-928f-e018013367c3","subnetpool_id":null,"name":"cinder_test-subnet_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}]} 2018-08-21 02:02:03,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-04c9abad-0867-4b88-a5eb-bcf7c91d50fc 2018-08-21 02:02:03,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0857059955597s 2018-08-21 02:02:03,028 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-04c9abad-0867-4b88-a5eb-bcf7c91d50fc 2018-08-21 02:02:03,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:05,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:05,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:05,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-773c9853-1a7f-41ae-ac5c-5f8ccb0d46b6 x-compute-request-id: req-773c9853-1a7f-41ae-ac5c-5f8ccb0d46b6 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:02:05Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:05,619 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-773c9853-1a7f-41ae-ac5c-5f8ccb0d46b6 2018-08-21 02:02:05,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5875248909s 2018-08-21 02:02:05,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-773c9853-1a7f-41ae-ac5c-5f8ccb0d46b6 2018-08-21 02:02:05,622 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:07,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:07,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:07,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3582fcd4-3d6f-4644-835b-a8286ecbdd8b x-compute-request-id: req-3582fcd4-3d6f-4644-835b-a8286ecbdd8b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:02:05Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:07,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3582fcd4-3d6f-4644-835b-a8286ecbdd8b 2018-08-21 02:02:07,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.224990129471s 2018-08-21 02:02:07,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3582fcd4-3d6f-4644-835b-a8286ecbdd8b 2018-08-21 02:02:07,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:09,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:09,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:10,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02: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-4f40c189-8c43-4773-9686-99810a694a84 x-compute-request-id: req-4f40c189-8c43-4773-9686-99810a694a84 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:09.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:09Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:10,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4f40c189-8c43-4773-9686-99810a694a84 2018-08-21 02:02:10,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441552877426s 2018-08-21 02:02:10,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4f40c189-8c43-4773-9686-99810a694a84 2018-08-21 02:02:10,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:02:10,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=5ca4e3a8-ef60-4400-8d69-98a8856f28ff" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:10,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-aac5e193-cc4b-4d89-8051-db6c44c91fcc Date: Tue, 21 Aug 2018 02:02:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:02:05Z","admin_state_up":true,"updated_at":"2018-08-21T02:02:09Z","binding:vnic_type":"normal","device_id":"5ca4e3a8-ef60-4400-8d69-98a8856f28ff","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4e:03:b3","id":"2af132f6-8759-4878-8835-bdf48a3b23aa","port_security_enabled":true,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","fixed_ips":[{"subnet_id":"be10d14d-bcd0-41d7-928f-e018013367c3","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["850671c4-7ebc-451b-baa7-c7b3bdfaf86e"],"name":""}]} 2018-08-21 02:02:10,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=5ca4e3a8-ef60-4400-8d69-98a8856f28ff used request id req-aac5e193-cc4b-4d89-8051-db6c44c91fcc 2018-08-21 02:02:10,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0504610538483s 2018-08-21 02:02:10,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=5ca4e3a8-ef60-4400-8d69-98a8856f28ff used request id req-aac5e193-cc4b-4d89-8051-db6c44c91fcc 2018-08-21 02:02:10,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:02:10,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=2af132f6-8759-4878-8835-bdf48a3b23aa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:10,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d620613c-8604-4e5d-a6e9-1203fc098c2c Date: Tue, 21 Aug 2018 02:02:10 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:02:10,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=2af132f6-8759-4878-8835-bdf48a3b23aa used request id req-d620613c-8604-4e5d-a6e9-1203fc098c2c 2018-08-21 02:02:10,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0410270690918s 2018-08-21 02:02:10,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=2af132f6-8759-4878-8835-bdf48a3b23aa used request id req-d620613c-8604-4e5d-a6e9-1203fc098c2c 2018-08-21 02:02:10,399 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4e:03:b3', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0e8f210f-c1ac-4423-a1ce-56c043d871e0'}), 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-21T02:02:09.000000', 'flavor': Munch({u'id': u'344b32e5-a47f-4be9-9b51-a8b82ad1dde3'}), 'az': u'nova', 'id': u'5ca4e3a8-ef60-4400-8d69-98a8856f28ff', 'security_groups': [Munch({u'name': u'cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a17298c5b9024bf4ae9a775372c25527', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': 'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', '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-21T02:02:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T02:02:09Z', 'hostId': u'6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69', '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-21T02:02:09.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': u'cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'adminPass': u'vZgTk8U7oQcy', 'tenant_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'created_at': u'2018-08-21T02:02:02Z', 'created': u'2018-08-21T02:02:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 02:02:10,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:02:10,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:10,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-44f67a68-3d21-47c5-9c8a-8fefe178b400 Date: Tue, 21 Aug 2018 02:02:10 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":["be10d14d-bcd0-41d7-928f-e018013367c3"],"updated_at":"2018-08-21T02:01:53Z","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 02:02:10,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-44f67a68-3d21-47c5-9c8a-8fefe178b400 2018-08-21 02:02:10,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0918560028076s 2018-08-21 02:02:10,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-44f67a68-3d21-47c5-9c8a-8fefe178b400 2018-08-21 02:02:10,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:02:10,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=5ca4e3a8-ef60-4400-8d69-98a8856f28ff" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:10,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5bf6d646-2f5d-4454-ac24-91e1535f743b Date: Tue, 21 Aug 2018 02:02:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:02:05Z","admin_state_up":true,"updated_at":"2018-08-21T02:02:09Z","binding:vnic_type":"normal","device_id":"5ca4e3a8-ef60-4400-8d69-98a8856f28ff","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4e:03:b3","id":"2af132f6-8759-4878-8835-bdf48a3b23aa","port_security_enabled":true,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","fixed_ips":[{"subnet_id":"be10d14d-bcd0-41d7-928f-e018013367c3","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["850671c4-7ebc-451b-baa7-c7b3bdfaf86e"],"name":""}]} 2018-08-21 02:02:10,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=5ca4e3a8-ef60-4400-8d69-98a8856f28ff used request id req-5bf6d646-2f5d-4454-ac24-91e1535f743b 2018-08-21 02:02:10,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.047336101532s 2018-08-21 02:02:10,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=5ca4e3a8-ef60-4400-8d69-98a8856f28ff used request id req-5bf6d646-2f5d-4454-ac24-91e1535f743b 2018-08-21 02:02:10,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-21 02:02:10,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.8", "port_id": "2af132f6-8759-4878-8835-bdf48a3b23aa"}}' 2018-08-21 02:02:12,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-ede680d1-8eb2-435e-a481-f1a5a0272063 Date: Tue, 21 Aug 2018 02:02:12 GMT RESP BODY: {"floatingip": {"router_id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:02:11Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "2af132f6-8759-4878-8835-bdf48a3b23aa", "id": "35405185-b172-4f79-89f8-55a34dcf6c35", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:02:11Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}} 2018-08-21 02:02:12,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-ede680d1-8eb2-435e-a481-f1a5a0272063 2018-08-21 02:02:12,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.70084786415s 2018-08-21 02:02:12,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-ede680d1-8eb2-435e-a481-f1a5a0272063 2018-08-21 02:02:12,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:02:12,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:12,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-830ec082-718a-44e2-8c42-afe57f53bafb Date: Tue, 21 Aug 2018 02:02:12 GMT RESP BODY: {"floatingips": [{"router_id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:02:11Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "2af132f6-8759-4878-8835-bdf48a3b23aa", "id": "35405185-b172-4f79-89f8-55a34dcf6c35", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:02:11Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}]} 2018-08-21 02:02:12,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-830ec082-718a-44e2-8c42-afe57f53bafb 2018-08-21 02:02:12,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0872790813446s 2018-08-21 02:02:12,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-830ec082-718a-44e2-8c42-afe57f53bafb 2018-08-21 02:02:12,345 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fa29dc21-a526-4365-a8ec-7427c6b9aabd', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'created_at': u'2018-08-21T02:02:11Z', 'attached': True, 'updated_at': u'2018-08-21T02:02:11Z', 'id': u'35405185-b172-4f79-89f8-55a34dcf6c35', 'floating_network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': 'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fa29dc21-a526-4365-a8ec-7427c6b9aabd', 'project_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'port_id': u'2af132f6-8759-4878-8835-bdf48a3b23aa', 'port': u'2af132f6-8759-4878-8835-bdf48a3b23aa', 'network': u'be8fdaff-94a3-4138-b7b1-3304e6e27601'}) 2018-08-21 02:02:12,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 02:02:12,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 02:02:12,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1750dc7-a872-4a96-8b0b-700daf1a843b x-compute-request-id: req-a1750dc7-a872-4a96-8b0b-700daf1a843b Content-Encoding: gzip Content-Length: 7922 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 495068626 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.185080] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187377] pid_max: default: 32768 minimum: 301\n[ 0.188617] ACPI: Core revision 20150930\n[ 0.190295] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192120] Security Framework initialized\n[ 0.193247] Yama: becoming mindful.\n[ 0.194260] AppArmor: AppArmor initialized\n[ 0.195427] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197226] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198955] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200605] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202494] Initializing cgroup subsys io\n[ 0.203619] Initializing cgroup subsys memory\n[ 0.204813] Initializing cgroup subsys devices\n[ 0.206020] Initializing cgroup subsys freezer\n[ 0.207224] Initializing cgroup subsys net_cls\n[ 0.208432] Initializing cgroup subsys perf_event\n[ 0.209686] Initializing cgroup subsys net_prio\n[ 0.210903] Initializing cgroup subsys hugetlb\n[ 0.212119] Initializing cgroup subsys pids\n[ 0.213298] CPU: Physical Processor ID: 0\n[ 0.215126] mce: CPU supports 10 MCE banks\n[ 0.216306] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217678] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234649] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241467] ftrace: allocating 31920 entries in 125 pages\n[ 0.267441] smpboot: Max logical packages: 1\n[ 0.268626] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270509] x2apic enabled\n[ 0.271656] Switched APIC routing to physical x2apic.\n[ 0.274108] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278395] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280868] KVM setup paravirtual spinlock\n[ 0.282471] x86: Booted up 1 node, 1 CPUs\n[ 0.283597] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285495] devtmpfs: initialized\n[ 0.287484] evm: security.selinux\n[ 0.288444] evm: security.SMACK64\n[ 0.289414] evm: security.SMACK64EXEC\n[ 0.290462] evm: security.SMACK64TRANSMUTE\n[ 0.291582] evm: security.SMACK64MMAP\n[ 0.292594] evm: security.ima\n[ 0.293482] evm: security.capability\n[ 0.294591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297144] pinctrl core: initialized pinctrl subsystem\n[ 0.298652] RTC time: 2:02:09, date: 08/21/18\n[ 0.299960] NET: Registered protocol family 16\n[ 0.301286] cpuidle: using governor ladder\n[ 0.302413] cpuidle: using governor menu\n[ 0.303510] PCCT header not found.\n[ 0.304531] ACPI: bus type PCI registered\n[ 0.305645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307329] PCI: Using configuration type 1 for base access\n[ 0.309485] ACPI: Added _OSI(Module Device)\n[ 0.310652] ACPI: Added _OSI(Processor Device)\n[ 0.311847] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313095] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315268] ACPI: Interpreter enabled\n[ 0.316324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.318857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.323905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326432] ACPI: (supports S0 S5)\n[ 0.327403] ACPI: Using IOAPIC for interrupt routing\n[ 0.328699] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334095] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335768] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337380] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340368] acpiphp: Slot [3] registered\n[ 0.341477] acpiphp: Slot [4] registered\n[ 0.342565] acpiphp: Slot [5] registered\n[ 0.343667] acpiphp: Slot [6] registered\n[ 0.344764] acpiphp: Slot [7] registered\n[ 0.345858] acpiphp: Slot [8] registered\n[ 0.346968] acpiphp: Slot [9] registered\n[ 0.348069] acpiphp: Slot [10] registered\n[ 0.349199] acpiphp: Slot [11] registered\n[ 0.350310] acpiphp: Slot [12] registered\n[ 0.351422] acpiphp: Slot [13] registered\n[ 0.352525] acpiphp: Slot [14] registered\n[ 0.353658] acpiphp: Slot [15] registered\n[ 0.368563] acpiphp: Slot [16] registered\n[ 0.369703] acpiphp: Slot [17] registered\n[ 0.370827] acpiphp: Slot [18] registered\n[ 0.371948] acpiphp: Slot [19] registered\n[ 0.373078] acpiphp: Slot [20] registered\n[ 0.374203] acpiphp: Slot [21] registered\n[ 0.375329] acpiphp: Slot [22] registered\n[ 0.376434] acpiphp: Slot [23] registered\n[ 0.377554] acpiphp: Slot [24] registered\n[ 0.378666] acpiphp: Slot [25] registered\n[ 0.379778] acpiphp: Slot [26] registered\n[ 0.380891] acpiphp: Slot [27] registered\n[ 0.382020] acpiphp: Slot [28] registered\n[ 0.383147] acpiphp: Slot [29] registered\n[ 0.384255] acpiphp: Slot [30] registered\n[ 0.385363] acpiphp: Slot [31] registered\n[ 0.386488] PCI host bridge to bus 0000:00\n[ 0.387603] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389272] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.390936] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.392945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.394947] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.396975] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401058] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.402796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.404404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406124] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.410645] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.412645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443791] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445634] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449222] vgaarb: loaded\n[ 0.450063] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451728] SCSI subsystem initialized\n[ 0.452997] ACPI: bus type USB registered\n[ 0.454150] usbcore: registered new interface driver usbfs\n[ 0.455568] usbcore: registered new interface driver hub\n[ 0.456950] usbcore: registered new device driver usb\n[ 0.458458] PCI: Using ACPI for IRQ routing\n[ 0.459984] NetLabel: Initializing\n[ 0.460978] NetLabel: domain hash size = 128\n[ 0.462150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463472] NetLabel: unlabeled traffic allowed by default\n[ 0.465047] clocksource: Switched to clocksource kvm-clock\n[ 0.475048] AppArmor: AppArmor Filesystem Enabled\n[ 0.476367] pnp: PnP ACPI init\n[ 0.477617] pnp: PnP ACPI: found 5 devices\n[ 0.484552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.486922] NET: Registered protocol family 2\n[ 0.488355] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490123] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.491772] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493405] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496491] NET: Registered protocol family 1\n[ 0.497705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499210] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500684] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529799] Trying to unpack rootfs image as initramfs...\n[ 0.592345] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598523] Scanning for low memory corruption every 60 seconds\n[ 0.601579] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603225] audit: initializing netlink subsys (disabled)\n[ 0.604751] audit: type=2000 audit(1534816930.089:1): initialized\n[ 0.606867] Initialise system trusted keyring\n[ 0.608367] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609980] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612757] zbud: loaded\n[ 0.613833] VFS: Disk quotas dquot_6.6.0\n[ 0.614980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.617271] fuse init (API version 7.23)\n[ 0.618531] Key type big_key registered\n[ 0.619663] Allocating IMA MOK and blacklist keyrings.\n[ 0.621406] Key type asymmetric registered\n[ 0.622573] Asymmetric key parser 'x509' registered\n[ 0.623907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.626028] io scheduler noop registered\n[ 0.627129] io scheduler deadline registered (default)\n[ 0.628526] io scheduler cfq registered\n[ 0.629791] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635172] ACPI: Power Button [PWRF]\n[ 0.636525] GHES: HEST is not enabled!\n[ 0.650816] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.680034] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.683031] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706783] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709973] Linux agpgart interface v0.103\n[ 0.713914] brd: module loaded\n[ 0.716227] loop: module loaded\n[ 0.721716] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.723744] GPT:90111 != 2097151\n[ 0.724692] GPT:Alternate GPT header not at the end of the disk.\n[ 0.726219] GPT:90111 != 2097151\n[ 0.727181] GPT: Use GNU Parted to correct GPT errors.\n[ 0.728518] vda: vda1 vda15\n[ 0.730357] scsi host0: ata_piix\n[ 0.731455] scsi host1: ata_piix\n[ 0.732473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.734170] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.736223] libphy: Fixed MDIO Bus: probed\n[ 0.737590] tun: Universal TUN/TAP device driver, 1.6\n[ 0.738909] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.741704] PPP generic driver version 2.4.2\n[ 0.742969] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.744617] ehci-pci: EHCI PCI platform driver\n[ 0.745859] ehci-platform: EHCI generic platform driver\n[ 0.747231] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.748801] ohci-pci: OHCI PCI platform driver\n[ 0.750025] ohci-platform: OHCI generic platform driver\n[ 0.751411] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.767443] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.769495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770889] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776149] usb usb1: Product: UHCI Host Controller\n[ 0.777428] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778992] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780338] hub 1-0:1.0: USB hub found\n[ 0.781507] hub 1-0:1.0: 2 ports detected\n[ 0.782849] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785822] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.787135] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.788554] mousedev: PS/2 mouse device common for all mice\n[ 0.790258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.792757] rtc_cmos 00:00: RTC can wake from S4\n[ 0.794308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795948] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.797617] i2c /dev entries driver\n[ 0.798691] device-mapper: uevent: version 1.0.3\n[ 0.800025] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804266] NET: Registered protocol family 10\n[ 0.805899] NET: Registered protocol family 17\n[ 0.807137] Key type dns_resolver registered\n[ 0.808501] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.812525] registered taskstats version 1\n[ 0.813759] Loading compiled-in X.509 certificates\n[ 0.815691] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818291] zswap: loaded using pool lzo/zbud\n[ 0.820816] Key type trusted registered\n[ 0.823078] Key type encrypted registered\n[ 0.824233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.827158] evm: HMAC attrs: 0x1\n[ 0.828517] Magic number: 14:759:5\n[ 0.829707] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:10 UTC (1534816930)\n[ 0.831964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833491] EDD information not available.\n[ 0.895662] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911992] Write protecting the kernel read-only data: 14336k\n[ 0.914960] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917470] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.087867] 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 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-08-21 02:02:12,436 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/action used request id req-a1750dc7-a872-4a96-8b0b-700daf1a843b 2018-08-21 02:02:12,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0906939506531s 2018-08-21 02:02:12,437 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/action used request id req-a1750dc7-a872-4a96-8b0b-700daf1a843b 2018-08-21 02:02:12,437 - 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 495068626 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.185080] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187377] pid_max: default: 32768 minimum: 301 [ 0.188617] ACPI: Core revision 20150930 [ 0.190295] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192120] Security Framework initialized [ 0.193247] Yama: becoming mindful. [ 0.194260] AppArmor: AppArmor initialized [ 0.195427] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197226] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198955] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200605] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202494] Initializing cgroup subsys io [ 0.203619] Initializing cgroup subsys memory [ 0.204813] Initializing cgroup subsys devices [ 0.206020] Initializing cgroup subsys freezer [ 0.207224] Initializing cgroup subsys net_cls [ 0.208432] Initializing cgroup subsys perf_event [ 0.209686] Initializing cgroup subsys net_prio [ 0.210903] Initializing cgroup subsys hugetlb [ 0.212119] Initializing cgroup subsys pids [ 0.213298] CPU: Physical Processor ID: 0 [ 0.215126] mce: CPU supports 10 MCE banks [ 0.216306] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217678] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234649] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241467] ftrace: allocating 31920 entries in 125 pages [ 0.267441] smpboot: Max logical packages: 1 [ 0.268626] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270509] x2apic enabled [ 0.271656] Switched APIC routing to physical x2apic. [ 0.274108] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278395] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280868] KVM setup paravirtual spinlock [ 0.282471] x86: Booted up 1 node, 1 CPUs [ 0.283597] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285495] devtmpfs: initialized [ 0.287484] evm: security.selinux [ 0.288444] evm: security.SMACK64 [ 0.289414] evm: security.SMACK64EXEC [ 0.290462] evm: security.SMACK64TRANSMUTE [ 0.291582] evm: security.SMACK64MMAP [ 0.292594] evm: security.ima [ 0.293482] evm: security.capability [ 0.294591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297144] pinctrl core: initialized pinctrl subsystem [ 0.298652] RTC time: 2:02:09, date: 08/21/18 [ 0.299960] NET: Registered protocol family 16 [ 0.301286] cpuidle: using governor ladder [ 0.302413] cpuidle: using governor menu [ 0.303510] PCCT header not found. [ 0.304531] ACPI: bus type PCI registered [ 0.305645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307329] PCI: Using configuration type 1 for base access [ 0.309485] ACPI: Added _OSI(Module Device) [ 0.310652] ACPI: Added _OSI(Processor Device) [ 0.311847] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313095] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315268] ACPI: Interpreter enabled [ 0.316324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.318857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.323905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326432] ACPI: (supports S0 S5) [ 0.327403] ACPI: Using IOAPIC for interrupt routing [ 0.328699] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334095] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335768] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337380] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340368] acpiphp: Slot [3] registered [ 0.341477] acpiphp: Slot [4] registered [ 0.342565] acpiphp: Slot [5] registered [ 0.343667] acpiphp: Slot [6] registered [ 0.344764] acpiphp: Slot [7] registered [ 0.345858] acpiphp: Slot [8] registered [ 0.346968] acpiphp: Slot [9] registered [ 0.348069] acpiphp: Slot [10] registered [ 0.349199] acpiphp: Slot [11] registered [ 0.350310] acpiphp: Slot [12] registered [ 0.351422] acpiphp: Slot [13] registered [ 0.352525] acpiphp: Slot [14] registered [ 0.353658] acpiphp: Slot [15] registered [ 0.368563] acpiphp: Slot [16] registered [ 0.369703] acpiphp: Slot [17] registered [ 0.370827] acpiphp: Slot [18] registered [ 0.371948] acpiphp: Slot [19] registered [ 0.373078] acpiphp: Slot [20] registered [ 0.374203] acpiphp: Slot [21] registered [ 0.375329] acpiphp: Slot [22] registered [ 0.376434] acpiphp: Slot [23] registered [ 0.377554] acpiphp: Slot [24] registered [ 0.378666] acpiphp: Slot [25] registered [ 0.379778] acpiphp: Slot [26] registered [ 0.380891] acpiphp: Slot [27] registered [ 0.382020] acpiphp: Slot [28] registered [ 0.383147] acpiphp: Slot [29] registered [ 0.384255] acpiphp: Slot [30] registered [ 0.385363] acpiphp: Slot [31] registered [ 0.386488] PCI host bridge to bus 0000:00 [ 0.387603] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389272] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.390936] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.392945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.394947] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.396975] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401058] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.402796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.404404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406124] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.410645] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.412645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443791] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445634] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449222] vgaarb: loaded [ 0.450063] vgaarb: bridge control possible 0000:00:02.0 [ 0.451728] SCSI subsystem initialized [ 0.452997] ACPI: bus type USB registered [ 0.454150] usbcore: registered new interface driver usbfs [ 0.455568] usbcore: registered new interface driver hub [ 0.456950] usbcore: registered new device driver usb [ 0.458458] PCI: Using ACPI for IRQ routing [ 0.459984] NetLabel: Initializing [ 0.460978] NetLabel: domain hash size = 128 [ 0.462150] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463472] NetLabel: unlabeled traffic allowed by default [ 0.465047] clocksource: Switched to clocksource kvm-clock [ 0.475048] AppArmor: AppArmor Filesystem Enabled [ 0.476367] pnp: PnP ACPI init [ 0.477617] pnp: PnP ACPI: found 5 devices [ 0.484552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.486922] NET: Registered protocol family 2 [ 0.488355] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.490123] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.491772] TCP: Hash tables configured (established 4096 bind 4096) [ 0.493405] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.494896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.496491] NET: Registered protocol family 1 [ 0.497705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.499210] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.500684] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529799] Trying to unpack rootfs image as initramfs... [ 0.592345] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598523] Scanning for low memory corruption every 60 seconds [ 0.601579] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.603225] audit: initializing netlink subsys (disabled) [ 0.604751] audit: type=2000 audit(1534816930.089:1): initialized [ 0.606867] Initialise system trusted keyring [ 0.608367] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609980] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612757] zbud: loaded [ 0.613833] VFS: Disk quotas dquot_6.6.0 [ 0.614980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617271] fuse init (API version 7.23) [ 0.618531] Key type big_key registered [ 0.619663] Allocating IMA MOK and blacklist keyrings. [ 0.621406] Key type asymmetric registered [ 0.622573] Asymmetric key parser 'x509' registered [ 0.623907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.626028] io scheduler noop registered [ 0.627129] io scheduler deadline registered (default) [ 0.628526] io scheduler cfq registered [ 0.629791] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635172] ACPI: Power Button [PWRF] [ 0.636525] GHES: HEST is not enabled! [ 0.650816] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.680034] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.683031] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706783] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709973] Linux agpgart interface v0.103 [ 0.713914] brd: module loaded [ 0.716227] loop: module loaded [ 0.721716] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.723744] GPT:90111 != 2097151 [ 0.724692] GPT:Alternate GPT header not at the end of the disk. [ 0.726219] GPT:90111 != 2097151 [ 0.727181] GPT: Use GNU Parted to correct GPT errors. [ 0.728518] vda: vda1 vda15 [ 0.730357] scsi host0: ata_piix [ 0.731455] scsi host1: ata_piix [ 0.732473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.734170] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.736223] libphy: Fixed MDIO Bus: probed [ 0.737590] tun: Universal TUN/TAP device driver, 1.6 [ 0.738909] tun: (C) 1999-2004 Max Krasnyansky [ 0.741704] PPP generic driver version 2.4.2 [ 0.742969] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.744617] ehci-pci: EHCI PCI platform driver [ 0.745859] ehci-platform: EHCI generic platform driver [ 0.747231] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.748801] ohci-pci: OHCI PCI platform driver [ 0.750025] ohci-platform: OHCI generic platform driver [ 0.751411] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766049] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.767443] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.769495] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770889] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.772481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776149] usb usb1: Product: UHCI Host Controller [ 0.777428] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.778992] usb usb1: SerialNumber: 0000:00:01.2 [ 0.780338] hub 1-0:1.0: USB hub found [ 0.781507] hub 1-0:1.0: 2 ports detected [ 0.782849] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.785822] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.787135] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.788554] mousedev: PS/2 mouse device common for all mice [ 0.790258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.792757] rtc_cmos 00:00: RTC can wake from S4 [ 0.794308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795948] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.797617] i2c /dev entries driver [ 0.798691] device-mapper: uevent: version 1.0.3 [ 0.800025] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802308] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804266] NET: Registered protocol family 10 [ 0.805899] NET: Registered protocol family 17 [ 0.807137] Key type dns_resolver registered [ 0.808501] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.812525] registered taskstats version 1 [ 0.813759] Loading compiled-in X.509 certificates [ 0.815691] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818291] zswap: loaded using pool lzo/zbud [ 0.820816] Key type trusted registered [ 0.823078] Key type encrypted registered [ 0.824233] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825705] ima: No TPM chip found, activating TPM-bypass! [ 0.827158] evm: HMAC attrs: 0x1 [ 0.828517] Magic number: 14:759:5 [ 0.829707] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:10 UTC (1534816930) [ 0.831964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833491] EDD information not available. [ 0.895662] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.911992] Write protecting the kernel read-only data: 14336k [ 0.914960] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917470] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.087867] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-08-21 02:02:13,439 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-08-21 02:02:22,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 02:02:22,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 02:02:22,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e15bc9fc-2689-4767-b380-3eb55782fdc0 x-compute-request-id: req-e15bc9fc-2689-4767-b380-3eb55782fdc0 Content-Encoding: gzip Content-Length: 9579 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 495068626 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.185080] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187377] pid_max: default: 32768 minimum: 301\n[ 0.188617] ACPI: Core revision 20150930\n[ 0.190295] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192120] Security Framework initialized\n[ 0.193247] Yama: becoming mindful.\n[ 0.194260] AppArmor: AppArmor initialized\n[ 0.195427] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197226] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198955] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200605] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202494] Initializing cgroup subsys io\n[ 0.203619] Initializing cgroup subsys memory\n[ 0.204813] Initializing cgroup subsys devices\n[ 0.206020] Initializing cgroup subsys freezer\n[ 0.207224] Initializing cgroup subsys net_cls\n[ 0.208432] Initializing cgroup subsys perf_event\n[ 0.209686] Initializing cgroup subsys net_prio\n[ 0.210903] Initializing cgroup subsys hugetlb\n[ 0.212119] Initializing cgroup subsys pids\n[ 0.213298] CPU: Physical Processor ID: 0\n[ 0.215126] mce: CPU supports 10 MCE banks\n[ 0.216306] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217678] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234649] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241467] ftrace: allocating 31920 entries in 125 pages\n[ 0.267441] smpboot: Max logical packages: 1\n[ 0.268626] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270509] x2apic enabled\n[ 0.271656] Switched APIC routing to physical x2apic.\n[ 0.274108] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278395] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280868] KVM setup paravirtual spinlock\n[ 0.282471] x86: Booted up 1 node, 1 CPUs\n[ 0.283597] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285495] devtmpfs: initialized\n[ 0.287484] evm: security.selinux\n[ 0.288444] evm: security.SMACK64\n[ 0.289414] evm: security.SMACK64EXEC\n[ 0.290462] evm: security.SMACK64TRANSMUTE\n[ 0.291582] evm: security.SMACK64MMAP\n[ 0.292594] evm: security.ima\n[ 0.293482] evm: security.capability\n[ 0.294591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297144] pinctrl core: initialized pinctrl subsystem\n[ 0.298652] RTC time: 2:02:09, date: 08/21/18\n[ 0.299960] NET: Registered protocol family 16\n[ 0.301286] cpuidle: using governor ladder\n[ 0.302413] cpuidle: using governor menu\n[ 0.303510] PCCT header not found.\n[ 0.304531] ACPI: bus type PCI registered\n[ 0.305645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307329] PCI: Using configuration type 1 for base access\n[ 0.309485] ACPI: Added _OSI(Module Device)\n[ 0.310652] ACPI: Added _OSI(Processor Device)\n[ 0.311847] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313095] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315268] ACPI: Interpreter enabled\n[ 0.316324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.318857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.323905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326432] ACPI: (supports S0 S5)\n[ 0.327403] ACPI: Using IOAPIC for interrupt routing\n[ 0.328699] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334095] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335768] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337380] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340368] acpiphp: Slot [3] registered\n[ 0.341477] acpiphp: Slot [4] registered\n[ 0.342565] acpiphp: Slot [5] registered\n[ 0.343667] acpiphp: Slot [6] registered\n[ 0.344764] acpiphp: Slot [7] registered\n[ 0.345858] acpiphp: Slot [8] registered\n[ 0.346968] acpiphp: Slot [9] registered\n[ 0.348069] acpiphp: Slot [10] registered\n[ 0.349199] acpiphp: Slot [11] registered\n[ 0.350310] acpiphp: Slot [12] registered\n[ 0.351422] acpiphp: Slot [13] registered\n[ 0.352525] acpiphp: Slot [14] registered\n[ 0.353658] acpiphp: Slot [15] registered\n[ 0.368563] acpiphp: Slot [16] registered\n[ 0.369703] acpiphp: Slot [17] registered\n[ 0.370827] acpiphp: Slot [18] registered\n[ 0.371948] acpiphp: Slot [19] registered\n[ 0.373078] acpiphp: Slot [20] registered\n[ 0.374203] acpiphp: Slot [21] registered\n[ 0.375329] acpiphp: Slot [22] registered\n[ 0.376434] acpiphp: Slot [23] registered\n[ 0.377554] acpiphp: Slot [24] registered\n[ 0.378666] acpiphp: Slot [25] registered\n[ 0.379778] acpiphp: Slot [26] registered\n[ 0.380891] acpiphp: Slot [27] registered\n[ 0.382020] acpiphp: Slot [28] registered\n[ 0.383147] acpiphp: Slot [29] registered\n[ 0.384255] acpiphp: Slot [30] registered\n[ 0.385363] acpiphp: Slot [31] registered\n[ 0.386488] PCI host bridge to bus 0000:00\n[ 0.387603] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389272] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.390936] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.392945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.394947] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.396975] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401058] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.402796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.404404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406124] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.410645] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.412645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.435991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443791] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445634] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449222] vgaarb: loaded\n[ 0.450063] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451728] SCSI subsystem initialized\n[ 0.452997] ACPI: bus type USB registered\n[ 0.454150] usbcore: registered new interface driver usbfs\n[ 0.455568] usbcore: registered new interface driver hub\n[ 0.456950] usbcore: registered new device driver usb\n[ 0.458458] PCI: Using ACPI for IRQ routing\n[ 0.459984] NetLabel: Initializing\n[ 0.460978] NetLabel: domain hash size = 128\n[ 0.462150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463472] NetLabel: unlabeled traffic allowed by default\n[ 0.465047] clocksource: Switched to clocksource kvm-clock\n[ 0.475048] AppArmor: AppArmor Filesystem Enabled\n[ 0.476367] pnp: PnP ACPI init\n[ 0.477617] pnp: PnP ACPI: found 5 devices\n[ 0.484552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.486922] NET: Registered protocol family 2\n[ 0.488355] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490123] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.491772] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493405] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496491] NET: Registered protocol family 1\n[ 0.497705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499210] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500684] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529799] Trying to unpack rootfs image as initramfs...\n[ 0.592345] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598523] Scanning for low memory corruption every 60 seconds\n[ 0.601579] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603225] audit: initializing netlink subsys (disabled)\n[ 0.604751] audit: type=2000 audit(1534816930.089:1): initialized\n[ 0.606867] Initialise system trusted keyring\n[ 0.608367] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609980] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612757] zbud: loaded\n[ 0.613833] VFS: Disk quotas dquot_6.6.0\n[ 0.614980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.617271] fuse init (API version 7.23)\n[ 0.618531] Key type big_key registered\n[ 0.619663] Allocating IMA MOK and blacklist keyrings.\n[ 0.621406] Key type asymmetric registered\n[ 0.622573] Asymmetric key parser 'x509' registered\n[ 0.623907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.626028] io scheduler noop registered\n[ 0.627129] io scheduler deadline registered (default)\n[ 0.628526] io scheduler cfq registered\n[ 0.629791] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635172] ACPI: Power Button [PWRF]\n[ 0.636525] GHES: HEST is not enabled!\n[ 0.650816] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.680034] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.683031] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706783] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.709973] Linux agpgart interface v0.103\n[ 0.713914] brd: module loaded\n[ 0.716227] loop: module loaded\n[ 0.721716] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.723744] GPT:90111 != 2097151\n[ 0.724692] GPT:Alternate GPT header not at the end of the disk.\n[ 0.726219] GPT:90111 != 2097151\n[ 0.727181] GPT: Use GNU Parted to correct GPT errors.\n[ 0.728518] vda: vda1 vda15\n[ 0.730357] scsi host0: ata_piix\n[ 0.731455] scsi host1: ata_piix\n[ 0.732473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.734170] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.736223] libphy: Fixed MDIO Bus: probed\n[ 0.737590] tun: Universal TUN/TAP device driver, 1.6\n[ 0.738909] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.741704] PPP generic driver version 2.4.2\n[ 0.742969] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.744617] ehci-pci: EHCI PCI platform driver\n[ 0.745859] ehci-platform: EHCI generic platform driver\n[ 0.747231] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.748801] ohci-pci: OHCI PCI platform driver\n[ 0.750025] ohci-platform: OHCI generic platform driver\n[ 0.751411] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766049] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.767443] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.769495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770889] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776149] usb usb1: Product: UHCI Host Controller\n[ 0.777428] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778992] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780338] hub 1-0:1.0: USB hub found\n[ 0.781507] hub 1-0:1.0: 2 ports detected\n[ 0.782849] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785822] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.787135] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.788554] mousedev: PS/2 mouse device common for all mice\n[ 0.790258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.792757] rtc_cmos 00:00: RTC can wake from S4\n[ 0.794308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795948] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.797617] i2c /dev entries driver\n[ 0.798691] device-mapper: uevent: version 1.0.3\n[ 0.800025] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804266] NET: Registered protocol family 10\n[ 0.805899] NET: Registered protocol family 17\n[ 0.807137] Key type dns_resolver registered\n[ 0.808501] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.812525] registered taskstats version 1\n[ 0.813759] Loading compiled-in X.509 certificates\n[ 0.815691] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818291] zswap: loaded using pool lzo/zbud\n[ 0.820816] Key type trusted registered\n[ 0.823078] Key type encrypted registered\n[ 0.824233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825705] ima: No TPM chip found, activating TPM-bypass!\n[ 0.827158] evm: HMAC attrs: 0x1\n[ 0.828517] Magic number: 14:759:5\n[ 0.829707] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:10 UTC (1534816930)\n[ 0.831964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833491] EDD information not available.\n[ 0.895662] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911992] Write protecting the kernel read-only data: 14336k\n[ 0.914960] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917470] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.087867] 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 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDKCuW9kytTbZ2a/uvRBdqRnjqjPbn02C5ppfaTnPkAvNR0kREMo7uNqtOcXpUWt5e00UvntjRiE/QGU/TbwNJKkMxFmQv80MeVG0vjVaYkOZme52l+ig+8POZF4hsokvV5RGIXbKcPgIJY5iNnJwDW1kEYbuyKBhVwIYpqvomh74GezY/JYcCkHAGTizyPnva2tkBPJh189IrqR8vU3uFUwUQvZ2HSNDBXms66PQbiLB9o7aVWh4JvjYfYInO6cHJFbiS0pEk43wjl8LNVBkGXfCDmRkK9QbXN+2za1qWsZWSvFz4epfa/h7U/LN3TMkEiw9tGioQ0ISBxmhxEDEmv root@cinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f\nssh-dss AAAAB3NzaC1kc3MAAACBAIoVoBBuNXWE2DHqEMWDZGB6Lnn2cCHfT4r/3pv5nykhJsTCoEV4dVhAoiiODnyMAHafM1LYjL1VPyrL8e235KI+qf/fPHdSVqWRrMwe/iw5YHFtyDCZjozSKDgtJfyoqxc3jFlxYjw1bpsf2yEaLzDptf98oSm32Lg3uigIfw3LAAAAFQCXkX43Kxq2NrdEoUCFIfNwiIuWdwAAAIAw5FCTBg4WUti+v1CR+ifPuEYSc2b6Jq+4Vzr59frGrm/UI+LzgkznMT64ZJ+kG4qrIGJbcY/nuwf+XNgooqlHU1PWk94wuRpB7AaBD5vrj6Xj/6pTJumFEpPCV21S1S+YtPGRLTY2IJYXptT9zHNVngHKH1M3epqDMcNv5nUBIwAAAIB9r02L0uMyurZEfdNcUHF2Ppk43dc2//pLyBoCR/vQqqPYZCe3K79wcK4wpMFF8QSisCYZ12lY4zaFIMwS3P02BY+OPn0TayZvXAF1t5uAFBbpb6r1yFQKCrKx6mdT3oxS0KuBBndE7h6c+ZbI6Hdb4PEYAl42OobcgqO7SXehYg== root@cinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f\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.8,24,fe80::f816:3eff:fe4e:3b3/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.31 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f login: "} 2018-08-21 02:02:22,529 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/action used request id req-e15bc9fc-2689-4767-b380-3eb55782fdc0 2018-08-21 02:02:22,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0882320404053s 2018-08-21 02:02:22,530 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/action used request id req-e15bc9fc-2689-4767-b380-3eb55782fdc0 2018-08-21 02:02:22,530 - 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 495068626 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.185080] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187377] pid_max: default: 32768 minimum: 301 [ 0.188617] ACPI: Core revision 20150930 [ 0.190295] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192120] Security Framework initialized [ 0.193247] Yama: becoming mindful. [ 0.194260] AppArmor: AppArmor initialized [ 0.195427] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197226] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198955] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200605] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202494] Initializing cgroup subsys io [ 0.203619] Initializing cgroup subsys memory [ 0.204813] Initializing cgroup subsys devices [ 0.206020] Initializing cgroup subsys freezer [ 0.207224] Initializing cgroup subsys net_cls [ 0.208432] Initializing cgroup subsys perf_event [ 0.209686] Initializing cgroup subsys net_prio [ 0.210903] Initializing cgroup subsys hugetlb [ 0.212119] Initializing cgroup subsys pids [ 0.213298] CPU: Physical Processor ID: 0 [ 0.215126] mce: CPU supports 10 MCE banks [ 0.216306] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217678] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234649] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241467] ftrace: allocating 31920 entries in 125 pages [ 0.267441] smpboot: Max logical packages: 1 [ 0.268626] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270509] x2apic enabled [ 0.271656] Switched APIC routing to physical x2apic. [ 0.274108] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278395] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280868] KVM setup paravirtual spinlock [ 0.282471] x86: Booted up 1 node, 1 CPUs [ 0.283597] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285495] devtmpfs: initialized [ 0.287484] evm: security.selinux [ 0.288444] evm: security.SMACK64 [ 0.289414] evm: security.SMACK64EXEC [ 0.290462] evm: security.SMACK64TRANSMUTE [ 0.291582] evm: security.SMACK64MMAP [ 0.292594] evm: security.ima [ 0.293482] evm: security.capability [ 0.294591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297144] pinctrl core: initialized pinctrl subsystem [ 0.298652] RTC time: 2:02:09, date: 08/21/18 [ 0.299960] NET: Registered protocol family 16 [ 0.301286] cpuidle: using governor ladder [ 0.302413] cpuidle: using governor menu [ 0.303510] PCCT header not found. [ 0.304531] ACPI: bus type PCI registered [ 0.305645] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307329] PCI: Using configuration type 1 for base access [ 0.309485] ACPI: Added _OSI(Module Device) [ 0.310652] ACPI: Added _OSI(Processor Device) [ 0.311847] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313095] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315268] ACPI: Interpreter enabled [ 0.316324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.318857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.323905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326432] ACPI: (supports S0 S5) [ 0.327403] ACPI: Using IOAPIC for interrupt routing [ 0.328699] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334095] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335768] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337380] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340368] acpiphp: Slot [3] registered [ 0.341477] acpiphp: Slot [4] registered [ 0.342565] acpiphp: Slot [5] registered [ 0.343667] acpiphp: Slot [6] registered [ 0.344764] acpiphp: Slot [7] registered [ 0.345858] acpiphp: Slot [8] registered [ 0.346968] acpiphp: Slot [9] registered [ 0.348069] acpiphp: Slot [10] registered [ 0.349199] acpiphp: Slot [11] registered [ 0.350310] acpiphp: Slot [12] registered [ 0.351422] acpiphp: Slot [13] registered [ 0.352525] acpiphp: Slot [14] registered [ 0.353658] acpiphp: Slot [15] registered [ 0.368563] acpiphp: Slot [16] registered [ 0.369703] acpiphp: Slot [17] registered [ 0.370827] acpiphp: Slot [18] registered [ 0.371948] acpiphp: Slot [19] registered [ 0.373078] acpiphp: Slot [20] registered [ 0.374203] acpiphp: Slot [21] registered [ 0.375329] acpiphp: Slot [22] registered [ 0.376434] acpiphp: Slot [23] registered [ 0.377554] acpiphp: Slot [24] registered [ 0.378666] acpiphp: Slot [25] registered [ 0.379778] acpiphp: Slot [26] registered [ 0.380891] acpiphp: Slot [27] registered [ 0.382020] acpiphp: Slot [28] registered [ 0.383147] acpiphp: Slot [29] registered [ 0.384255] acpiphp: Slot [30] registered [ 0.385363] acpiphp: Slot [31] registered [ 0.386488] PCI host bridge to bus 0000:00 [ 0.387603] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389272] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.390936] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.392945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.394947] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.396975] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401058] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.402796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.404404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406124] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.410645] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.412645] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.437945] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439899] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443791] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445634] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449222] vgaarb: loaded [ 0.450063] vgaarb: bridge control possible 0000:00:02.0 [ 0.451728] SCSI subsystem initialized [ 0.452997] ACPI: bus type USB registered [ 0.454150] usbcore: registered new interface driver usbfs [ 0.455568] usbcore: registered new interface driver hub [ 0.456950] usbcore: registered new device driver usb [ 0.458458] PCI: Using ACPI for IRQ routing [ 0.459984] NetLabel: Initializing [ 0.460978] NetLabel: domain hash size = 128 [ 0.462150] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463472] NetLabel: unlabeled traffic allowed by default [ 0.465047] clocksource: Switched to clocksource kvm-clock [ 0.475048] AppArmor: AppArmor Filesystem Enabled [ 0.476367] pnp: PnP ACPI init [ 0.477617] pnp: PnP ACPI: found 5 devices [ 0.484552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.486922] NET: Registered protocol family 2 [ 0.488355] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.490123] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.491772] TCP: Hash tables configured (established 4096 bind 4096) [ 0.493405] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.494896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.496491] NET: Registered protocol family 1 [ 0.497705] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.499210] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.500684] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529799] Trying to unpack rootfs image as initramfs... [ 0.592345] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598523] Scanning for low memory corruption every 60 seconds [ 0.601579] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.603225] audit: initializing netlink subsys (disabled) [ 0.604751] audit: type=2000 audit(1534816930.089:1): initialized [ 0.606867] Initialise system trusted keyring [ 0.608367] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609980] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612757] zbud: loaded [ 0.613833] VFS: Disk quotas dquot_6.6.0 [ 0.614980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617271] fuse init (API version 7.23) [ 0.618531] Key type big_key registered [ 0.619663] Allocating IMA MOK and blacklist keyrings. [ 0.621406] Key type asymmetric registered [ 0.622573] Asymmetric key parser 'x509' registered [ 0.623907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.626028] io scheduler noop registered [ 0.627129] io scheduler deadline registered (default) [ 0.628526] io scheduler cfq registered [ 0.629791] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635172] ACPI: Power Button [PWRF] [ 0.636525] GHES: HEST is not enabled! [ 0.650816] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.680034] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.683031] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706783] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.709973] Linux agpgart interface v0.103 [ 0.713914] brd: module loaded [ 0.716227] loop: module loaded [ 0.721716] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.723744] GPT:90111 != 2097151 [ 0.724692] GPT:Alternate GPT header not at the end of the disk. [ 0.726219] GPT:90111 != 2097151 [ 0.727181] GPT: Use GNU Parted to correct GPT errors. [ 0.728518] vda: vda1 vda15 [ 0.730357] scsi host0: ata_piix [ 0.731455] scsi host1: ata_piix [ 0.732473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.734170] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.736223] libphy: Fixed MDIO Bus: probed [ 0.737590] tun: Universal TUN/TAP device driver, 1.6 [ 0.738909] tun: (C) 1999-2004 Max Krasnyansky [ 0.741704] PPP generic driver version 2.4.2 [ 0.742969] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.744617] ehci-pci: EHCI PCI platform driver [ 0.745859] ehci-platform: EHCI generic platform driver [ 0.747231] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.748801] ohci-pci: OHCI PCI platform driver [ 0.750025] ohci-platform: OHCI generic platform driver [ 0.751411] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766049] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.767443] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.769495] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770889] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.772481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776149] usb usb1: Product: UHCI Host Controller [ 0.777428] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.778992] usb usb1: SerialNumber: 0000:00:01.2 [ 0.780338] hub 1-0:1.0: USB hub found [ 0.781507] hub 1-0:1.0: 2 ports detected [ 0.782849] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.785822] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.787135] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.788554] mousedev: PS/2 mouse device common for all mice [ 0.790258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.792757] rtc_cmos 00:00: RTC can wake from S4 [ 0.794308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.795948] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.797617] i2c /dev entries driver [ 0.798691] device-mapper: uevent: version 1.0.3 [ 0.800025] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802308] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804266] NET: Registered protocol family 10 [ 0.805899] NET: Registered protocol family 17 [ 0.807137] Key type dns_resolver registered [ 0.808501] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.812525] registered taskstats version 1 [ 0.813759] Loading compiled-in X.509 certificates [ 0.815691] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818291] zswap: loaded using pool lzo/zbud [ 0.820816] Key type trusted registered [ 0.823078] Key type encrypted registered [ 0.824233] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825705] ima: No TPM chip found, activating TPM-bypass! [ 0.827158] evm: HMAC attrs: 0x1 [ 0.828517] Magic number: 14:759:5 [ 0.829707] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:10 UTC (1534816930) [ 0.831964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833491] EDD information not available. [ 0.895662] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.911992] Write protecting the kernel read-only data: 14336k [ 0.914960] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917470] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 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.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.087867] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDKCuW9kytTbZ2a/uvRBdqRnjqjPbn02C5ppfaTnPkAvNR0kREMo7uNqtOcXpUWt5e00UvntjRiE/QGU/TbwNJKkMxFmQv80MeVG0vjVaYkOZme52l+ig+8POZF4hsokvV5RGIXbKcPgIJY5iNnJwDW1kEYbuyKBhVwIYpqvomh74GezY/JYcCkHAGTizyPnva2tkBPJh189IrqR8vU3uFUwUQvZ2HSNDBXms66PQbiLB9o7aVWh4JvjYfYInO6cHJFbiS0pEk43wjl8LNVBkGXfCDmRkK9QbXN+2za1qWsZWSvFz4epfa/h7U/LN3TMkEiw9tGioQ0ISBxmhxEDEmv root@cinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f ssh-dss AAAAB3NzaC1kc3MAAACBAIoVoBBuNXWE2DHqEMWDZGB6Lnn2cCHfT4r/3pv5nykhJsTCoEV4dVhAoiiODnyMAHafM1LYjL1VPyrL8e235KI+qf/fPHdSVqWRrMwe/iw5YHFtyDCZjozSKDgtJfyoqxc3jFlxYjw1bpsf2yEaLzDptf98oSm32Lg3uigIfw3LAAAAFQCXkX43Kxq2NrdEoUCFIfNwiIuWdwAAAIAw5FCTBg4WUti+v1CR+ifPuEYSc2b6Jq+4Vzr59frGrm/UI+LzgkznMT64ZJ+kG4qrIGJbcY/nuwf+XNgooqlHU1PWk94wuRpB7AaBD5vrj6Xj/6pTJumFEpPCV21S1S+YtPGRLTY2IJYXptT9zHNVngHKH1M3epqDMcNv5nUBIwAAAIB9r02L0uMyurZEfdNcUHF2Ppk43dc2//pLyBoCR/vQqqPYZCe3K79wcK4wpMFF8QSisCYZ12lY4zaFIMwS3P02BY+OPn0TayZvXAF1t5uAFBbpb6r1yFQKCrKx6mdT3oxS0KuBBndE7h6c+ZbI6Hdb4PEYAl42OobcgqO7SXehYg== root@cinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f -----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.8,24,fe80::f816:3eff:fe4e:3b3/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f launch-index: 0 === cirros: current=0.4.0 uptime=3.31 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-1773dad2-3367-4ba3-ba40-e8c1cf39373f login: 2018-08-21 02:02:22,533 - paramiko.transport - DEBUG - starting thread (client mode): 0x4cf0b6d0L 2018-08-21 02:02:22,533 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 02:02:22,533 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-21 02:02:22,533 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-21 02:02:22,535 - 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-21 02:02:22,535 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 02:02:22,535 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-21 02:02:22,536 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 02:02:22,536 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 02:02:22,536 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 02:02:22,551 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 02:02:22,552 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 02:02:22,565 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 58a25005772dc74e77343af3ddcba866 2018-08-21 02:02:22,566 - paramiko.transport - DEBUG - Trying discovered key bc1c348f0295cefb5362d0d6c8ed98de in /tmp/tmpp4SiAx 2018-08-21 02:02:22,590 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 02:02:22,595 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 02:02:22,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-21 02:02:22,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"volume": {"display_name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "size": "2"}}' 2018-08-21 02:02:23,915 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:02:22 GMT Server: Apache x-compute-request-id: req-124cd8c0-0aa3-4928-a505-3e792ff26dd4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-124cd8c0-0aa3-4928-a505-3e792ff26dd4 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}} 2018-08-21 02:02:23,915 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes used request id req-124cd8c0-0aa3-4928-a505-3e792ff26dd4 2018-08-21 02:02:23,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.31529402733s 2018-08-21 02:02:23,916 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes used request id req-124cd8c0-0aa3-4928-a505-3e792ff26dd4 2018-08-21 02:02:23,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:02:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:24,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:23 GMT Server: Apache x-compute-request-id: req-0adced6b-ca89-4d6c-b308-a17ba47e43b2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0adced6b-ca89-4d6c-b308-a17ba47e43b2 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:02:23.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:02:24,950 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-0adced6b-ca89-4d6c-b308-a17ba47e43b2 2018-08-21 02:02:24,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03333497047s 2018-08-21 02:02:24,950 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-0adced6b-ca89-4d6c-b308-a17ba47e43b2 2018-08-21 02:02:24,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:26,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:02:26,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:28,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:26 GMT Server: Apache x-compute-request-id: req-3965f5e9-24f4-4536-be8b-c82d0ddfc92c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3965f5e9-24f4-4536-be8b-c82d0ddfc92c Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:02:25.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:02:28,050 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-3965f5e9-24f4-4536-be8b-c82d0ddfc92c 2018-08-21 02:02:28,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.09522604942s 2018-08-21 02:02:28,050 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-3965f5e9-24f4-4536-be8b-c82d0ddfc92c 2018-08-21 02:02:28,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:02:28,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:28,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9b8b70ea-260f-4cf1-b64d-9ae05287a340 Date: Tue, 21 Aug 2018 02:02:28 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":["be10d14d-bcd0-41d7-928f-e018013367c3"],"updated_at":"2018-08-21T02:01:53Z","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 02:02:28,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-9b8b70ea-260f-4cf1-b64d-9ae05287a340 2018-08-21 02:02:28,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343876838684s 2018-08-21 02:02:28,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-9b8b70ea-260f-4cf1-b64d-9ae05287a340 2018-08-21 02:02:28,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:02:28,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:29,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-67211403-2deb-4265-a293-13af321ca759 Date: Tue, 21 Aug 2018 02:02:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:58Z", "file": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file", "owner": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "size": 12716032, "self": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:02:29,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-67211403-2deb-4265-a293-13af321ca759 2018-08-21 02:02:29,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.852005004883s 2018-08-21 02:02:29,253 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-67211403-2deb-4265-a293-13af321ca759 2018-08-21 02:02:29,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:02:29,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:29,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8ec7822-aa14-4ff3-b0a0-834c9153e12f x-compute-request-id: req-f8ec7822-aa14-4ff3-b0a0-834c9153e12f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "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": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3"}]} 2018-08-21 02:02:29,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-f8ec7822-aa14-4ff3-b0a0-834c9153e12f 2018-08-21 02:02:29,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228681564331s 2018-08-21 02:02:29,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-f8ec7822-aa14-4ff3-b0a0-834c9153e12f 2018-08-21 02:02:29,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 02:02:29,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"server": {"name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "imageRef": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "flavorRef": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "acca5043-b1c7-4322-8dd8-8492982cd9b6"}], "security_groups": [{"name": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e"}]}}' 2018-08-21 02:02:31,420 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:02:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9e4d776-f473-40ec-a591-157e61341926 x-compute-request-id: req-f9e4d776-f473-40ec-a591-157e61341926 Content-Length: 403 location: http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e"}], "OS-DCF:diskConfig": "MANUAL", "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "adminPass": "3tfGB7AvG5TA"}} 2018-08-21 02:02:31,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-f9e4d776-f473-40ec-a591-157e61341926 2018-08-21 02:02:31,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.14063978195s 2018-08-21 02:02:31,421 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-f9e4d776-f473-40ec-a591-157e61341926 2018-08-21 02:02:31,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:31,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:32,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-684c496b-1411-4855-b6e4-f6c6eb2e68ca x-compute-request-id: req-684c496b-1411-4855-b6e4-f6c6eb2e68ca Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "user_id": "a17298c5b9024bf4ae9a775372c25527", "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-21T02:02:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:31Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:09.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:09Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:32,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-684c496b-1411-4855-b6e4-f6c6eb2e68ca 2018-08-21 02:02:32,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674950838089s 2018-08-21 02:02:32,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-684c496b-1411-4855-b6e4-f6c6eb2e68ca 2018-08-21 02:02:32,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:34,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:34,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:34,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-fa2cf0a0-93cb-474d-8600-25ddd90d87bb x-compute-request-id: req-fa2cf0a0-93cb-474d-8600-25ddd90d87bb Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:02:33Z", "hostId": "2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:31Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:09.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:09Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:34,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fa2cf0a0-93cb-474d-8600-25ddd90d87bb 2018-08-21 02:02:34,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688378095627s 2018-08-21 02:02:34,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fa2cf0a0-93cb-474d-8600-25ddd90d87bb 2018-08-21 02:02:34,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:36,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:36,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:37,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b80c895-718a-4c01-a42c-d7c624c25acf x-compute-request-id: req-4b80c895-718a-4c01-a42c-d7c624c25acf Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T02:02:33Z", "hostId": "2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:31Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:09.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:09Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:37,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4b80c895-718a-4c01-a42c-d7c624c25acf 2018-08-21 02:02:37,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202742099762s 2018-08-21 02:02:37,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4b80c895-718a-4c01-a42c-d7c624c25acf 2018-08-21 02:02:37,006 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:39,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:02:39,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:39,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b35b93e-7088-45ac-8328-10d4fc99ce15 x-compute-request-id: req-2b35b93e-7088-45ac-8328-10d4fc99ce15 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:2d:c8", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:38.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:38Z", "hostId": "2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:31Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:09.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:09Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:02:39,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2b35b93e-7088-45ac-8328-10d4fc99ce15 2018-08-21 02:02:39,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185282945633s 2018-08-21 02:02:39,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2b35b93e-7088-45ac-8328-10d4fc99ce15 2018-08-21 02:02:39,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:02:39,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=af50a2ea-14e1-44d7-8374-4d5b4d4e3dda" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:39,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f633a2e6-14a1-40c9-af2f-ba4089ded6bd Date: Tue, 21 Aug 2018 02:02:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:02:33Z","admin_state_up":true,"updated_at":"2018-08-21T02:02:38Z","binding:vnic_type":"normal","device_id":"af50a2ea-14e1-44d7-8374-4d5b4d4e3dda","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d6:2d:c8","id":"352dc86d-e60d-44ce-9fbf-0666cee6599e","port_security_enabled":true,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","fixed_ips":[{"subnet_id":"be10d14d-bcd0-41d7-928f-e018013367c3","ip_address":"192.168.120.19"}],"extra_dhcp_opts":[],"security_groups":["850671c4-7ebc-451b-baa7-c7b3bdfaf86e"],"name":""}]} 2018-08-21 02:02:39,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=af50a2ea-14e1-44d7-8374-4d5b4d4e3dda used request id req-f633a2e6-14a1-40c9-af2f-ba4089ded6bd 2018-08-21 02:02:39,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0469620227814s 2018-08-21 02:02:39,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=af50a2ea-14e1-44d7-8374-4d5b4d4e3dda used request id req-f633a2e6-14a1-40c9-af2f-ba4089ded6bd 2018-08-21 02:02:39,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:02:39,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=352dc86d-e60d-44ce-9fbf-0666cee6599e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:39,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f15c63b2-bced-4a7b-b429-3624da34e525 Date: Tue, 21 Aug 2018 02:02:39 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:02:39,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=352dc86d-e60d-44ce-9fbf-0666cee6599e used request id req-f15c63b2-bced-4a7b-b429-3624da34e525 2018-08-21 02:02:39,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445461273193s 2018-08-21 02:02:39,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=352dc86d-e60d-44ce-9fbf-0666cee6599e used request id req-f15c63b2-bced-4a7b-b429-3624da34e525 2018-08-21 02:02:39,296 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d6:2d:c8', u'version': 4, u'addr': u'192.168.120.19', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0e8f210f-c1ac-4423-a1ce-56c043d871e0'}), 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-21T02:02:38.000000', 'flavor': Munch({u'id': u'344b32e5-a47f-4be9-9b51-a8b82ad1dde3'}), 'az': u'nova', 'id': u'af50a2ea-14e1-44d7-8374-4d5b4d4e3dda', 'security_groups': [Munch({u'name': u'cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a17298c5b9024bf4ae9a775372c25527', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': 'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', '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-21T02:02:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T02:02:38Z', 'hostId': u'2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'public_v6': '', 'private_v4': u'192.168.120.19', 'cloud': 'envvars', 'host_id': u'2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043', '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-21T02:02:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': u'cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'adminPass': u'3tfGB7AvG5TA', 'tenant_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'created_at': u'2018-08-21T02:02:31Z', 'created': u'2018-08-21T02:02:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 02:02:39,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:02:39,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:39,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-337cd338-fd68-45e1-99b3-382ec9c739d9 Date: Tue, 21 Aug 2018 02:02:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be10d14d-bcd0-41d7-928f-e018013367c3"],"updated_at":"2018-08-21T02:01:53Z","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 02:02:39,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-337cd338-fd68-45e1-99b3-382ec9c739d9 2018-08-21 02:02:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26527094841s 2018-08-21 02:02:39,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-337cd338-fd68-45e1-99b3-382ec9c739d9 2018-08-21 02:02:39,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 02:02:39,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=af50a2ea-14e1-44d7-8374-4d5b4d4e3dda" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:39,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-39d387cb-7089-4c03-9ce8-a32930378149 Date: Tue, 21 Aug 2018 02:02:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:02:33Z","admin_state_up":true,"updated_at":"2018-08-21T02:02:38Z","binding:vnic_type":"normal","device_id":"af50a2ea-14e1-44d7-8374-4d5b4d4e3dda","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d6:2d:c8","id":"352dc86d-e60d-44ce-9fbf-0666cee6599e","port_security_enabled":true,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","fixed_ips":[{"subnet_id":"be10d14d-bcd0-41d7-928f-e018013367c3","ip_address":"192.168.120.19"}],"extra_dhcp_opts":[],"security_groups":["850671c4-7ebc-451b-baa7-c7b3bdfaf86e"],"name":""}]} 2018-08-21 02:02:39,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=af50a2ea-14e1-44d7-8374-4d5b4d4e3dda used request id req-39d387cb-7089-4c03-9ce8-a32930378149 2018-08-21 02:02:39,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.048278093338s 2018-08-21 02:02:39,616 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=af50a2ea-14e1-44d7-8374-4d5b4d4e3dda used request id req-39d387cb-7089-4c03-9ce8-a32930378149 2018-08-21 02:02:39,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-21 02:02:39,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.19", "port_id": "352dc86d-e60d-44ce-9fbf-0666cee6599e"}}' 2018-08-21 02:02:41,426 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-b1e1838b-c1a7-4257-8d31-5c842f9c2182 Date: Tue, 21 Aug 2018 02:02:41 GMT RESP BODY: {"floatingip": {"router_id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:02:40Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "352dc86d-e60d-44ce-9fbf-0666cee6599e", "id": "0fc609f4-f58b-4807-ad1f-4210f79f4c38", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:02:40Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}} 2018-08-21 02:02:41,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-b1e1838b-c1a7-4257-8d31-5c842f9c2182 2018-08-21 02:02:41,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.80993509293s 2018-08-21 02:02:41,427 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-b1e1838b-c1a7-4257-8d31-5c842f9c2182 2018-08-21 02:02:41,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:02:41,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:41,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-a504c8ef-f3b0-42f1-9b91-aec65b594f11 Date: Tue, 21 Aug 2018 02:02:41 GMT RESP BODY: {"floatingips": [{"router_id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:02:40Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "352dc86d-e60d-44ce-9fbf-0666cee6599e", "id": "0fc609f4-f58b-4807-ad1f-4210f79f4c38", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:02:40Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"router_id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:02:11Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "2af132f6-8759-4878-8835-bdf48a3b23aa", "id": "35405185-b172-4f79-89f8-55a34dcf6c35", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:02:11Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}]} 2018-08-21 02:02:41,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-a504c8ef-f3b0-42f1-9b91-aec65b594f11 2018-08-21 02:02:41,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0684740543365s 2018-08-21 02:02:41,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-a504c8ef-f3b0-42f1-9b91-aec65b594f11 2018-08-21 02:02:41,512 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fa29dc21-a526-4365-a8ec-7427c6b9aabd', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'created_at': u'2018-08-21T02:02:40Z', 'attached': True, 'updated_at': u'2018-08-21T02:02:40Z', 'id': u'0fc609f4-f58b-4807-ad1f-4210f79f4c38', 'floating_network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', 'fixed_ip_address': u'192.168.120.19', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'name': 'cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fa29dc21-a526-4365-a8ec-7427c6b9aabd', 'project_id': u'd26a4afacf6b47198f96ad67d9ead0a4', 'port_id': u'352dc86d-e60d-44ce-9fbf-0666cee6599e', 'port': u'352dc86d-e60d-44ce-9fbf-0666cee6599e', 'network': u'be8fdaff-94a3-4138-b7b1-3304e6e27601'}) 2018-08-21 02:02:41,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 02:02:41,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 02:02:41,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-774a5737-db75-447b-8e8c-2b7869a888e5 x-compute-request-id: req-774a5737-db75-447b-8e8c-2b7869a888e5 Content-Encoding: gzip Content-Length: 7901 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499367172 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.191758] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194180] pid_max: default: 32768 minimum: 301\n[ 0.195471] ACPI: Core revision 20150930\n[ 0.197232] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199475] Security Framework initialized\n[ 0.200699] Yama: becoming mindful.\n[ 0.201771] AppArmor: AppArmor initialized\n[ 0.203015] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204936] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206804] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210575] Initializing cgroup subsys io\n[ 0.211767] Initializing cgroup subsys memory\n[ 0.213015] Initializing cgroup subsys devices\n[ 0.214314] Initializing cgroup subsys freezer\n[ 0.215552] Initializing cgroup subsys net_cls\n[ 0.216822] Initializing cgroup subsys perf_event\n[ 0.218161] Initializing cgroup subsys net_prio\n[ 0.219440] Initializing cgroup subsys hugetlb\n[ 0.220702] Initializing cgroup subsys pids\n[ 0.221957] CPU: Physical Processor ID: 0\n[ 0.223824] mce: CPU supports 10 MCE banks\n[ 0.225065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226559] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248393] ftrace: allocating 31920 entries in 125 pages\n[ 0.274254] smpboot: Max logical packages: 1\n[ 0.275474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277470] x2apic enabled\n[ 0.278674] Switched APIC routing to physical x2apic.\n[ 0.281226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282817] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288183] KVM setup paravirtual spinlock\n[ 0.289865] x86: Booted up 1 node, 1 CPUs\n[ 0.291017] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292961] devtmpfs: initialized\n[ 0.294984] evm: security.selinux\n[ 0.295997] evm: security.SMACK64\n[ 0.296992] evm: security.SMACK64EXEC\n[ 0.298065] evm: security.SMACK64TRANSMUTE\n[ 0.299595] evm: security.SMACK64MMAP\n[ 0.300686] evm: security.ima\n[ 0.301607] evm: security.capability\n[ 0.302733] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305351] pinctrl core: initialized pinctrl subsystem\n[ 0.306881] RTC time: 2:02:38, date: 08/21/18\n[ 0.308259] NET: Registered protocol family 16\n[ 0.309632] cpuidle: using governor ladder\n[ 0.310800] cpuidle: using governor menu\n[ 0.311921] PCCT header not found.\n[ 0.312981] ACPI: bus type PCI registered\n[ 0.314123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315888] PCI: Using configuration type 1 for base access\n[ 0.318112] ACPI: Added _OSI(Module Device)\n[ 0.319327] ACPI: Added _OSI(Processor Device)\n[ 0.320566] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321841] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324044] ACPI: Interpreter enabled\n[ 0.325120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327723] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330326] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335527] ACPI: (supports S0 S5)\n[ 0.336531] ACPI: Using IOAPIC for interrupt routing\n[ 0.337864] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341740] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345082] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346759] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350219] acpiphp: Slot [3] registered\n[ 0.351358] acpiphp: Slot [4] registered\n[ 0.352497] acpiphp: Slot [5] registered\n[ 0.353620] acpiphp: Slot [6] registered\n[ 0.354755] acpiphp: Slot [7] registered\n[ 0.355897] acpiphp: Slot [8] registered\n[ 0.357031] acpiphp: Slot [9] registered\n[ 0.358158] acpiphp: Slot [10] registered\n[ 0.359315] acpiphp: Slot [11] registered\n[ 0.360482] acpiphp: Slot [12] registered\n[ 0.361633] acpiphp: Slot [13] registered\n[ 0.362774] acpiphp: Slot [14] registered\n[ 0.363921] acpiphp: Slot [15] registered\n[ 0.379310] acpiphp: Slot [16] registered\n[ 0.380467] acpiphp: Slot [17] registered\n[ 0.381661] acpiphp: Slot [18] registered\n[ 0.382827] acpiphp: Slot [19] registered\n[ 0.384038] acpiphp: Slot [20] registered\n[ 0.385205] acpiphp: Slot [21] registered\n[ 0.386365] acpiphp: Slot [22] registered\n[ 0.387517] acpiphp: Slot [23] registered\n[ 0.388672] acpiphp: Slot [24] registered\n[ 0.389822] acpiphp: Slot [25] registered\n[ 0.390970] acpiphp: Slot [26] registered\n[ 0.392117] acpiphp: Slot [27] registered\n[ 0.393284] acpiphp: Slot [28] registered\n[ 0.394434] acpiphp: Slot [29] registered\n[ 0.395586] acpiphp: Slot [30] registered\n[ 0.396746] acpiphp: Slot [31] registered\n[ 0.397897] PCI host bridge to bus 0000:00\n[ 0.399048] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.400747] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.402459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.404528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.406595] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.408699] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.412837] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.414644] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.416378] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.445658] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.449644] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.451601] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453650] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.455393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457194] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460863] vgaarb: loaded\n[ 0.461713] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463396] SCSI subsystem initialized\n[ 0.464670] ACPI: bus type USB registered\n[ 0.465834] usbcore: registered new interface driver usbfs\n[ 0.467275] usbcore: registered new interface driver hub\n[ 0.468679] usbcore: registered new device driver usb\n[ 0.470200] PCI: Using ACPI for IRQ routing\n[ 0.471732] NetLabel: Initializing\n[ 0.472740] NetLabel: domain hash size = 128\n[ 0.473932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475283] NetLabel: unlabeled traffic allowed by default\n[ 0.476899] clocksource: Switched to clocksource kvm-clock\n[ 0.486814] AppArmor: AppArmor Filesystem Enabled\n[ 0.488178] pnp: PnP ACPI init\n[ 0.489427] pnp: PnP ACPI: found 5 devices\n[ 0.496239] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498622] NET: Registered protocol family 2\n[ 0.500062] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501874] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506808] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508452] NET: Registered protocol family 1\n[ 0.509684] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511219] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.512718] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.526932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.541229] Trying to unpack rootfs image as initramfs...\n[ 0.602820] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609019] Scanning for low memory corruption every 60 seconds\n[ 0.611984] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613701] audit: initializing netlink subsys (disabled)\n[ 0.615312] audit: type=2000 audit(1534816959.321:1): initialized\n[ 0.617479] Initialise system trusted keyring\n[ 0.619013] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620694] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.623570] zbud: loaded\n[ 0.624671] VFS: Disk quotas dquot_6.6.0\n[ 0.625877] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628251] fuse init (API version 7.23)\n[ 0.629595] Key type big_key registered\n[ 0.630773] Allocating IMA MOK and blacklist keyrings.\n[ 0.632546] Key type asymmetric registered\n[ 0.633765] Asymmetric key parser 'x509' registered\n[ 0.635165] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637372] io scheduler noop registered\n[ 0.638524] io scheduler deadline registered (default)\n[ 0.639977] io scheduler cfq registered\n[ 0.641300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646900] ACPI: Power Button [PWRF]\n[ 0.648314] GHES: HEST is not enabled!\n[ 0.662763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692529] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.695678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.721396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724597] Linux agpgart interface v0.103\n[ 0.728437] brd: module loaded\n[ 0.730738] loop: module loaded\n[ 0.735516] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.737662] GPT:90111 != 2097151\n[ 0.738622] GPT:Alternate GPT header not at the end of the disk.\n[ 0.740159] GPT:90111 != 2097151\n[ 0.741113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.742466] vda: vda1 vda15\n[ 0.744289] scsi host0: ata_piix\n[ 0.745417] scsi host1: ata_piix\n[ 0.746430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.748148] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.750266] libphy: Fixed MDIO Bus: probed\n[ 0.751452] tun: Universal TUN/TAP device driver, 1.6\n[ 0.752841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.755963] PPP generic driver version 2.4.2\n[ 0.757289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758999] ehci-pci: EHCI PCI platform driver\n[ 0.760273] ehci-platform: EHCI generic platform driver\n[ 0.761717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763343] ohci-pci: OHCI PCI platform driver\n[ 0.764605] ohci-platform: OHCI generic platform driver\n[ 0.766027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780754] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782223] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784351] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785806] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791333] usb usb1: Product: UHCI Host Controller\n[ 0.792673] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.794299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795708] hub 1-0:1.0: USB hub found\n[ 0.796843] hub 1-0:1.0: 2 ports detected\n[ 0.798246] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801547] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.804391] mousedev: PS/2 mouse device common for all mice\n[ 0.806196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.808817] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810450] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812166] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.813881] i2c /dev entries driver\n[ 0.814989] device-mapper: uevent: version 1.0.3\n[ 0.816368] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818751] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820744] NET: Registered protocol family 10\n[ 0.822390] NET: Registered protocol family 17\n[ 0.823665] Key type dns_resolver registered\n[ 0.825067] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826626] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.829193] registered taskstats version 1\n[ 0.830432] Loading compiled-in X.509 certificates\n[ 0.832392] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.835069] zswap: loaded using pool lzo/zbud\n[ 0.837632] Key type trusted registered\n[ 0.839813] Key type encrypted registered\n[ 0.841007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.842540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844071] evm: HMAC attrs: 0x1\n[ 0.845453] Magic number: 14:759:5\n[ 0.846649] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:39 UTC (1534816959)\n[ 0.849011] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.850741] EDD information not available.\n[ 0.911578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927982] Write protecting the kernel read-only data: 14336k\n[ 0.930963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.933501] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.095776] 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 192.168.120.19...\nLease of 192.168.120.19 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.93. iid=i-00000008\n"} 2018-08-21 02:02:41,587 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/action used request id req-774a5737-db75-447b-8e8c-2b7869a888e5 2018-08-21 02:02:41,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0745470523834s 2018-08-21 02:02:41,588 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/action used request id req-774a5737-db75-447b-8e8c-2b7869a888e5 2018-08-21 02:02:41,589 - 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 499367172 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.191758] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.194180] pid_max: default: 32768 minimum: 301 [ 0.195471] ACPI: Core revision 20150930 [ 0.197232] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199475] Security Framework initialized [ 0.200699] Yama: becoming mindful. [ 0.201771] AppArmor: AppArmor initialized [ 0.203015] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204936] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206804] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210575] Initializing cgroup subsys io [ 0.211767] Initializing cgroup subsys memory [ 0.213015] Initializing cgroup subsys devices [ 0.214314] Initializing cgroup subsys freezer [ 0.215552] Initializing cgroup subsys net_cls [ 0.216822] Initializing cgroup subsys perf_event [ 0.218161] Initializing cgroup subsys net_prio [ 0.219440] Initializing cgroup subsys hugetlb [ 0.220702] Initializing cgroup subsys pids [ 0.221957] CPU: Physical Processor ID: 0 [ 0.223824] mce: CPU supports 10 MCE banks [ 0.225065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.226559] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248393] ftrace: allocating 31920 entries in 125 pages [ 0.274254] smpboot: Max logical packages: 1 [ 0.275474] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277470] x2apic enabled [ 0.278674] Switched APIC routing to physical x2apic. [ 0.281226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282817] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288183] KVM setup paravirtual spinlock [ 0.289865] x86: Booted up 1 node, 1 CPUs [ 0.291017] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292961] devtmpfs: initialized [ 0.294984] evm: security.selinux [ 0.295997] evm: security.SMACK64 [ 0.296992] evm: security.SMACK64EXEC [ 0.298065] evm: security.SMACK64TRANSMUTE [ 0.299595] evm: security.SMACK64MMAP [ 0.300686] evm: security.ima [ 0.301607] evm: security.capability [ 0.302733] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305351] pinctrl core: initialized pinctrl subsystem [ 0.306881] RTC time: 2:02:38, date: 08/21/18 [ 0.308259] NET: Registered protocol family 16 [ 0.309632] cpuidle: using governor ladder [ 0.310800] cpuidle: using governor menu [ 0.311921] PCCT header not found. [ 0.312981] ACPI: bus type PCI registered [ 0.314123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315888] PCI: Using configuration type 1 for base access [ 0.318112] ACPI: Added _OSI(Module Device) [ 0.319327] ACPI: Added _OSI(Processor Device) [ 0.320566] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321841] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324044] ACPI: Interpreter enabled [ 0.325120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327723] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330326] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335527] ACPI: (supports S0 S5) [ 0.336531] ACPI: Using IOAPIC for interrupt routing [ 0.337864] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341740] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345082] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346759] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350219] acpiphp: Slot [3] registered [ 0.351358] acpiphp: Slot [4] registered [ 0.352497] acpiphp: Slot [5] registered [ 0.353620] acpiphp: Slot [6] registered [ 0.354755] acpiphp: Slot [7] registered [ 0.355897] acpiphp: Slot [8] registered [ 0.357031] acpiphp: Slot [9] registered [ 0.358158] acpiphp: Slot [10] registered [ 0.359315] acpiphp: Slot [11] registered [ 0.360482] acpiphp: Slot [12] registered [ 0.361633] acpiphp: Slot [13] registered [ 0.362774] acpiphp: Slot [14] registered [ 0.363921] acpiphp: Slot [15] registered [ 0.379310] acpiphp: Slot [16] registered [ 0.380467] acpiphp: Slot [17] registered [ 0.381661] acpiphp: Slot [18] registered [ 0.382827] acpiphp: Slot [19] registered [ 0.384038] acpiphp: Slot [20] registered [ 0.385205] acpiphp: Slot [21] registered [ 0.386365] acpiphp: Slot [22] registered [ 0.387517] acpiphp: Slot [23] registered [ 0.388672] acpiphp: Slot [24] registered [ 0.389822] acpiphp: Slot [25] registered [ 0.390970] acpiphp: Slot [26] registered [ 0.392117] acpiphp: Slot [27] registered [ 0.393284] acpiphp: Slot [28] registered [ 0.394434] acpiphp: Slot [29] registered [ 0.395586] acpiphp: Slot [30] registered [ 0.396746] acpiphp: Slot [31] registered [ 0.397897] PCI host bridge to bus 0000:00 [ 0.399048] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.400747] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.402459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.404528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.406595] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.408699] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.412837] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.414644] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.416378] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.418239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.445658] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.447666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.449644] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.451601] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.453650] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.455393] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.457194] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.458670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460863] vgaarb: loaded [ 0.461713] vgaarb: bridge control possible 0000:00:02.0 [ 0.463396] SCSI subsystem initialized [ 0.464670] ACPI: bus type USB registered [ 0.465834] usbcore: registered new interface driver usbfs [ 0.467275] usbcore: registered new interface driver hub [ 0.468679] usbcore: registered new device driver usb [ 0.470200] PCI: Using ACPI for IRQ routing [ 0.471732] NetLabel: Initializing [ 0.472740] NetLabel: domain hash size = 128 [ 0.473932] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.475283] NetLabel: unlabeled traffic allowed by default [ 0.476899] clocksource: Switched to clocksource kvm-clock [ 0.486814] AppArmor: AppArmor Filesystem Enabled [ 0.488178] pnp: PnP ACPI init [ 0.489427] pnp: PnP ACPI: found 5 devices [ 0.496239] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.498622] NET: Registered protocol family 2 [ 0.500062] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.501874] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.503597] TCP: Hash tables configured (established 4096 bind 4096) [ 0.505289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.506808] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.508452] NET: Registered protocol family 1 [ 0.509684] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.511219] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.512718] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.526932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.541229] Trying to unpack rootfs image as initramfs... [ 0.602820] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.609019] Scanning for low memory corruption every 60 seconds [ 0.611984] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.613701] audit: initializing netlink subsys (disabled) [ 0.615312] audit: type=2000 audit(1534816959.321:1): initialized [ 0.617479] Initialise system trusted keyring [ 0.619013] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.620694] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.623570] zbud: loaded [ 0.624671] VFS: Disk quotas dquot_6.6.0 [ 0.625877] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628251] fuse init (API version 7.23) [ 0.629595] Key type big_key registered [ 0.630773] Allocating IMA MOK and blacklist keyrings. [ 0.632546] Key type asymmetric registered [ 0.633765] Asymmetric key parser 'x509' registered [ 0.635165] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637372] io scheduler noop registered [ 0.638524] io scheduler deadline registered (default) [ 0.639977] io scheduler cfq registered [ 0.641300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.642811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646900] ACPI: Power Button [PWRF] [ 0.648314] GHES: HEST is not enabled! [ 0.662763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692529] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.721396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.724597] Linux agpgart interface v0.103 [ 0.728437] brd: module loaded [ 0.730738] loop: module loaded [ 0.735516] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.737662] GPT:90111 != 2097151 [ 0.738622] GPT:Alternate GPT header not at the end of the disk. [ 0.740159] GPT:90111 != 2097151 [ 0.741113] GPT: Use GNU Parted to correct GPT errors. [ 0.742466] vda: vda1 vda15 [ 0.744289] scsi host0: ata_piix [ 0.745417] scsi host1: ata_piix [ 0.746430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.748148] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.750266] libphy: Fixed MDIO Bus: probed [ 0.751452] tun: Universal TUN/TAP device driver, 1.6 [ 0.752841] tun: (C) 1999-2004 Max Krasnyansky [ 0.755963] PPP generic driver version 2.4.2 [ 0.757289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.758999] ehci-pci: EHCI PCI platform driver [ 0.760273] ehci-platform: EHCI generic platform driver [ 0.761717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.763343] ohci-pci: OHCI PCI platform driver [ 0.764605] ohci-platform: OHCI generic platform driver [ 0.766027] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780754] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782223] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784351] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.785806] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791333] usb usb1: Product: UHCI Host Controller [ 0.792673] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.794299] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795708] hub 1-0:1.0: USB hub found [ 0.796843] hub 1-0:1.0: 2 ports detected [ 0.798246] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801547] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802904] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.804391] mousedev: PS/2 mouse device common for all mice [ 0.806196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.808817] rtc_cmos 00:00: RTC can wake from S4 [ 0.810450] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812166] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.813881] i2c /dev entries driver [ 0.814989] device-mapper: uevent: version 1.0.3 [ 0.816368] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818751] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820744] NET: Registered protocol family 10 [ 0.822390] NET: Registered protocol family 17 [ 0.823665] Key type dns_resolver registered [ 0.825067] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826626] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.829193] registered taskstats version 1 [ 0.830432] Loading compiled-in X.509 certificates [ 0.832392] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.835069] zswap: loaded using pool lzo/zbud [ 0.837632] Key type trusted registered [ 0.839813] Key type encrypted registered [ 0.841007] AppArmor: AppArmor sha1 policy hashing enabled [ 0.842540] ima: No TPM chip found, activating TPM-bypass! [ 0.844071] evm: HMAC attrs: 0x1 [ 0.845453] Magic number: 14:759:5 [ 0.846649] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:39 UTC (1534816959) [ 0.849011] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.850741] EDD information not available. [ 0.911578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.927982] Write protecting the kernel read-only data: 14336k [ 0.930963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.933501] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.095776] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.19... Lease of 192.168.120.19 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.93. iid=i-00000008 2018-08-21 02:02:42,591 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-21 02:02:51,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 02:02:51,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 02:02:51,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-b28b966d-24bf-4e6e-b2c1-e2f1c3276c9b x-compute-request-id: req-b28b966d-24bf-4e6e-b2c1-e2f1c3276c9b Content-Encoding: gzip Content-Length: 9597 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499367172 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.191758] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194180] pid_max: default: 32768 minimum: 301\n[ 0.195471] ACPI: Core revision 20150930\n[ 0.197232] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199475] Security Framework initialized\n[ 0.200699] Yama: becoming mindful.\n[ 0.201771] AppArmor: AppArmor initialized\n[ 0.203015] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204936] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206804] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210575] Initializing cgroup subsys io\n[ 0.211767] Initializing cgroup subsys memory\n[ 0.213015] Initializing cgroup subsys devices\n[ 0.214314] Initializing cgroup subsys freezer\n[ 0.215552] Initializing cgroup subsys net_cls\n[ 0.216822] Initializing cgroup subsys perf_event\n[ 0.218161] Initializing cgroup subsys net_prio\n[ 0.219440] Initializing cgroup subsys hugetlb\n[ 0.220702] Initializing cgroup subsys pids\n[ 0.221957] CPU: Physical Processor ID: 0\n[ 0.223824] mce: CPU supports 10 MCE banks\n[ 0.225065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226559] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248393] ftrace: allocating 31920 entries in 125 pages\n[ 0.274254] smpboot: Max logical packages: 1\n[ 0.275474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277470] x2apic enabled\n[ 0.278674] Switched APIC routing to physical x2apic.\n[ 0.281226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282817] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288183] KVM setup paravirtual spinlock\n[ 0.289865] x86: Booted up 1 node, 1 CPUs\n[ 0.291017] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292961] devtmpfs: initialized\n[ 0.294984] evm: security.selinux\n[ 0.295997] evm: security.SMACK64\n[ 0.296992] evm: security.SMACK64EXEC\n[ 0.298065] evm: security.SMACK64TRANSMUTE\n[ 0.299595] evm: security.SMACK64MMAP\n[ 0.300686] evm: security.ima\n[ 0.301607] evm: security.capability\n[ 0.302733] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305351] pinctrl core: initialized pinctrl subsystem\n[ 0.306881] RTC time: 2:02:38, date: 08/21/18\n[ 0.308259] NET: Registered protocol family 16\n[ 0.309632] cpuidle: using governor ladder\n[ 0.310800] cpuidle: using governor menu\n[ 0.311921] PCCT header not found.\n[ 0.312981] ACPI: bus type PCI registered\n[ 0.314123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315888] PCI: Using configuration type 1 for base access\n[ 0.318112] ACPI: Added _OSI(Module Device)\n[ 0.319327] ACPI: Added _OSI(Processor Device)\n[ 0.320566] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321841] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324044] ACPI: Interpreter enabled\n[ 0.325120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327723] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330326] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335527] ACPI: (supports S0 S5)\n[ 0.336531] ACPI: Using IOAPIC for interrupt routing\n[ 0.337864] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341740] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345082] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346759] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350219] acpiphp: Slot [3] registered\n[ 0.351358] acpiphp: Slot [4] registered\n[ 0.352497] acpiphp: Slot [5] registered\n[ 0.353620] acpiphp: Slot [6] registered\n[ 0.354755] acpiphp: Slot [7] registered\n[ 0.355897] acpiphp: Slot [8] registered\n[ 0.357031] acpiphp: Slot [9] registered\n[ 0.358158] acpiphp: Slot [10] registered\n[ 0.359315] acpiphp: Slot [11] registered\n[ 0.360482] acpiphp: Slot [12] registered\n[ 0.361633] acpiphp: Slot [13] registered\n[ 0.362774] acpiphp: Slot [14] registered\n[ 0.363921] acpiphp: Slot [15] registered\n[ 0.379310] acpiphp: Slot [16] registered\n[ 0.380467] acpiphp: Slot [17] registered\n[ 0.381661] acpiphp: Slot [18] registered\n[ 0.382827] acpiphp: Slot [19] registered\n[ 0.384038] acpiphp: Slot [20] registered\n[ 0.385205] acpiphp: Slot [21] registered\n[ 0.386365] acpiphp: Slot [22] registered\n[ 0.387517] acpiphp: Slot [23] registered\n[ 0.388672] acpiphp: Slot [24] registered\n[ 0.389822] acpiphp: Slot [25] registered\n[ 0.390970] acpiphp: Slot [26] registered\n[ 0.392117] acpiphp: Slot [27] registered\n[ 0.393284] acpiphp: Slot [28] registered\n[ 0.394434] acpiphp: Slot [29] registered\n[ 0.395586] acpiphp: Slot [30] registered\n[ 0.396746] acpiphp: Slot [31] registered\n[ 0.397897] PCI host bridge to bus 0000:00\n[ 0.399048] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.400747] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.402459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.404528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.406595] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.408699] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.412837] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.414644] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.416378] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.418239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.425037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.445658] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.449644] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.451601] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453650] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.455393] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457194] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460863] vgaarb: loaded\n[ 0.461713] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463396] SCSI subsystem initialized\n[ 0.464670] ACPI: bus type USB registered\n[ 0.465834] usbcore: registered new interface driver usbfs\n[ 0.467275] usbcore: registered new interface driver hub\n[ 0.468679] usbcore: registered new device driver usb\n[ 0.470200] PCI: Using ACPI for IRQ routing\n[ 0.471732] NetLabel: Initializing\n[ 0.472740] NetLabel: domain hash size = 128\n[ 0.473932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475283] NetLabel: unlabeled traffic allowed by default\n[ 0.476899] clocksource: Switched to clocksource kvm-clock\n[ 0.486814] AppArmor: AppArmor Filesystem Enabled\n[ 0.488178] pnp: PnP ACPI init\n[ 0.489427] pnp: PnP ACPI: found 5 devices\n[ 0.496239] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498622] NET: Registered protocol family 2\n[ 0.500062] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501874] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503597] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505289] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506808] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508452] NET: Registered protocol family 1\n[ 0.509684] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511219] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.512718] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.526932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.541229] Trying to unpack rootfs image as initramfs...\n[ 0.602820] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609019] Scanning for low memory corruption every 60 seconds\n[ 0.611984] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613701] audit: initializing netlink subsys (disabled)\n[ 0.615312] audit: type=2000 audit(1534816959.321:1): initialized\n[ 0.617479] Initialise system trusted keyring\n[ 0.619013] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620694] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.623570] zbud: loaded\n[ 0.624671] VFS: Disk quotas dquot_6.6.0\n[ 0.625877] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628251] fuse init (API version 7.23)\n[ 0.629595] Key type big_key registered\n[ 0.630773] Allocating IMA MOK and blacklist keyrings.\n[ 0.632546] Key type asymmetric registered\n[ 0.633765] Asymmetric key parser 'x509' registered\n[ 0.635165] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637372] io scheduler noop registered\n[ 0.638524] io scheduler deadline registered (default)\n[ 0.639977] io scheduler cfq registered\n[ 0.641300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.642811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646900] ACPI: Power Button [PWRF]\n[ 0.648314] GHES: HEST is not enabled!\n[ 0.662763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692529] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.695678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.721396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724597] Linux agpgart interface v0.103\n[ 0.728437] brd: module loaded\n[ 0.730738] loop: module loaded\n[ 0.735516] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.737662] GPT:90111 != 2097151\n[ 0.738622] GPT:Alternate GPT header not at the end of the disk.\n[ 0.740159] GPT:90111 != 2097151\n[ 0.741113] GPT: Use GNU Parted to correct GPT errors.\n[ 0.742466] vda: vda1 vda15\n[ 0.744289] scsi host0: ata_piix\n[ 0.745417] scsi host1: ata_piix\n[ 0.746430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.748148] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.750266] libphy: Fixed MDIO Bus: probed\n[ 0.751452] tun: Universal TUN/TAP device driver, 1.6\n[ 0.752841] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.755963] PPP generic driver version 2.4.2\n[ 0.757289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758999] ehci-pci: EHCI PCI platform driver\n[ 0.760273] ehci-platform: EHCI generic platform driver\n[ 0.761717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763343] ohci-pci: OHCI PCI platform driver\n[ 0.764605] ohci-platform: OHCI generic platform driver\n[ 0.766027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780754] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782223] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784351] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785806] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.789264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.791333] usb usb1: Product: UHCI Host Controller\n[ 0.792673] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.794299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795708] hub 1-0:1.0: USB hub found\n[ 0.796843] hub 1-0:1.0: 2 ports detected\n[ 0.798246] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801547] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802904] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.804391] mousedev: PS/2 mouse device common for all mice\n[ 0.806196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.808817] rtc_cmos 00:00: RTC can wake from S4\n[ 0.810450] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812166] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.813881] i2c /dev entries driver\n[ 0.814989] device-mapper: uevent: version 1.0.3\n[ 0.816368] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818751] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820744] NET: Registered protocol family 10\n[ 0.822390] NET: Registered protocol family 17\n[ 0.823665] Key type dns_resolver registered\n[ 0.825067] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826626] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.829193] registered taskstats version 1\n[ 0.830432] Loading compiled-in X.509 certificates\n[ 0.832392] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.835069] zswap: loaded using pool lzo/zbud\n[ 0.837632] Key type trusted registered\n[ 0.839813] Key type encrypted registered\n[ 0.841007] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.842540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844071] evm: HMAC attrs: 0x1\n[ 0.845453] Magic number: 14:759:5\n[ 0.846649] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:39 UTC (1534816959)\n[ 0.849011] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.850741] EDD information not available.\n[ 0.911578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927982] Write protecting the kernel read-only data: 14336k\n[ 0.930963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.933501] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.095776] 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 192.168.120.19...\nLease of 192.168.120.19 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.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHpSV0h6tDURK+KNvYOK/K1ARndzmBxMV/w3AlZiZmfcJsN6W05SEgJhxWgCwpzixA4HGHrYQu4P9Eg6Kr1z752jQSRGPePrpfOjrqEwFtghloWism6t2eheBj4r4dJJD5MSSH7NMPRO3YqdrjQvnAsMHmT5BFHLIuxZjpjEZOpNirGfHFuWvqZJDFhZ/Mw8YxIPPnD8VTUUqaeN1rw+U8K2kPF3GRR4wNQjuqMNck3ZynjGsGsPmUwiIN/d9/uXFjp+wXAupxgG/JKRVT24X443zT9qPonYl1BClVatnRVkOp3hh3HfJ0ylYi51UDXK2TzAU8tmCthkl6dWI6DHEp root@cinder-test-vm-1773dad2-3367-4ba3-ba40-e8c1cf39373f\nssh-dss AAAAB3NzaC1kc3MAAACBAKJ+rQVqMDc81OywbQ+aDXjQbPhC+saqTf0rOwYzRpODKINiTgoP0SESuvJawwpXnJLmdNd7jOdDj2UAXROKlXTmW7rV++qWgsrlmnDK3NioJPl/C205d8Ff96FdzbkArw74dA6NG3RdRZwO/a1hxLqhW6uCIHfauRD4yCgegfgBAAAAFQCPE2C7jLKx64qkBaIDIIM80CbP4QAAAIBTRv6MeiqbjYP5X4RYdql5uc6qtvbUeAWfq9mw/2GKwxh5S6rqTKzMP9UezEwhMCjY0lWQRtdsAZBQ2U+G4sy/bX7tuJOoVS7/Qvp7F1G7Wdo+iqzbfFUG83d1qlPM15cd5lKOGEZuZZ7R4H2SD/2Ni90DRy62s1jkmfk/kFik+AAAAIAvhCGvoJEchtL5g9aJPwp4RyYfs5CrzMF74dYosujIOuV4W5PsowctaEtB+6LMTi2lDLGqyCzxF2sMYhlNzZhqQXZFY3MlgsfvtwfFzOdX3T651yBGbuQMC1LKeMQznNQtQ/noyC9Qo0RdBHmXLHfN9hWnCupznnpKJ0yFDjGpWA== root@cinder-test-vm-1773dad2-3367-4ba3-ba40-e8c1cf39373f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.82s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.19,24,fe80::f816:3eff:fed6:2dc8/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.19 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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-1773dad2-3367-4ba3-ba40-e8c1cf39373f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.50 ===\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-1773dad2-3367-4ba3-ba40-e8c1cf39373f login: "} 2018-08-21 02:02:51,691 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/action used request id req-b28b966d-24bf-4e6e-b2c1-e2f1c3276c9b 2018-08-21 02:02:51,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0896549224854s 2018-08-21 02:02:51,692 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/action used request id req-b28b966d-24bf-4e6e-b2c1-e2f1c3276c9b 2018-08-21 02:02:51,692 - 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 499367172 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.191758] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.194180] pid_max: default: 32768 minimum: 301 [ 0.195471] ACPI: Core revision 20150930 [ 0.197232] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199475] Security Framework initialized [ 0.200699] Yama: becoming mindful. [ 0.201771] AppArmor: AppArmor initialized [ 0.203015] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204936] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.206804] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210575] Initializing cgroup subsys io [ 0.211767] Initializing cgroup subsys memory [ 0.213015] Initializing cgroup subsys devices [ 0.214314] Initializing cgroup subsys freezer [ 0.215552] Initializing cgroup subsys net_cls [ 0.216822] Initializing cgroup subsys perf_event [ 0.218161] Initializing cgroup subsys net_prio [ 0.219440] Initializing cgroup subsys hugetlb [ 0.220702] Initializing cgroup subsys pids [ 0.221957] CPU: Physical Processor ID: 0 [ 0.223824] mce: CPU supports 10 MCE banks [ 0.225065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.226559] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248393] ftrace: allocating 31920 entries in 125 pages [ 0.274254] smpboot: Max logical packages: 1 [ 0.275474] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277470] x2apic enabled [ 0.278674] Switched APIC routing to physical x2apic. [ 0.281226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282817] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288183] KVM setup paravirtual spinlock [ 0.289865] x86: Booted up 1 node, 1 CPUs [ 0.291017] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292961] devtmpfs: initialized [ 0.294984] evm: security.selinux [ 0.295997] evm: security.SMACK64 [ 0.296992] evm: security.SMACK64EXEC [ 0.298065] evm: security.SMACK64TRANSMUTE [ 0.299595] evm: security.SMACK64MMAP [ 0.300686] evm: security.ima [ 0.301607] evm: security.capability [ 0.302733] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305351] pinctrl core: initialized pinctrl subsystem [ 0.306881] RTC time: 2:02:38, date: 08/21/18 [ 0.308259] NET: Registered protocol family 16 [ 0.309632] cpuidle: using governor ladder [ 0.310800] cpuidle: using governor menu [ 0.311921] PCCT header not found. [ 0.312981] ACPI: bus type PCI registered [ 0.314123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315888] PCI: Using configuration type 1 for base access [ 0.318112] ACPI: Added _OSI(Module Device) [ 0.319327] ACPI: Added _OSI(Processor Device) [ 0.320566] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321841] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324044] ACPI: Interpreter enabled [ 0.325120] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327723] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330326] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335527] ACPI: (supports S0 S5) [ 0.336531] ACPI: Using IOAPIC for interrupt routing [ 0.337864] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341740] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343346] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345082] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346759] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350219] acpiphp: Slot [3] registered [ 0.351358] acpiphp: Slot [4] registered [ 0.352497] acpiphp: Slot [5] registered [ 0.353620] acpiphp: Slot [6] registered [ 0.354755] acpiphp: Slot [7] registered [ 0.355897] acpiphp: Slot [8] registered [ 0.357031] acpiphp: Slot [9] registered [ 0.358158] acpiphp: Slot [10] registered [ 0.359315] acpiphp: Slot [11] registered [ 0.360482] acpiphp: Slot [12] registered [ 0.361633] acpiphp: Slot [13] registered [ 0.362774] acpiphp: Slot [14] registered [ 0.363921] acpiphp: Slot [15] registered [ 0.379310] acpiphp: Slot [16] registered [ 0.380467] acpiphp: Slot [17] registered [ 0.381661] acpiphp: Slot [18] registered [ 0.382827] acpiphp: Slot [19] registered [ 0.384038] acpiphp: Slot [20] registered [ 0.385205] acpiphp: Slot [21] registered [ 0.386365] acpiphp: Slot [22] registered [ 0.387517] acpiphp: Slot [23] registered [ 0.388672] acpiphp: Slot [24] registered [ 0.389822] acpiphp: Slot [25] registered [ 0.390970] acpiphp: Slot [26] registered [ 0.392117] acpiphp: Slot [27] registered [ 0.393284] acpiphp: Slot [28] registered [ 0.394434] acpiphp: Slot [29] registered [ 0.395586] acpiphp: Slot [30] registered [ 0.396746] acpiphp: Slot [31] registered [ 0.397897] PCI host bridge to bus 0000:00 [ 0.399048] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.400747] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.402459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.404528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.406595] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.408699] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.412837] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.414644] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.416378] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.418239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423003] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425037] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.445658] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.447666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.449644] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.451601] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.453650] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.455393] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.457194] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.458670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460863] vgaarb: loaded [ 0.461713] vgaarb: bridge control possible 0000:00:02.0 [ 0.463396] SCSI subsystem initialized [ 0.464670] ACPI: bus type USB registered [ 0.465834] usbcore: registered new interface driver usbfs [ 0.467275] usbcore: registered new interface driver hub [ 0.468679] usbcore: registered new device driver usb [ 0.470200] PCI: Using ACPI for IRQ routing [ 0.471732] NetLabel: Initializing [ 0.472740] NetLabel: domain hash size = 128 [ 0.473932] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.475283] NetLabel: unlabeled traffic allowed by default [ 0.476899] clocksource: Switched to clocksource kvm-clock [ 0.486814] AppArmor: AppArmor Filesystem Enabled [ 0.488178] pnp: PnP ACPI init [ 0.489427] pnp: PnP ACPI: found 5 devices [ 0.496239] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.498622] NET: Registered protocol family 2 [ 0.500062] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.501874] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.503597] TCP: Hash tables configured (established 4096 bind 4096) [ 0.505289] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.506808] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.508452] NET: Registered protocol family 1 [ 0.509684] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.511219] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.512718] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.526932] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.541229] Trying to unpack rootfs image as initramfs... [ 0.602820] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.609019] Scanning for low memory corruption every 60 seconds [ 0.611984] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.613701] audit: initializing netlink subsys (disabled) [ 0.615312] audit: type=2000 audit(1534816959.321:1): initialized [ 0.617479] Initialise system trusted keyring [ 0.619013] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.620694] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.623570] zbud: loaded [ 0.624671] VFS: Disk quotas dquot_6.6.0 [ 0.625877] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628251] fuse init (API version 7.23) [ 0.629595] Key type big_key registered [ 0.630773] Allocating IMA MOK and blacklist keyrings. [ 0.632546] Key type asymmetric registered [ 0.633765] Asymmetric key parser 'x509' registered [ 0.635165] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637372] io scheduler noop registered [ 0.638524] io scheduler deadline registered (default) [ 0.639977] io scheduler cfq registered [ 0.641300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.642811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646900] ACPI: Power Button [PWRF] [ 0.648314] GHES: HEST is not enabled! [ 0.662763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692529] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.721396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.724597] Linux agpgart interface v0.103 [ 0.728437] brd: module loaded [ 0.730738] loop: module loaded [ 0.735516] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.737662] GPT:90111 != 2097151 [ 0.738622] GPT:Alternate GPT header not at the end of the disk. [ 0.740159] GPT:90111 != 2097151 [ 0.741113] GPT: Use GNU Parted to correct GPT errors. [ 0.742466] vda: vda1 vda15 [ 0.744289] scsi host0: ata_piix [ 0.745417] scsi host1: ata_piix [ 0.746430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.748148] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.750266] libphy: Fixed MDIO Bus: probed [ 0.751452] tun: Universal TUN/TAP device driver, 1.6 [ 0.752841] tun: (C) 1999-2004 Max Krasnyansky [ 0.755963] PPP generic driver version 2.4.2 [ 0.757289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.758999] ehci-pci: EHCI PCI platform driver [ 0.760273] ehci-platform: EHCI generic platform driver [ 0.761717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.763343] ohci-pci: OHCI PCI platform driver [ 0.764605] ohci-platform: OHCI generic platform driver [ 0.766027] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780754] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782223] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.784351] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.785806] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.787505] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.789264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.791333] usb usb1: Product: UHCI Host Controller [ 0.792673] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.794299] usb usb1: SerialNumber: 0000:00:01.2 [ 0.795708] hub 1-0:1.0: USB hub found [ 0.796843] hub 1-0:1.0: 2 ports detected [ 0.798246] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801547] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802904] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.804391] mousedev: PS/2 mouse device common for all mice [ 0.806196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.808817] rtc_cmos 00:00: RTC can wake from S4 [ 0.810450] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812166] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.813881] i2c /dev entries driver [ 0.814989] device-mapper: uevent: version 1.0.3 [ 0.816368] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818751] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820744] NET: Registered protocol family 10 [ 0.822390] NET: Registered protocol family 17 [ 0.823665] Key type dns_resolver registered [ 0.825067] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826626] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.829193] registered taskstats version 1 [ 0.830432] Loading compiled-in X.509 certificates [ 0.832392] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.835069] zswap: loaded using pool lzo/zbud [ 0.837632] Key type trusted registered [ 0.839813] Key type encrypted registered [ 0.841007] AppArmor: AppArmor sha1 policy hashing enabled [ 0.842540] ima: No TPM chip found, activating TPM-bypass! [ 0.844071] evm: HMAC attrs: 0x1 [ 0.845453] Magic number: 14:759:5 [ 0.846649] rtc_cmos 00:00: setting system clock to 2018-08-21 02:02:39 UTC (1534816959) [ 0.849011] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.850741] EDD information not available. [ 0.911578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.927982] Write protecting the kernel read-only data: 14336k [ 0.930963] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.933501] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.095776] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.19... Lease of 192.168.120.19 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.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHpSV0h6tDURK+KNvYOK/K1ARndzmBxMV/w3AlZiZmfcJsN6W05SEgJhxWgCwpzixA4HGHrYQu4P9Eg6Kr1z752jQSRGPePrpfOjrqEwFtghloWism6t2eheBj4r4dJJD5MSSH7NMPRO3YqdrjQvnAsMHmT5BFHLIuxZjpjEZOpNirGfHFuWvqZJDFhZ/Mw8YxIPPnD8VTUUqaeN1rw+U8K2kPF3GRR4wNQjuqMNck3ZynjGsGsPmUwiIN/d9/uXFjp+wXAupxgG/JKRVT24X443zT9qPonYl1BClVatnRVkOp3hh3HfJ0ylYi51UDXK2TzAU8tmCthkl6dWI6DHEp root@cinder-test-vm-1773dad2-3367-4ba3-ba40-e8c1cf39373f ssh-dss AAAAB3NzaC1kc3MAAACBAKJ+rQVqMDc81OywbQ+aDXjQbPhC+saqTf0rOwYzRpODKINiTgoP0SESuvJawwpXnJLmdNd7jOdDj2UAXROKlXTmW7rV++qWgsrlmnDK3NioJPl/C205d8Ff96FdzbkArw74dA6NG3RdRZwO/a1hxLqhW6uCIHfauRD4yCgegfgBAAAAFQCPE2C7jLKx64qkBaIDIIM80CbP4QAAAIBTRv6MeiqbjYP5X4RYdql5uc6qtvbUeAWfq9mw/2GKwxh5S6rqTKzMP9UezEwhMCjY0lWQRtdsAZBQ2U+G4sy/bX7tuJOoVS7/Qvp7F1G7Wdo+iqzbfFUG83d1qlPM15cd5lKOGEZuZZ7R4H2SD/2Ni90DRy62s1jkmfk/kFik+AAAAIAvhCGvoJEchtL5g9aJPwp4RyYfs5CrzMF74dYosujIOuV4W5PsowctaEtB+6LMTi2lDLGqyCzxF2sMYhlNzZhqQXZFY3MlgsfvtwfFzOdX3T651yBGbuQMC1LKeMQznNQtQ/noyC9Qo0RdBHmXLHfN9hWnCupznnpKJ0yFDjGpWA== root@cinder-test-vm-1773dad2-3367-4ba3-ba40-e8c1cf39373f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.82s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.19,24,fe80::f816:3eff:fed6:2dc8/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.19 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-1773dad2-3367-4ba3-ba40-e8c1cf39373f launch-index: 0 === cirros: current=0.4.0 uptime=4.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-1773dad2-3367-4ba3-ba40-e8c1cf39373f login: 2018-08-21 02:02:51,696 - paramiko.transport - DEBUG - starting thread (client mode): 0x4cfbcf10L 2018-08-21 02:02:51,697 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 02:02:51,697 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-21 02:02:51,697 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-21 02:02:51,698 - 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-21 02:02:51,699 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 02:02:51,699 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-21 02:02:51,699 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 02:02:51,699 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 02:02:51,699 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 02:02:51,717 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 02:02:51,717 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 02:02:51,729 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 36de4db382c08f47b571c6024adef9b3 2018-08-21 02:02:51,730 - paramiko.transport - DEBUG - Trying discovered key bc1c348f0295cefb5362d0d6c8ed98de in /tmp/tmpp4SiAx 2018-08-21 02:02:51,757 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 02:02:51,763 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 02:02:51,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-21 02:02:51,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"volumeAttachment": {"volumeId": "e6ff2743-dc75-4407-9e01-86299a94776e"}}' 2018-08-21 02:02:53,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-63de49e3-c1d4-45ef-8f24-36a7c282b05f x-compute-request-id: req-63de49e3-c1d4-45ef-8f24-36a7c282b05f Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "volumeId": "e6ff2743-dc75-4407-9e01-86299a94776e"}} 2018-08-21 02:02:53,633 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/os-volume_attachments used request id req-63de49e3-c1d4-45ef-8f24-36a7c282b05f 2018-08-21 02:02:53,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.83841300011s 2018-08-21 02:02:53,633 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/os-volume_attachments used request id req-63de49e3-c1d4-45ef-8f24-36a7c282b05f 2018-08-21 02:02:53,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:02:53,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:54,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:53 GMT Server: Apache x-compute-request-id: req-d1f1afa3-248d-4dd2-8e29-8b485b5b859f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d1f1afa3-248d-4dd2-8e29-8b485b5b859f Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:02:53.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:02:54,719 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-d1f1afa3-248d-4dd2-8e29-8b485b5b859f 2018-08-21 02:02:54,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.08512091637s 2018-08-21 02:02:54,719 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-d1f1afa3-248d-4dd2-8e29-8b485b5b859f 2018-08-21 02:02:54,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:02:56,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:02:56,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:57,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:56 GMT Server: Apache x-compute-request-id: req-c07bc8ce-fe6f-4d5c-ac9e-1bdff8a5bfa4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c07bc8ce-fe6f-4d5c-ac9e-1bdff8a5bfa4 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [{"server_id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "attachment_id": "01a28a01-56c7-4751-9ac7-6256bd7d6d3e", "attached_at": "2018-08-21T02:02:56.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e6ff2743-dc75-4407-9e01-86299a94776e", "device": "/dev/vdb", "id": "e6ff2743-dc75-4407-9e01-86299a94776e"}], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:02:57.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:02:57,707 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-c07bc8ce-fe6f-4d5c-ac9e-1bdff8a5bfa4 2018-08-21 02:02:57,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.982393980026s 2018-08-21 02:02:57,707 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-c07bc8ce-fe6f-4d5c-ac9e-1bdff8a5bfa4 2018-08-21 02:02:57,709 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 02:02:57,710 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-21 02:02:57,711 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 02:02:57,712 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 02:02:57,782 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 02:02:57,782 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-21 02:02:57,783 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 02:02:57,784 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 02:02:57,821 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-21 02:02:57,821 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 02:02:57,849 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 02:02:58,358 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 02:02:58,359 - 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: 5f340c01-36a6-4d8a-b5d2-a7f0454bd387 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-21 02:02:58,359 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-21 02:02:58,360 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 02:02:58,360 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-21 02:02:58,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-21 02:02:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/os-volume_attachments/e6ff2743-dc75-4407-9e01-86299a94776e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:59,142 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02: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 x-openstack-request-id: req-600fcfcb-9838-4e7c-99ff-f9b290dcea25 x-compute-request-id: req-600fcfcb-9838-4e7c-99ff-f9b290dcea25 Content-Length: 0 Content-Type: application/json 2018-08-21 02:02:59,142 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/os-volume_attachments/e6ff2743-dc75-4407-9e01-86299a94776e used request id req-600fcfcb-9838-4e7c-99ff-f9b290dcea25 2018-08-21 02:02:59,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.78048491478s 2018-08-21 02:02:59,142 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda/os-volume_attachments/e6ff2743-dc75-4407-9e01-86299a94776e used request id req-600fcfcb-9838-4e7c-99ff-f9b290dcea25 2018-08-21 02:02:59,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:02:59,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:02:59,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:02:59 GMT Server: Apache x-compute-request-id: req-63f4b043-d352-4d59-8d4c-6e5ea470763b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63f4b043-d352-4d59-8d4c-6e5ea470763b Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [{"server_id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "attachment_id": "01a28a01-56c7-4751-9ac7-6256bd7d6d3e", "attached_at": "2018-08-21T02:02:56.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "e6ff2743-dc75-4407-9e01-86299a94776e", "device": "/dev/vdb", "id": "e6ff2743-dc75-4407-9e01-86299a94776e"}], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:02:59.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:02:59,207 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-63f4b043-d352-4d59-8d4c-6e5ea470763b 2018-08-21 02:02:59,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0648641586304s 2018-08-21 02:02:59,208 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-63f4b043-d352-4d59-8d4c-6e5ea470763b 2018-08-21 02:02:59,209 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:03:01,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:01,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:01,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:01 GMT Server: Apache x-compute-request-id: req-dfac9d36-dcc9-451c-8d9d-ed63e3daea6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dfac9d36-dcc9-451c-8d9d-ed63e3daea6a Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:03:00.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:03:01,265 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-dfac9d36-dcc9-451c-8d9d-ed63e3daea6a 2018-08-21 02:03:01,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0530390739441s 2018-08-21 02:03:01,265 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-dfac9d36-dcc9-451c-8d9d-ed63e3daea6a 2018-08-21 02:03:01,266 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-21 02:03:01,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-21 02:03:01,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"volumeAttachment": {"volumeId": "e6ff2743-dc75-4407-9e01-86299a94776e"}}' 2018-08-21 02:03:02,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-2ea8b64d-1d41-4c7c-b20f-68d9845bfddd x-compute-request-id: req-2ea8b64d-1d41-4c7c-b20f-68d9845bfddd Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "volumeId": "e6ff2743-dc75-4407-9e01-86299a94776e"}} 2018-08-21 02:03:02,107 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/os-volume_attachments used request id req-2ea8b64d-1d41-4c7c-b20f-68d9845bfddd 2018-08-21 02:03:02,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.840276002884s 2018-08-21 02:03:02,108 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/os-volume_attachments used request id req-2ea8b64d-1d41-4c7c-b20f-68d9845bfddd 2018-08-21 02:03:02,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:02,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:02,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:02 GMT Server: Apache x-compute-request-id: req-de70a545-4637-4ad8-a3b9-8b16fb1210cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de70a545-4637-4ad8-a3b9-8b16fb1210cf Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:03:01.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:03:02,161 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-de70a545-4637-4ad8-a3b9-8b16fb1210cf 2018-08-21 02:03:02,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0525090694427s 2018-08-21 02:03:02,161 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-de70a545-4637-4ad8-a3b9-8b16fb1210cf 2018-08-21 02:03:02,162 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:03:04,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:04,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:05,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:04 GMT Server: Apache x-compute-request-id: req-bfb5f049-bd1a-47b8-8b27-6741dbe87c1a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfb5f049-bd1a-47b8-8b27-6741dbe87c1a Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [{"server_id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "attachment_id": "8b5f5154-e546-4c8f-83ef-e6d4f0b20c06", "attached_at": "2018-08-21T02:03:03.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e6ff2743-dc75-4407-9e01-86299a94776e", "device": "/dev/vdb", "id": "e6ff2743-dc75-4407-9e01-86299a94776e"}], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:03:03.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:03:05,116 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-bfb5f049-bd1a-47b8-8b27-6741dbe87c1a 2018-08-21 02:03:05,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.951247930527s 2018-08-21 02:03:05,117 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-bfb5f049-bd1a-47b8-8b27-6741dbe87c1a 2018-08-21 02:03:05,119 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 02:03:05,121 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-21 02:03:05,121 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 02:03:05,124 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 02:03:05,192 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 02:03:05,193 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-21 02:03:05,193 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 02:03:05,194 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 02:03:05,231 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-21 02:03:05,231 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 02:03:05,258 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 02:03:05,279 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 02:03:05,279 - 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-21 02:03:05,280 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 02:03:05,280 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-21 02:03:05,280 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-21 02:03:05,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-21 02:03:05,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/os-volume_attachments/e6ff2743-dc75-4407-9e01-86299a94776e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:05,968 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:03:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bd0e540-dea3-4a41-a1d0-fbd28ccb3612 x-compute-request-id: req-6bd0e540-dea3-4a41-a1d0-fbd28ccb3612 Content-Length: 0 Content-Type: application/json 2018-08-21 02:03:05,969 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/os-volume_attachments/e6ff2743-dc75-4407-9e01-86299a94776e used request id req-6bd0e540-dea3-4a41-a1d0-fbd28ccb3612 2018-08-21 02:03:05,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.687388181686s 2018-08-21 02:03:05,969 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff/os-volume_attachments/e6ff2743-dc75-4407-9e01-86299a94776e used request id req-6bd0e540-dea3-4a41-a1d0-fbd28ccb3612 2018-08-21 02:03:05,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:05,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:06,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:05 GMT Server: Apache x-compute-request-id: req-e515ba6e-15f5-4be8-b611-d578bd695aeb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e515ba6e-15f5-4be8-b611-d578bd695aeb Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [{"server_id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "attachment_id": "8b5f5154-e546-4c8f-83ef-e6d4f0b20c06", "attached_at": "2018-08-21T02:03:03.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "e6ff2743-dc75-4407-9e01-86299a94776e", "device": "/dev/vdb", "id": "e6ff2743-dc75-4407-9e01-86299a94776e"}], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:03:05.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:03:06,024 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-e515ba6e-15f5-4be8-b611-d578bd695aeb 2018-08-21 02:03:06,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0541560649872s 2018-08-21 02:03:06,024 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-e515ba6e-15f5-4be8-b611-d578bd695aeb 2018-08-21 02:03:06,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:03:08,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:08,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:08,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:08 GMT Server: Apache x-compute-request-id: req-4a0bf648-ec96-4d8f-b7d1-89da66f0e838 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4a0bf648-ec96-4d8f-b7d1-89da66f0e838 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:03:07.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:03:08,072 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-4a0bf648-ec96-4d8f-b7d1-89da66f0e838 2018-08-21 02:03:08,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0449929237366s 2018-08-21 02:03:08,072 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-4a0bf648-ec96-4d8f-b7d1-89da66f0e838 2018-08-21 02:03:08,184 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:03:08,185 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:16 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-21 02:03:08,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 02:03:08,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:08,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:03: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-8cd431e3-ef29-44c6-9d8b-feab2e247907 x-compute-request-id: req-8cd431e3-ef29-44c6-9d8b-feab2e247907 Content-Type: application/json 2018-08-21 02:03:08,356 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff used request id req-8cd431e3-ef29-44c6-9d8b-feab2e247907 2018-08-21 02:03:08,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.168365955353s 2018-08-21 02:03:08,356 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff used request id req-8cd431e3-ef29-44c6-9d8b-feab2e247907 2018-08-21 02:03:08,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:03:08,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:08,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03: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-ca992d81-0730-4a88-a1f4-ffc09ce2b4f3 x-compute-request-id: req-ca992d81-0730-4a88-a1f4-ffc09ce2b4f3 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:2d:c8", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:2d:c8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:38.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:38Z", "hostId": "2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:31Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:03:b3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:09.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "5ca4e3a8-ef60-4400-8d69-98a8856f28ff", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:03:08Z", "hostId": "6863f5ed4cbfd36c4da0c974e817356553b4ada6c61513e315925f69", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm2_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:02Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:03:08,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ca992d81-0730-4a88-a1f4-ffc09ce2b4f3 2018-08-21 02:03:08,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490911960602s 2018-08-21 02:03:08,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ca992d81-0730-4a88-a1f4-ffc09ce2b4f3 2018-08-21 02:03:08,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:03:10,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:03:10,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:11,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03: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-2aa176e7-ba4a-4d01-918e-b2a392f83d0a x-compute-request-id: req-2aa176e7-ba4a-4d01-918e-b2a392f83d0a Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:2d:c8", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:2d:c8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:38.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:02:38Z", "hostId": "2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:31Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:03:11,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2aa176e7-ba4a-4d01-918e-b2a392f83d0a 2018-08-21 02:03:11,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189590215683s 2018-08-21 02:03:11,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2aa176e7-ba4a-4d01-918e-b2a392f83d0a 2018-08-21 02:03:11,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-21 02:03:11,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/floatingips/35405185-b172-4f79-89f8-55a34dcf6c35.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:11,888 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c79f436f-17f1-4371-b538-6381f3a925c6 Content-Length: 0 Date: Tue, 21 Aug 2018 02:03:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:03:11,889 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/35405185-b172-4f79-89f8-55a34dcf6c35.json used request id req-c79f436f-17f1-4371-b538-6381f3a925c6 2018-08-21 02:03:11,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.842742919922s 2018-08-21 02:03:11,889 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/35405185-b172-4f79-89f8-55a34dcf6c35.json used request id req-c79f436f-17f1-4371-b538-6381f3a925c6 2018-08-21 02:03:11,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:03:11,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:11,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-13a7bcf5-0364-4ecc-b9d0-6dc22da639f1 Date: Tue, 21 Aug 2018 02:03:11 GMT RESP BODY: {"floatingips": [{"router_id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T02:02:40Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.19", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "352dc86d-e60d-44ce-9fbf-0666cee6599e", "id": "0fc609f4-f58b-4807-ad1f-4210f79f4c38", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:02:40Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}]} 2018-08-21 02:03:11,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-13a7bcf5-0364-4ecc-b9d0-6dc22da639f1 2018-08-21 02:03:11,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0755219459534s 2018-08-21 02:03:11,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-13a7bcf5-0364-4ecc-b9d0-6dc22da639f1 2018-08-21 02:03:11,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:11,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:12,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:11 GMT Server: Apache x-compute-request-id: req-2c8291ea-5294-4978-8e6c-fe78eb1c0b36 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c8291ea-5294-4978-8e6c-fe78eb1c0b36 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:03:07.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:03:12,026 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-2c8291ea-5294-4978-8e6c-fe78eb1c0b36 2018-08-21 02:03:12,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0511918067932s 2018-08-21 02:03:12,027 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-2c8291ea-5294-4978-8e6c-fe78eb1c0b36 2018-08-21 02:03:12,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-21 02:03:12,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:12,109 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:03:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f0624cfa-d544-414e-9051-5d2f654f2ddb 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-21 02:03:12,109 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e used request id req-f0624cfa-d544-414e-9051-5d2f654f2ddb 2018-08-21 02:03:12,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0808589458466s 2018-08-21 02:03:12,109 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e used request id req-f0624cfa-d544-414e-9051-5d2f654f2ddb 2018-08-21 02:03:12,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:12,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:12,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:12 GMT Server: Apache x-compute-request-id: req-d8dc43f2-a07c-4c02-b8da-e0e7ef8bacbd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8dc43f2-a07c-4c02-b8da-e0e7ef8bacbd Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "a17298c5b9024bf4ae9a775372c25527", "attachments": [], "links": [{"href": "http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "self"}, {"href": "http://172.30.9.44:8776/d26a4afacf6b47198f96ad67d9ead0a4/volumes/e6ff2743-dc75-4407-9e01-86299a94776e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-21T02:02:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "updated_at": "2018-08-21T02:03:12.000000", "volume_type": null, "name": "cinder_test-volume_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e6ff2743-dc75-4407-9e01-86299a94776e", "size": 2}]} 2018-08-21 02:03:12,164 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-d8dc43f2-a07c-4c02-b8da-e0e7ef8bacbd 2018-08-21 02:03:12,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0545358657837s 2018-08-21 02:03:12,165 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-d8dc43f2-a07c-4c02-b8da-e0e7ef8bacbd 2018-08-21 02:03:12,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:03:14,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-21 02:03:14,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:14,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:14 GMT Server: Apache x-compute-request-id: req-17068b79-4b85-432b-8144-4471402f8bf2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-17068b79-4b85-432b-8144-4471402f8bf2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-21 02:03:14,207 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-17068b79-4b85-432b-8144-4471402f8bf2 2018-08-21 02:03:14,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.038791179657s 2018-08-21 02:03:14,208 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.44:8776/v3/d26a4afacf6b47198f96ad67d9ead0a4/volumes/detail used request id req-17068b79-4b85-432b-8144-4471402f8bf2 2018-08-21 02:03:14,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-21 02:03:14,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/floatingips/0fc609f4-f58b-4807-ad1f-4210f79f4c38.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:15,168 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66cb0565-8dfd-4cea-b428-a9d2dbf064f7 Content-Length: 0 Date: Tue, 21 Aug 2018 02:03:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:03:15,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/0fc609f4-f58b-4807-ad1f-4210f79f4c38.json used request id req-66cb0565-8dfd-4cea-b428-a9d2dbf064f7 2018-08-21 02:03:15,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.957545042038s 2018-08-21 02:03:15,168 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/0fc609f4-f58b-4807-ad1f-4210f79f4c38.json used request id req-66cb0565-8dfd-4cea-b428-a9d2dbf064f7 2018-08-21 02:03:15,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 02:03:15,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:15,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-33548b68-6c58-4dd8-b491-10170c2cd4b3 Date: Tue, 21 Aug 2018 02:03:15 GMT RESP BODY: {"floatingips": []} 2018-08-21 02:03:15,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-33548b68-6c58-4dd8-b491-10170c2cd4b3 2018-08-21 02:03:15,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448579788208s 2018-08-21 02:03:15,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-33548b68-6c58-4dd8-b491-10170c2cd4b3 2018-08-21 02:03:15,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 02:03:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:15,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abd6d946-f981-4127-9b11-82d991e7a8a9 x-compute-request-id: req-abd6d946-f981-4127-9b11-82d991e7a8a9 Content-Type: application/json 2018-08-21 02:03:15,403 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda used request id req-abd6d946-f981-4127-9b11-82d991e7a8a9 2018-08-21 02:03:15,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.183566808701s 2018-08-21 02:03:15,403 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda used request id req-abd6d946-f981-4127-9b11-82d991e7a8a9 2018-08-21 02:03:15,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:03:15,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:15,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac5e2fbd-e547-48ca-90db-88db16817927 x-compute-request-id: req-ac5e2fbd-e547-48ca-90db-88db16817927 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:2d:c8", "version": 4, "addr": "192.168.120.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:2d:c8", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "rel": "bookmark"}], "image": {"id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "links": [{"href": "http://172.30.9.44:8774/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T02:02:38.000000", "flavor": {"id": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "links": [{"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "bookmark"}]}, "id": "af50a2ea-14e1-44d7-8374-4d5b4d4e3dda", "security_groups": [{"name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}], "user_id": "a17298c5b9024bf4ae9a775372c25527", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T02:03:15Z", "hostId": "2965c44d8f5eee2304067312a1032d4b6e5392162a7093c8da232043", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "name": "cinder_test-vm_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "created": "2018-08-21T02:02:31Z", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 02:03:15,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ac5e2fbd-e547-48ca-90db-88db16817927 2018-08-21 02:03:15,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510251045227s 2018-08-21 02:03:15,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ac5e2fbd-e547-48ca-90db-88db16817927 2018-08-21 02:03:15,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 02:03:17,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 02:03:17,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:17,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6510cde3-ac3a-4bd3-a82b-23a07cd7b291 x-compute-request-id: req-6510cde3-ac3a-4bd3-a82b-23a07cd7b291 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-21 02:03:17,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6510cde3-ac3a-4bd3-a82b-23a07cd7b291 2018-08-21 02:03:17,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0694990158081s 2018-08-21 02:03:17,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6510cde3-ac3a-4bd3-a82b-23a07cd7b291 2018-08-21 02:03:17,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 02:03:17,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:18,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-b63b9ce2-17b2-4d8c-8047-f1ab4210e058 Date: Tue, 21 Aug 2018 02:03:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:59Z", "updated_at": "2018-08-21T02:02:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "1dd82bff-0cb4-42f8-a7b7-d192b296b44a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "39973b17-f209-4de9-a56d-36e88471c715", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:59Z", "revision_number": 0, "id": "78d0e70d-7a15-4c59-9fcb-bbebe3b137b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:59Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:02:00Z", "revision_number": 0, "id": "b7f10dc0-632b-4632-9e33-49998e8d7a58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:02:00Z", "security_group_id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 3, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "850671c4-7ebc-451b-baa7-c7b3bdfaf86e", "name": "cinder_test-sg_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}]} 2018-08-21 02:03:18,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-b63b9ce2-17b2-4d8c-8047-f1ab4210e058 2018-08-21 02:03:18,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0452210903168s 2018-08-21 02:03:18,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-b63b9ce2-17b2-4d8c-8047-f1ab4210e058 2018-08-21 02:03:18,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-21 02:03:18,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/security-groups/850671c4-7ebc-451b-baa7-c7b3bdfaf86e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:18,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aaafd3f2-065a-4bdc-905b-adabdd232f80 Content-Length: 0 Date: Tue, 21 Aug 2018 02:03:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:03:18,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/850671c4-7ebc-451b-baa7-c7b3bdfaf86e.json used request id req-aaafd3f2-065a-4bdc-905b-adabdd232f80 2018-08-21 02:03:18,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.186451911926s 2018-08-21 02:03:18,227 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/850671c4-7ebc-451b-baa7-c7b3bdfaf86e.json used request id req-aaafd3f2-065a-4bdc-905b-adabdd232f80 2018-08-21 02:03:18,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-21 02:03:18,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/os-keypairs/cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:18,267 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02: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-9313e402-175f-4354-8f74-21885b840569 x-compute-request-id: req-9313e402-175f-4354-8f74-21885b840569 Content-Length: 0 Content-Type: application/json 2018-08-21 02:03:18,267 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f used request id req-9313e402-175f-4354-8f74-21885b840569 2018-08-21 02:03:18,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0402009487152s 2018-08-21 02:03:18,268 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/cinder_test-kp_1773dad2-3367-4ba3-ba40-e8c1cf39373f used request id req-9313e402-175f-4354-8f74-21885b840569 2018-08-21 02:03:18,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:03:18,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd/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}485c91b2e8c659340ef925b3e5d0522602a461b8" -d '{"subnet_id": "be10d14d-bcd0-41d7-928f-e018013367c3"}' 2018-08-21 02:03:19,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f85470a0-ff08-4139-856a-b3eba0f3b5f5 Date: Tue, 21 Aug 2018 02:03:19 GMT RESP BODY: {"network_id": "acca5043-b1c7-4322-8dd8-8492982cd9b6", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "subnet_id": "be10d14d-bcd0-41d7-928f-e018013367c3", "subnet_ids": ["be10d14d-bcd0-41d7-928f-e018013367c3"], "port_id": "f4b3d472-2b00-4634-b215-c7855c8c6062", "id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd"} 2018-08-21 02:03:19,777 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd/remove_router_interface.json used request id req-f85470a0-ff08-4139-856a-b3eba0f3b5f5 2018-08-21 02:03:19,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50910186768s 2018-08-21 02:03:19,778 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd/remove_router_interface.json used request id req-f85470a0-ff08-4139-856a-b3eba0f3b5f5 returning object fa29dc21-a526-4365-a8ec-7427c6b9aabd 2018-08-21 02:03:19,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:03:19,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:19,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-ef0714e1-e61f-4da9-b39f-3ce6fd851494 Date: Tue, 21 Aug 2018 02:03:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:54Z", "admin_state_up": true, "updated_at": "2018-08-21T02:03:19Z", "revision_number": 4, "routes": [], "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "fa29dc21-a526-4365-a8ec-7427c6b9aabd", "name": "cinder_test-router_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}]} 2018-08-21 02:03:19,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-ef0714e1-e61f-4da9-b39f-3ce6fd851494 2018-08-21 02:03:19,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111042976379s 2018-08-21 02:03:19,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-ef0714e1-e61f-4da9-b39f-3ce6fd851494 2018-08-21 02:03:19,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:03:19,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:21,371 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ec613d2-2edd-46e9-9062-df5c9cc9bd81 Content-Length: 0 Date: Tue, 21 Aug 2018 02:03:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:03:21,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd.json used request id req-4ec613d2-2edd-46e9-9062-df5c9cc9bd81 2018-08-21 02:03:21,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.48011207581s 2018-08-21 02:03:21,372 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/fa29dc21-a526-4365-a8ec-7427c6b9aabd.json used request id req-4ec613d2-2edd-46e9-9062-df5c9cc9bd81 2018-08-21 02:03:21,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:03:21,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:21,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-adbba36b-adab-4fc6-bbe9-ae8e8a90b8aa Date: Tue, 21 Aug 2018 02:03:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:01:53Z","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":"d26a4afacf6b47198f96ad67d9ead0a4","id":"be10d14d-bcd0-41d7-928f-e018013367c3","subnetpool_id":null,"name":"cinder_test-subnet_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}]} 2018-08-21 02:03:21,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-adbba36b-adab-4fc6-bbe9-ae8e8a90b8aa 2018-08-21 02:03:21,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0426979064941s 2018-08-21 02:03:21,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-adbba36b-adab-4fc6-bbe9-ae8e8a90b8aa 2018-08-21 02:03:21,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:03:21,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/be10d14d-bcd0-41d7-928f-e018013367c3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:22,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48afee8b-4d67-44f8-865d-9f4f18a4cb51 Date: Tue, 21 Aug 2018 02:03:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:03:22,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/be10d14d-bcd0-41d7-928f-e018013367c3.json used request id req-48afee8b-4d67-44f8-865d-9f4f18a4cb51 2018-08-21 02:03:22,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12530207634s 2018-08-21 02:03:22,542 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/be10d14d-bcd0-41d7-928f-e018013367c3.json used request id req-48afee8b-4d67-44f8-865d-9f4f18a4cb51 2018-08-21 02:03:22,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:03:22,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:22,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-047d2573-4901-470d-bbf5-0f18e4f9922d Date: Tue, 21 Aug 2018 02:03:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-21T02:03:22Z","tenant_id":"d26a4afacf6b47198f96ad67d9ead0a4","created_at":"2018-08-21T02:01:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d26a4afacf6b47198f96ad67d9ead0a4","id":"acca5043-b1c7-4322-8dd8-8492982cd9b6","name":"cinder_test-net_1773dad2-3367-4ba3-ba40-e8c1cf39373f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T01:55:16Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 02:03:22,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-047d2573-4901-470d-bbf5-0f18e4f9922d 2018-08-21 02:03:22,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0999319553375s 2018-08-21 02:03:22,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-047d2573-4901-470d-bbf5-0f18e4f9922d 2018-08-21 02:03:22,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:03:22,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/acca5043-b1c7-4322-8dd8-8492982cd9b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:24,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-efdf38c1-282f-4ace-b1cc-2cce2630751e Date: Tue, 21 Aug 2018 02:03:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:03:24,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/acca5043-b1c7-4322-8dd8-8492982cd9b6.json used request id req-efdf38c1-282f-4ace-b1cc-2cce2630751e 2018-08-21 02:03:24,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.79114103317s 2018-08-21 02:03:24,436 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/acca5043-b1c7-4322-8dd8-8492982cd9b6.json used request id req-efdf38c1-282f-4ace-b1cc-2cce2630751e 2018-08-21 02:03:24,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:03:24,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:24,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-a254cb01-a2f2-4100-8b8b-0023f8b4daba Date: Tue, 21 Aug 2018 02:03:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:01:58Z", "file": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/file", "owner": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "0e8f210f-c1ac-4423-a1ce-56c043d871e0", "size": 12716032, "self": "/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:01:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:03:24,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a254cb01-a2f2-4100-8b8b-0023f8b4daba 2018-08-21 02:03:24,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.375639200211s 2018-08-21 02:03:24,817 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a254cb01-a2f2-4100-8b8b-0023f8b4daba 2018-08-21 02:03:24,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:03:24,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}485c91b2e8c659340ef925b3e5d0522602a461b8" 2018-08-21 02:03:25,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0df17e07-e477-4a0c-b707-93bd4a8250c6 Date: Tue, 21 Aug 2018 02:03: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-21 02:03:25,195 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0 used request id req-0df17e07-e477-4a0c-b707-93bd4a8250c6 2018-08-21 02:03:25,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.375795125961s 2018-08-21 02:03:25,196 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/0e8f210f-c1ac-4423-a1ce-56c043d871e0 used request id req-0df17e07-e477-4a0c-b707-93bd4a8250c6 2018-08-21 02:03:25,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:03:25,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:03:25,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03: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-2a66ceda-a478-41bc-98a6-3c9df3fdb1b3 x-compute-request-id: req-2a66ceda-a478-41bc-98a6-3c9df3fdb1b3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3", "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": "344b32e5-a47f-4be9-9b51-a8b82ad1dde3"}]} 2018-08-21 02:03:25,219 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-2a66ceda-a478-41bc-98a6-3c9df3fdb1b3 2018-08-21 02:03:25,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225279331207s 2018-08-21 02:03:25,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-2a66ceda-a478-41bc-98a6-3c9df3fdb1b3 2018-08-21 02:03:25,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:03:25,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:03:25,254 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:03: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-fad5e8a2-6e85-4091-b20a-504cd57172fd x-compute-request-id: req-fad5e8a2-6e85-4091-b20a-504cd57172fd Content-Length: 0 Content-Type: application/json 2018-08-21 02:03:25,254 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3 used request id req-fad5e8a2-6e85-4091-b20a-504cd57172fd 2018-08-21 02:03:25,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0335700511932s 2018-08-21 02:03:25,255 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/344b32e5-a47f-4be9-9b51-a8b82ad1dde3 used request id req-fad5e8a2-6e85-4091-b20a-504cd57172fd 2018-08-21 02:03:25,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:03:25,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:03:25,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c35284f-e74a-4f1b-85f4-1f14cf6597c7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": {"self": "http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a17298c5b9024bf4ae9a775372c25527", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:03:25,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-2c35284f-e74a-4f1b-85f4-1f14cf6597c7 2018-08-21 02:03:25,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211143016815s 2018-08-21 02:03:25,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-2c35284f-e74a-4f1b-85f4-1f14cf6597c7 2018-08-21 02:03:25,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:03:25,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:03:25,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baefce41-c762-4101-baed-dd31fd77df16 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1773dad2-3367-4ba3-ba40-e8c1cf39373f", "links": {"self": "http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a17298c5b9024bf4ae9a775372c25527", "description": null}} 2018-08-21 02:03:25,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527 used request id req-baefce41-c762-4101-baed-dd31fd77df16 2018-08-21 02:03:25,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209717035294s 2018-08-21 02:03:25,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527 used request id req-baefce41-c762-4101-baed-dd31fd77df16 2018-08-21 02:03:25,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 02:03:25,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:03:26,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d08be1bf-2bc0-4942-82c1-9a4bcb45d2aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:03:26,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527 used request id req-d08be1bf-2bc0-4942-82c1-9a4bcb45d2aa 2018-08-21 02:03:26,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.449970960617s 2018-08-21 02:03:26,134 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/a17298c5b9024bf4ae9a775372c25527 used request id req-d08be1bf-2bc0-4942-82c1-9a4bcb45d2aa 2018-08-21 02:03:26,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:03:26,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:03:26,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed0285b5-8c29-4273-b4c4-bb3907030fd2 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4"}, "tags": [], "enabled": true, "id": "d26a4afacf6b47198f96ad67d9ead0a4", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1773dad2-3367-4ba3-ba40-e8c1cf39373f"}]} 2018-08-21 02:03:26,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-ed0285b5-8c29-4273-b4c4-bb3907030fd2 2018-08-21 02:03:26,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182811975479s 2018-08-21 02:03:26,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-ed0285b5-8c29-4273-b4c4-bb3907030fd2 2018-08-21 02:03:26,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 02:03:26,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}07176d7cf4864871f426ab622fc688cba8a734b2" 2018-08-21 02:03:26,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:03:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f81ab20-acd9-4e2b-9fe6-809e285f344d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:03:26,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4 used request id req-4f81ab20-acd9-4e2b-9fe6-809e285f344d 2018-08-21 02:03:26,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.229207992554s 2018-08-21 02:03:26,558 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/d26a4afacf6b47198f96ad67d9ead0a4 used request id req-4f81ab20-acd9-4e2b-9fe6-809e285f344d 2018-08-21 02:03:26,613 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-21 02:03:26,764 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-21 02:03:26,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:03:26,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:03:26,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:03:26,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:03:26,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:03:26,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:03:26,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1947569-0e91-47fe-badf-cc1f5c318dfd 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:03:26,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-a1947569-0e91-47fe-badf-cc1f5c318dfd 2018-08-21 02:03:26,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:03:27,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["s11YIpnHQyGkh3jOxpzFFA"], "issued_at": "2018-08-21T02:03:27.000000Z"}} 2018-08-21 02:03:27,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:03:27,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:03:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29bacfb5-511c-4028-976e-ef09cbce909e 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:03:27,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-29bacfb5-511c-4028-976e-ef09cbce909e 2018-08-21 02:03:27,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-21 02:03:27,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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-21 02:03:27,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:03:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9ea4d8a-e5d7-448f-8dd9-a32b1187d222 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-21 02:03:27,193 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-a9ea4d8a-e5d7-448f-8dd9-a32b1187d222 2018-08-21 02:03:27,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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}e6c5f2ebf6c2f2d7b4c0d3d4b0c0b6e6e8a27566" 2018-08-21 02:03:27,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47499887-b2e5-4aa7-bff7-79151686ac87 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/0369ba08f1544f289c29ef88c3ec9cc8"}, "enabled": true, "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/11c776fb04f242c9976bae7367ee3752"}, "enabled": true, "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/12ce0555009042afb8d8fd4a943eeceb"}, "enabled": true, "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/235d1b5e6ce24b53aab774fc087feae5"}, "enabled": true, "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/31d8da5aadec419fb80d4af4a1994c83"}, "enabled": true, "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/57c13cff29114b01a212ff31f1dd50bc"}, "enabled": true, "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/677e2b5bf8b0498e8d9dea72ea31a9d7"}, "enabled": true, "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/68186cfbe75f4eba9a3323cd7f199141"}, "enabled": true, "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/729aa7f7aed646de90cd414dded03868"}, "enabled": true, "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a995eb993213439598e789e96071e8ef"}, "enabled": true, "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/b72bc250fbea445a8c6b38e420318778"}, "enabled": true, "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/bb1111e1b3124f7ab58c61f914a8319f"}, "enabled": true, "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf2554ba3f1d4e4e84f4cd467d564d8b"}, "enabled": true, "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/e14262ebd46e4d1587dff35e02106e91"}, "enabled": true, "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f1f1cbaa19454f1c9fdba6c082f764d5"}, "enabled": true, "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-21 02:03:27,378 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-47499887-b2e5-4aa7-bff7-79151686ac87 2018-08-21 02:03:27,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.193119049072s 2018-08-21 02:03:27,378 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-47499887-b2e5-4aa7-bff7-79151686ac87 2018-08-21 02:03:27,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-21 02:03:27,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e6c5f2ebf6c2f2d7b4c0d3d4b0c0b6e6e8a27566" 2018-08-21 02:03:27,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e84cb6-2ff3-4fd6-966b-f5d3721db996 Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/054bc33b992941ca81386329e39544dc"}, "url": "http://172.30.9.44:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "054bc33b992941ca81386329e39544dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/12079688d09541829c4f28571387d9b2"}, "url": "http://172.30.9.44:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "12079688d09541829c4f28571387d9b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/1a9c10b9335a4dbea4cff03826b2196d"}, "url": "http://172.30.9.44:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/1fbbfcbcdad94f1b8cabd52e8925ca16"}, "url": "http://172.30.9.44:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/24a3294f756242fa9c16281e66114445"}, "url": "http://172.30.9.44:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "24a3294f756242fa9c16281e66114445"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/2d9c0913f4ce4f4c99d1e2a92be7b202"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/33f4afca7e384edcb794848618e1751c"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a995eb993213439598e789e96071e8ef", "id": "33f4afca7e384edcb794848618e1751c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/340f26d011ee48ca8dabb263abb41555"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/372f8b61f42e4cc69bfa2dac9f62a6a0"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/3ebd776134594aea93900bfe3105fab5"}, "url": "http://172.30.9.44:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "3ebd776134594aea93900bfe3105fab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/4896317181794e99807110fda451233a"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/49d780bf671841a48f46bef88d8f4767"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "49d780bf671841a48f46bef88d8f4767"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/4cb9f869f32d4931b631172be3af592a"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/5071eb45476e4d87a34f56b633773e81"}, "url": "http://172.30.9.44:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "5071eb45476e4d87a34f56b633773e81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/610c65863ca84122a194754167dc9811"}, "url": "http://172.30.9.44:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "610c65863ca84122a194754167dc9811"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/610e16bc00684fd68a345c359f3bab84"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "610e16bc00684fd68a345c359f3bab84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6524df24f52d4727a0a333f7ab529b5f"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/662ebe53c7eb4e6d928285c363d10ab2"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6998102bfee3446d8dd800f7b7870107"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "6998102bfee3446d8dd800f7b7870107"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6f7ace414fea4ca387530124d9fd3d68"}, "url": "http://172.30.9.44:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "6f7ace414fea4ca387530124d9fd3d68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/765172a17c604f1a91f799f538035250"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "765172a17c604f1a91f799f538035250"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/78e88b6836b441c58b694d9eabaa32bc"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/7e6f08df239844a183166faa789290a4"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "7e6f08df239844a183166faa789290a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/93e5fac23c574b359962b957ef54c8e3"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a995eb993213439598e789e96071e8ef", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/95a9b5cf249a4a9fa8f3d3938287b926"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/9d01402c7f5347718023dffa7e5bf94d"}, "url": "http://172.30.9.44:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ac672c21d79d410282448b8120fc74f8"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "ac672c21d79d410282448b8120fc74f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/af89e168e5db455989529aac1340fd2d"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "af89e168e5db455989529aac1340fd2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/b15644fd4619409d97fbe386ac6ba9d4"}, "url": "http://172.30.9.44:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/b96bdd78f7814528ab56e4ced28dfd67"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "b96bdd78f7814528ab56e4ced28dfd67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/bd2df6b12c2a407a9b0a6483ecec8f85"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/c706093a36714fda9367530b1305b2ed"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "c706093a36714fda9367530b1305b2ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/cda783e1701f47d6ae69719be9da907f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "cda783e1701f47d6ae69719be9da907f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ce6db1f765044d488878e6ae43b6a05f"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "ce6db1f765044d488878e6ae43b6a05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/d4c22101f6484a81b409c9ba8a126078"}, "url": "http://172.30.9.44:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/d885e125e56e420186b40ac383f8a797"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "d885e125e56e420186b40ac383f8a797"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/e9e516442782422dbf88797855403051"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ee238207c0654e50a4e989244748c056"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "ee238207c0654e50a4e989244748c056"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/efbe197abdae4bc4a5f2ea353e7d6409"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/f793fd5048254005ab75636e812c7e87"}, "url": "http://172.30.9.44:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a995eb993213439598e789e96071e8ef", "id": "f793fd5048254005ab75636e812c7e87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/f973299f8ed348839158beebfe1f11d2"}, "url": "http://172.30.9.44:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "f973299f8ed348839158beebfe1f11d2"}], "links": {"self": "http://172.30.9.44:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-21 02:03:27,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/endpoints used request id req-50e84cb6-2ff3-4fd6-966b-f5d3721db996 2018-08-21 02:03:27,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.295427083969s 2018-08-21 02:03:27,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/endpoints used request id req-50e84cb6-2ff3-4fd6-966b-f5d3721db996 2018-08-21 02:03:46,227 - 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-21 02:03:46,259 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-21 02:03:46,373 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-21 02:03:46,484 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:03:46,484 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 02:03:46,543 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-21 02:03:47,023 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-21 02:03:47,024 - openstack_tests - INFO - OS Credentials = > 2018-08-21 02:03:47,814 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-21 02:03:48,568 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-21 02:03:48,569 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-21 02:03:48,625 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-21 02:03:48,664 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-21 02:03:48,665 - openstack_tests - INFO - OS Credentials = > 2018-08-21 02:03:49,357 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-21 02:03:50,109 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-21 02:03:50,110 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-21 02:03:50,117 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:07 | PASS | | singlevm1 | functest | healthcheck | 00:27 | PASS | | singlevm2 | functest | healthcheck | 00:32 | PASS | | vping_ssh | functest | healthcheck | 00:36 | PASS | | vping_userdata | functest | healthcheck | 00:31 | PASS | | cinder_test | functest | healthcheck | 01:16 | PASS | | odl | functest | healthcheck | 00:18 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-21 02:03:50,133 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-21 02:03:53,097 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-228 | | 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-21 02:03:53,101 - 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.44,192.30.9.5 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.44:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=KgAUA5pQNT1agN1wevUZyAKZa 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=9395463b2c594ad385c1520193638f95 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=BRS2mMfCzga3c7IUkU4WSC45N export OS_REGION_NAME=regionOne 2018-08-21 02:03:53,101 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-21 02:03:53,102 - 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 refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-21 02:03:53,134 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-21 02:03:54,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:03:54,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:03:54,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:03:54,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:03:54,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:03:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:03:54,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac45eda-06f3-4c82-bf66-4bf79d1f9a86 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:03:54,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-1ac45eda-06f3-4c82-bf66-4bf79d1f9a86 2018-08-21 02:03:54,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:03:54,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:03:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["cCmBZ9ynQGePBH8er7dh6Q"], "issued_at": "2018-08-21T02:03:54.000000Z"}} 2018-08-21 02:03:54,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:03:54,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:03:54,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2c9f6ca6-f1d4-4166-b498-935bc3cac0a4 Date: Tue, 21 Aug 2018 02:03:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:03:54,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2c9f6ca6-f1d4-4166-b498-935bc3cac0a4 2018-08-21 02:03:54,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246944189072s 2018-08-21 02:03:54,861 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2c9f6ca6-f1d4-4166-b498-935bc3cac0a4 2018-08-21 02:03:54,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 02:04:00,640 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1214f3e8-3cc7-43ad-8701-bc17edc63259 | 2018-08-21T02:04:00.358207 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1214f3e8-3cc7-43ad-8701-bc17edc63259 ~/.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-21 02:04:04,214 - 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-21 02:04:04,215 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 02:04:10,718 - 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=48af90e8-be2d-4fe3-aadf-b3e50fb61491) as the default verifier for the future CLI operations. 2018-08-21 02:04:14,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 02:04:14,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:14,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-b56ca46a-f481-4a4e-a420-6eaf489d61f3 Date: Tue, 21 Aug 2018 02:04: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-21 02:04:14,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-b56ca46a-f481-4a4e-a420-6eaf489d61f3 2018-08-21 02:04:14,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.277909040451s 2018-08-21 02:04:14,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-b56ca46a-f481-4a4e-a420-6eaf489d61f3 2018-08-21 02:04:14,388 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-21 02:04:14,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:04:14,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"network": {"name": "tempest_smoke-net_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "admin_state_up": true}}' 2018-08-21 02:04:14,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-87f34321-17f4-4fff-8588-cf12a3cb9de6 Date: Tue, 21 Aug 2018 02:04: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":"25940ee7-2b23-444e-b484-a2b0a6156227","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:04:14Z","is_default":false,"provider:segmentation_id":81,"name":"tempest_smoke-net_979f89c5-c2f6-42dc-a12c-92da1ddc63ba","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:04:14Z","mtu":1450}} 2018-08-21 02:04:14,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-87f34321-17f4-4fff-8588-cf12a3cb9de6 2018-08-21 02:04:14,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.405349969864s 2018-08-21 02:04:14,794 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-87f34321-17f4-4fff-8588-cf12a3cb9de6 2018-08-21 02:04:14,795 - 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-21T02:04:14Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'25940ee7-2b23-444e-b484-a2b0a6156227', u'provider:segmentation_id': 81, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:04:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:04:14,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:04:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:14,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-ebc80229-3bf5-453a-aec9-a1b762ff03e8 Date: Tue, 21 Aug 2018 02:04:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"25940ee7-2b23-444e-b484-a2b0a6156227","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:04:14Z","provider:segmentation_id":81,"name":"tempest_smoke-net_979f89c5-c2f6-42dc-a12c-92da1ddc63ba","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:04:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:04:14,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ebc80229-3bf5-453a-aec9-a1b762ff03e8 2018-08-21 02:04:14,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106534957886s 2018-08-21 02:04:14,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ebc80229-3bf5-453a-aec9-a1b762ff03e8 2018-08-21 02:04:14,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:04:14,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"subnet": {"name": "tempest_smoke-subnet_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "enable_dhcp": true, "network_id": "25940ee7-2b23-444e-b484-a2b0a6156227", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:04:15,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-c2e07f1a-be86-4550-af5e-e43ae550fa3e Date: Tue, 21 Aug 2018 02:04:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25940ee7-2b23-444e-b484-a2b0a6156227","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:04:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:04: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":"9395463b2c594ad385c1520193638f95","id":"5e895b1b-520d-4e2c-b401-7f5c5e534faf","subnetpool_id":null,"name":"tempest_smoke-subnet_979f89c5-c2f6-42dc-a12c-92da1ddc63ba"}} 2018-08-21 02:04:15,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-c2e07f1a-be86-4550-af5e-e43ae550fa3e 2018-08-21 02:04:15,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.392064809799s 2018-08-21 02:04:15,297 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-c2e07f1a-be86-4550-af5e-e43ae550fa3e 2018-08-21 02:04:15,297 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:04: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'5e895b1b-520d-4e2c-b401-7f5c5e534faf', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', u'enable_dhcp': True, u'network_id': u'25940ee7-2b23-444e-b484-a2b0a6156227', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:04: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'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:04:15,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:04:15,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "tempest_smoke-router_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "admin_state_up": true}}' 2018-08-21 02:04:16,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-f771a4b9-c8d7-4312-aa55-c38ace225dfb Date: Tue, 21 Aug 2018 02:04:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:04:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:04:16Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "8413fb39-b948-4287-ade4-1945b26c62d0", "name": "tempest_smoke-router_979f89c5-c2f6-42dc-a12c-92da1ddc63ba"}} 2018-08-21 02:04:16,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f771a4b9-c8d7-4312-aa55-c38ace225dfb 2018-08-21 02:04:16,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.25921678543s 2018-08-21 02:04:16,557 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f771a4b9-c8d7-4312-aa55-c38ace225dfb 2018-08-21 02:04:16,558 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:04:15Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T02:04:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'8413fb39-b948-4287-ade4-1945b26c62d0', u'name': u'tempest_smoke-router_979f89c5-c2f6-42dc-a12c-92da1ddc63ba'}) 2018-08-21 02:04:16,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:04:16,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0/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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"subnet_id": "5e895b1b-520d-4e2c-b401-7f5c5e534faf"}' 2018-08-21 02:04:18,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bc10bed2-6583-4406-bcdd-c34cc3594575 Date: Tue, 21 Aug 2018 02:04:18 GMT RESP BODY: {"network_id": "25940ee7-2b23-444e-b484-a2b0a6156227", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "5e895b1b-520d-4e2c-b401-7f5c5e534faf", "subnet_ids": ["5e895b1b-520d-4e2c-b401-7f5c5e534faf"], "port_id": "9703bd8f-5844-486a-8244-e135095ec390", "id": "8413fb39-b948-4287-ade4-1945b26c62d0"} 2018-08-21 02:04:18,246 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0/add_router_interface.json used request id req-bc10bed2-6583-4406-bcdd-c34cc3594575 2018-08-21 02:04:18,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.68747997284s 2018-08-21 02:04:18,246 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0/add_router_interface.json used request id req-bc10bed2-6583-4406-bcdd-c34cc3594575 returning object 8413fb39-b948-4287-ade4-1945b26c62d0 2018-08-21 02:04:18,247 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:04:18,378 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:04:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:04:18,384 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:04:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:04:18,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:04:18,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:18,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a540eb94-adcf-41d5-95dd-429ad1ef5600 Date: Tue, 21 Aug 2018 02:04:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:04:18,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a540eb94-adcf-41d5-95dd-429ad1ef5600 2018-08-21 02:04:18,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.382393121719s 2018-08-21 02:04:18,769 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a540eb94-adcf-41d5-95dd-429ad1ef5600 2018-08-21 02:04:18,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:04:18,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba"}' 2018-08-21 02:04:18,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-654dee81-f769-46d8-b503-4ac578fbaa47 Date: Tue, 21 Aug 2018 02:04:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:04:18Z", "file": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "f6ab64a5-7375-4026-9d6c-d48e5067fa43", "size": null, "self": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43", "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_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "checksum": null, "created_at": "2018-08-21T02:04:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:04:18,837 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-654dee81-f769-46d8-b503-4ac578fbaa47 2018-08-21 02:04:18,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0606009960175s 2018-08-21 02:04:18,837 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-654dee81-f769-46d8-b503-4ac578fbaa47 returning object f6ab64a5-7375-4026-9d6c-d48e5067fa43 2018-08-21 02:04:18,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:04:18,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '' 2018-08-21 02:04:20,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aed8e384-73b5-481f-a243-fa61460ca00e Date: Tue, 21 Aug 2018 02:04:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:04:20,087 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file used request id req-aed8e384-73b5-481f-a243-fa61460ca00e 2018-08-21 02:04:20,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24924397469s 2018-08-21 02:04:20,087 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file used request id req-aed8e384-73b5-481f-a243-fa61460ca00e 2018-08-21 02:04:20,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:04:20,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:20,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-f81c1e34-c9ba-4208-9110-605d7fb9b854 Date: Tue, 21 Aug 2018 02:04:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:04:20Z", "file": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "f6ab64a5-7375-4026-9d6c-d48e5067fa43", "size": 12716032, "self": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:04:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:04:20,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f81c1e34-c9ba-4208-9110-605d7fb9b854 2018-08-21 02:04:20,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0260939598083s 2018-08-21 02:04:20,118 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f81c1e34-c9ba-4208-9110-605d7fb9b854 2018-08-21 02:04:20,119 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'f6ab64a5-7375-4026-9d6c-d48e5067fa43', 'size': 12716032, u'self': u'/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:04:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:04:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', '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/f6ab64a5-7375-4026-9d6c-d48e5067fa43', 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_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', 'created': u'2018-08-21T02:04:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:04: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/f6ab64a5-7375-4026-9d6c-d48e5067fa43', 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_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:04:20,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:04:20,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:04:20,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-fe27f07c-4bd8-454b-859f-c9dc55612a07 x-compute-request-id: req-fe27f07c-4bd8-454b-859f-c9dc55612a07 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193", "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": "8f7f4c0e-cef3-4097-88c0-b207550ad193"}} 2018-08-21 02:04:20,444 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-fe27f07c-4bd8-454b-859f-c9dc55612a07 2018-08-21 02:04:20,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.323994874954s 2018-08-21 02:04:20,445 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-fe27f07c-4bd8-454b-859f-c9dc55612a07 2018-08-21 02:04:20,446 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', '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'9395463b2c594ad385c1520193638f95', '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'8f7f4c0e-cef3-4097-88c0-b207550ad193', 'swap': 0}) 2018-08-21 02:04:20,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:04:20,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193/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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"extra_specs": {}}' 2018-08-21 02:04:20,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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 x-openstack-request-id: req-fac9c0ae-ba28-4ac5-9bbd-39ebde397f86 x-compute-request-id: req-fac9c0ae-ba28-4ac5-9bbd-39ebde397f86 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:04:20,467 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193/os-extra_specs used request id req-fac9c0ae-ba28-4ac5-9bbd-39ebde397f86 2018-08-21 02:04:20,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020966053009s 2018-08-21 02:04:20,468 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193/os-extra_specs used request id req-fac9c0ae-ba28-4ac5-9bbd-39ebde397f86 2018-08-21 02:04:20,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:04:20,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:04:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ff8df5c-a7c3-4390-8f47-5470fb9b9ead 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:04:20,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-7ff8df5c-a7c3-4390-8f47-5470fb9b9ead 2018-08-21 02:04:20,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:04:20,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:20,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff587ef-800c-46ca-b458-f604b1cb7999 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:04:20,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-9ff587ef-800c-46ca-b458-f604b1cb7999 2018-08-21 02:04:20,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185156106949s 2018-08-21 02:04:20,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-9ff587ef-800c-46ca-b458-f604b1cb7999 2018-08-21 02:04:20,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:04:20,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:20,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82f55e87-2013-4baf-9d92-8004dd9343d1 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:04:20,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-82f55e87-2013-4baf-9d92-8004dd9343d1 2018-08-21 02:04:20,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185950994492s 2018-08-21 02:04:20,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-82f55e87-2013-4baf-9d92-8004dd9343d1 2018-08-21 02:04:20,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 02:04:20,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:20,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-25a720ff-c7f7-434d-a6c9-207cd07b724e x-compute-request-id: req-25a720ff-c7f7-434d-a6c9-207cd07b724e Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 02:04:20,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-25a720ff-c7f7-434d-a6c9-207cd07b724e 2018-08-21 02:04:20,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0383079051971s 2018-08-21 02:04:20,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-25a720ff-c7f7-434d-a6c9-207cd07b724e 2018-08-21 02:04:20,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:04:20,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:20,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-222a7d17-1eaf-45f3-b2dd-6f30d8adbbf5 Date: Tue, 21 Aug 2018 02:04:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:04:20Z", "file": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "f6ab64a5-7375-4026-9d6c-d48e5067fa43", "size": 12716032, "self": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:04:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:04:20,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-222a7d17-1eaf-45f3-b2dd-6f30d8adbbf5 2018-08-21 02:04:20,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0242779254913s 2018-08-21 02:04:20,935 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-222a7d17-1eaf-45f3-b2dd-6f30d8adbbf5 2018-08-21 02:04:20,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:04:20,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba"}' 2018-08-21 02:04:21,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7dd1fb87-5b64-4ff4-9021-dfbdf4b8bad2 Date: Tue, 21 Aug 2018 02:04:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:04:20Z", "file": "/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "10d93cfd-c679-47ea-aea9-c36409373f60", "size": null, "self": "/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60", "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_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "checksum": null, "created_at": "2018-08-21T02:04:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:04:21,005 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-7dd1fb87-5b64-4ff4-9021-dfbdf4b8bad2 2018-08-21 02:04:21,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0625648498535s 2018-08-21 02:04:21,005 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-7dd1fb87-5b64-4ff4-9021-dfbdf4b8bad2 returning object 10d93cfd-c679-47ea-aea9-c36409373f60 2018-08-21 02:04:21,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:04:21,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60/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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '' 2018-08-21 02:04:22,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae6af321-08ca-4658-b256-482119e09017 Date: Tue, 21 Aug 2018 02:04: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-21 02:04:22,141 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60/file used request id req-ae6af321-08ca-4658-b256-482119e09017 2018-08-21 02:04:22,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13528394699s 2018-08-21 02:04:22,141 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60/file used request id req-ae6af321-08ca-4658-b256-482119e09017 2018-08-21 02:04:22,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:04:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:04:22,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-800c817d-c416-45dd-aa96-4551404add62 Date: Tue, 21 Aug 2018 02:04:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:04:22Z", "file": "/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "10d93cfd-c679-47ea-aea9-c36409373f60", "size": 12716032, "self": "/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10d93cfd-c679-47ea-aea9-c36409373f60/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10d93cfd-c679-47ea-aea9-c36409373f60/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:04:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:04:20Z", "file": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "f6ab64a5-7375-4026-9d6c-d48e5067fa43", "size": 12716032, "self": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:04:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:04:22,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-800c817d-c416-45dd-aa96-4551404add62 2018-08-21 02:04:22,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0256690979004s 2018-08-21 02:04:22,171 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-800c817d-c416-45dd-aa96-4551404add62 2018-08-21 02:04:22,173 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10d93cfd-c679-47ea-aea9-c36409373f60/snap', u'metadata': Munch({})})], 'file': u'/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'10d93cfd-c679-47ea-aea9-c36409373f60', 'size': 12716032, u'self': u'/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10d93cfd-c679-47ea-aea9-c36409373f60/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:04:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:04:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', '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/10d93cfd-c679-47ea-aea9-c36409373f60', 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_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', 'created': u'2018-08-21T02:04:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:04: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/10d93cfd-c679-47ea-aea9-c36409373f60', 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_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:04:22,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:04:22,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:04:22,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:04:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca6ee1cf-e8c5-489c-9bc0-5364aeaea0eb x-compute-request-id: req-ca6ee1cf-e8c5-489c-9bc0-5364aeaea0eb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/687dfad4-49c0-44af-868c-c4141d5f482d", "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": "687dfad4-49c0-44af-868c-c4141d5f482d"}} 2018-08-21 02:04:22,229 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-ca6ee1cf-e8c5-489c-9bc0-5364aeaea0eb 2018-08-21 02:04:22,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0546200275421s 2018-08-21 02:04:22,229 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-ca6ee1cf-e8c5-489c-9bc0-5364aeaea0eb 2018-08-21 02:04:22,230 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', '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'9395463b2c594ad385c1520193638f95', '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'687dfad4-49c0-44af-868c-c4141d5f482d', 'swap': 0}) 2018-08-21 02:04:22,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:04:22,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d/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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"extra_specs": {}}' 2018-08-21 02:04:22,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:04:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4a736f5-8ad6-44f7-bdfe-0b97bdb3ccfd x-compute-request-id: req-a4a736f5-8ad6-44f7-bdfe-0b97bdb3ccfd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:04:22,250 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d/os-extra_specs used request id req-a4a736f5-8ad6-44f7-bdfe-0b97bdb3ccfd 2018-08-21 02:04:22,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196640491486s 2018-08-21 02:04:22,251 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d/os-extra_specs used request id req-a4a736f5-8ad6-44f7-bdfe-0b97bdb3ccfd 2018-08-21 02:04:22,251 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba', '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'9395463b2c594ad385c1520193638f95', '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'687dfad4-49c0-44af-868c-c4141d5f482d', 'swap': 0}) 2018-08-21 02:04:25,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 02:04:25,891 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 02:04:25,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 02:04:25,894 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 02:04:25,897 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-21 02:04:29,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-48af90e8-be2d-4fe3-aadf-b3e50fb61491/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-21 02:04:29,697 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 02:04:29,712 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 02:04:29,712 - 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-21 02:04:37,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:37.346 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-21 02:04:40,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:40.273 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.345s] 2018-08-21 02:04:40,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:40.408 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.133s] 2018-08-21 02:04:43,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:43.510 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.765s] 2018-08-21 02:04:46,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:46.967 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.028s] 2018-08-21 02:04:49,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:49.029 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.108s] 2018-08-21 02:04:50,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:50.888 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.859s] 2018-08-21 02:04:54,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:54.491 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.327s] 2018-08-21 02:04:55,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:04:55.244 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.272s] 2018-08-21 02:05:05,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:05.001 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.871s] 2018-08-21 02:05:05,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:05.009 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-21 02:05:09,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:09.513 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.198s] 2018-08-21 02:05:12,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:12.280 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.941s] 2018-08-21 02:05:16,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:16.592 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2018-08-21 02:05:16,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:16.593 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-21 02:05:19,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:19.401 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.384s] 2018-08-21 02:05:23,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:23.057 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.063s] 2018-08-21 02:05:29,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:29.069 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.151s] 2018-08-21 02:05:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:30.024 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.076s] 2018-08-21 02:05:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:30.025 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-21 02:05:35,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:35.785 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.867s] 2018-08-21 02:05:36,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:36.329 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.543s] 2018-08-21 02:05:37,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:37.379 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.050s] 2018-08-21 02:05:38,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:38.002 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.023s] 2018-08-21 02:05:44,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:44.849 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-08-21 02:05:47,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:47.710 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.518s] 2018-08-21 02:05:53,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:53.015 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.305s] 2018-08-21 02:05:57,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:57.406 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.095s] 2018-08-21 02:05:57,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:05:57.407 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-21 02:06:00,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:00.095 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.079s] 2018-08-21 02:06:00,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:00.815 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.377s] 2018-08-21 02:06:01,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:01.395 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.580s] 2018-08-21 02:06:01,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:01.548 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.152s] 2018-08-21 02:06:01,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:01.595 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.047s] 2018-08-21 02:06:01,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:01.693 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.097s] 2018-08-21 02:06:01,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:01.745 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.052s] 2018-08-21 02:06:09,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:09.189 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-21 02:06:10,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:10.284 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.542s] 2018-08-21 02:06:11,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:11.935 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.176s] 2018-08-21 02:06:12,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:12.193 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.257s] 2018-08-21 02:06:12,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:12.367 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.173s] 2018-08-21 02:06:12,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:12.375 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-08-21 02:06:13,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:13.098 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.810s] 2018-08-21 02:06:13,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:13.142 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-08-21 02:06:17,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:17.331 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.503s] 2018-08-21 02:06:17,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:17.774 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.442s] 2018-08-21 02:06:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:18.070 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.297s] 2018-08-21 02:06:18,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:18.406 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.335s] 2018-08-21 02:06:18,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:18.496 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.090s] 2018-08-21 02:06:18,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:18.540 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.043s] 2018-08-21 02:06:19,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:19.483 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.918s] 2018-08-21 02:06:21,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:21.031 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.245s] 2018-08-21 02:06:21,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:21.047 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2018-08-21 02:06:36,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:36.030 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.235s] 2018-08-21 02:06:38,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:38.741 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [12.653s] 2018-08-21 02:06:41,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:41.244 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.214s] 2018-08-21 02:06:41,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:41.772 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.169s] 2018-08-21 02:06:41,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:41.869 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.097s] 2018-08-21 02:06:42,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:42.010 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.140s] 2018-08-21 02:06:42,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:42.156 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.146s] 2018-08-21 02:06:45,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:45.155 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.414s] 2018-08-21 02:06:50,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:50.847 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.690s] 2018-08-21 02:06:54,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:54.565 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.717s] 2018-08-21 02:06:54,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:54.753 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.045s] 2018-08-21 02:06:55,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:55.475 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.580s] 2018-08-21 02:06:58,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:06:58.675 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.198s] 2018-08-21 02:07:06,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:06.029 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.353s] 2018-08-21 02:07:10,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:10.974 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.391s] 2018-08-21 02:07:17,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:17.567 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.520s] 2018-08-21 02:07:19,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:19.228 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.673s] 2018-08-21 02:07:20,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:20.239 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.670s] 2018-08-21 02:07:22,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:22.892 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.653s] 2018-08-21 02:07:25,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:25.579 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.350s] 2018-08-21 02:07:26,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:26.748 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-21 02:07:27,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:27.423 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.844s] 2018-08-21 02:07:27,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:27.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-08-21 02:07:27,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:27.525 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.044s] 2018-08-21 02:07:44,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:44.659 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.656s] 2018-08-21 02:07:51,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:51.007 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.347s] 2018-08-21 02:07:56,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:07:56.788 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.781s] 2018-08-21 02:08:00,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:08:00.503 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.714s] 2018-08-21 02:08:14,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:08:14.521 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-21 02:08:21,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:08:21.699 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [1.038s] 2018-08-21 02:08:21,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:08:21.836 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.137s] 2018-08-21 02:08:32,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:08:32.241 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.299s] 2018-08-21 02:08:34,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:08:34.638 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.395s] 2018-08-21 02:08:37,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:08:37.009 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.370s] 2018-08-21 02:09:30,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:09:30.548 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [199.279s] 2018-08-21 02:09:55,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:09:55.787 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-08-21 02:09:55,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:09:55.893 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-08-21 02:10:00,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:00.158 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-21 02:10:04,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:04.184 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.162s] 2018-08-21 02:10:11,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:11.995 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.087s] 2018-08-21 02:10:23,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:23.793 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.506s] 2018-08-21 02:10:29,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:29.345 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.550s] 2018-08-21 02:10:30,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:30.913 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.568s] 2018-08-21 02:10:30,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:30.970 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-08-21 02:10:31,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:31.013 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.042s] 2018-08-21 02:10:38,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:38.666 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.329s] 2018-08-21 02:10:40,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:40.358 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.689s] 2018-08-21 02:10:40,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:40.400 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-08-21 02:10:55,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:10:55.325 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.441s] 2018-08-21 02:11:07,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:11:07.092 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.294s] 2018-08-21 02:11:16,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:11:16.366 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.272s] 2018-08-21 02:11:19,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1e477680-8b06-4aef-8d81-73c950e327aa 2018-08-21 02:11:19,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1e477680-8b06-4aef-8d81-73c950e327aa']'. 2018-08-21 02:11:20,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1e477680-8b06-4aef-8d81-73c950e327aa | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 02:04:32 | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 02:11:19 | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:47 | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 48af90e8-be2d-4fe3-aadf-b3e50fb61491) | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 02:11:20,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1214f3e8-3cc7-43ad-8701-bc17edc63259) | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 399.029 | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 100 | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 02:11:20,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-21 02:11:20,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 99.0099009901% 2018-08-21 02:11:20,693 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:11:20,694 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 07:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-21 02:11:20,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:11:20,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:21,365 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9996220a-1619-473b-bc44-bbb62affa799 Date: Tue, 21 Aug 2018 02:11: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-21 02:11:21,365 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60 used request id req-9996220a-1619-473b-bc44-bbb62affa799 2018-08-21 02:11:21,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.664222002029s 2018-08-21 02:11:21,366 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/10d93cfd-c679-47ea-aea9-c36409373f60 used request id req-9996220a-1619-473b-bc44-bbb62affa799 2018-08-21 02:11:21,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:11:21,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:21,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:11:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c234bb75-b385-4fcd-b276-71808b3e6a5b x-compute-request-id: req-c234bb75-b385-4fcd-b276-71808b3e6a5b Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/687dfad4-49c0-44af-868c-c4141d5f482d", "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": "687dfad4-49c0-44af-868c-c4141d5f482d"}, {"name": "tempest_smoke-flavor_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193", "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": "8f7f4c0e-cef3-4097-88c0-b207550ad193"}]} 2018-08-21 02:11:21,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-c234bb75-b385-4fcd-b276-71808b3e6a5b 2018-08-21 02:11:21,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.272705078125s 2018-08-21 02:11:21,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-c234bb75-b385-4fcd-b276-71808b3e6a5b 2018-08-21 02:11:21,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:11:21,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:21,676 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:11:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac7971d3-f886-4ad4-b257-cdc2a464e8ec x-compute-request-id: req-ac7971d3-f886-4ad4-b257-cdc2a464e8ec Content-Length: 0 Content-Type: application/json 2018-08-21 02:11:21,676 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d used request id req-ac7971d3-f886-4ad4-b257-cdc2a464e8ec 2018-08-21 02:11:21,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0341889858246s 2018-08-21 02:11:21,676 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/687dfad4-49c0-44af-868c-c4141d5f482d used request id req-ac7971d3-f886-4ad4-b257-cdc2a464e8ec 2018-08-21 02:11:21,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:11:21,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0/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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" -d '{"subnet_id": "5e895b1b-520d-4e2c-b401-7f5c5e534faf"}' 2018-08-21 02:11:23,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1b1a00d2-2dca-4e07-82c7-9ce56276df64 Date: Tue, 21 Aug 2018 02:11:23 GMT RESP BODY: {"network_id": "25940ee7-2b23-444e-b484-a2b0a6156227", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "5e895b1b-520d-4e2c-b401-7f5c5e534faf", "subnet_ids": ["5e895b1b-520d-4e2c-b401-7f5c5e534faf"], "port_id": "9703bd8f-5844-486a-8244-e135095ec390", "id": "8413fb39-b948-4287-ade4-1945b26c62d0"} 2018-08-21 02:11:23,408 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0/remove_router_interface.json used request id req-1b1a00d2-2dca-4e07-82c7-9ce56276df64 2018-08-21 02:11:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73207116127s 2018-08-21 02:11:23,409 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0/remove_router_interface.json used request id req-1b1a00d2-2dca-4e07-82c7-9ce56276df64 returning object 8413fb39-b948-4287-ade4-1945b26c62d0 2018-08-21 02:11:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:11:23,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:23,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-672b3e7b-ea15-48f8-aef0-b20c81fda132 Date: Tue, 21 Aug 2018 02:11:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:04:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:11:22Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "8413fb39-b948-4287-ade4-1945b26c62d0", "name": "tempest_smoke-router_979f89c5-c2f6-42dc-a12c-92da1ddc63ba"}]} 2018-08-21 02:11:23,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-672b3e7b-ea15-48f8-aef0-b20c81fda132 2018-08-21 02:11:23,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.304987192154s 2018-08-21 02:11:23,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-672b3e7b-ea15-48f8-aef0-b20c81fda132 2018-08-21 02:11:23,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:11:23,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:25,129 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdc7cc35-c0a7-429a-9d43-a1a597c03ad0 Content-Length: 0 Date: Tue, 21 Aug 2018 02:11:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:11:25,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0.json used request id req-fdc7cc35-c0a7-429a-9d43-a1a597c03ad0 2018-08-21 02:11:25,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.41361618042s 2018-08-21 02:11:25,130 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/8413fb39-b948-4287-ade4-1945b26c62d0.json used request id req-fdc7cc35-c0a7-429a-9d43-a1a597c03ad0 2018-08-21 02:11:25,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:11:25,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:25,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-1ae3e4d0-3e05-4e1e-b30b-247ce0bfd3fe Date: Tue, 21 Aug 2018 02:11:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25940ee7-2b23-444e-b484-a2b0a6156227","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:04:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:04: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":"9395463b2c594ad385c1520193638f95","id":"5e895b1b-520d-4e2c-b401-7f5c5e534faf","subnetpool_id":null,"name":"tempest_smoke-subnet_979f89c5-c2f6-42dc-a12c-92da1ddc63ba"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 02:11:25,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-1ae3e4d0-3e05-4e1e-b30b-247ce0bfd3fe 2018-08-21 02:11:25,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0384080410004s 2018-08-21 02:11:25,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-1ae3e4d0-3e05-4e1e-b30b-247ce0bfd3fe 2018-08-21 02:11:25,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:11:25,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/5e895b1b-520d-4e2c-b401-7f5c5e534faf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:25,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-093b9732-aa71-41a3-80f2-f8bd262aea58 Date: Tue, 21 Aug 2018 02:11:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:11:25,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/5e895b1b-520d-4e2c-b401-7f5c5e534faf.json used request id req-093b9732-aa71-41a3-80f2-f8bd262aea58 2018-08-21 02:11:25,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.802852869034s 2018-08-21 02:11:25,974 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/5e895b1b-520d-4e2c-b401-7f5c5e534faf.json used request id req-093b9732-aa71-41a3-80f2-f8bd262aea58 2018-08-21 02:11:25,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:11:25,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:26,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-4850ec0f-b708-4728-8ae6-ab83b4fabb9f Date: Tue, 21 Aug 2018 02:11:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25940ee7-2b23-444e-b484-a2b0a6156227","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:11:25Z","provider:segmentation_id":81,"name":"tempest_smoke-net_979f89c5-c2f6-42dc-a12c-92da1ddc63ba","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:04:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:11:26,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-4850ec0f-b708-4728-8ae6-ab83b4fabb9f 2018-08-21 02:11:26,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286703109741s 2018-08-21 02:11:26,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-4850ec0f-b708-4728-8ae6-ab83b4fabb9f 2018-08-21 02:11:26,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:11:26,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/25940ee7-2b23-444e-b484-a2b0a6156227.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:27,407 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee357c86-1457-4ba8-baef-f97fdaa6dbb4 Date: Tue, 21 Aug 2018 02:11:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:11:27,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/25940ee7-2b23-444e-b484-a2b0a6156227.json used request id req-ee357c86-1457-4ba8-baef-f97fdaa6dbb4 2018-08-21 02:11:27,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14446091652s 2018-08-21 02:11:27,407 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/25940ee7-2b23-444e-b484-a2b0a6156227.json used request id req-ee357c86-1457-4ba8-baef-f97fdaa6dbb4 2018-08-21 02:11:27,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:11:27,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:27,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-ee820f14-12c1-4b53-9713-36e25593e788 Date: Tue, 21 Aug 2018 02:11:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:04:20Z", "file": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "f6ab64a5-7375-4026-9d6c-d48e5067fa43", "size": 12716032, "self": "/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:04:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:11:27,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ee820f14-12c1-4b53-9713-36e25593e788 2018-08-21 02:11:27,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0247089862823s 2018-08-21 02:11:27,436 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ee820f14-12c1-4b53-9713-36e25593e788 2018-08-21 02:11:27,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:11:27,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:28,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6c3c35f-d5fd-42c3-b909-da8c35bd910d Date: Tue, 21 Aug 2018 02:11: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-21 02:11:28,355 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43 used request id req-f6c3c35f-d5fd-42c3-b909-da8c35bd910d 2018-08-21 02:11:28,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.917293071747s 2018-08-21 02:11:28,356 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/f6ab64a5-7375-4026-9d6c-d48e5067fa43 used request id req-f6c3c35f-d5fd-42c3-b909-da8c35bd910d 2018-08-21 02:11:28,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:11:28,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:28,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:11: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-8104c135-ea0a-41ef-8bd5-6ce261c17813 x-compute-request-id: req-8104c135-ea0a-41ef-8bd5-6ce261c17813 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_979f89c5-c2f6-42dc-a12c-92da1ddc63ba", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193", "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": "8f7f4c0e-cef3-4097-88c0-b207550ad193"}]} 2018-08-21 02:11:28,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8104c135-ea0a-41ef-8bd5-6ce261c17813 2018-08-21 02:11:28,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246829986572s 2018-08-21 02:11:28,381 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8104c135-ea0a-41ef-8bd5-6ce261c17813 2018-08-21 02:11:28,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:11:28,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a58d178909ea5e1c2383ccbed0c1579e40f8b6f" 2018-08-21 02:11:28,414 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:11: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-a09da015-6f67-4b8d-be09-e342bb99ad4b x-compute-request-id: req-a09da015-6f67-4b8d-be09-e342bb99ad4b Content-Length: 0 Content-Type: application/json 2018-08-21 02:11:28,414 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193 used request id req-a09da015-6f67-4b8d-be09-e342bb99ad4b 2018-08-21 02:11:28,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0313949584961s 2018-08-21 02:11:28,415 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/8f7f4c0e-cef3-4097-88c0-b207550ad193 used request id req-a09da015-6f67-4b8d-be09-e342bb99ad4b 2018-08-21 02:11:28,415 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-08-21 02:11:28,477 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:11:28,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:11:28,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:11:28,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:11:28,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56515de-865e-4548-81ff-b10a3c43a13d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:11:28,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-a56515de-865e-4548-81ff-b10a3c43a13d 2018-08-21 02:11:28,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:11:28,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["CbJMxRsHTB6xgqgEThp0ZQ"], "issued_at": "2018-08-21T02:11:28.000000Z"}} 2018-08-21 02:11:28,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:11:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:29,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5e9317c9-ad06-4f5b-88ec-e34ff045e5c3 Date: Tue, 21 Aug 2018 02:11:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:11:29,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e9317c9-ad06-4f5b-88ec-e34ff045e5c3 2018-08-21 02:11:29,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354882955551s 2018-08-21 02:11:29,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e9317c9-ad06-4f5b-88ec-e34ff045e5c3 2018-08-21 02:11:29,289 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 02:11:32,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 02:11:34,866 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | f9b737f4-04a8-4417-bd6b-d6f99cf34957 | 2018-08-21T02:11:34.515869 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: f9b737f4-04a8-4417-bd6b-d6f99cf34957 ~/.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-21 02:11:38,422 - 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-21 02:11:38,422 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 02:11:41,102 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 02:11:44,399 - 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=58ce5c6d-e9e8-482d-953c-7c62d92360e3) as the default verifier for the future CLI operations. 2018-08-21 02:11:47,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 02:11:47,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:47,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-a1e51a02-944f-48e3-99bb-8e5f013e934f Date: Tue, 21 Aug 2018 02:11:47 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-21 02:11:47,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-a1e51a02-944f-48e3-99bb-8e5f013e934f 2018-08-21 02:11:47,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.261282920837s 2018-08-21 02:11:47,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-a1e51a02-944f-48e3-99bb-8e5f013e934f 2018-08-21 02:11:47,943 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-21 02:11:47,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:11:47,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"network": {"name": "neutron-tempest-plugin-api-net_ee41b910-25a0-478c-964f-e28e41d76551", "admin_state_up": true}}' 2018-08-21 02:11:48,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-99173317-360f-4d9c-8276-664f909275d4 Date: Tue, 21 Aug 2018 02:11:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d11f2798-a399-4022-ac38-aed229974725","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:11:48Z","is_default":false,"provider:segmentation_id":22,"name":"neutron-tempest-plugin-api-net_ee41b910-25a0-478c-964f-e28e41d76551","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:11:47Z","mtu":1450}} 2018-08-21 02:11:48,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-99173317-360f-4d9c-8276-664f909275d4 2018-08-21 02:11:48,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.326400995255s 2018-08-21 02:11:48,271 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-99173317-360f-4d9c-8276-664f909275d4 2018-08-21 02:11:48,271 - 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-21T02:11:48Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd11f2798-a399-4022-ac38-aed229974725', u'provider:segmentation_id': 22, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_ee41b910-25a0-478c-964f-e28e41d76551', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:11:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:11:48,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:11:48,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:48,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-55faa74e-8903-4989-bef9-5a0697c9738d Date: Tue, 21 Aug 2018 02:11:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T01:55:16Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d11f2798-a399-4022-ac38-aed229974725","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:11:48Z","provider:segmentation_id":22,"name":"neutron-tempest-plugin-api-net_ee41b910-25a0-478c-964f-e28e41d76551","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:11:47Z","provider:network_type":"vxlan"}]} 2018-08-21 02:11:48,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-55faa74e-8903-4989-bef9-5a0697c9738d 2018-08-21 02:11:48,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.095645904541s 2018-08-21 02:11:48,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-55faa74e-8903-4989-bef9-5a0697c9738d 2018-08-21 02:11:48,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:11:48,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_ee41b910-25a0-478c-964f-e28e41d76551", "enable_dhcp": true, "network_id": "d11f2798-a399-4022-ac38-aed229974725", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:11:48,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a8fbadfb-c406-425f-a975-5fa8992e3f9c Date: Tue, 21 Aug 2018 02:11:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d11f2798-a399-4022-ac38-aed229974725","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:11:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:11:48Z","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":"9395463b2c594ad385c1520193638f95","id":"af8f15cc-ae12-4649-a7a2-70ae1f382b6e","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_ee41b910-25a0-478c-964f-e28e41d76551"}} 2018-08-21 02:11:48,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-a8fbadfb-c406-425f-a975-5fa8992e3f9c 2018-08-21 02:11:48,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.423570156097s 2018-08-21 02:11:48,794 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-a8fbadfb-c406-425f-a975-5fa8992e3f9c 2018-08-21 02:11:48,794 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:11:48Z', 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'af8f15cc-ae12-4649-a7a2-70ae1f382b6e', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_ee41b910-25a0-478c-964f-e28e41d76551', u'enable_dhcp': True, u'network_id': u'd11f2798-a399-4022-ac38-aed229974725', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:11:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:11:48,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:11:48,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "neutron-tempest-plugin-api-router_ee41b910-25a0-478c-964f-e28e41d76551", "admin_state_up": true}}' 2018-08-21 02:11:50,077 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-dc361c93-f11e-4445-ac5e-27d92a90f1f9 Date: Tue, 21 Aug 2018 02:11:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:11:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:11:49Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "8a3f472d-02c2-4de3-8221-7fb5d3bce1c4", "name": "neutron-tempest-plugin-api-router_ee41b910-25a0-478c-964f-e28e41d76551"}} 2018-08-21 02:11:50,077 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-dc361c93-f11e-4445-ac5e-27d92a90f1f9 2018-08-21 02:11:50,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.28231501579s 2018-08-21 02:11:50,077 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-dc361c93-f11e-4445-ac5e-27d92a90f1f9 2018-08-21 02:11:50,078 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:11:48Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T02:11:49Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'8a3f472d-02c2-4de3-8221-7fb5d3bce1c4', u'name': u'neutron-tempest-plugin-api-router_ee41b910-25a0-478c-964f-e28e41d76551'}) 2018-08-21 02:11:50,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:11:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4/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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"subnet_id": "af8f15cc-ae12-4649-a7a2-70ae1f382b6e"}' 2018-08-21 02:11:51,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c314b7d2-bf37-4707-b94e-335069d7a24a Date: Tue, 21 Aug 2018 02:11:51 GMT RESP BODY: {"network_id": "d11f2798-a399-4022-ac38-aed229974725", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "af8f15cc-ae12-4649-a7a2-70ae1f382b6e", "subnet_ids": ["af8f15cc-ae12-4649-a7a2-70ae1f382b6e"], "port_id": "8bf16c1c-d7af-488d-a1bd-dda4f75acb18", "id": "8a3f472d-02c2-4de3-8221-7fb5d3bce1c4"} 2018-08-21 02:11:51,649 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4/add_router_interface.json used request id req-c314b7d2-bf37-4707-b94e-335069d7a24a 2018-08-21 02:11:51,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.57100296021s 2018-08-21 02:11:51,650 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4/add_router_interface.json used request id req-c314b7d2-bf37-4707-b94e-335069d7a24a returning object 8a3f472d-02c2-4de3-8221-7fb5d3bce1c4 2018-08-21 02:11:51,650 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:11:51,777 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:11:51,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:11:51,783 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:11:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:11:51,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:11:51,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:51,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fadbd59f-7d60-4894-a73f-740dde53b1d0 Date: Tue, 21 Aug 2018 02:11:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:11:51,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-fadbd59f-7d60-4894-a73f-740dde53b1d0 2018-08-21 02:11:51,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205490112305s 2018-08-21 02:11:51,994 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-fadbd59f-7d60-4894-a73f-740dde53b1d0 2018-08-21 02:11:52,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:11:52,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551"}' 2018-08-21 02:11:52,043 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-768f3d9c-7cb3-4129-96cf-cf538c18c140 Date: Tue, 21 Aug 2018 02:11:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:11:52Z", "file": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d5f17295-ca3a-40af-8fce-5c750238a1f7", "size": null, "self": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7", "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_ee41b910-25a0-478c-964f-e28e41d76551", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "checksum": null, "created_at": "2018-08-21T02:11:52Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:11:52,044 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-768f3d9c-7cb3-4129-96cf-cf538c18c140 2018-08-21 02:11:52,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0414650440216s 2018-08-21 02:11:52,044 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-768f3d9c-7cb3-4129-96cf-cf538c18c140 returning object d5f17295-ca3a-40af-8fce-5c750238a1f7 2018-08-21 02:11:52,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:11:52,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/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}f92b1892907e0313be643ca69eb2be571bc20031" -d '' 2018-08-21 02:11:52,443 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d7a730f-94f1-4173-b9eb-72f7f64c932c Date: Tue, 21 Aug 2018 02:11: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-21 02:11:52,443 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file used request id req-0d7a730f-94f1-4173-b9eb-72f7f64c932c 2018-08-21 02:11:52,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.398581981659s 2018-08-21 02:11:52,444 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file used request id req-0d7a730f-94f1-4173-b9eb-72f7f64c932c 2018-08-21 02:11:52,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:11:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:52,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-b1606577-8d94-412e-8a61-887837d90459 Date: Tue, 21 Aug 2018 02:11:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:11:52Z", "file": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d5f17295-ca3a-40af-8fce-5c750238a1f7", "size": 12716032, "self": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:11:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:11:52,475 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-b1606577-8d94-412e-8a61-887837d90459 2018-08-21 02:11:52,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0271139144897s 2018-08-21 02:11:52,475 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-b1606577-8d94-412e-8a61-887837d90459 2018-08-21 02:11:52,477 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'd5f17295-ca3a-40af-8fce-5c750238a1f7', 'size': 12716032, u'self': u'/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:11:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:11:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551', '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/d5f17295-ca3a-40af-8fce-5c750238a1f7', 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_ee41b910-25a0-478c-964f-e28e41d76551', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551', 'created': u'2018-08-21T02:11:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:11:52Z', 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/d5f17295-ca3a-40af-8fce-5c750238a1f7', 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_ee41b910-25a0-478c-964f-e28e41d76551', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:11:52,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:11:52,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_ee41b910-25a0-478c-964f-e28e41d76551", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:11:52,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-0d73b687-e642-43aa-bd3d-6b32cac7c6ac x-compute-request-id: req-0d73b687-e642-43aa-bd3d-6b32cac7c6ac Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_ee41b910-25a0-478c-964f-e28e41d76551", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a", "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": "42ee1bca-ee98-4e97-ba0b-efa05b0ece8a"}} 2018-08-21 02:11:52,779 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-0d73b687-e642-43aa-bd3d-6b32cac7c6ac 2018-08-21 02:11:52,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.301691055298s 2018-08-21 02:11:52,780 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-0d73b687-e642-43aa-bd3d-6b32cac7c6ac 2018-08-21 02:11:52,781 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_ee41b910-25a0-478c-964f-e28e41d76551', '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'9395463b2c594ad385c1520193638f95', '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'42ee1bca-ee98-4e97-ba0b-efa05b0ece8a', 'swap': 0}) 2018-08-21 02:11:52,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:11:52,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a/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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"extra_specs": {}}' 2018-08-21 02:11:52,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-ac894172-1516-4a05-a82c-2e114f0af273 x-compute-request-id: req-ac894172-1516-4a05-a82c-2e114f0af273 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:11:52,801 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a/os-extra_specs used request id req-ac894172-1516-4a05-a82c-2e114f0af273 2018-08-21 02:11:52,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0191638469696s 2018-08-21 02:11:52,801 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a/os-extra_specs used request id req-ac894172-1516-4a05-a82c-2e114f0af273 2018-08-21 02:11:52,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:11:52,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:11:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e887564-61a9-4b00-88c3-5ac1eda84af8 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:11:52,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-6e887564-61a9-4b00-88c3-5ac1eda84af8 2018-08-21 02:11:52,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:11:52,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:52,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bcfb307-6f71-4401-acfb-8ad748378417 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:11:52,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-4bcfb307-6f71-4401-acfb-8ad748378417 2018-08-21 02:11:52,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184872865677s 2018-08-21 02:11:52,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-4bcfb307-6f71-4401-acfb-8ad748378417 2018-08-21 02:11:53,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:11:53,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:53,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630b7c67-2fac-4d4f-812d-dfd4e93862f6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:11:53,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-630b7c67-2fac-4d4f-812d-dfd4e93862f6 2018-08-21 02:11:53,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105235099792s 2018-08-21 02:11:53,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-630b7c67-2fac-4d4f-812d-dfd4e93862f6 2018-08-21 02:11:53,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 02:11:53,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:53,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-cc7319c0-1ab7-43a6-9342-819db099251b x-compute-request-id: req-cc7319c0-1ab7-43a6-9342-819db099251b Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 02:11:53,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-cc7319c0-1ab7-43a6-9342-819db099251b 2018-08-21 02:11:53,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0438809394836s 2018-08-21 02:11:53,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-cc7319c0-1ab7-43a6-9342-819db099251b 2018-08-21 02:11:53,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:11:53,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:53,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-8a15493d-eb92-4b41-89d4-a5e0259d1b10 Date: Tue, 21 Aug 2018 02:11:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:11:52Z", "file": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d5f17295-ca3a-40af-8fce-5c750238a1f7", "size": 12716032, "self": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:11:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:11:53,186 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8a15493d-eb92-4b41-89d4-a5e0259d1b10 2018-08-21 02:11:53,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0225567817688s 2018-08-21 02:11:53,187 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8a15493d-eb92-4b41-89d4-a5e0259d1b10 2018-08-21 02:11:53,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:11:53,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_ee41b910-25a0-478c-964f-e28e41d76551", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_ee41b910-25a0-478c-964f-e28e41d76551"}' 2018-08-21 02:11:53,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0a505ce4-b300-4741-9db3-f9e7e1052cbe Date: Tue, 21 Aug 2018 02:11:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:11:53Z", "file": "/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "4c299bfa-2e8f-4de4-8622-1302cd96b133", "size": null, "self": "/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133", "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_ee41b910-25a0-478c-964f-e28e41d76551", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_ee41b910-25a0-478c-964f-e28e41d76551", "checksum": null, "created_at": "2018-08-21T02:11:53Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:11:53,231 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-0a505ce4-b300-4741-9db3-f9e7e1052cbe 2018-08-21 02:11:53,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0384521484375s 2018-08-21 02:11:53,231 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-0a505ce4-b300-4741-9db3-f9e7e1052cbe returning object 4c299bfa-2e8f-4de4-8622-1302cd96b133 2018-08-21 02:11:53,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:11:53,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/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}f92b1892907e0313be643ca69eb2be571bc20031" -d '' 2018-08-21 02:11:54,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9efc103e-a859-4c1a-902f-3722794ec426 Date: Tue, 21 Aug 2018 02:11:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:11:54,464 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/file used request id req-9efc103e-a859-4c1a-902f-3722794ec426 2018-08-21 02:11:54,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23163223267s 2018-08-21 02:11:54,464 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/file used request id req-9efc103e-a859-4c1a-902f-3722794ec426 2018-08-21 02:11:54,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:11:54,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:11:54,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-0c3c180b-545e-4289-8862-4842c73b98b6 Date: Tue, 21 Aug 2018 02:11:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:11:54Z", "file": "/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "4c299bfa-2e8f-4de4-8622-1302cd96b133", "size": 12716032, "self": "/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_ee41b910-25a0-478c-964f-e28e41d76551", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_ee41b910-25a0-478c-964f-e28e41d76551", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:11:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:11:52Z", "file": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d5f17295-ca3a-40af-8fce-5c750238a1f7", "size": 12716032, "self": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:11:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:11:54,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-0c3c180b-545e-4289-8862-4842c73b98b6 2018-08-21 02:11:54,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0271401405334s 2018-08-21 02:11:54,496 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-0c3c180b-545e-4289-8862-4842c73b98b6 2018-08-21 02:11:54,498 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'4c299bfa-2e8f-4de4-8622-1302cd96b133', 'size': 12716032, u'self': u'/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/4c299bfa-2e8f-4de4-8622-1302cd96b133/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:11:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:11:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_ee41b910-25a0-478c-964f-e28e41d76551', '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/4c299bfa-2e8f-4de4-8622-1302cd96b133', 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_ee41b910-25a0-478c-964f-e28e41d76551', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_ee41b910-25a0-478c-964f-e28e41d76551', 'created': u'2018-08-21T02:11:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:11:53Z', 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/4c299bfa-2e8f-4de4-8622-1302cd96b133', 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_ee41b910-25a0-478c-964f-e28e41d76551', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:11:54,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:11:54,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_ee41b910-25a0-478c-964f-e28e41d76551", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:11:54,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:11: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-ee88a856-8645-4fee-9514-7ba7a765e574 x-compute-request-id: req-ee88a856-8645-4fee-9514-7ba7a765e574 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_ee41b910-25a0-478c-964f-e28e41d76551", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54", "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": "bd62cef4-4dd1-4028-8710-b9cca2d2ee54"}} 2018-08-21 02:11:54,539 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-ee88a856-8645-4fee-9514-7ba7a765e574 2018-08-21 02:11:54,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.040342092514s 2018-08-21 02:11:54,540 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-ee88a856-8645-4fee-9514-7ba7a765e574 2018-08-21 02:11:54,541 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_ee41b910-25a0-478c-964f-e28e41d76551', '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'9395463b2c594ad385c1520193638f95', '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'bd62cef4-4dd1-4028-8710-b9cca2d2ee54', 'swap': 0}) 2018-08-21 02:11:54,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:11:54,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54/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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"extra_specs": {}}' 2018-08-21 02:11:54,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:11: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-70609539-21bb-47ee-bdda-cffc9f960331 x-compute-request-id: req-70609539-21bb-47ee-bdda-cffc9f960331 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:11:54,562 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54/os-extra_specs used request id req-70609539-21bb-47ee-bdda-cffc9f960331 2018-08-21 02:11:54,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209610462189s 2018-08-21 02:11:54,563 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54/os-extra_specs used request id req-70609539-21bb-47ee-bdda-cffc9f960331 2018-08-21 02:11:54,563 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_ee41b910-25a0-478c-964f-e28e41d76551', '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'9395463b2c594ad385c1520193638f95', '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'bd62cef4-4dd1-4028-8710-b9cca2d2ee54', 'swap': 0}) 2018-08-21 02:11:58,037 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 02:11:58,038 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 02:11:58,038 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 02:11:58,041 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 02:11:58,044 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-21 02:12:01,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-58ce5c6d-e9e8-482d-953c-7c62d92360e3/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-21 02:12:01,345 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 02:12:01,352 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 02:12:01,353 - 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-21 02:23:38,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2ed37cf4-a1bc-4ea0-bd82-e6f2d17acc5b 2018-08-21 02:23:38,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2ed37cf4-a1bc-4ea0-bd82-e6f2d17acc5b']'. 2018-08-21 02:23:39,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 02:23:39,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 02:23:39,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:23:39,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2ed37cf4-a1bc-4ea0-bd82-e6f2d17acc5b | 2018-08-21 02:23:39,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-21 02:23:39,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 02:12:03 | 2018-08-21 02:23:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 02:23:38 | 2018-08-21 02:23:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:35 | 2018-08-21 02:23:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-21 02:23:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 02:23:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 02:23:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 58ce5c6d-e9e8-482d-953c-7c62d92360e3) | 2018-08-21 02:23:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 02:23:39,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f9b737f4-04a8-4417-bd6b-d6f99cf34957) | 2018-08-21 02:23:39,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-21 02:23:39,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 681.558 | 2018-08-21 02:23:39,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 371 | 2018-08-21 02:23:39,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-21 02:23:39,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 02:23:39,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 02:23:39,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-21 02:23:39,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:23:39,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 02:23:39,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-21 02:23:39,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1978609626% 2018-08-21 02:23:39,993 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:23:39,994 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 11:52 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-21 02:23:39,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:23:39,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:40,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9248fb30-bfea-42bc-a94a-c74b2c7a1b2d Date: Tue, 21 Aug 2018 02:23: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-21 02:23:40,641 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133 used request id req-9248fb30-bfea-42bc-a94a-c74b2c7a1b2d 2018-08-21 02:23:40,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.644446134567s 2018-08-21 02:23:40,641 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/4c299bfa-2e8f-4de4-8622-1302cd96b133 used request id req-9248fb30-bfea-42bc-a94a-c74b2c7a1b2d 2018-08-21 02:23:40,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:23:40,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:40,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-895e2108-867b-4110-971a-f286a88097ca x-compute-request-id: req-895e2108-867b-4110-971a-f286a88097ca Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_ee41b910-25a0-478c-964f-e28e41d76551", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a", "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": "42ee1bca-ee98-4e97-ba0b-efa05b0ece8a"}, {"name": "neutron-tempest-plugin-api-flavor_alt_ee41b910-25a0-478c-964f-e28e41d76551", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54", "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": "bd62cef4-4dd1-4028-8710-b9cca2d2ee54"}]} 2018-08-21 02:23:40,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-895e2108-867b-4110-971a-f286a88097ca 2018-08-21 02:23:40,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.300641059875s 2018-08-21 02:23:40,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-895e2108-867b-4110-971a-f286a88097ca 2018-08-21 02:23:40,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:23:40,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:40,980 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:23:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88eeb065-8e18-4a17-a4b9-25dd785e621d x-compute-request-id: req-88eeb065-8e18-4a17-a4b9-25dd785e621d Content-Length: 0 Content-Type: application/json 2018-08-21 02:23:40,980 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54 used request id req-88eeb065-8e18-4a17-a4b9-25dd785e621d 2018-08-21 02:23:40,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0351781845093s 2018-08-21 02:23:40,981 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/bd62cef4-4dd1-4028-8710-b9cca2d2ee54 used request id req-88eeb065-8e18-4a17-a4b9-25dd785e621d 2018-08-21 02:23:40,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:23:40,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4/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}f92b1892907e0313be643ca69eb2be571bc20031" -d '{"subnet_id": "af8f15cc-ae12-4649-a7a2-70ae1f382b6e"}' 2018-08-21 02:23:42,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a978293c-a1ba-4853-b059-11ffe3279d6d Date: Tue, 21 Aug 2018 02:23:42 GMT RESP BODY: {"network_id": "d11f2798-a399-4022-ac38-aed229974725", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "af8f15cc-ae12-4649-a7a2-70ae1f382b6e", "subnet_ids": ["af8f15cc-ae12-4649-a7a2-70ae1f382b6e"], "port_id": "8bf16c1c-d7af-488d-a1bd-dda4f75acb18", "id": "8a3f472d-02c2-4de3-8221-7fb5d3bce1c4"} 2018-08-21 02:23:42,817 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4/remove_router_interface.json used request id req-a978293c-a1ba-4853-b059-11ffe3279d6d 2018-08-21 02:23:42,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.83594703674s 2018-08-21 02:23:42,818 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4/remove_router_interface.json used request id req-a978293c-a1ba-4853-b059-11ffe3279d6d returning object 8a3f472d-02c2-4de3-8221-7fb5d3bce1c4 2018-08-21 02:23:42,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:23:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:42,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-355d866a-a6c3-4cbb-93ed-25d077c06615 Date: Tue, 21 Aug 2018 02:23:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:11:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:23:41Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "8a3f472d-02c2-4de3-8221-7fb5d3bce1c4", "name": "neutron-tempest-plugin-api-router_ee41b910-25a0-478c-964f-e28e41d76551"}]} 2018-08-21 02:23:42,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-355d866a-a6c3-4cbb-93ed-25d077c06615 2018-08-21 02:23:42,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112257003784s 2018-08-21 02:23:42,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-355d866a-a6c3-4cbb-93ed-25d077c06615 2018-08-21 02:23:42,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:23:42,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:44,359 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c824370-5ced-4c1b-91bd-0b09cc9500a1 Content-Length: 0 Date: Tue, 21 Aug 2018 02:23:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:23:44,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4.json used request id req-6c824370-5ced-4c1b-91bd-0b09cc9500a1 2018-08-21 02:23:44,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42715096474s 2018-08-21 02:23:44,359 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/8a3f472d-02c2-4de3-8221-7fb5d3bce1c4.json used request id req-6c824370-5ced-4c1b-91bd-0b09cc9500a1 2018-08-21 02:23:44,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:23:44,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:44,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-b746aa1e-f206-448b-9958-c672acd227d9 Date: Tue, 21 Aug 2018 02:23:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d11f2798-a399-4022-ac38-aed229974725","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:11:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:11:48Z","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":"9395463b2c594ad385c1520193638f95","id":"af8f15cc-ae12-4649-a7a2-70ae1f382b6e","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_ee41b910-25a0-478c-964f-e28e41d76551"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 02:23:44,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-b746aa1e-f206-448b-9958-c672acd227d9 2018-08-21 02:23:44,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0761349201202s 2018-08-21 02:23:44,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-b746aa1e-f206-448b-9958-c672acd227d9 2018-08-21 02:23:44,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:23:44,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/af8f15cc-ae12-4649-a7a2-70ae1f382b6e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:45,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c434b9d2-492d-4840-b4be-876b3ff98ea8 Date: Tue, 21 Aug 2018 02:23:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:23:45,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/af8f15cc-ae12-4649-a7a2-70ae1f382b6e.json used request id req-c434b9d2-492d-4840-b4be-876b3ff98ea8 2018-08-21 02:23:45,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.06421589851s 2018-08-21 02:23:45,502 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/af8f15cc-ae12-4649-a7a2-70ae1f382b6e.json used request id req-c434b9d2-492d-4840-b4be-876b3ff98ea8 2018-08-21 02:23:45,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:23:45,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:45,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-33b9401c-07d1-4274-b93a-8a43782f383c Date: Tue, 21 Aug 2018 02:23:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d11f2798-a399-4022-ac38-aed229974725","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:23:45Z","provider:segmentation_id":22,"name":"neutron-tempest-plugin-api-net_ee41b910-25a0-478c-964f-e28e41d76551","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:11:47Z","provider:network_type":"vxlan"}]} 2018-08-21 02:23:45,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-33b9401c-07d1-4274-b93a-8a43782f383c 2018-08-21 02:23:45,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0892789363861s 2018-08-21 02:23:45,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-33b9401c-07d1-4274-b93a-8a43782f383c 2018-08-21 02:23:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:23:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/d11f2798-a399-4022-ac38-aed229974725.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:47,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5f980483-53f1-45d6-a9ef-57558cae6164 Date: Tue, 21 Aug 2018 02:23:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:23:47,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/d11f2798-a399-4022-ac38-aed229974725.json used request id req-5f980483-53f1-45d6-a9ef-57558cae6164 2018-08-21 02:23:47,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.78215503693s 2018-08-21 02:23:47,376 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/d11f2798-a399-4022-ac38-aed229974725.json used request id req-5f980483-53f1-45d6-a9ef-57558cae6164 2018-08-21 02:23:47,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:23:47,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:47,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-b1715f66-99e9-4788-b56f-ed8e0a1de677 Date: Tue, 21 Aug 2018 02:23:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:11:52Z", "file": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d5f17295-ca3a-40af-8fce-5c750238a1f7", "size": 12716032, "self": "/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d5f17295-ca3a-40af-8fce-5c750238a1f7/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_ee41b910-25a0-478c-964f-e28e41d76551", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:11:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:23:47,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-b1715f66-99e9-4788-b56f-ed8e0a1de677 2018-08-21 02:23:47,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0317327976227s 2018-08-21 02:23:47,413 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-b1715f66-99e9-4788-b56f-ed8e0a1de677 2018-08-21 02:23:47,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:23:47,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:47,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15713871-0807-4d05-88b7-5587ac447321 Date: Tue, 21 Aug 2018 02:23: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-21 02:23:47,833 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7 used request id req-15713871-0807-4d05-88b7-5587ac447321 2018-08-21 02:23:47,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.418406009674s 2018-08-21 02:23:47,833 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/d5f17295-ca3a-40af-8fce-5c750238a1f7 used request id req-15713871-0807-4d05-88b7-5587ac447321 2018-08-21 02:23:47,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:23:47,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:47,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23: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-9cb313b3-c5e0-420f-8610-ecd4c584169e x-compute-request-id: req-9cb313b3-c5e0-420f-8610-ecd4c584169e Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_ee41b910-25a0-478c-964f-e28e41d76551", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a", "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": "42ee1bca-ee98-4e97-ba0b-efa05b0ece8a"}]} 2018-08-21 02:23:47,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-9cb313b3-c5e0-420f-8610-ecd4c584169e 2018-08-21 02:23:47,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.017961025238s 2018-08-21 02:23:47,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-9cb313b3-c5e0-420f-8610-ecd4c584169e 2018-08-21 02:23:47,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:23:47,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f92b1892907e0313be643ca69eb2be571bc20031" 2018-08-21 02:23:47,885 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:23: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-dd59a16d-bbd1-4995-ab07-e30a0deea0b7 x-compute-request-id: req-dd59a16d-bbd1-4995-ab07-e30a0deea0b7 Content-Length: 0 Content-Type: application/json 2018-08-21 02:23:47,885 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a used request id req-dd59a16d-bbd1-4995-ab07-e30a0deea0b7 2018-08-21 02:23:47,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0330810546875s 2018-08-21 02:23:47,885 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/42ee1bca-ee98-4e97-ba0b-efa05b0ece8a used request id req-dd59a16d-bbd1-4995-ab07-e30a0deea0b7 2018-08-21 02:23:47,885 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-21 02:23:47,912 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-21 02:23:47,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:23:47,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:23:47,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:23:47,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:23:47,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:23:47,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:23:47,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:23:47,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:23:47,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa1ae212-a10a-4932-9cf0-0e239d74b223 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:23:47,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-aa1ae212-a10a-4932-9cf0-0e239d74b223 2018-08-21 02:23:47,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:23:48,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:23:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["niy-flzVTCG1zETooJtSqQ"], "issued_at": "2018-08-21T02:23:48.000000Z"}} 2018-08-21 02:23:48,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:23:48,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:48,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c13e3c63-d69f-453b-8d13-09109315e18b Date: Tue, 21 Aug 2018 02:23:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:23:48,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c13e3c63-d69f-453b-8d13-09109315e18b 2018-08-21 02:23:48,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369729042053s 2018-08-21 02:23:48,735 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c13e3c63-d69f-453b-8d13-09109315e18b 2018-08-21 02:23:48,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:23:48,744 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8b0ad3f-6ff7-4133-8af2-a16fd383cba9 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:23:48,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-b8b0ad3f-6ff7-4133-8af2-a16fd383cba9 2018-08-21 02:23:48,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:23:48,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:48,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad8f259-38d3-4a90-a486-1f16aa7d6c0d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 02:23:48,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-fad8f259-38d3-4a90-a486-1f16aa7d6c0d 2018-08-21 02:23:48,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199333906174s 2018-08-21 02:23:48,945 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-fad8f259-38d3-4a90-a486-1f16aa7d6c0d 2018-08-21 02:23:48,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 02:23:48,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472"}}' 2018-08-21 02:23:49,169 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffb6335d-285a-49e6-8f83-060c17a2af7a Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45"}, "tags": [], "enabled": true, "id": "5128f15f3dd4460c8232252c105d4e45", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472"}} 2018-08-21 02:23:49,169 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-ffb6335d-285a-49e6-8f83-060c17a2af7a 2018-08-21 02:23:49,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.216995000839s 2018-08-21 02:23:49,170 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-ffb6335d-285a-49e6-8f83-060c17a2af7a 2018-08-21 02:23:49,170 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'5128f15f3dd4460c8232252c105d4e45', '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'rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472'}) 2018-08-21 02:23:49,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 02:23:49,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "59c2a518-eee9-4fcd-9ec5-e47248db55e4", "email": null, "name": "rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472"}}' 2018-08-21 02:23:49,668 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-713707f8-9e5f-470a-bca7-2d5cace6188b Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": {"self": "http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5f0554657db342f98860d0ec3fff170a", "domain_id": "default", "password_expires_at": null}} 2018-08-21 02:23:49,669 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-713707f8-9e5f-470a-bca7-2d5cace6188b 2018-08-21 02:23:49,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.492440223694s 2018-08-21 02:23:49,669 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-713707f8-9e5f-470a-bca7-2d5cace6188b 2018-08-21 02:23:49,670 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5f0554657db342f98860d0ec3fff170a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472'}) 2018-08-21 02:23:49,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:23:49,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:49,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-150564b3-e408-45ce-a64d-154027dad00c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:23:49,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-150564b3-e408-45ce-a64d-154027dad00c 2018-08-21 02:23:49,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186250925064s 2018-08-21 02:23:49,860 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-150564b3-e408-45ce-a64d-154027dad00c 2018-08-21 02:23:49,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:23:49,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:50,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-770b34f1-e8bc-4a94-993e-526af475a226 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:23:50,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-770b34f1-e8bc-4a94-993e-526af475a226 2018-08-21 02:23:50,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192437887192s 2018-08-21 02:23:50,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-770b34f1-e8bc-4a94-993e-526af475a226 2018-08-21 02:23:50,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:23:50,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:50,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d14657a-4b36-41f7-a548-876fe24f4c7f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:23:50,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-7d14657a-4b36-41f7-a548-876fe24f4c7f 2018-08-21 02:23:50,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.146155118942s 2018-08-21 02:23:50,205 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-7d14657a-4b36-41f7-a548-876fe24f4c7f 2018-08-21 02:23:50,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:23:50,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:50,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12127a50-b2ae-4354-9be6-6c0afdb27406 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 02:23:50,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-12127a50-b2ae-4354-9be6-6c0afdb27406 2018-08-21 02:23:50,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183737039566s 2018-08-21 02:23:50,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-12127a50-b2ae-4354-9be6-6c0afdb27406 2018-08-21 02:23:50,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:23:50,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:50,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8419f06-fa7c-4d95-8f96-65aa3d863f43 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": {"self": "http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5f0554657db342f98860d0ec3fff170a", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:23:50,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-e8419f06-fa7c-4d95-8f96-65aa3d863f43 2018-08-21 02:23:50,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118685007095s 2018-08-21 02:23:50,513 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-e8419f06-fa7c-4d95-8f96-65aa3d863f43 2018-08-21 02:23:50,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:23:50,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:50,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a689dfb0-8b63-49e7-89af-81ea6964c557 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45"}, "tags": [], "enabled": true, "id": "5128f15f3dd4460c8232252c105d4e45", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-21 02:23:50,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-a689dfb0-8b63-49e7-89af-81ea6964c557 2018-08-21 02:23:50,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20490694046s 2018-08-21 02:23:50,729 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-a689dfb0-8b63-49e7-89af-81ea6964c557 2018-08-21 02:23:50,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 02:23:50,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5128f15f3dd4460c8232252c105d4e45" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:50,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b4bb1be-70dc-4ba6-bdc4-010f5d2742cb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5128f15f3dd4460c8232252c105d4e45", "previous": null, "next": null}} 2018-08-21 02:23:50,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5128f15f3dd4460c8232252c105d4e45 used request id req-8b4bb1be-70dc-4ba6-bdc4-010f5d2742cb 2018-08-21 02:23:50,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.145409822464s 2018-08-21 02:23:50,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=5128f15f3dd4460c8232252c105d4e45 used request id req-8b4bb1be-70dc-4ba6-bdc4-010f5d2742cb 2018-08-21 02:23:50,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 02:23:50,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45/users/5f0554657db342f98860d0ec3fff170a/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:51,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09770a0b-b471-4f02-81f7-170159b94329 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:23:51,121 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45/users/5f0554657db342f98860d0ec3fff170a/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-09770a0b-b471-4f02-81f7-170159b94329 2018-08-21 02:23:51,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.235330104828s 2018-08-21 02:23:51,122 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45/users/5f0554657db342f98860d0ec3fff170a/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-09770a0b-b471-4f02-81f7-170159b94329 2018-08-21 02:23:51,122 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472', 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'5128f15f3dd4460c8232252c105d4e45', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '59c2a518-eee9-4fcd-9ec5-e47248db55e4', 'username': u'rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:23:51,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:23:51,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:23:51,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:23:51,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:23:51,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:23:51,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:23:51,126 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'password': '59c2a518-eee9-4fcd-9ec5-e47248db55e4', 'project_name': 'rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': '5128f15f3dd4460c8232252c105d4e45', 'project_domain_name': 'Default'} 2018-08-21 02:23:51,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:23:51,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:51,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624359f5-8243-4fb1-9f07-1664fd866b1c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:23:51,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-624359f5-8243-4fb1-9f07-1664fd866b1c 2018-08-21 02:23:51,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0984587669373s 2018-08-21 02:23:51,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-624359f5-8243-4fb1-9f07-1664fd866b1c 2018-08-21 02:23:51,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:23:51,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:51,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25763b08-a3af-4aaa-b1d0-8df4352ebea7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:23:51,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-25763b08-a3af-4aaa-b1d0-8df4352ebea7 2018-08-21 02:23:51,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183272123337s 2018-08-21 02:23:51,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-25763b08-a3af-4aaa-b1d0-8df4352ebea7 2018-08-21 02:23:51,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:23:51,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:51,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46bf9b69-64bb-4d3f-8097-8be8f1df6fd9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 02:23:51,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-46bf9b69-64bb-4d3f-8097-8be8f1df6fd9 2018-08-21 02:23:51,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187211036682s 2018-08-21 02:23:51,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-46bf9b69-64bb-4d3f-8097-8be8f1df6fd9 2018-08-21 02:23:51,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:23:51,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:51,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc34f32-bfef-41e0-a19b-87edb95615a1 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": {"self": "http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5f0554657db342f98860d0ec3fff170a", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:23:51,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-6bc34f32-bfef-41e0-a19b-87edb95615a1 2018-08-21 02:23:51,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12592792511s 2018-08-21 02:23:51,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-6bc34f32-bfef-41e0-a19b-87edb95615a1 2018-08-21 02:23:51,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:23:51,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:51,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12cc8ea-f29f-401d-b371-6baf51511835 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45"}, "tags": [], "enabled": true, "id": "5128f15f3dd4460c8232252c105d4e45", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-21 02:23:51,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-a12cc8ea-f29f-401d-b371-6baf51511835 2018-08-21 02:23:51,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108957052231s 2018-08-21 02:23:51,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-a12cc8ea-f29f-401d-b371-6baf51511835 2018-08-21 02:23:51,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 02:23:51,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=5128f15f3dd4460c8232252c105d4e45" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:51,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be25d991-f3f6-4ead-acbe-24c907780b21 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=5128f15f3dd4460c8232252c105d4e45", "previous": null, "next": null}} 2018-08-21 02:23:51,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=5128f15f3dd4460c8232252c105d4e45 used request id req-be25d991-f3f6-4ead-acbe-24c907780b21 2018-08-21 02:23:51,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.134618997574s 2018-08-21 02:23:51,995 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=5f0554657db342f98860d0ec3fff170a&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=5128f15f3dd4460c8232252c105d4e45 used request id req-be25d991-f3f6-4ead-acbe-24c907780b21 2018-08-21 02:23:51,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 02:23:52,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45/users/5f0554657db342f98860d0ec3fff170a/roles/3a0fe1d139fc43479f3d98c2920238fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:23:52,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e149a4f-7ab7-4a7e-9b76-a2f51e0c8d09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:23:52,147 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45/users/5f0554657db342f98860d0ec3fff170a/roles/3a0fe1d139fc43479f3d98c2920238fb used request id req-4e149a4f-7ab7-4a7e-9b76-a2f51e0c8d09 2018-08-21 02:23:52,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.148355960846s 2018-08-21 02:23:52,147 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45/users/5f0554657db342f98860d0ec3fff170a/roles/3a0fe1d139fc43479f3d98c2920238fb used request id req-4e149a4f-7ab7-4a7e-9b76-a2f51e0c8d09 2018-08-21 02:23:52,147 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-21 02:23:55,395 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-08-21 02:23:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:23:55,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d596c00c-affd-470e-9f80-084846dae4cd 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:23:55,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-d596c00c-affd-470e-9f80-084846dae4cd 2018-08-21 02:23:55,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:23:55,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5128f15f3dd4460c8232252c105d4e45", "name": "rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/5128f15f3dd4460c8232252c105d4e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/5128f15f3dd4460c8232252c105d4e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/5128f15f3dd4460c8232252c105d4e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5128f15f3dd4460c8232252c105d4e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/5128f15f3dd4460c8232252c105d4e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/5128f15f3dd4460c8232252c105d4e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/5128f15f3dd4460c8232252c105d4e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/5128f15f3dd4460c8232252c105d4e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/5128f15f3dd4460c8232252c105d4e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_5128f15f3dd4460c8232252c105d4e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_5128f15f3dd4460c8232252c105d4e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/5128f15f3dd4460c8232252c105d4e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/5128f15f3dd4460c8232252c105d4e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/5128f15f3dd4460c8232252c105d4e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472", "id": "5f0554657db342f98860d0ec3fff170a"}, "audit_ids": ["DLf_ghSSRP6RYWpbfQhXiw"], "issued_at": "2018-08-21T02:23:55.000000Z"}} 2018-08-21 02:23:55,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:23:55,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" -d '{"network": {"shared": true, "name": "rally_sanity-net_e2acbb93-186f-4c75-a69e-ace8e90c1472", "admin_state_up": true}}' 2018-08-21 02:23:56,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-522bceb1-944a-494b-a971-fd65e38e30eb Date: Tue, 21 Aug 2018 02:23:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3b31439d-f98e-4a44-8055-7d68174e08fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5128f15f3dd4460c8232252c105d4e45","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:23:56Z","is_default":false,"provider:segmentation_id":61,"name":"rally_sanity-net_e2acbb93-186f-4c75-a69e-ace8e90c1472","admin_state_up":true,"tenant_id":"5128f15f3dd4460c8232252c105d4e45","created_at":"2018-08-21T02:23:56Z","mtu":1450}} 2018-08-21 02:23:56,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-522bceb1-944a-494b-a971-fd65e38e30eb 2018-08-21 02:23:56,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.707837820053s 2018-08-21 02:23:56,521 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-522bceb1-944a-494b-a971-fd65e38e30eb 2018-08-21 02:23:56,522 - 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-21T02:23:56Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3b31439d-f98e-4a44-8055-7d68174e08fc', u'provider:segmentation_id': 61, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_e2acbb93-186f-4c75-a69e-ace8e90c1472', u'admin_state_up': True, u'tenant_id': u'5128f15f3dd4460c8232252c105d4e45', u'created_at': u'2018-08-21T02:23:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'5128f15f3dd4460c8232252c105d4e45'}) 2018-08-21 02:23:56,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:23:56,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:23:56,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-9d09b4a3-09a1-4085-9e1b-125c58baf4d6 Date: Tue, 21 Aug 2018 02:23:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"3b31439d-f98e-4a44-8055-7d68174e08fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"5128f15f3dd4460c8232252c105d4e45","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:23:56Z","provider:segmentation_id":61,"name":"rally_sanity-net_e2acbb93-186f-4c75-a69e-ace8e90c1472","admin_state_up":true,"tenant_id":"5128f15f3dd4460c8232252c105d4e45","created_at":"2018-08-21T02:23:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:23:56,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-9d09b4a3-09a1-4085-9e1b-125c58baf4d6 2018-08-21 02:23:56,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.164626121521s 2018-08-21 02:23:56,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-9d09b4a3-09a1-4085-9e1b-125c58baf4d6 2018-08-21 02:23:56,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:23:56,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" -d '{"subnet": {"name": "rally_sanity-subnet_e2acbb93-186f-4c75-a69e-ace8e90c1472", "enable_dhcp": true, "network_id": "3b31439d-f98e-4a44-8055-7d68174e08fc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:23:57,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-67dc2769-cd17-4533-ae44-471eeaca8bc6 Date: Tue, 21 Aug 2018 02:23:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b31439d-f98e-4a44-8055-7d68174e08fc","tenant_id":"5128f15f3dd4460c8232252c105d4e45","created_at":"2018-08-21T02:23:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:23: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":"5128f15f3dd4460c8232252c105d4e45","id":"09445d85-6e46-40af-a10f-73ac219b98e6","subnetpool_id":null,"name":"rally_sanity-subnet_e2acbb93-186f-4c75-a69e-ace8e90c1472"}} 2018-08-21 02:23:57,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-67dc2769-cd17-4533-ae44-471eeaca8bc6 2018-08-21 02:23:57,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03126692772s 2018-08-21 02:23:57,720 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-67dc2769-cd17-4533-ae44-471eeaca8bc6 2018-08-21 02:23:57,721 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:23: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'09445d85-6e46-40af-a10f-73ac219b98e6', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_e2acbb93-186f-4c75-a69e-ace8e90c1472', u'enable_dhcp': True, u'network_id': u'3b31439d-f98e-4a44-8055-7d68174e08fc', u'tenant_id': u'5128f15f3dd4460c8232252c105d4e45', u'created_at': u'2018-08-21T02:23: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'5128f15f3dd4460c8232252c105d4e45'}) 2018-08-21 02:23:57,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:23:57,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "rally_sanity-router_e2acbb93-186f-4c75-a69e-ace8e90c1472", "admin_state_up": true}}' 2018-08-21 02:23:58,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-85b48cf0-9a9b-4dc6-b103-ec5ad5fc9172 Date: Tue, 21 Aug 2018 02:23:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:23:58Z", "revision_number": 2, "routes": [], "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "1467fd6a-eca3-4526-8996-ccde8eacce1e", "name": "rally_sanity-router_e2acbb93-186f-4c75-a69e-ace8e90c1472"}} 2018-08-21 02:23:58,774 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-85b48cf0-9a9b-4dc6-b103-ec5ad5fc9172 2018-08-21 02:23:58,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.05294704437s 2018-08-21 02:23:58,774 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-85b48cf0-9a9b-4dc6-b103-ec5ad5fc9172 2018-08-21 02:23:58,775 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5128f15f3dd4460c8232252c105d4e45', u'created_at': u'2018-08-21T02:23:57Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T02:23:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'5128f15f3dd4460c8232252c105d4e45', u'id': u'1467fd6a-eca3-4526-8996-ccde8eacce1e', u'name': u'rally_sanity-router_e2acbb93-186f-4c75-a69e-ace8e90c1472'}) 2018-08-21 02:23:58,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:23:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e/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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" -d '{"subnet_id": "09445d85-6e46-40af-a10f-73ac219b98e6"}' 2018-08-21 02:24:00,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-61292796-97d5-4dd3-af66-dcb1570c9869 Date: Tue, 21 Aug 2018 02:24:00 GMT RESP BODY: {"network_id": "3b31439d-f98e-4a44-8055-7d68174e08fc", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "subnet_id": "09445d85-6e46-40af-a10f-73ac219b98e6", "subnet_ids": ["09445d85-6e46-40af-a10f-73ac219b98e6"], "port_id": "7358d2cf-3e1f-4bab-bce1-e33ecee47700", "id": "1467fd6a-eca3-4526-8996-ccde8eacce1e"} 2018-08-21 02:24:00,608 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e/add_router_interface.json used request id req-61292796-97d5-4dd3-af66-dcb1570c9869 2018-08-21 02:24:00,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83262610435s 2018-08-21 02:24:00,608 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e/add_router_interface.json used request id req-61292796-97d5-4dd3-af66-dcb1570c9869 returning object 1467fd6a-eca3-4526-8996-ccde8eacce1e 2018-08-21 02:24:00,609 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:24:00,741 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:24:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:24:00,747 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:24:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:24:00,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:24:00,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:24:01,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e2eef75c-dc66-4940-9c68-f95428a6123a Date: Tue, 21 Aug 2018 02:24:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:24:01,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e2eef75c-dc66-4940-9c68-f95428a6123a 2018-08-21 02:24:01,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280575037003s 2018-08-21 02:24:01,030 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e2eef75c-dc66-4940-9c68-f95428a6123a 2018-08-21 02:24:01,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:24:01,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472"}' 2018-08-21 02:24:01,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-45cb8756-ca0d-4403-9f9c-fbc4cdf741b8 Date: Tue, 21 Aug 2018 02:24:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:24:01Z", "file": "/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/file", "owner": "5128f15f3dd4460c8232252c105d4e45", "id": "10a03834-9cb5-4298-b514-bf5a4149ccc0", "size": null, "self": "/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0", "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_e2acbb93-186f-4c75-a69e-ace8e90c1472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472", "checksum": null, "created_at": "2018-08-21T02:24:01Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:24:01,098 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-45cb8756-ca0d-4403-9f9c-fbc4cdf741b8 2018-08-21 02:24:01,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.060576915741s 2018-08-21 02:24:01,098 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-45cb8756-ca0d-4403-9f9c-fbc4cdf741b8 returning object 10a03834-9cb5-4298-b514-bf5a4149ccc0 2018-08-21 02:24:01,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:24:01,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" -d '' 2018-08-21 02:24:01,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c9ea1d04-810d-4131-8de3-02cc48597d2a Date: Tue, 21 Aug 2018 02:24:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:24:01,541 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/file used request id req-c9ea1d04-810d-4131-8de3-02cc48597d2a 2018-08-21 02:24:01,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.442394018173s 2018-08-21 02:24:01,542 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/file used request id req-c9ea1d04-810d-4131-8de3-02cc48597d2a 2018-08-21 02:24:01,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:24:01,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:24:01,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-26a93ee9-7ba5-4f80-8b82-a9621edbdbc2 Date: Tue, 21 Aug 2018 02:24:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:24:01Z", "file": "/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/file", "owner": "5128f15f3dd4460c8232252c105d4e45", "id": "10a03834-9cb5-4298-b514-bf5a4149ccc0", "size": 12716032, "self": "/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:24:01Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:24:01,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-26a93ee9-7ba5-4f80-8b82-a9621edbdbc2 2018-08-21 02:24:01,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0261969566345s 2018-08-21 02:24:01,572 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-26a93ee9-7ba5-4f80-8b82-a9621edbdbc2 2018-08-21 02:24:01,574 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/file', 'owner': u'5128f15f3dd4460c8232252c105d4e45', 'id': u'10a03834-9cb5-4298-b514-bf5a4149ccc0', 'size': 12716032, u'self': u'/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5128f15f3dd4460c8232252c105d4e45', 'name': 'rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:24:01Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:24:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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/10a03834-9cb5-4298-b514-bf5a4149ccc0', 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_e2acbb93-186f-4c75-a69e-ace8e90c1472', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'created': u'2018-08-21T02:24:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:24:01Z', 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/10a03834-9cb5-4298-b514-bf5a4149ccc0', 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_e2acbb93-186f-4c75-a69e-ace8e90c1472', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:24:01,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:24:01,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:24:01,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:24:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1efa7ae1-cdae-4eab-9df9-741e4b7799e6 x-compute-request-id: req-1efa7ae1-cdae-4eab-9df9-741e4b7799e6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34", "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": "3556c30c-73ca-46ba-8cb8-54d920acba34"}} 2018-08-21 02:24:01,889 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-1efa7ae1-cdae-4eab-9df9-741e4b7799e6 2018-08-21 02:24:01,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.314125061035s 2018-08-21 02:24:01,889 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-1efa7ae1-cdae-4eab-9df9-741e4b7799e6 2018-08-21 02:24:01,890 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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'9395463b2c594ad385c1520193638f95', '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'3556c30c-73ca-46ba-8cb8-54d920acba34', 'swap': 0}) 2018-08-21 02:24:01,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:24:01,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34/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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" -d '{"extra_specs": {}}' 2018-08-21 02:24:01,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:24:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cae7ba3a-2a4c-42b9-9f22-06a50e54a558 x-compute-request-id: req-cae7ba3a-2a4c-42b9-9f22-06a50e54a558 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:24:01,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34/os-extra_specs used request id req-cae7ba3a-2a4c-42b9-9f22-06a50e54a558 2018-08-21 02:24:01,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209541320801s 2018-08-21 02:24:01,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34/os-extra_specs used request id req-cae7ba3a-2a4c-42b9-9f22-06a50e54a558 2018-08-21 02:24:01,912 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 02:24:04,738 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 02:24:07,339 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 7ba83dbe-aeff-4c79-b5a0-93e5d2c29674 | 2018-08-21T02:24:07.024005 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 7ba83dbe-aeff-4c79-b5a0-93e5d2c29674 ~/.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-21 02:24:11,234 - 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-21 02:24:11,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-21 02:24:11,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 02:24:11,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:24:11,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:24:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb62895b-0226-4e23-b77c-b608c090bde9 x-compute-request-id: req-fb62895b-0226-4e23-b77c-b608c090bde9 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 02:24:11,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-fb62895b-0226-4e23-b77c-b608c090bde9 2018-08-21 02:24:11,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.278038024902s 2018-08-21 02:24:11,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-fb62895b-0226-4e23-b77c-b608c090bde9 2018-08-21 02:24:11,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:24:11,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_e2acbb93-186f-4c75-a69e-ace8e90c1472", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:24:11,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:24:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52dad314-d3e5-457d-a9ab-e22670ec59ca x-compute-request-id: req-52dad314-d3e5-457d-a9ab-e22670ec59ca Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/42a48932-59ac-4330-8497-7e2150c5ff63", "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": "42a48932-59ac-4330-8497-7e2150c5ff63"}} 2018-08-21 02:24:11,563 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-52dad314-d3e5-457d-a9ab-e22670ec59ca 2018-08-21 02:24:11,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0471630096436s 2018-08-21 02:24:11,563 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-52dad314-d3e5-457d-a9ab-e22670ec59ca 2018-08-21 02:24:11,564 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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'9395463b2c594ad385c1520193638f95', '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'42a48932-59ac-4330-8497-7e2150c5ff63', 'swap': 0}) 2018-08-21 02:24:11,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:24:11,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63/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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" -d '{"extra_specs": {}}' 2018-08-21 02:24:11,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:24:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94096e7d-170f-4480-a89f-8223a577ceda x-compute-request-id: req-94096e7d-170f-4480-a89f-8223a577ceda Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:24:11,585 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63/os-extra_specs used request id req-94096e7d-170f-4480-a89f-8223a577ceda 2018-08-21 02:24:11,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205180644989s 2018-08-21 02:24:11,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63/os-extra_specs used request id req-94096e7d-170f-4480-a89f-8223a577ceda 2018-08-21 02:24:11,586 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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'9395463b2c594ad385c1520193638f95', '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'42a48932-59ac-4330-8497-7e2150c5ff63', 'swap': 0}) 2018-08-21 02:24:11,586 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-21 02:24:11,586 - 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-21 02:24:11,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:24:11,599 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:24:11,600 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:25:29,748 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1fde1269-41c3-4bb9-8027-6290e0526b35 2018-08-21 02:25:29,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-21 02:25:29,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1fde1269-41c3-4bb9-8027-6290e0526b35'] 2018-08-21 02:25:30,722 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1fde1269-41c3-4bb9-8027-6290e0526b35 -------------------------------------------------------------------------------- Task 1fde1269-41c3-4bb9-8027-6290e0526b35: 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 1fde1269-41c3-4bb9-8027-6290e0526b35 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580886 Full duration: 10.091309 -------------------------------------------------------------------------------- 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 1fde1269-41c3-4bb9-8027-6290e0526b35 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.528 | 0.528 | 0.528 | 0.528 | 0.528 | 0.528 | 100.0% | 1 | | total | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> duration | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.979834 Full duration: 9.674254 -------------------------------------------------------------------------------- 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 1fde1269-41c3-4bb9-8027-6290e0526b35 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.423 | 0.423 | 0.423 | 0.423 | 0.423 | 0.423 | 100.0% | 1 | | total | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> duration | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867793 Full duration: 9.380079 -------------------------------------------------------------------------------- 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 1fde1269-41c3-4bb9-8027-6290e0526b35 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.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | total | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 100.0% | 1 | | -> duration | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 2.045 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.045046 Full duration: 10.465976 -------------------------------------------------------------------------------- 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 1fde1269-41c3-4bb9-8027-6290e0526b35 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> duration | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.900763 Full duration: 9.548836 -------------------------------------------------------------------------------- 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 1fde1269-41c3-4bb9-8027-6290e0526b35 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.301 | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788734 Full duration: 9.327109 HINTS: * To plot HTML graphics with this data, run: rally task report 1fde1269-41c3-4bb9-8027-6290e0526b35 --out output.html * To generate a JUnit report, run: rally task export 1fde1269-41c3-4bb9-8027-6290e0526b35 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1fde1269-41c3-4bb9-8027-6290e0526b35 --json --out output.json 2018-08-21 02:25:30,722 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1fde1269-41c3-4bb9-8027-6290e0526b35', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-21 02:25:33,216 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1fde1269-41c3-4bb9-8027-6290e0526b35 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-21 02:25:33.107 764 INFO rally.api [-] Building 'json' report for the following task(s): '1fde1269-41c3-4bb9-8027-6290e0526b35'. 2018-08-21 02:25:33.113 764 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:25:33,217 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1fde1269-41c3-4bb9-8027-6290e0526b35', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-21 02:25:35,741 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1fde1269-41c3-4bb9-8027-6290e0526b35 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-21 02:25:35.628 767 INFO rally.api [-] Building 'html' report for the following task(s): '1fde1269-41c3-4bb9-8027-6290e0526b35'. 2018-08-21 02:25:35.650 767 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:25:35,749 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-21 02:25:35,749 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-21 02:25:35,749 - 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-21 02:25:35,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:25:35,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:25:35,763 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:27:18,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a8260654-c940-4542-80fb-4631728a7a9a 2018-08-21 02:27:18,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a8260654-c940-4542-80fb-4631728a7a9a'] 2018-08-21 02:27:19,317 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a8260654-c940-4542-80fb-4631728a7a9a -------------------------------------------------------------------------------- Task a8260654-c940-4542-80fb-4631728a7a9a: 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 a8260654-c940-4542-80fb-4631728a7a9a 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 | 2.951 | 2.951 | 2.951 | 2.951 | 2.951 | 2.951 | 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 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | glance_v2.delete_image | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | total | 4.113 | 4.113 | 4.113 | 4.113 | 4.113 | 4.113 | 100.0% | 1 | | -> duration | 4.113 | 4.113 | 4.113 | 4.113 | 4.113 | 4.113 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.113222 Full duration: 14.527037 -------------------------------------------------------------------------------- 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 a8260654-c940-4542-80fb-4631728a7a9a 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.535 | 3.535 | 3.535 | 3.535 | 3.535 | 3.535 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 0.041 | 100.0% | 1 | | -> glance_v2.upload_data | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | glance_v2.list_images | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | total | 3.584 | 3.584 | 3.584 | 3.584 | 3.584 | 3.584 | 100.0% | 1 | | -> duration | 3.584 | 3.584 | 3.584 | 3.584 | 3.584 | 3.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.584078 Full duration: 16.087846 -------------------------------------------------------------------------------- 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 a8260654-c940-4542-80fb-4631728a7a9a 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | total | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> duration | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760217 Full duration: 10.708319 -------------------------------------------------------------------------------- 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": "3b31439d-f98e-4a44-8055-7d68174e08fc" } ], "flavor": { "name": "rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a8260654-c940-4542-80fb-4631728a7a9a 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 | 2.832 | 2.832 | 2.832 | 2.832 | 2.832 | 2.832 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.416 | 0.416 | 0.416 | 0.416 | 0.416 | 0.416 | 100.0% | 1 | | nova.boot_servers | 13.745 | 13.745 | 13.745 | 13.745 | 13.745 | 13.745 | 100.0% | 1 | | total | 16.578 | 16.578 | 16.578 | 16.578 | 16.578 | 16.578 | 100.0% | 1 | | -> duration | 15.578 | 15.578 | 15.578 | 15.578 | 15.578 | 15.578 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.578203 Full duration: 38.340613 HINTS: * To plot HTML graphics with this data, run: rally task report a8260654-c940-4542-80fb-4631728a7a9a --out output.html * To generate a JUnit report, run: rally task export a8260654-c940-4542-80fb-4631728a7a9a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a8260654-c940-4542-80fb-4631728a7a9a --json --out output.json 2018-08-21 02:27:19,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a8260654-c940-4542-80fb-4631728a7a9a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-21 02:27:21,874 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a8260654-c940-4542-80fb-4631728a7a9a --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-21 02:27:21.770 1320 INFO rally.api [-] Building 'json' report for the following task(s): 'a8260654-c940-4542-80fb-4631728a7a9a'. 2018-08-21 02:27:21.775 1320 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:27:21,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a8260654-c940-4542-80fb-4631728a7a9a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-21 02:27:24,409 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a8260654-c940-4542-80fb-4631728a7a9a --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-21 02:27:24.297 1323 INFO rally.api [-] Building 'html' report for the following task(s): 'a8260654-c940-4542-80fb-4631728a7a9a'. 2018-08-21 02:27:24.317 1323 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:27:24,415 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-21 02:27:24,415 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-21 02:27:24,416 - 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-21 02:27:24,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:27:24,428 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:27:24,429 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:30:56,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ebd4c260-d4b8-4d8a-aabf-21d516a77820 2018-08-21 02:30:56,406 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ebd4c260-d4b8-4d8a-aabf-21d516a77820'] 2018-08-21 02:30:57,458 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ebd4c260-d4b8-4d8a-aabf-21d516a77820 -------------------------------------------------------------------------------- Task ebd4c260-d4b8-4d8a-aabf-21d516a77820: 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.46 | 3.46 | 3.46 | 3.46 | 3.46 | 3.46 | 100.0% | 1 | | cinder_v2.delete_snapshot | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | total | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> duration | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.061229 Full duration: 22.68034 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | cinder_v2.delete_volume | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | total | 3.846 | 3.846 | 3.846 | 3.846 | 3.846 | 3.846 | 100.0% | 1 | | -> duration | 3.846 | 3.846 | 3.846 | 3.846 | 3.846 | 3.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.845623 Full duration: 16.36577 -------------------------------------------------------------------------------- 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_e2acbb93-186f-4c75-a69e-ace8e90c1472" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.094 | 6.094 | 6.094 | 6.094 | 6.094 | 6.094 | 100.0% | 1 | | cinder_v2.delete_volume | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 0.469 | 100.0% | 1 | | total | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 100.0% | 1 | | -> duration | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 6.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.564285 Full duration: 20.120281 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.425 | 3.425 | 3.425 | 3.425 | 3.425 | 3.425 | 100.0% | 1 | | cinder_v2.delete_volume | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | total | 4.033 | 4.033 | 4.033 | 4.033 | 4.033 | 4.033 | 100.0% | 1 | | -> duration | 4.033 | 4.033 | 4.033 | 4.033 | 4.033 | 4.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.032822 Full duration: 15.931971 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.544 | 3.544 | 3.544 | 3.544 | 3.544 | 3.544 | 100.0% | 1 | | cinder_v2.extend_volume | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | cinder_v2.delete_volume | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 100.0% | 1 | | total | 6.618 | 6.618 | 6.618 | 6.618 | 6.618 | 6.618 | 100.0% | 1 | | -> duration | 6.618 | 6.618 | 6.618 | 6.618 | 6.618 | 6.618 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.618106 Full duration: 19.772848 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.487 | 3.487 | 3.487 | 3.487 | 3.487 | 3.487 | 100.0% | 1 | | cinder_v2.delete_volume | 2.611 | 2.611 | 2.611 | 2.611 | 2.611 | 2.611 | 100.0% | 1 | | total | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 100.0% | 1 | | -> duration | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.098614 Full duration: 24.903104 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | cinder_v2.list_qos | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 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.019928 Full duration: 15.530346 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.825 | 0.825 | 0.825 | 0.825 | 0.825 | 0.825 | 100.0% | 1 | | cinder_v2.set_qos | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | -> duration | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.132462 Full duration: 15.196381 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | cinder_v2.list_types | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 0.301 | 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.028778 Full duration: 15.088488 -------------------------------------------------------------------------------- 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 ebd4c260-d4b8-4d8a-aabf-21d516a77820 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.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | -> duration | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.073234 Full duration: 15.41108 HINTS: * To plot HTML graphics with this data, run: rally task report ebd4c260-d4b8-4d8a-aabf-21d516a77820 --out output.html * To generate a JUnit report, run: rally task export ebd4c260-d4b8-4d8a-aabf-21d516a77820 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ebd4c260-d4b8-4d8a-aabf-21d516a77820 --json --out output.json 2018-08-21 02:30:57,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ebd4c260-d4b8-4d8a-aabf-21d516a77820', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-21 02:31:00,042 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ebd4c260-d4b8-4d8a-aabf-21d516a77820 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-21 02:30:59.942 3112 INFO rally.api [-] Building 'json' report for the following task(s): 'ebd4c260-d4b8-4d8a-aabf-21d516a77820'. 2018-08-21 02:30:59.951 3112 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:31:00,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ebd4c260-d4b8-4d8a-aabf-21d516a77820', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-21 02:31:02,660 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ebd4c260-d4b8-4d8a-aabf-21d516a77820 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-21 02:31:02.541 3115 INFO rally.api [-] Building 'html' report for the following task(s): 'ebd4c260-d4b8-4d8a-aabf-21d516a77820'. 2018-08-21 02:31:02.568 3115 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:31:02,674 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-21 02:31:02,674 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-21 02:31:02,674 - 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-21 02:31:02,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:31:02,686 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:31:02,687 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:33:20,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 476b5832-77d6-4c5f-b5b6-e889f34b510f 2018-08-21 02:33:20,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '476b5832-77d6-4c5f-b5b6-e889f34b510f'] 2018-08-21 02:33:21,496 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 476b5832-77d6-4c5f-b5b6-e889f34b510f -------------------------------------------------------------------------------- Task 476b5832-77d6-4c5f-b5b6-e889f34b510f: 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91209 Full duration: 9.672895 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.721131 Full duration: 8.821452 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | total | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> duration | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.796032 Full duration: 9.756211 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> duration | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.016937 Full duration: 10.830482 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 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.671575 Full duration: 8.903506 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | -> duration | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.03064 Full duration: 10.660903 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810284 Full duration: 9.308808 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.365 | 1.365 | 1.365 | 1.365 | 1.365 | 1.365 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 100.0% | 1 | | total | 1.754 | 1.754 | 1.754 | 1.754 | 1.754 | 1.754 | 100.0% | 1 | | -> duration | 1.754 | 1.754 | 1.754 | 1.754 | 1.754 | 1.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.753695 Full duration: 11.405434 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> duration | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684176 Full duration: 9.36064 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | gnocchi.delete_metric | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 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.265802 Full duration: 10.824662 -------------------------------------------------------------------------------- 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 476b5832-77d6-4c5f-b5b6-e889f34b510f 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | gnocchi.delete_resource | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 100.0% | 1 | | total | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | -> duration | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.963465 Full duration: 9.947942 HINTS: * To plot HTML graphics with this data, run: rally task report 476b5832-77d6-4c5f-b5b6-e889f34b510f --out output.html * To generate a JUnit report, run: rally task export 476b5832-77d6-4c5f-b5b6-e889f34b510f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 476b5832-77d6-4c5f-b5b6-e889f34b510f --json --out output.json 2018-08-21 02:33:21,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '476b5832-77d6-4c5f-b5b6-e889f34b510f', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-21 02:33:23,936 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 476b5832-77d6-4c5f-b5b6-e889f34b510f --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-21 02:33:23.830 4250 INFO rally.api [-] Building 'json' report for the following task(s): '476b5832-77d6-4c5f-b5b6-e889f34b510f'. 2018-08-21 02:33:23.839 4250 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:33:23,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '476b5832-77d6-4c5f-b5b6-e889f34b510f', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-21 02:33:26,426 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 476b5832-77d6-4c5f-b5b6-e889f34b510f --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-21 02:33:26.299 4253 INFO rally.api [-] Building 'html' report for the following task(s): '476b5832-77d6-4c5f-b5b6-e889f34b510f'. 2018-08-21 02:33:26.327 4253 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:33:26,437 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-21 02:33:26,438 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-21 02:33:26,438 - 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-21 02:33:26,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:33:26,450 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:33:26,451 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:35:10,745 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a6a85406-d07b-4970-ad70-1d5d979bda0b 2018-08-21 02:35:10,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a6a85406-d07b-4970-ad70-1d5d979bda0b'] 2018-08-21 02:35:11,677 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a6a85406-d07b-4970-ad70-1d5d979bda0b -------------------------------------------------------------------------------- Task a6a85406-d07b-4970-ad70-1d5d979bda0b: 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 a6a85406-d07b-4970-ad70-1d5d979bda0b 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 | 7.555 | 7.555 | 7.555 | 7.555 | 7.555 | 7.555 | 100.0% | 1 | | heat.update_stack | 3.929 | 3.929 | 3.929 | 3.929 | 3.929 | 3.929 | 100.0% | 1 | | heat.delete_stack | 3.182 | 3.182 | 3.182 | 3.182 | 3.182 | 3.182 | 100.0% | 1 | | total | 14.666 | 14.666 | 14.666 | 14.666 | 14.666 | 14.666 | 100.0% | 1 | | -> duration | 10.666 | 10.666 | 10.666 | 10.666 | 10.666 | 10.666 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.666243 Full duration: 25.896843 -------------------------------------------------------------------------------- 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 a6a85406-d07b-4970-ad70-1d5d979bda0b 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.924 | 5.924 | 5.924 | 5.924 | 5.924 | 5.924 | 100.0% | 1 | | heat.check_stack | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | heat.delete_stack | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 1.512 | 100.0% | 1 | | total | 8.3 | 8.3 | 8.3 | 8.3 | 8.3 | 8.3 | 100.0% | 1 | | -> duration | 6.3 | 6.3 | 6.3 | 6.3 | 6.3 | 6.3 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.30003 Full duration: 20.379587 -------------------------------------------------------------------------------- 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 a6a85406-d07b-4970-ad70-1d5d979bda0b 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.243 | 5.243 | 5.243 | 5.243 | 5.243 | 5.243 | 100.0% | 1 | | heat.suspend_stack | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 1.038 | 100.0% | 1 | | heat.resume_stack | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 1.743 | 100.0% | 1 | | heat.delete_stack | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | total | 9.639 | 9.639 | 9.639 | 9.639 | 9.639 | 9.639 | 100.0% | 1 | | -> duration | 7.639 | 7.639 | 7.639 | 7.639 | 7.639 | 7.639 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.639365 Full duration: 20.162817 -------------------------------------------------------------------------------- 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 a6a85406-d07b-4970-ad70-1d5d979bda0b 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.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725544 Full duration: 10.744879 HINTS: * To plot HTML graphics with this data, run: rally task report a6a85406-d07b-4970-ad70-1d5d979bda0b --out output.html * To generate a JUnit report, run: rally task export a6a85406-d07b-4970-ad70-1d5d979bda0b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a6a85406-d07b-4970-ad70-1d5d979bda0b --json --out output.json 2018-08-21 02:35:11,677 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a6a85406-d07b-4970-ad70-1d5d979bda0b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-21 02:35:14,404 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a6a85406-d07b-4970-ad70-1d5d979bda0b --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-21 02:35:14.304 5166 INFO rally.api [-] Building 'json' report for the following task(s): 'a6a85406-d07b-4970-ad70-1d5d979bda0b'. 2018-08-21 02:35:14.308 5166 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:35:14,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a6a85406-d07b-4970-ad70-1d5d979bda0b', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-21 02:35:16,913 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a6a85406-d07b-4970-ad70-1d5d979bda0b --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-21 02:35:16.800 5169 INFO rally.api [-] Building 'html' report for the following task(s): 'a6a85406-d07b-4970-ad70-1d5d979bda0b'. 2018-08-21 02:35:16.821 5169 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:35:16,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-21 02:35:16,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-21 02:35:16,919 - 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-21 02:35:16,919 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:35:16,929 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:35:16,930 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:39:19,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c4de7132-41c1-46c0-ba98-52fbbad8620e 2018-08-21 02:39:19,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c4de7132-41c1-46c0-ba98-52fbbad8620e'] 2018-08-21 02:39:19,964 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c4de7132-41c1-46c0-ba98-52fbbad8620e -------------------------------------------------------------------------------- Task c4de7132-41c1-46c0-ba98-52fbbad8620e: 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | keystone_v3.add_role | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | keystone_v3.revoke_role | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 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.26602 Full duration: 18.553139 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | keystone_v3.add_role | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | keystone_v3.list_roles | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 0.219 | 100.0% | 1 | | total | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> duration | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.164754 Full duration: 18.580344 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | keystone_v3.list_projects | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> duration | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.042576 Full duration: 18.13042 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.888 | 0.888 | 0.888 | 0.888 | 0.888 | 0.888 | 100.0% | 1 | | keystone_v3.delete_role | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | -> duration | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.097895 Full duration: 15.95452 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> duration | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.801816 Full duration: 15.529715 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | keystone_v3.create_user | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | -> keystone_v3.add_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | keystone_v3.create_role | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | keystone_v3.get_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.get_user | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.get_role | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | keystone_v3.list_services | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_services | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 100.0% | 1 | | -> duration | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.691573 Full duration: 24.971839 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | keystone_v3.update_project | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | keystone_v3.delete_project | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 100.0% | 1 | | -> duration | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 1.298 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.29793 Full duration: 16.574661 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c4de7132-41c1-46c0-ba98-52fbbad8620e 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.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | total | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | -> duration | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 1.093 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.093083 Full duration: 17.819477 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c4de7132-41c1-46c0-ba98-52fbbad8620e 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.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | total | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> duration | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.006016 Full duration: 18.765851 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | keystone_v3.list_users | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | -> duration | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 1.36 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.359966 Full duration: 18.765608 -------------------------------------------------------------------------------- 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 c4de7132-41c1-46c0-ba98-52fbbad8620e 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.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | keystone_v3.create_users | 6.979 | 6.979 | 6.979 | 6.979 | 6.979 | 6.979 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.979 | 6.979 | 6.979 | 6.979 | 6.979 | 6.979 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.686 | 1.686 | 1.686 | 1.686 | 1.686 | 1.686 | 100.0% | 1 | | total | 9.335 | 9.335 | 9.335 | 9.335 | 9.335 | 9.335 | 100.0% | 1 | | -> duration | 9.335 | 9.335 | 9.335 | 9.335 | 9.335 | 9.335 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.33505 Full duration: 31.036347 HINTS: * To plot HTML graphics with this data, run: rally task report c4de7132-41c1-46c0-ba98-52fbbad8620e --out output.html * To generate a JUnit report, run: rally task export c4de7132-41c1-46c0-ba98-52fbbad8620e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c4de7132-41c1-46c0-ba98-52fbbad8620e --json --out output.json 2018-08-21 02:39:19,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c4de7132-41c1-46c0-ba98-52fbbad8620e', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-21 02:39:22,523 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c4de7132-41c1-46c0-ba98-52fbbad8620e --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-21 02:39:22.429 7084 INFO rally.api [-] Building 'json' report for the following task(s): 'c4de7132-41c1-46c0-ba98-52fbbad8620e'. 2018-08-21 02:39:22.440 7084 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:39:22,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c4de7132-41c1-46c0-ba98-52fbbad8620e', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-21 02:39:24,921 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c4de7132-41c1-46c0-ba98-52fbbad8620e --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-21 02:39:24.793 7087 INFO rally.api [-] Building 'html' report for the following task(s): 'c4de7132-41c1-46c0-ba98-52fbbad8620e'. 2018-08-21 02:39:24.823 7087 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:39:24,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-21 02:39:24,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-21 02:39:24,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-08-21 02:39:24,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:39:24,951 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:39:24,952 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:45:04,867 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2bd636a0-6aff-4a15-b391-58f910e3a5d1 2018-08-21 02:45:04,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2bd636a0-6aff-4a15-b391-58f910e3a5d1'] 2018-08-21 02:45:05,908 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2bd636a0-6aff-4a15-b391-58f910e3a5d1 -------------------------------------------------------------------------------- Task 2bd636a0-6aff-4a15-b391-58f910e3a5d1: 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.delete_network | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | total | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | -> duration | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 1.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.706286 Full duration: 17.83218 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | neutron.delete_port | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 0.567 | 100.0% | 1 | | total | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 100.0% | 1 | | -> duration | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 2.171 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.170735 Full duration: 30.142588 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | neutron.create_subnet | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | neutron.create_router | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | neutron.add_interface_router | 1.841 | 1.841 | 1.841 | 1.841 | 1.841 | 1.841 | 100.0% | 1 | | neutron.remove_interface_router | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | neutron.delete_router | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | total | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 100.0% | 1 | | -> duration | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 5.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.726554 Full duration: 39.257967 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.225 | 1.225 | 1.225 | 1.225 | 1.225 | 1.225 | 100.0% | 1 | | neutron.delete_subnet | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 1.898 | 1.898 | 1.898 | 1.898 | 1.898 | 1.898 | 100.0% | 1 | | -> duration | 1.898 | 1.898 | 1.898 | 1.898 | 1.898 | 1.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.897506 Full duration: 29.768849 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | neutron.list_networks | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 100.0% | 1 | | -> duration | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.198142 Full duration: 19.180128 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | neutron.list_ports | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | -> duration | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.489336 Full duration: 31.437193 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.create_subnet | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | neutron.create_router | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | neutron.add_interface_router | 1.755 | 1.755 | 1.755 | 1.755 | 1.755 | 1.755 | 100.0% | 1 | | neutron.list_routers | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | total | 3.669 | 3.669 | 3.669 | 3.669 | 3.669 | 3.669 | 100.0% | 1 | | -> duration | 3.669 | 3.669 | 3.669 | 3.669 | 3.669 | 3.669 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.669126 Full duration: 42.169511 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | neutron.create_subnet | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | neutron.list_subnets | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 0.065 | 100.0% | 1 | | total | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 100.0% | 1 | | -> duration | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.810711 Full duration: 35.313281 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | neutron.delete_security_group | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | -> duration | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 1.125 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.124643 Full duration: 17.161745 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 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.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 1.358 | 1.358 | 1.358 | 1.358 | 1.358 | 1.358 | 100.0% | 1 | | -> duration | 1.358 | 1.358 | 1.358 | 1.358 | 1.358 | 1.358 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.358054 Full duration: 16.967897 -------------------------------------------------------------------------------- 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 2bd636a0-6aff-4a15-b391-58f910e3a5d1 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.029 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 100.0% | 1 | | neutron.create_router | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | neutron.add_gateway_router | 1.299 | 1.299 | 1.299 | 1.299 | 1.299 | 1.299 | 100.0% | 1 | | neutron.remove_gateway_router | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | total | 3.666 | 3.666 | 3.666 | 3.666 | 3.666 | 3.666 | 100.0% | 1 | | -> duration | 3.666 | 3.666 | 3.666 | 3.666 | 3.666 | 3.666 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.665679 Full duration: 29.292622 HINTS: * To plot HTML graphics with this data, run: rally task report 2bd636a0-6aff-4a15-b391-58f910e3a5d1 --out output.html * To generate a JUnit report, run: rally task export 2bd636a0-6aff-4a15-b391-58f910e3a5d1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2bd636a0-6aff-4a15-b391-58f910e3a5d1 --json --out output.json 2018-08-21 02:45:05,909 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2bd636a0-6aff-4a15-b391-58f910e3a5d1', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-21 02:45:09,085 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2bd636a0-6aff-4a15-b391-58f910e3a5d1 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-21 02:45:08.978 10382 INFO rally.api [-] Building 'json' report for the following task(s): '2bd636a0-6aff-4a15-b391-58f910e3a5d1'. 2018-08-21 02:45:08.989 10382 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:45:09,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2bd636a0-6aff-4a15-b391-58f910e3a5d1', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-21 02:45:11,700 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2bd636a0-6aff-4a15-b391-58f910e3a5d1 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-21 02:45:11.576 10385 INFO rally.api [-] Building 'html' report for the following task(s): '2bd636a0-6aff-4a15-b391-58f910e3a5d1'. 2018-08-21 02:45:11.606 10385 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:45:11,719 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-21 02:45:11,719 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-21 02:45:11,720 - 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-21 02:45:11,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:45:11,732 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:45:11,733 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:46:26,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6597a191-a17f-4cfc-8753-7776aff9dfd4 2018-08-21 02:46:26,153 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6597a191-a17f-4cfc-8753-7776aff9dfd4'] 2018-08-21 02:46:27,072 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6597a191-a17f-4cfc-8753-7776aff9dfd4 -------------------------------------------------------------------------------- Task 6597a191-a17f-4cfc-8753-7776aff9dfd4: 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_e2acbb93-186f-4c75-a69e-ace8e90c1472" }, "image": { "name": "rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472" }, "nics": [ { "net-id": "3b31439d-f98e-4a44-8055-7d68174e08fc" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 6597a191-a17f-4cfc-8753-7776aff9dfd4 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 | 9.931 | 9.931 | 9.931 | 9.931 | 9.931 | 9.931 | 100.0% | 1 | | nova.live_migrate | 10.5 | 10.5 | 10.5 | 10.5 | 10.5 | 10.5 | 0.0% | 1 | | total | 20.431 | 20.431 | 20.431 | 20.431 | 20.431 | 20.431 | 0.0% | 1 | | -> duration | 19.431 | 19.431 | 19.431 | 19.431 | 19.431 | 19.431 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.430981 Full duration: 37.972619 HINTS: * To plot HTML graphics with this data, run: rally task report 6597a191-a17f-4cfc-8753-7776aff9dfd4 --out output.html * To generate a JUnit report, run: rally task export 6597a191-a17f-4cfc-8753-7776aff9dfd4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6597a191-a17f-4cfc-8753-7776aff9dfd4 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-21 02:46:27,072 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6597a191-a17f-4cfc-8753-7776aff9dfd4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-21 02:46:29,550 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6597a191-a17f-4cfc-8753-7776aff9dfd4 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-21 02:46:29.450 10620 INFO rally.api [-] Building 'json' report for the following task(s): '6597a191-a17f-4cfc-8753-7776aff9dfd4'. 2018-08-21 02:46:29.452 10620 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:46:29,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6597a191-a17f-4cfc-8753-7776aff9dfd4', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-21 02:46:32,261 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6597a191-a17f-4cfc-8753-7776aff9dfd4 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-21 02:46:32.147 10623 INFO rally.api [-] Building 'html' report for the following task(s): '6597a191-a17f-4cfc-8753-7776aff9dfd4'. 2018-08-21 02:46:32.164 10623 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:46:32,263 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-21 02:46:32,264 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-21 02:46:32,264 - 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-21 02:46:32,264 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-21 02:46:32,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-21 02:46:32,277 - 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': '3b31439d-f98e-4a44-8055-7d68174e08fc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472', 'flavor_name': 'rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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_e2acbb93-186f-4c75-a69e-ace8e90c1472', '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-21 02:47:35,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1f6e6511-7868-4595-ae33-8e47de563bd4 2018-08-21 02:47:35,746 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1f6e6511-7868-4595-ae33-8e47de563bd4'] 2018-08-21 02:47:36,669 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1f6e6511-7868-4595-ae33-8e47de563bd4 -------------------------------------------------------------------------------- Task 1f6e6511-7868-4595-ae33-8e47de563bd4: 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 1f6e6511-7868-4595-ae33-8e47de563bd4 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.854 | 0.854 | 0.854 | 0.854 | 0.854 | 0.854 | 100.0% | 1 | | quotas.delete_quotas | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> duration | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.1188 Full duration: 11.417147 -------------------------------------------------------------------------------- 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 1f6e6511-7868-4595-ae33-8e47de563bd4 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811783 Full duration: 10.61494 -------------------------------------------------------------------------------- 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 1f6e6511-7868-4595-ae33-8e47de563bd4 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.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789829 Full duration: 10.304313 -------------------------------------------------------------------------------- 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 1f6e6511-7868-4595-ae33-8e47de563bd4 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.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | total | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> duration | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 1.144 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.143762 Full duration: 10.950948 HINTS: * To plot HTML graphics with this data, run: rally task report 1f6e6511-7868-4595-ae33-8e47de563bd4 --out output.html * To generate a JUnit report, run: rally task export 1f6e6511-7868-4595-ae33-8e47de563bd4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1f6e6511-7868-4595-ae33-8e47de563bd4 --json --out output.json 2018-08-21 02:47:36,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1f6e6511-7868-4595-ae33-8e47de563bd4', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-21 02:47:39,163 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1f6e6511-7868-4595-ae33-8e47de563bd4 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-21 02:47:39.066 11136 INFO rally.api [-] Building 'json' report for the following task(s): '1f6e6511-7868-4595-ae33-8e47de563bd4'. 2018-08-21 02:47:39.070 11136 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:47:39,164 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1f6e6511-7868-4595-ae33-8e47de563bd4', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-21 02:47:41,758 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1f6e6511-7868-4595-ae33-8e47de563bd4 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-21 02:47:41.644 11139 INFO rally.api [-] Building 'html' report for the following task(s): '1f6e6511-7868-4595-ae33-8e47de563bd4'. 2018-08-21 02:47:41.664 11139 INFO rally.api [-] The report has been successfully built. 2018-08-21 02:47:41,764 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-21 02:47:41,767 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:58 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 03:01 | 10 | 100.00% | | gnocchi | 01:49 | 11 | 100.00% | | heat | 01:17 | 4 | 100.00% | | keystone | 03:34 | 11 | 100.00% | | neutron | 05:08 | 11 | 100.00% | | nova | 00:37 | 1 | 0.00% | | quotas | 00:43 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:30 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-21 02:47:41,768 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-21 02:47:41,891 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:47:41,892 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:46 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-21 02:47:41,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:47:41,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:42,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ae55de7-8d1c-46bc-afb6-b097e4321870 x-compute-request-id: req-8ae55de7-8d1c-46bc-afb6-b097e4321870 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34", "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": "3556c30c-73ca-46ba-8cb8-54d920acba34"}, {"name": "rally_sanity-flavor_alt_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/42a48932-59ac-4330-8497-7e2150c5ff63", "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": "42a48932-59ac-4330-8497-7e2150c5ff63"}]} 2018-08-21 02:47:42,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8ae55de7-8d1c-46bc-afb6-b097e4321870 2018-08-21 02:47:42,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.279149055481s 2018-08-21 02:47:42,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8ae55de7-8d1c-46bc-afb6-b097e4321870 2018-08-21 02:47:42,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:47:42,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:42,202 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:47:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa82d034-a426-4531-a30b-d985e6c89bb5 x-compute-request-id: req-fa82d034-a426-4531-a30b-d985e6c89bb5 Content-Length: 0 Content-Type: application/json 2018-08-21 02:47:42,202 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63 used request id req-fa82d034-a426-4531-a30b-d985e6c89bb5 2018-08-21 02:47:42,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0236730575562s 2018-08-21 02:47:42,203 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/42a48932-59ac-4330-8497-7e2150c5ff63 used request id req-fa82d034-a426-4531-a30b-d985e6c89bb5 2018-08-21 02:47:42,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:47:42,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e/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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" -d '{"subnet_id": "09445d85-6e46-40af-a10f-73ac219b98e6"}' 2018-08-21 02:47:44,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b0aacb88-65c6-4aca-a22f-e23eff4cbddc Date: Tue, 21 Aug 2018 02:47:44 GMT RESP BODY: {"network_id": "3b31439d-f98e-4a44-8055-7d68174e08fc", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "subnet_id": "09445d85-6e46-40af-a10f-73ac219b98e6", "subnet_ids": ["09445d85-6e46-40af-a10f-73ac219b98e6"], "port_id": "7358d2cf-3e1f-4bab-bce1-e33ecee47700", "id": "1467fd6a-eca3-4526-8996-ccde8eacce1e"} 2018-08-21 02:47:44,030 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e/remove_router_interface.json used request id req-b0aacb88-65c6-4aca-a22f-e23eff4cbddc 2018-08-21 02:47:44,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82677793503s 2018-08-21 02:47:44,030 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e/remove_router_interface.json used request id req-b0aacb88-65c6-4aca-a22f-e23eff4cbddc returning object 1467fd6a-eca3-4526-8996-ccde8eacce1e 2018-08-21 02:47:44,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:47:44,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:44,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-16420714-fead-4c40-b4f4-92a317e3a01c Date: Tue, 21 Aug 2018 02:47:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:47:43Z", "revision_number": 4, "routes": [], "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "1467fd6a-eca3-4526-8996-ccde8eacce1e", "name": "rally_sanity-router_e2acbb93-186f-4c75-a69e-ace8e90c1472"}]} 2018-08-21 02:47:44,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-16420714-fead-4c40-b4f4-92a317e3a01c 2018-08-21 02:47:44,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.362878084183s 2018-08-21 02:47:44,394 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-16420714-fead-4c40-b4f4-92a317e3a01c 2018-08-21 02:47:44,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:47:44,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:45,756 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-635b25bd-0136-4e66-8db2-de0c93303bd4 Content-Length: 0 Date: Tue, 21 Aug 2018 02:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:47:45,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e.json used request id req-635b25bd-0136-4e66-8db2-de0c93303bd4 2018-08-21 02:47:45,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.36042404175s 2018-08-21 02:47:45,756 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/1467fd6a-eca3-4526-8996-ccde8eacce1e.json used request id req-635b25bd-0136-4e66-8db2-de0c93303bd4 2018-08-21 02:47:45,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:47:45,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:45,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-9b6e7042-308e-4b45-90af-3af946047375 Date: Tue, 21 Aug 2018 02:47:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b31439d-f98e-4a44-8055-7d68174e08fc","tenant_id":"5128f15f3dd4460c8232252c105d4e45","created_at":"2018-08-21T02:23:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:23: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":"5128f15f3dd4460c8232252c105d4e45","id":"09445d85-6e46-40af-a10f-73ac219b98e6","subnetpool_id":null,"name":"rally_sanity-subnet_e2acbb93-186f-4c75-a69e-ace8e90c1472"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 02:47:45,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-9b6e7042-308e-4b45-90af-3af946047375 2018-08-21 02:47:45,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0442590713501s 2018-08-21 02:47:45,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-9b6e7042-308e-4b45-90af-3af946047375 2018-08-21 02:47:45,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:47:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/09445d85-6e46-40af-a10f-73ac219b98e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:46,643 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-687ffff0-ab93-482c-aea9-2bdd6b74e454 Date: Tue, 21 Aug 2018 02:47:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:47:46,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/09445d85-6e46-40af-a10f-73ac219b98e6.json used request id req-687ffff0-ab93-482c-aea9-2bdd6b74e454 2018-08-21 02:47:46,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.840093851089s 2018-08-21 02:47:46,644 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/09445d85-6e46-40af-a10f-73ac219b98e6.json used request id req-687ffff0-ab93-482c-aea9-2bdd6b74e454 2018-08-21 02:47:46,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:47:46,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:46,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-d1c20ee7-9ddd-442e-8fc7-804d636cba20 Date: Tue, 21 Aug 2018 02:47:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3b31439d-f98e-4a44-8055-7d68174e08fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"5128f15f3dd4460c8232252c105d4e45","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:47:46Z","provider:segmentation_id":61,"name":"rally_sanity-net_e2acbb93-186f-4c75-a69e-ace8e90c1472","admin_state_up":true,"tenant_id":"5128f15f3dd4460c8232252c105d4e45","created_at":"2018-08-21T02:23:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:47:46,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-d1c20ee7-9ddd-442e-8fc7-804d636cba20 2018-08-21 02:47:46,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0988259315491s 2018-08-21 02:47:46,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-d1c20ee7-9ddd-442e-8fc7-804d636cba20 2018-08-21 02:47:46,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:47:46,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/3b31439d-f98e-4a44-8055-7d68174e08fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:48,267 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a470287d-6ba2-440e-bb6e-cfe6bfab3508 Date: Tue, 21 Aug 2018 02:47:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:47:48,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/3b31439d-f98e-4a44-8055-7d68174e08fc.json used request id req-a470287d-6ba2-440e-bb6e-cfe6bfab3508 2018-08-21 02:47:48,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5226790905s 2018-08-21 02:47:48,268 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/3b31439d-f98e-4a44-8055-7d68174e08fc.json used request id req-a470287d-6ba2-440e-bb6e-cfe6bfab3508 2018-08-21 02:47:48,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:47:48,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:48,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-8dc4a088-53e2-4ff0-b508-5c5d933e8a2b Date: Tue, 21 Aug 2018 02:47:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:24:01Z", "file": "/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/file", "owner": "5128f15f3dd4460c8232252c105d4e45", "id": "10a03834-9cb5-4298-b514-bf5a4149ccc0", "size": 12716032, "self": "/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/10a03834-9cb5-4298-b514-bf5a4149ccc0/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_e2acbb93-186f-4c75-a69e-ace8e90c1472", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:24:01Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:47:48,551 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8dc4a088-53e2-4ff0-b508-5c5d933e8a2b 2018-08-21 02:47:48,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279107093811s 2018-08-21 02:47:48,552 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-8dc4a088-53e2-4ff0-b508-5c5d933e8a2b 2018-08-21 02:47:48,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:47:48,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ea230a3b9fc4d9f6b324f3df00952a3cbfe6987" 2018-08-21 02:47:49,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6aad9ec-b9d1-48e2-bbb1-a25da9d080f9 Date: Tue, 21 Aug 2018 02:47:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:47:49,436 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0 used request id req-d6aad9ec-b9d1-48e2-bbb1-a25da9d080f9 2018-08-21 02:47:49,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.882670879364s 2018-08-21 02:47:49,437 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/10a03834-9cb5-4298-b514-bf5a4149ccc0 used request id req-d6aad9ec-b9d1-48e2-bbb1-a25da9d080f9 2018-08-21 02:47:49,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:47:49,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:49,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-1c85d3bd-3df5-4c39-ad95-77525280d3b0 x-compute-request-id: req-1c85d3bd-3df5-4c39-ad95-77525280d3b0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34", "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": "3556c30c-73ca-46ba-8cb8-54d920acba34"}]} 2018-08-21 02:47:49,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-1c85d3bd-3df5-4c39-ad95-77525280d3b0 2018-08-21 02:47:49,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230300426483s 2018-08-21 02:47:49,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-1c85d3bd-3df5-4c39-ad95-77525280d3b0 2018-08-21 02:47:49,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:47:49,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:49,508 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02: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 x-openstack-request-id: req-c75a9801-4a09-4818-82c3-ce9959d1c7ff x-compute-request-id: req-c75a9801-4a09-4818-82c3-ce9959d1c7ff Content-Length: 0 Content-Type: application/json 2018-08-21 02:47:49,508 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34 used request id req-c75a9801-4a09-4818-82c3-ce9959d1c7ff 2018-08-21 02:47:49,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0457627773285s 2018-08-21 02:47:49,508 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/3556c30c-73ca-46ba-8cb8-54d920acba34 used request id req-c75a9801-4a09-4818-82c3-ce9959d1c7ff 2018-08-21 02:47:49,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:47:49,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:49,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad9970a-0922-46d2-81bc-1ab9e0fee8f7 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": {"self": "http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5f0554657db342f98860d0ec3fff170a", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:47:49,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-cad9970a-0922-46d2-81bc-1ab9e0fee8f7 2018-08-21 02:47:49,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.310694932938s 2018-08-21 02:47:49,820 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-cad9970a-0922-46d2-81bc-1ab9e0fee8f7 2018-08-21 02:47:49,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:47:49,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:50,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf18a470-287e-4e85-8726-66901693f483 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_e2acbb93-186f-4c75-a69e-ace8e90c1472", "links": {"self": "http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5f0554657db342f98860d0ec3fff170a", "description": null}} 2018-08-21 02:47:50,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a used request id req-bf18a470-287e-4e85-8726-66901693f483 2018-08-21 02:47:50,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20879483223s 2018-08-21 02:47:50,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a used request id req-bf18a470-287e-4e85-8726-66901693f483 2018-08-21 02:47:50,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 02:47:50,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:50,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:47:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b03c2efb-5ce9-422a-af0c-59de94b4d0d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:47:50,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a used request id req-b03c2efb-5ce9-422a-af0c-59de94b4d0d6 2018-08-21 02:47:50,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.258557081223s 2018-08-21 02:47:50,294 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/5f0554657db342f98860d0ec3fff170a used request id req-b03c2efb-5ce9-422a-af0c-59de94b4d0d6 2018-08-21 02:47:50,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:47:50,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:50,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efaff205-e3f3-42a4-a69c-b0e56d0f48ad Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45"}, "tags": [], "enabled": true, "id": "5128f15f3dd4460c8232252c105d4e45", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_e2acbb93-186f-4c75-a69e-ace8e90c1472"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-21 02:47:50,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-efaff205-e3f3-42a4-a69c-b0e56d0f48ad 2018-08-21 02:47:50,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195713996887s 2018-08-21 02:47:50,496 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-efaff205-e3f3-42a4-a69c-b0e56d0f48ad 2018-08-21 02:47:50,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 02:47:50,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f8e85a290142462cd64f922e2ae8d072bb3acbbc" 2018-08-21 02:47:50,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:47:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd85de82-96e7-4064-a463-aca76fb3fffb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:47:50,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45 used request id req-cd85de82-96e7-4064-a463-aca76fb3fffb 2018-08-21 02:47:50,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268532991409s 2018-08-21 02:47:50,770 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/5128f15f3dd4460c8232252c105d4e45 used request id req-cd85de82-96e7-4064-a463-aca76fb3fffb 2018-08-21 02:47:50,770 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-21 02:47:50,830 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-21 02:47:50,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:47:50,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:47:50,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:47:50,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:47:50,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ef8645-95dd-4845-a50c-3a1602643928 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:47:50,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-09ef8645-95dd-4845-a50c-3a1602643928 2018-08-21 02:47:50,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:47:51,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:47:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["rQBQMKRXTzGzF3_gXv5oDA"], "issued_at": "2018-08-21T02:47:51.000000Z"}} 2018-08-21 02:47:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:47:51,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:47:51,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c7ca6dad-afe5-481a-997e-f06f8dcf6235 Date: Tue, 21 Aug 2018 02:47:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:47:51,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c7ca6dad-afe5-481a-997e-f06f8dcf6235 2018-08-21 02:47:51,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.431530952454s 2018-08-21 02:47:51,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c7ca6dad-afe5-481a-997e-f06f8dcf6235 2018-08-21 02:47:51,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 02:47:54,627 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 02:47:57,427 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 559f2eba-0431-40c7-b6f5-7377224f569b | 2018-08-21T02:47:57.095232 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 559f2eba-0431-40c7-b6f5-7377224f569b ~/.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-21 02:48:01,186 - 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-21 02:48:01,187 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 02:48:03,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 02:48:07,266 - 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=6308b149-a290-4fbf-ae09-4ab836144216) as the default verifier for the future CLI operations. 2018-08-21 02:48:10,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 02:48:10,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:10,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-97c688ec-4fec-4fc6-aff0-86b03eec1a45 Date: Tue, 21 Aug 2018 02:48:10 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-21 02:48:10,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-97c688ec-4fec-4fc6-aff0-86b03eec1a45 2018-08-21 02:48:10,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.0120630264282s 2018-08-21 02:48:10,387 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-97c688ec-4fec-4fc6-aff0-86b03eec1a45 2018-08-21 02:48:10,394 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-21 02:48:10,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:48:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"network": {"name": "refstack_defcore-net_9b290b45-bc54-4774-ab2d-cf74dcd64873", "admin_state_up": true}}' 2018-08-21 02:48:10,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-a67bc7a8-13ac-46e8-8bfe-1ee81709a83a Date: Tue, 21 Aug 2018 02:48: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":"c172e051-04d7-4c6f-a944-372f085ff90f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:48:10Z","is_default":false,"provider:segmentation_id":66,"name":"refstack_defcore-net_9b290b45-bc54-4774-ab2d-cf74dcd64873","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:48:10Z","mtu":1450}} 2018-08-21 02:48:10,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-a67bc7a8-13ac-46e8-8bfe-1ee81709a83a 2018-08-21 02:48:10,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.245250940323s 2018-08-21 02:48:10,641 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-a67bc7a8-13ac-46e8-8bfe-1ee81709a83a 2018-08-21 02:48:10,641 - 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-21T02:48:10Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c172e051-04d7-4c6f-a944-372f085ff90f', u'provider:segmentation_id': 66, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_9b290b45-bc54-4774-ab2d-cf74dcd64873', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:48:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:48:10,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:48:10,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:10,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-752d24d5-87d1-4700-9e26-dd8e554f09d5 Date: Tue, 21 Aug 2018 02:48:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c172e051-04d7-4c6f-a944-372f085ff90f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:48:10Z","provider:segmentation_id":66,"name":"refstack_defcore-net_9b290b45-bc54-4774-ab2d-cf74dcd64873","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:48:10Z","provider:network_type":"vxlan"}]} 2018-08-21 02:48:10,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-752d24d5-87d1-4700-9e26-dd8e554f09d5 2018-08-21 02:48:10,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108548164368s 2018-08-21 02:48:10,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-752d24d5-87d1-4700-9e26-dd8e554f09d5 2018-08-21 02:48:10,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:48:10,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"subnet": {"name": "refstack_defcore-subnet_9b290b45-bc54-4774-ab2d-cf74dcd64873", "enable_dhcp": true, "network_id": "c172e051-04d7-4c6f-a944-372f085ff90f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:48:11,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e249034d-ce92-490f-a876-5602f2a06a55 Date: Tue, 21 Aug 2018 02:48:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c172e051-04d7-4c6f-a944-372f085ff90f","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:48:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:48:10Z","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":"9395463b2c594ad385c1520193638f95","id":"e1f14f90-be5e-4dfe-8602-d7c744987375","subnetpool_id":null,"name":"refstack_defcore-subnet_9b290b45-bc54-4774-ab2d-cf74dcd64873"}} 2018-08-21 02:48:11,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-e249034d-ce92-490f-a876-5602f2a06a55 2018-08-21 02:48:11,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.450211048126s 2018-08-21 02:48:11,203 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-e249034d-ce92-490f-a876-5602f2a06a55 2018-08-21 02:48:11,203 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:48:10Z', 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'e1f14f90-be5e-4dfe-8602-d7c744987375', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_9b290b45-bc54-4774-ab2d-cf74dcd64873', u'enable_dhcp': True, u'network_id': u'c172e051-04d7-4c6f-a944-372f085ff90f', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:48:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:48:11,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:48:11,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "refstack_defcore-router_9b290b45-bc54-4774-ab2d-cf74dcd64873", "admin_state_up": true}}' 2018-08-21 02:48:12,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-518a9a73-7b73-4c43-befc-22761b5472a1 Date: Tue, 21 Aug 2018 02:48:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:48:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:48:12Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "a05f318c-34be-4e5f-9a71-5dd4ecf79a34", "name": "refstack_defcore-router_9b290b45-bc54-4774-ab2d-cf74dcd64873"}} 2018-08-21 02:48:12,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-518a9a73-7b73-4c43-befc-22761b5472a1 2018-08-21 02:48:12,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.25389695168s 2018-08-21 02:48:12,457 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-518a9a73-7b73-4c43-befc-22761b5472a1 2018-08-21 02:48:12,458 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:48:11Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T02:48:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'a05f318c-34be-4e5f-9a71-5dd4ecf79a34', u'name': u'refstack_defcore-router_9b290b45-bc54-4774-ab2d-cf74dcd64873'}) 2018-08-21 02:48:12,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:48:12,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34/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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"subnet_id": "e1f14f90-be5e-4dfe-8602-d7c744987375"}' 2018-08-21 02:48:14,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fc1799a9-4170-45b0-b0ef-7b32f2c1bddd Date: Tue, 21 Aug 2018 02:48:14 GMT RESP BODY: {"network_id": "c172e051-04d7-4c6f-a944-372f085ff90f", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "e1f14f90-be5e-4dfe-8602-d7c744987375", "subnet_ids": ["e1f14f90-be5e-4dfe-8602-d7c744987375"], "port_id": "f0032a84-284d-4aa7-abaf-1845bc12f856", "id": "a05f318c-34be-4e5f-9a71-5dd4ecf79a34"} 2018-08-21 02:48:14,166 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34/add_router_interface.json used request id req-fc1799a9-4170-45b0-b0ef-7b32f2c1bddd 2018-08-21 02:48:14,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70762515068s 2018-08-21 02:48:14,167 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34/add_router_interface.json used request id req-fc1799a9-4170-45b0-b0ef-7b32f2c1bddd returning object a05f318c-34be-4e5f-9a71-5dd4ecf79a34 2018-08-21 02:48:14,167 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:48:14,299 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:48:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:48:14,305 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:48:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:48:14,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:48:14,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:14,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b8adf4fe-7c02-4932-a854-eafee9c0b34d Date: Tue, 21 Aug 2018 02:48:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:48:14,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-b8adf4fe-7c02-4932-a854-eafee9c0b34d 2018-08-21 02:48:14,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296303987503s 2018-08-21 02:48:14,607 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-b8adf4fe-7c02-4932-a854-eafee9c0b34d 2018-08-21 02:48:14,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:48:14,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873"}' 2018-08-21 02:48:14,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e6a49abc-723a-49f9-a140-872c5404e25d Date: Tue, 21 Aug 2018 02:48:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:48:14Z", "file": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "size": null, "self": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "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/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "checksum": null, "created_at": "2018-08-21T02:48:14Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:48:14,660 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-e6a49abc-723a-49f9-a140-872c5404e25d 2018-08-21 02:48:14,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0453720092773s 2018-08-21 02:48:14,661 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-e6a49abc-723a-49f9-a140-872c5404e25d returning object ba9e2a70-39e6-4705-9b35-d9d597c6b5bb 2018-08-21 02:48:14,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:48:14,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '' 2018-08-21 02:48:15,082 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30a3c278-4df0-4350-9c7f-8e990f93524d Date: Tue, 21 Aug 2018 02:48: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-21 02:48:15,082 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file used request id req-30a3c278-4df0-4350-9c7f-8e990f93524d 2018-08-21 02:48:15,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.420711040497s 2018-08-21 02:48:15,082 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file used request id req-30a3c278-4df0-4350-9c7f-8e990f93524d 2018-08-21 02:48:15,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:48:15,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:15,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-c2dcd29e-f9ee-4824-b120-39ee6d92e446 Date: Tue, 21 Aug 2018 02:48:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:48:15Z", "file": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "size": 12716032, "self": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:48:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:48:15,114 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-c2dcd29e-f9ee-4824-b120-39ee6d92e446 2018-08-21 02:48:15,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0276310443878s 2018-08-21 02:48:15,114 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-c2dcd29e-f9ee-4824-b120-39ee6d92e446 2018-08-21 02:48:15,116 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'ba9e2a70-39e6-4705-9b35-d9d597c6b5bb', 'size': 12716032, u'self': u'/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:48:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:48:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873', '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/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873', 'created': u'2018-08-21T02:48:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:48:14Z', 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/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:48:15,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:48:15,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_9b290b45-bc54-4774-ab2d-cf74dcd64873", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:48:15,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0dd77014-5417-45ad-90f9-a07129b71b84 x-compute-request-id: req-0dd77014-5417-45ad-90f9-a07129b71b84 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_9b290b45-bc54-4774-ab2d-cf74dcd64873", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36", "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": "0206fcdd-f8a6-419a-9618-08a5b6d57f36"}} 2018-08-21 02:48:15,444 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-0dd77014-5417-45ad-90f9-a07129b71b84 2018-08-21 02:48:15,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.326909065247s 2018-08-21 02:48:15,444 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-0dd77014-5417-45ad-90f9-a07129b71b84 2018-08-21 02:48:15,445 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_9b290b45-bc54-4774-ab2d-cf74dcd64873', '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'9395463b2c594ad385c1520193638f95', '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'0206fcdd-f8a6-419a-9618-08a5b6d57f36', 'swap': 0}) 2018-08-21 02:48:15,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:48:15,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36/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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"extra_specs": {}}' 2018-08-21 02:48:15,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60bf94fd-4bfa-4ba3-a16e-9f31e76ffb70 x-compute-request-id: req-60bf94fd-4bfa-4ba3-a16e-9f31e76ffb70 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:48:15,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36/os-extra_specs used request id req-60bf94fd-4bfa-4ba3-a16e-9f31e76ffb70 2018-08-21 02:48:15,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218977928162s 2018-08-21 02:48:15,468 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36/os-extra_specs used request id req-60bf94fd-4bfa-4ba3-a16e-9f31e76ffb70 2018-08-21 02:48:15,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:48:15,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:48:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a993f843-c091-45a2-ba08-2dc3e0bfdd2b 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:48:15,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-a993f843-c091-45a2-ba08-2dc3e0bfdd2b 2018-08-21 02:48:15,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:48:15,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:15,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc71bb5d-1d7b-491f-8314-f95d87af9b2e Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:48:15,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-dc71bb5d-1d7b-491f-8314-f95d87af9b2e 2018-08-21 02:48:15,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188620090485s 2018-08-21 02:48:15,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-dc71bb5d-1d7b-491f-8314-f95d87af9b2e 2018-08-21 02:48:15,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:48:15,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:15,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82ede639-3334-4865-94fb-c5aa2e8aa962 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:48:15,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-82ede639-3334-4865-94fb-c5aa2e8aa962 2018-08-21 02:48:15,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185282945633s 2018-08-21 02:48:15,861 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-82ede639-3334-4865-94fb-c5aa2e8aa962 2018-08-21 02:48:15,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 02:48:15,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:15,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98c0b111-a5ac-4da1-a634-e0ae10aecf1f x-compute-request-id: req-98c0b111-a5ac-4da1-a634-e0ae10aecf1f Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 02:48:15,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-98c0b111-a5ac-4da1-a634-e0ae10aecf1f 2018-08-21 02:48:15,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0395472049713s 2018-08-21 02:48:15,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-98c0b111-a5ac-4da1-a634-e0ae10aecf1f 2018-08-21 02:48:15,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:48:15,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:15,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-2c1ea23d-59ad-49bf-9064-d0751310d533 Date: Tue, 21 Aug 2018 02:48:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:48:15Z", "file": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "size": 12716032, "self": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:48:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:48:15,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-2c1ea23d-59ad-49bf-9064-d0751310d533 2018-08-21 02:48:15,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0227551460266s 2018-08-21 02:48:15,936 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-2c1ea23d-59ad-49bf-9064-d0751310d533 2018-08-21 02:48:15,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:48:15,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873"}' 2018-08-21 02:48:16,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/63726910-b35c-4863-b6c9-c04b1c792762 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-487efd04-0edc-488d-bd35-4dedb7a3011c Date: Tue, 21 Aug 2018 02:48:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:48:15Z", "file": "/v2/images/63726910-b35c-4863-b6c9-c04b1c792762/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "63726910-b35c-4863-b6c9-c04b1c792762", "size": null, "self": "/v2/images/63726910-b35c-4863-b6c9-c04b1c792762", "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/refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "checksum": null, "created_at": "2018-08-21T02:48:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:48:16,002 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-487efd04-0edc-488d-bd35-4dedb7a3011c 2018-08-21 02:48:16,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0593521595001s 2018-08-21 02:48:16,002 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-487efd04-0edc-488d-bd35-4dedb7a3011c returning object 63726910-b35c-4863-b6c9-c04b1c792762 2018-08-21 02:48:16,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:48:16,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/63726910-b35c-4863-b6c9-c04b1c792762/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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '' 2018-08-21 02:48:17,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62b848ca-b1d5-4c91-930d-7eac0c5a88c3 Date: Tue, 21 Aug 2018 02:48: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-21 02:48:17,178 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/63726910-b35c-4863-b6c9-c04b1c792762/file used request id req-62b848ca-b1d5-4c91-930d-7eac0c5a88c3 2018-08-21 02:48:17,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.17476296425s 2018-08-21 02:48:17,178 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/63726910-b35c-4863-b6c9-c04b1c792762/file used request id req-62b848ca-b1d5-4c91-930d-7eac0c5a88c3 2018-08-21 02:48:17,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:48:17,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:48:17,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-ac8decaf-9fbd-47a3-bca9-d854cdb44725 Date: Tue, 21 Aug 2018 02:48:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:48:17Z", "file": "/v2/images/63726910-b35c-4863-b6c9-c04b1c792762/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "63726910-b35c-4863-b6c9-c04b1c792762", "size": 12716032, "self": "/v2/images/63726910-b35c-4863-b6c9-c04b1c792762", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/63726910-b35c-4863-b6c9-c04b1c792762/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/63726910-b35c-4863-b6c9-c04b1c792762/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:48:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:48:15Z", "file": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "size": 12716032, "self": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:48:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:48:17,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ac8decaf-9fbd-47a3-bca9-d854cdb44725 2018-08-21 02:48:17,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0279660224915s 2018-08-21 02:48:17,210 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-ac8decaf-9fbd-47a3-bca9-d854cdb44725 2018-08-21 02:48:17,213 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/63726910-b35c-4863-b6c9-c04b1c792762/snap', u'metadata': Munch({})})], 'file': u'/v2/images/63726910-b35c-4863-b6c9-c04b1c792762/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'63726910-b35c-4863-b6c9-c04b1c792762', 'size': 12716032, u'self': u'/v2/images/63726910-b35c-4863-b6c9-c04b1c792762', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/63726910-b35c-4863-b6c9-c04b1c792762/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:48:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:48:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873', '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/63726910-b35c-4863-b6c9-c04b1c792762', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873', 'created': u'2018-08-21T02:48:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:48: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/63726910-b35c-4863-b6c9-c04b1c792762', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:48:17,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:48:17,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:48:17,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a4a6f9f-430e-4032-988d-611b529b156c x-compute-request-id: req-4a4a6f9f-430e-4032-988d-611b529b156c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f", "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": "f6531325-761a-4728-9fb4-a1f758e9af4f"}} 2018-08-21 02:48:17,254 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-4a4a6f9f-430e-4032-988d-611b529b156c 2018-08-21 02:48:17,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0396828651428s 2018-08-21 02:48:17,254 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-4a4a6f9f-430e-4032-988d-611b529b156c 2018-08-21 02:48:17,255 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873', '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'9395463b2c594ad385c1520193638f95', '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'f6531325-761a-4728-9fb4-a1f758e9af4f', 'swap': 0}) 2018-08-21 02:48:17,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:48:17,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f/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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"extra_specs": {}}' 2018-08-21 02:48:17,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77cdd729-3fd1-4fb7-a297-50f4df52dfb4 x-compute-request-id: req-77cdd729-3fd1-4fb7-a297-50f4df52dfb4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:48:17,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f/os-extra_specs used request id req-77cdd729-3fd1-4fb7-a297-50f4df52dfb4 2018-08-21 02:48:17,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197031497955s 2018-08-21 02:48:17,275 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f/os-extra_specs used request id req-77cdd729-3fd1-4fb7-a297-50f4df52dfb4 2018-08-21 02:48:17,276 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873', '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'9395463b2c594ad385c1520193638f95', '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'f6531325-761a-4728-9fb4-a1f758e9af4f', 'swap': 0}) 2018-08-21 02:48:20,781 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 02:48:20,782 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 02:48:20,782 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 02:48:20,784 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-21 02:48:26,405 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-08-21 02:48:26,406 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata: ids differ. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-21 02:48:26,407 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-08-21 02:48:26,408 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-08-21 02:48:26,409 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_versions.VersionsTest.test_list_versions: ids differ. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-08-21 02:48:26,410 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-21 02:48:26,411 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-08-21 02:48:26,412 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 02:48:26,424 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 02:48:26,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt']'. 2018-08-21 02:48:40,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:40.120 11181 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.596s] 2018-08-21 02:48:40,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:40.327 11181 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-08-21 02:48:40,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:40.396 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.870s] 2018-08-21 02:48:41,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:41.638 11181 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [1.052s] 2018-08-21 02:48:41,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:41.709 11181 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.071s] 2018-08-21 02:48:47,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:47.377 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.978s] 2018-08-21 02:48:49,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:49.045 11181 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [9.022s] 2018-08-21 02:48:49,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:49.660 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.842s] 2018-08-21 02:48:50,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:50.386 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.725s] 2018-08-21 02:48:50,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:50.493 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.116s] 2018-08-21 02:48:54,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:54.392 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.899s] 2018-08-21 02:48:54,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:54.406 11181 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [1.419s] 2018-08-21 02:48:54,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:54.540 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.011s] 2018-08-21 02:48:54,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:54.551 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.011s] 2018-08-21 02:48:55,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:55.560 11181 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [1.153s] 2018-08-21 02:48:55,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:55.891 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [1.339s] 2018-08-21 02:48:55,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:55.945 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.054s] 2018-08-21 02:48:56,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:56.003 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.057s] 2018-08-21 02:48:56,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:56.117 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.113s] 2018-08-21 02:48:56,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:56.994 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.601s] 2018-08-21 02:48:57,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:57.064 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.948s] 2018-08-21 02:48:58,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:58.023 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.957s] 2018-08-21 02:48:58,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:58.084 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.061s] 2018-08-21 02:48:58,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:58.152 11181 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.703s] 2018-08-21 02:48:58,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:58.153 11181 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.066s] 2018-08-21 02:48:58,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:58.466 11181 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.314s] 2018-08-21 02:48:58,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:58.513 11181 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.952s] 2018-08-21 02:48:59,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:59.177 11181 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.710s] 2018-08-21 02:48:59,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:48:59.779 11181 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [1.266s] 2018-08-21 02:49:00,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:00.178 11181 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.000s] 2018-08-21 02:49:00,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:00.353 11181 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.573s] 2018-08-21 02:49:01,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:01.322 11181 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.144s] 2018-08-21 02:49:01,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:01.366 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.371s] 2018-08-21 02:49:02,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:02.310 11181 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.987s] 2018-08-21 02:49:03,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:03.021 11181 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.152s] 2018-08-21 02:49:03,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:03.513 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.147s] 2018-08-21 02:49:03,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:03.827 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.314s] 2018-08-21 02:49:03,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:03.871 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.044s] 2018-08-21 02:49:03,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:03.921 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.049s] 2018-08-21 02:49:03,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:03.960 11181 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.039s] 2018-08-21 02:49:04,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:04.000 11181 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [23.945s] 2018-08-21 02:49:04,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:04.510 11181 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [9.703s] 2018-08-21 02:49:06,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:06.767 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [4.549s] 2018-08-21 02:49:07,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.082 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.135s] 2018-08-21 02:49:07,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.101 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.018s] 2018-08-21 02:49:07,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.460 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.358s] 2018-08-21 02:49:07,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.473 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-08-21 02:49:07,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.491 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2018-08-21 02:49:07,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.531 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.039s] 2018-08-21 02:49:07,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.648 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.117s] 2018-08-21 02:49:07,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:07.778 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.130s] 2018-08-21 02:49:08,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:08.046 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.268s] 2018-08-21 02:49:08,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:08.072 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.026s] 2018-08-21 02:49:08,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:08.142 11181 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.118s] 2018-08-21 02:49:08,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:08.188 11181 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.116s] 2018-08-21 02:49:08,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:08.639 11181 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.589s] 2018-08-21 02:49:10,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:10.247 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.480s] 2018-08-21 02:49:12,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:12.944 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.696s] 2018-08-21 02:49:15,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:15.005 11181 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.493s] 2018-08-21 02:49:15,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:15.283 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [3.240s] 2018-08-21 02:49:15,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:15.302 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [2.358s] 2018-08-21 02:49:16,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:16.183 11181 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.278s] 2018-08-21 02:49:16,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:16.927 11181 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.744s] 2018-08-21 02:49:17,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:17.324 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.021s] 2018-08-21 02:49:17,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:17.462 11181 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [16.497s] 2018-08-21 02:49:19,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:19.551 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.226s] 2018-08-21 02:49:19,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:19.988 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.437s] 2018-08-21 02:49:20,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:20.074 11181 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.614s] 2018-08-21 02:49:20,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:20.586 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.598s] 2018-08-21 02:49:21,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:21.102 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.655s] 2018-08-21 02:49:21,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:21.522 11181 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.855s] 2018-08-21 02:49:21,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:21.741 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.639s] 2018-08-21 02:49:21,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:21.829 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.243s] 2018-08-21 02:49:22,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:22.262 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.521s] 2018-08-21 02:49:22,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:22.823 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.560s] 2018-08-21 02:49:23,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:23.847 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [1.024s] 2018-08-21 02:49:23,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:23.996 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.149s] 2018-08-21 02:49:24,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.041 11181 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.567s] 2018-08-21 02:49:24,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.156 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.160s] 2018-08-21 02:49:24,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.243 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [2.411s] 2018-08-21 02:49:24,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.483 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.648s] 2018-08-21 02:49:24,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.537 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.380s] 2018-08-21 02:49:24,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.683 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.145s] 2018-08-21 02:49:24,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.693 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.450s] 2018-08-21 02:49:24,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:24.842 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.159s] 2018-08-21 02:49:25,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.107 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.413s] 2018-08-21 02:49:25,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.337 11181 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.495s] 2018-08-21 02:49:25,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.413 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.930s] 2018-08-21 02:49:25,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.472 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.058s] 2018-08-21 02:49:25,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.505 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.033s] 2018-08-21 02:49:25,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.521 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.016s] 2018-08-21 02:49:25,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.598 11181 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [3.396s] 2018-08-21 02:49:25,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:25.652 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.546s] 2018-08-21 02:49:26,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:26.786 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [1.265s] 2018-08-21 02:49:27,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:27.801 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [1.013s] 2018-08-21 02:49:27,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:27.871 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.070s] 2018-08-21 02:49:28,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:28.728 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.856s] 2018-08-21 02:49:28,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:28.764 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [3.108s] 2018-08-21 02:49:29,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:29.204 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.440s] 2018-08-21 02:49:29,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:29.556 11181 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [1.042s] 2018-08-21 02:49:29,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:29.567 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.839s] 2018-08-21 02:49:29,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:29.579 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2018-08-21 02:49:29,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:29.583 11181 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.985s] 2018-08-21 02:49:29,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:29.981 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.777s] 2018-08-21 02:49:30,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.152 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.573s] 2018-08-21 02:49:30,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.250 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.097s] 2018-08-21 02:49:30,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.410 11181 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.853s] 2018-08-21 02:49:30,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.424 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.444s] 2018-08-21 02:49:30,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.793 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.543s] 2018-08-21 02:49:30,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.853 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.058s] 2018-08-21 02:49:30,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.867 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.014s] 2018-08-21 02:49:30,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:30.944 11181 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.518s] 2018-08-21 02:49:31,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:31.585 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.718s] 2018-08-21 02:49:31,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:31.635 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.049s] 2018-08-21 02:49:31,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:31.690 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.055s] 2018-08-21 02:49:31,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:31.741 11181 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.051s] 2018-08-21 02:49:33,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:33.554 11181 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [24.909s] 2018-08-21 02:49:36,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:36.772 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [11.356s] 2018-08-21 02:49:38,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:38.039 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2018-08-21 02:49:38,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:38.724 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.684s] 2018-08-21 02:49:38,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:38.795 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [4.508s] 2018-08-21 02:49:38,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:38.802 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.078s] 2018-08-21 02:49:40,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:40.744 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.939s] 2018-08-21 02:49:40,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:40.928 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.184s] 2018-08-21 02:49:41,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:41.803 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.875s] 2018-08-21 02:49:41,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:41.853 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.050s] 2018-08-21 02:49:41,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:41.930 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.076s] 2018-08-21 02:49:42,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.030 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.100s] 2018-08-21 02:49:42,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.129 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.097s] 2018-08-21 02:49:42,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.197 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.068s] 2018-08-21 02:49:42,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.249 11181 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.607s] 2018-08-21 02:49:42,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.296 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.099s] 2018-08-21 02:49:42,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.319 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.524s] 2018-08-21 02:49:42,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.411 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.114s] 2018-08-21 02:49:42,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.496 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.085s] 2018-08-21 02:49:42,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:42.572 11181 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.075s] 2018-08-21 02:49:43,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:43.202 11181 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.651s] 2018-08-21 02:49:45,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:45.862 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [9.090s] 2018-08-21 02:49:45,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:45.880 11181 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.275s] 2018-08-21 02:49:46,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:46.963 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.638s] 2018-08-21 02:49:47,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:47.019 11181 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.139s] 2018-08-21 02:49:47,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:47.730 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.771s] 2018-08-21 02:49:47,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:47.889 11181 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [20.777s] 2018-08-21 02:49:49,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:49.708 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.846s] 2018-08-21 02:49:50,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:50.106 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.373s] 2018-08-21 02:49:50,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:50.998 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.891s] 2018-08-21 02:49:52,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:52.934 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.932s] 2018-08-21 02:49:53,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:53.015 11181 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.084s] 2018-08-21 02:49:54,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:54.547 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.838s] 2018-08-21 02:49:56,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:56.988 11181 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [9.009s] 2018-08-21 02:49:59,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:49:59.667 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.120s] 2018-08-21 02:50:04,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:04.942 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.275s] 2018-08-21 02:50:09,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:09.877 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.934s] 2018-08-21 02:50:11,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:11.027 11181 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [24.002s] 2018-08-21 02:50:15,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:15.378 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.499s] 2018-08-21 02:50:15,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:15.911 11181 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.051s] 2018-08-21 02:50:18,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:18.833 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.454s] 2018-08-21 02:50:19,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:19.221 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.388s] 2018-08-21 02:50:19,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:19.351 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.130s] 2018-08-21 02:50:19,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:19.845 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.493s] 2018-08-21 02:50:20,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:20.137 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.292s] 2018-08-21 02:50:20,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:20.195 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.058s] 2018-08-21 02:50:20,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:20.296 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-08-21 02:50:20,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:20.390 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.094s] 2018-08-21 02:50:20,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:20.446 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2018-08-21 02:50:20,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:20.493 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.047s] 2018-08-21 02:50:23,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:23.672 11181 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.761s] 2018-08-21 02:50:24,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:24.623 11181 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.467s] 2018-08-21 02:50:25,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:25.239 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.745s] 2018-08-21 02:50:30,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:30.110 11181 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [5.484s] 2018-08-21 02:50:30,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:30.978 11181 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.306s] 2018-08-21 02:50:34,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:34.885 11181 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.904s] 2018-08-21 02:50:35,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:35.194 11181 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [63.610s] 2018-08-21 02:50:35,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:35.287 11181 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.093s] 2018-08-21 02:50:35,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:35.596 11181 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.309s] 2018-08-21 02:50:35,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:35.697 11181 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2018-08-21 02:50:35,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:35.698 11181 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-21 02:50:39,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:39.488 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.098s] 2018-08-21 02:50:39,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:39.755 11181 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.643s] 2018-08-21 02:50:40,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:40.258 11181 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [57.043s] 2018-08-21 02:50:46,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:46.392 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.903s] 2018-08-21 02:50:47,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:47.087 11181 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-21 02:50:49,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:49.712 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.319s] 2018-08-21 02:50:50,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:50.240 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.527s] 2018-08-21 02:50:50,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:50.291 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.051s] 2018-08-21 02:50:52,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:52.341 11181 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.457s] 2018-08-21 02:50:52,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:52.663 11181 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.321s] 2018-08-21 02:50:54,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:54.796 11181 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.627s] 2018-08-21 02:50:55,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:50:55.560 11181 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.763s] 2018-08-21 02:51:00,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:00.323 11181 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.193s] 2018-08-21 02:51:00,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:00.556 11181 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.232s] 2018-08-21 02:51:00,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:00.742 11181 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.186s] 2018-08-21 02:51:02,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:02.306 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.013s] 2018-08-21 02:51:02,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:02.567 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.260s] 2018-08-21 02:51:02,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:02.617 11181 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.049s] 2018-08-21 02:51:03,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:03.348 11181 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [28.460s] 2018-08-21 02:51:05,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:05.464 11181 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.118s] 2018-08-21 02:51:59,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:51:59.094 11181 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.206s] 2018-08-21 02:52:14,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:52:14.040 11181 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [130.227s] 2018-08-21 02:52:14,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:52:14.107 11181 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2018-08-21 02:52:14,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:52:14.282 11181 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.174s] 2018-08-21 02:52:15,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:52:15.636 11181 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [188.275s] 2018-08-21 02:52:19,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:52:19.450 11181 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [20.349s] 2018-08-21 02:52:36,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:52:36.878 11181 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.427s] 2018-08-21 02:52:42,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:52:42.660 11181 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [27.017s] 2018-08-21 02:53:00,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:53:00.063 11181 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.136s] 2018-08-21 02:53:00,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:53:00.112 11181 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.050s] 2018-08-21 02:53:00,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:53:00.665 11181 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.552s] 2018-08-21 02:53:02,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:53:02.015 11181 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.349s] 2018-08-21 02:53:05,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:53:05.864 11181 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.848s] 2018-08-21 02:53:05,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:53:05.919 11181 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.055s] 2018-08-21 02:53:05,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:53:05.968 11181 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2018-08-21 02:54:37,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:54:37.042 11181 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [142.749s] 2018-08-21 02:54:37,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:54:37.043 11181 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-21 02:54:50,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-21 02:54:50.908 11181 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.275s] 2018-08-21 02:54:53,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 7e7767ae-65a6-461b-b209-2048db1525bd 2018-08-21 02:54:53,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7e7767ae-65a6-461b-b209-2048db1525bd']'. 2018-08-21 02:54:54,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 02:54:54,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 02:54:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:54:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7e7767ae-65a6-461b-b209-2048db1525bd | 2018-08-21 02:54:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-21 02:54:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 02:48:28 | 2018-08-21 02:54:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 02:54:53 | 2018-08-21 02:54:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:25 | 2018-08-21 02:54:54,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 02:54:54,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 02:54:54,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6308b149-a290-4fbf-ae09-4ab836144216) | 2018-08-21 02:54:54,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 02:54:54,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 559f2eba-0431-40c7-b6f5-7377224f569b) | 2018-08-21 02:54:54,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 215 | 2018-08-21 02:54:54,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 375.905 | 2018-08-21 02:54:54,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 213 | 2018-08-21 02:54:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-21 02:54:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 02:54:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 02:54:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-08-21 02:54:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:54:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 02:54:54,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-21 02:54:55,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.0697674419% 2018-08-21 02:54:55,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:54:55,202 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:45 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-21 02:54:55,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:54:55,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/63726910-b35c-4863-b6c9-c04b1c792762 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:54:55,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b5c4d1f-39b9-43d0-970f-7479cbcb4672 Date: Tue, 21 Aug 2018 02:54: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-21 02:54:55,835 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/63726910-b35c-4863-b6c9-c04b1c792762 used request id req-4b5c4d1f-39b9-43d0-970f-7479cbcb4672 2018-08-21 02:54:55,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.63038611412s 2018-08-21 02:54:55,835 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/63726910-b35c-4863-b6c9-c04b1c792762 used request id req-4b5c4d1f-39b9-43d0-970f-7479cbcb4672 2018-08-21 02:54:55,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:54:55,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:54:56,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:54: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-8ddcdf4c-ce27-4c89-b503-e817ef971186 x-compute-request-id: req-8ddcdf4c-ce27-4c89-b503-e817ef971186 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_9b290b45-bc54-4774-ab2d-cf74dcd64873", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36", "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": "0206fcdd-f8a6-419a-9618-08a5b6d57f36"}, {"name": "refstack_defcore-flavor_alt_9b290b45-bc54-4774-ab2d-cf74dcd64873", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f", "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": "f6531325-761a-4728-9fb4-a1f758e9af4f"}]} 2018-08-21 02:54:56,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8ddcdf4c-ce27-4c89-b503-e817ef971186 2018-08-21 02:54:56,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.309942960739s 2018-08-21 02:54:56,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8ddcdf4c-ce27-4c89-b503-e817ef971186 2018-08-21 02:54:56,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:54:56,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:54:56,176 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:54:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3db1680-119f-49c2-97e9-d98a34ac85ba x-compute-request-id: req-e3db1680-119f-49c2-97e9-d98a34ac85ba Content-Length: 0 Content-Type: application/json 2018-08-21 02:54:56,176 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f used request id req-e3db1680-119f-49c2-97e9-d98a34ac85ba 2018-08-21 02:54:56,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0291728973389s 2018-08-21 02:54:56,176 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/f6531325-761a-4728-9fb4-a1f758e9af4f used request id req-e3db1680-119f-49c2-97e9-d98a34ac85ba 2018-08-21 02:54:56,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:54:56,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34/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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" -d '{"subnet_id": "e1f14f90-be5e-4dfe-8602-d7c744987375"}' 2018-08-21 02:54:58,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1bd58364-7c77-4068-8d1f-cb9f2bb98f24 Date: Tue, 21 Aug 2018 02:54:58 GMT RESP BODY: {"network_id": "c172e051-04d7-4c6f-a944-372f085ff90f", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "e1f14f90-be5e-4dfe-8602-d7c744987375", "subnet_ids": ["e1f14f90-be5e-4dfe-8602-d7c744987375"], "port_id": "f0032a84-284d-4aa7-abaf-1845bc12f856", "id": "a05f318c-34be-4e5f-9a71-5dd4ecf79a34"} 2018-08-21 02:54:58,230 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34/remove_router_interface.json used request id req-1bd58364-7c77-4068-8d1f-cb9f2bb98f24 2018-08-21 02:54:58,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.05400013924s 2018-08-21 02:54:58,231 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34/remove_router_interface.json used request id req-1bd58364-7c77-4068-8d1f-cb9f2bb98f24 returning object a05f318c-34be-4e5f-9a71-5dd4ecf79a34 2018-08-21 02:54:58,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:54:58,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:54:58,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-6a8004e3-b0fe-4ba4-9542-4f3b609490d3 Date: Tue, 21 Aug 2018 02:54:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:48:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:54:57Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "a05f318c-34be-4e5f-9a71-5dd4ecf79a34", "name": "refstack_defcore-router_9b290b45-bc54-4774-ab2d-cf74dcd64873"}]} 2018-08-21 02:54:58,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-6a8004e3-b0fe-4ba4-9542-4f3b609490d3 2018-08-21 02:54:58,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109003067017s 2018-08-21 02:54:58,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-6a8004e3-b0fe-4ba4-9542-4f3b609490d3 2018-08-21 02:54:58,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:54:58,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:54:59,738 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64c62f21-1e65-486f-95aa-3045be7170aa Content-Length: 0 Date: Tue, 21 Aug 2018 02:54:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:54:59,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34.json used request id req-64c62f21-1e65-486f-95aa-3045be7170aa 2018-08-21 02:54:59,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39558410645s 2018-08-21 02:54:59,738 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/a05f318c-34be-4e5f-9a71-5dd4ecf79a34.json used request id req-64c62f21-1e65-486f-95aa-3045be7170aa 2018-08-21 02:54:59,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:54:59,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:54:59,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-6fa09ade-66d8-4262-b850-cc882baa50f5 Date: Tue, 21 Aug 2018 02:54:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c172e051-04d7-4c6f-a944-372f085ff90f","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:48:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:48:10Z","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":"9395463b2c594ad385c1520193638f95","id":"e1f14f90-be5e-4dfe-8602-d7c744987375","subnetpool_id":null,"name":"refstack_defcore-subnet_9b290b45-bc54-4774-ab2d-cf74dcd64873"}]} 2018-08-21 02:54:59,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-6fa09ade-66d8-4262-b850-cc882baa50f5 2018-08-21 02:54:59,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0563571453094s 2018-08-21 02:54:59,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-6fa09ade-66d8-4262-b850-cc882baa50f5 2018-08-21 02:54:59,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:54:59,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/e1f14f90-be5e-4dfe-8602-d7c744987375.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:55:00,900 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-075118d9-e198-4223-a657-0d5b62424c11 Date: Tue, 21 Aug 2018 02:55:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:55:00,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/e1f14f90-be5e-4dfe-8602-d7c744987375.json used request id req-075118d9-e198-4223-a657-0d5b62424c11 2018-08-21 02:55:00,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.1031870842s 2018-08-21 02:55:00,901 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/e1f14f90-be5e-4dfe-8602-d7c744987375.json used request id req-075118d9-e198-4223-a657-0d5b62424c11 2018-08-21 02:55:00,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:55:00,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:55:00,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1359 X-Openstack-Request-Id: req-8666da85-06a6-40e4-8b2d-744daf3a76f0 Date: Tue, 21 Aug 2018 02:55:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c172e051-04d7-4c6f-a944-372f085ff90f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:55:00Z","provider:segmentation_id":66,"name":"refstack_defcore-net_9b290b45-bc54-4774-ab2d-cf74dcd64873","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:48:10Z","provider:network_type":"vxlan"}]} 2018-08-21 02:55:00,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8666da85-06a6-40e4-8b2d-744daf3a76f0 2018-08-21 02:55:00,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0839750766754s 2018-08-21 02:55:00,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8666da85-06a6-40e4-8b2d-744daf3a76f0 2018-08-21 02:55:00,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:55:00,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/c172e051-04d7-4c6f-a944-372f085ff90f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:55:02,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-963fbe5e-2aad-4fe5-99a7-55f333a6f301 Date: Tue, 21 Aug 2018 02:55:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:55:02,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/c172e051-04d7-4c6f-a944-372f085ff90f.json used request id req-963fbe5e-2aad-4fe5-99a7-55f333a6f301 2018-08-21 02:55:02,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.03517317772s 2018-08-21 02:55:02,022 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/c172e051-04d7-4c6f-a944-372f085ff90f.json used request id req-963fbe5e-2aad-4fe5-99a7-55f333a6f301 2018-08-21 02:55:02,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:55:02,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:55:02,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-a0d5c16e-5f0f-453e-9715-a0a2d01daf07 Date: Tue, 21 Aug 2018 02:55:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:48:15Z", "file": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "size": 12716032, "self": "/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_9b290b45-bc54-4774-ab2d-cf74dcd64873", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:48:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:55:02,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a0d5c16e-5f0f-453e-9715-a0a2d01daf07 2018-08-21 02:55:02,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0263478755951s 2018-08-21 02:55:02,055 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a0d5c16e-5f0f-453e-9715-a0a2d01daf07 2018-08-21 02:55:02,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:55:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:55:02,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4caa5487-5970-46a6-856a-accd341baf5c Date: Tue, 21 Aug 2018 02:55: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-21 02:55:02,309 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb used request id req-4caa5487-5970-46a6-856a-accd341baf5c 2018-08-21 02:55:02,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.251951932907s 2018-08-21 02:55:02,309 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/ba9e2a70-39e6-4705-9b35-d9d597c6b5bb used request id req-4caa5487-5970-46a6-856a-accd341baf5c 2018-08-21 02:55:02,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:55:02,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:55:02,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55: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-f17affb1-4ace-4371-8d72-c608b5fc8727 x-compute-request-id: req-f17affb1-4ace-4371-8d72-c608b5fc8727 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_9b290b45-bc54-4774-ab2d-cf74dcd64873", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36", "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": "0206fcdd-f8a6-419a-9618-08a5b6d57f36"}]} 2018-08-21 02:55:02,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-f17affb1-4ace-4371-8d72-c608b5fc8727 2018-08-21 02:55:02,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225839614868s 2018-08-21 02:55:02,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-f17affb1-4ace-4371-8d72-c608b5fc8727 2018-08-21 02:55:02,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:55:02,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a6fed17b5a182749dc8f92da00607efd3c8ea6f9" 2018-08-21 02:55:02,362 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:55: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-ec3be245-470f-4d36-9ea2-3c22d64716ad x-compute-request-id: req-ec3be245-470f-4d36-9ea2-3c22d64716ad Content-Length: 0 Content-Type: application/json 2018-08-21 02:55:02,362 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36 used request id req-ec3be245-470f-4d36-9ea2-3c22d64716ad 2018-08-21 02:55:02,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0275700092316s 2018-08-21 02:55:02,362 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/0206fcdd-f8a6-419a-9618-08a5b6d57f36 used request id req-ec3be245-470f-4d36-9ea2-3c22d64716ad 2018-08-21 02:55:02,363 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-21 02:55:02,414 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-21 02:55:02,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:55:02,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:55:02,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:55:02,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:55:02,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:55:02,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed27d616-47f3-4c05-8ed6-fd6db50983c0 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:55:02,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-ed27d616-47f3-4c05-8ed6-fd6db50983c0 2018-08-21 02:55:02,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:55:02,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:55:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["S-7UgsNFR5a1mWOnl505eg"], "issued_at": "2018-08-21T02:55:02.000000Z"}} 2018-08-21 02:55:02,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:55:02,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:03,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-ae51f88d-12a8-425b-846f-789281120d4b Date: Tue, 21 Aug 2018 02:55:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:55:03,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae51f88d-12a8-425b-846f-789281120d4b 2018-08-21 02:55:03,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.585545063019s 2018-08-21 02:55:03,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae51f88d-12a8-425b-846f-789281120d4b 2018-08-21 02:55:03,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 02:55:06,316 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 02:55:08,999 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2a9cd5ad-1c62-4447-9118-517aeca70107 | 2018-08-21T02:55:08.635455 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2a9cd5ad-1c62-4447-9118-517aeca70107 ~/.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-21 02:55:12,761 - 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-21 02:55:12,762 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 02:55:15,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 02:55:18,843 - 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=e4705d73-c999-4e4f-9183-fbf1572635f4) as the default verifier for the future CLI operations. 2018-08-21 02:55:22,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 02:55:22,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:22,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-50a0896c-3063-40cb-9080-708aefae2090 Date: Tue, 21 Aug 2018 02:55:22 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-21 02:55:22,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-50a0896c-3063-40cb-9080-708aefae2090 2018-08-21 02:55:22,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.26750087738s 2018-08-21 02:55:22,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-50a0896c-3063-40cb-9080-708aefae2090 2018-08-21 02:55:22,422 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-21 02:55:22,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 02:55:22,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"network": {"name": "patrole-net_e50d8fe2-3660-4e51-a683-3f90677a1626", "admin_state_up": true}}' 2018-08-21 02:55:22,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a8e7afa5-fcce-4817-97b8-5014a2603e76 Date: Tue, 21 Aug 2018 02:55:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d9b551c-fdc6-4fac-83fd-0ddc7d42c954","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:55:22Z","is_default":false,"provider:segmentation_id":76,"name":"patrole-net_e50d8fe2-3660-4e51-a683-3f90677a1626","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:55:22Z","mtu":1450}} 2018-08-21 02:55:22,668 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-a8e7afa5-fcce-4817-97b8-5014a2603e76 2018-08-21 02:55:22,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.245141983032s 2018-08-21 02:55:22,668 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-a8e7afa5-fcce-4817-97b8-5014a2603e76 2018-08-21 02:55:22,669 - 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-21T02:55:22Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7d9b551c-fdc6-4fac-83fd-0ddc7d42c954', u'provider:segmentation_id': 76, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_e50d8fe2-3660-4e51-a683-3f90677a1626', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:55:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:55:22,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:55:22,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:23,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-81f16656-0de5-48b0-9206-d686f20738c8 Date: Tue, 21 Aug 2018 02:55:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"7d9b551c-fdc6-4fac-83fd-0ddc7d42c954","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:55:22Z","provider:segmentation_id":76,"name":"patrole-net_e50d8fe2-3660-4e51-a683-3f90677a1626","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:55:22Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:55:23,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-81f16656-0de5-48b0-9206-d686f20738c8 2018-08-21 02:55:23,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365919113159s 2018-08-21 02:55:23,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-81f16656-0de5-48b0-9206-d686f20738c8 2018-08-21 02:55:23,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 02:55:23,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"subnet": {"name": "patrole-subnet_e50d8fe2-3660-4e51-a683-3f90677a1626", "enable_dhcp": true, "network_id": "7d9b551c-fdc6-4fac-83fd-0ddc7d42c954", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 02:55:23,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a23724bb-6321-442b-a1ca-57b805b5bece Date: Tue, 21 Aug 2018 02:55:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d9b551c-fdc6-4fac-83fd-0ddc7d42c954","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:55:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:55: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":"9395463b2c594ad385c1520193638f95","id":"f504945d-bc83-4ffd-a6ae-09ba21f92829","subnetpool_id":null,"name":"patrole-subnet_e50d8fe2-3660-4e51-a683-3f90677a1626"}} 2018-08-21 02:55:23,565 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-a23724bb-6321-442b-a1ca-57b805b5bece 2018-08-21 02:55:23,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.528313875198s 2018-08-21 02:55:23,566 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-a23724bb-6321-442b-a1ca-57b805b5bece 2018-08-21 02:55:23,566 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T02:55: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'f504945d-bc83-4ffd-a6ae-09ba21f92829', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_e50d8fe2-3660-4e51-a683-3f90677a1626', u'enable_dhcp': True, u'network_id': u'7d9b551c-fdc6-4fac-83fd-0ddc7d42c954', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:55: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'9395463b2c594ad385c1520193638f95'}) 2018-08-21 02:55:23,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:55:23,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "patrole-router_e50d8fe2-3660-4e51-a683-3f90677a1626", "admin_state_up": true}}' 2018-08-21 02:55:24,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-8f68a8fb-8711-4596-aa6f-5a33a40150e5 Date: Tue, 21 Aug 2018 02:55:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:55:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:55:24Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "b1c350ca-40d8-437a-90de-351d1af698a4", "name": "patrole-router_e50d8fe2-3660-4e51-a683-3f90677a1626"}} 2018-08-21 02:55:24,574 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-8f68a8fb-8711-4596-aa6f-5a33a40150e5 2018-08-21 02:55:24,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.00845217705s 2018-08-21 02:55:24,575 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-8f68a8fb-8711-4596-aa6f-5a33a40150e5 2018-08-21 02:55:24,575 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T02:55:23Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T02:55:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'b1c350ca-40d8-437a-90de-351d1af698a4', u'name': u'patrole-router_e50d8fe2-3660-4e51-a683-3f90677a1626'}) 2018-08-21 02:55:24,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 02:55:24,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4/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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"subnet_id": "f504945d-bc83-4ffd-a6ae-09ba21f92829"}' 2018-08-21 02:55:26,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-89fdda83-0cd2-481a-a9e3-7f3d679596a2 Date: Tue, 21 Aug 2018 02:55:26 GMT RESP BODY: {"network_id": "7d9b551c-fdc6-4fac-83fd-0ddc7d42c954", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "f504945d-bc83-4ffd-a6ae-09ba21f92829", "subnet_ids": ["f504945d-bc83-4ffd-a6ae-09ba21f92829"], "port_id": "3ff9aeaf-5cb6-4d24-baf6-8e062c91d0d6", "id": "b1c350ca-40d8-437a-90de-351d1af698a4"} 2018-08-21 02:55:26,229 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4/add_router_interface.json used request id req-89fdda83-0cd2-481a-a9e3-7f3d679596a2 2018-08-21 02:55:26,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.65382289886s 2018-08-21 02:55:26,230 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4/add_router_interface.json used request id req-89fdda83-0cd2-481a-a9e3-7f3d679596a2 returning object b1c350ca-40d8-437a-90de-351d1af698a4 2018-08-21 02:55:26,230 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 02:55:26,363 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 02:55:26,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:55:26,368 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:55:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:55:26,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:55:26,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:26,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d7e70506-eb15-47b8-b0a4-f97d7518198a Date: Tue, 21 Aug 2018 02:55:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:55:26,644 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-d7e70506-eb15-47b8-b0a4-f97d7518198a 2018-08-21 02:55:26,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.272900104523s 2018-08-21 02:55:26,644 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-d7e70506-eb15-47b8-b0a4-f97d7518198a 2018-08-21 02:55:26,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:55:26,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626"}' 2018-08-21 02:55:26,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-917c82e1-7d26-4670-a8d1-8335b45b3e13 Date: Tue, 21 Aug 2018 02:55:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:55:26Z", "file": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d360dd00-295c-4fad-86d4-3ce9add597ad", "size": null, "self": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad", "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_e50d8fe2-3660-4e51-a683-3f90677a1626", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "checksum": null, "created_at": "2018-08-21T02:55:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:55:26,748 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-917c82e1-7d26-4670-a8d1-8335b45b3e13 2018-08-21 02:55:26,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0955529212952s 2018-08-21 02:55:26,748 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-917c82e1-7d26-4670-a8d1-8335b45b3e13 returning object d360dd00-295c-4fad-86d4-3ce9add597ad 2018-08-21 02:55:26,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:55:26,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/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}15ed22e214eee709f99cc3ecfc73469141091917" -d '' 2018-08-21 02:55:27,519 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00691eec-814c-4aab-b744-b8aca0d2a65e Date: Tue, 21 Aug 2018 02:55: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-21 02:55:27,519 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file used request id req-00691eec-814c-4aab-b744-b8aca0d2a65e 2018-08-21 02:55:27,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.771209001541s 2018-08-21 02:55:27,520 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file used request id req-00691eec-814c-4aab-b744-b8aca0d2a65e 2018-08-21 02:55:27,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:55:27,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:27,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-cc6b407c-fd42-45f1-9ba1-8a20c4b5f4dd Date: Tue, 21 Aug 2018 02:55:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:55:27Z", "file": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d360dd00-295c-4fad-86d4-3ce9add597ad", "size": 12716032, "self": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:55:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:55:27,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-cc6b407c-fd42-45f1-9ba1-8a20c4b5f4dd 2018-08-21 02:55:27,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0276868343353s 2018-08-21 02:55:27,552 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-cc6b407c-fd42-45f1-9ba1-8a20c4b5f4dd 2018-08-21 02:55:27,554 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'd360dd00-295c-4fad-86d4-3ce9add597ad', 'size': 12716032, u'self': u'/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:55:27Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:55:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626', '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/d360dd00-295c-4fad-86d4-3ce9add597ad', 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_e50d8fe2-3660-4e51-a683-3f90677a1626', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626', 'created': u'2018-08-21T02:55:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:55:26Z', 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/d360dd00-295c-4fad-86d4-3ce9add597ad', 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_e50d8fe2-3660-4e51-a683-3f90677a1626', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:55:27,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:55:27,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_e50d8fe2-3660-4e51-a683-3f90677a1626", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:55:27,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-7ea79721-45d0-4eb6-83d3-db2badfe585a x-compute-request-id: req-7ea79721-45d0-4eb6-83d3-db2badfe585a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_e50d8fe2-3660-4e51-a683-3f90677a1626", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534", "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": "8fe2b68a-667c-4a7c-a645-225e82a8d534"}} 2018-08-21 02:55:27,859 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-7ea79721-45d0-4eb6-83d3-db2badfe585a 2018-08-21 02:55:27,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.303860902786s 2018-08-21 02:55:27,859 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-7ea79721-45d0-4eb6-83d3-db2badfe585a 2018-08-21 02:55:27,860 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_e50d8fe2-3660-4e51-a683-3f90677a1626', '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'9395463b2c594ad385c1520193638f95', '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'8fe2b68a-667c-4a7c-a645-225e82a8d534', 'swap': 0}) 2018-08-21 02:55:27,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:55:27,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534/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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"extra_specs": {}}' 2018-08-21 02:55:27,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4295fe51-333c-440f-98ea-b456c61cff78 x-compute-request-id: req-4295fe51-333c-440f-98ea-b456c61cff78 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:55:27,881 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534/os-extra_specs used request id req-4295fe51-333c-440f-98ea-b456c61cff78 2018-08-21 02:55:27,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020222902298s 2018-08-21 02:55:27,881 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534/os-extra_specs used request id req-4295fe51-333c-440f-98ea-b456c61cff78 2018-08-21 02:55:27,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:55:27,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:55:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fce77c4-ae52-47b8-a62c-61734bea5c6d 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:55:27,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-6fce77c4-ae52-47b8-a62c-61734bea5c6d 2018-08-21 02:55:27,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:55:27,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:28,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa25801-e0c2-48a5-b650-33911ef05834 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:55:28,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-eaa25801-e0c2-48a5-b650-33911ef05834 2018-08-21 02:55:28,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112809181213s 2018-08-21 02:55:28,007 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-eaa25801-e0c2-48a5-b650-33911ef05834 2018-08-21 02:55:28,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:55:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:28,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90df38b2-01a2-40a3-9819-f1d9a8a5882a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:55:28,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-90df38b2-01a2-40a3-9819-f1d9a8a5882a 2018-08-21 02:55:28,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109245061874s 2018-08-21 02:55:28,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-90df38b2-01a2-40a3-9819-f1d9a8a5882a 2018-08-21 02:55:28,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 02:55:28,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:28,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef9900bd-1421-4b57-a81a-12dad040587f x-compute-request-id: req-ef9900bd-1421-4b57-a81a-12dad040587f Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 02:55:28,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-ef9900bd-1421-4b57-a81a-12dad040587f 2018-08-21 02:55:28,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0371599197388s 2018-08-21 02:55:28,166 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-ef9900bd-1421-4b57-a81a-12dad040587f 2018-08-21 02:55:28,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:55:28,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:28,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-f291ba73-4e92-441d-b404-394bc01b9f18 Date: Tue, 21 Aug 2018 02:55:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:55:27Z", "file": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d360dd00-295c-4fad-86d4-3ce9add597ad", "size": 12716032, "self": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:55:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:55:28,194 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f291ba73-4e92-441d-b404-394bc01b9f18 2018-08-21 02:55:28,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0241739749908s 2018-08-21 02:55:28,195 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f291ba73-4e92-441d-b404-394bc01b9f18 2018-08-21 02:55:28,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:55:28,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_e50d8fe2-3660-4e51-a683-3f90677a1626", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_e50d8fe2-3660-4e51-a683-3f90677a1626"}' 2018-08-21 02:55:28,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1ccec4a3-b2ce-41cc-b740-b7b67ae98d80 Date: Tue, 21 Aug 2018 02:55:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:55:28Z", "file": "/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "c459dde0-8a89-4257-988d-eeb4f7a5420f", "size": null, "self": "/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f", "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_e50d8fe2-3660-4e51-a683-3f90677a1626", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_e50d8fe2-3660-4e51-a683-3f90677a1626", "checksum": null, "created_at": "2018-08-21T02:55:28Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:55:28,248 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-1ccec4a3-b2ce-41cc-b740-b7b67ae98d80 2018-08-21 02:55:28,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0450751781464s 2018-08-21 02:55:28,248 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-1ccec4a3-b2ce-41cc-b740-b7b67ae98d80 returning object c459dde0-8a89-4257-988d-eeb4f7a5420f 2018-08-21 02:55:28,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:55:28,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/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}15ed22e214eee709f99cc3ecfc73469141091917" -d '' 2018-08-21 02:55:28,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9af53ba1-681b-4d36-b2d9-eb30e437a965 Date: Tue, 21 Aug 2018 02:55: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-21 02:55:28,604 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/file used request id req-9af53ba1-681b-4d36-b2d9-eb30e437a965 2018-08-21 02:55:28,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.355931997299s 2018-08-21 02:55:28,605 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/file used request id req-9af53ba1-681b-4d36-b2d9-eb30e437a965 2018-08-21 02:55:28,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:55:28,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:55:28,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-142bedb7-bed3-4ce5-aef1-e4b42e6ebde0 Date: Tue, 21 Aug 2018 02:55:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:55:28Z", "file": "/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "c459dde0-8a89-4257-988d-eeb4f7a5420f", "size": 12716032, "self": "/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_e50d8fe2-3660-4e51-a683-3f90677a1626", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_e50d8fe2-3660-4e51-a683-3f90677a1626", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:55:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:55:27Z", "file": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d360dd00-295c-4fad-86d4-3ce9add597ad", "size": 12716032, "self": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:55:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:55:28,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-142bedb7-bed3-4ce5-aef1-e4b42e6ebde0 2018-08-21 02:55:28,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0260229110718s 2018-08-21 02:55:28,635 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-142bedb7-bed3-4ce5-aef1-e4b42e6ebde0 2018-08-21 02:55:28,638 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'c459dde0-8a89-4257-988d-eeb4f7a5420f', 'size': 12716032, u'self': u'/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/c459dde0-8a89-4257-988d-eeb4f7a5420f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:55:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T02:55:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_e50d8fe2-3660-4e51-a683-3f90677a1626', '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/c459dde0-8a89-4257-988d-eeb4f7a5420f', 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_e50d8fe2-3660-4e51-a683-3f90677a1626', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_e50d8fe2-3660-4e51-a683-3f90677a1626', 'created': u'2018-08-21T02:55:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T02:55: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/c459dde0-8a89-4257-988d-eeb4f7a5420f', 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_e50d8fe2-3660-4e51-a683-3f90677a1626', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:55:28,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:55:28,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_e50d8fe2-3660-4e51-a683-3f90677a1626", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 02:55:28,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23c47258-4301-4a97-9271-7aee08a9bfb3 x-compute-request-id: req-23c47258-4301-4a97-9271-7aee08a9bfb3 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_e50d8fe2-3660-4e51-a683-3f90677a1626", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525", "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": "48d63ed1-af9f-4c58-a4f2-4a0a98570525"}} 2018-08-21 02:55:28,669 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-23c47258-4301-4a97-9271-7aee08a9bfb3 2018-08-21 02:55:28,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0308368206024s 2018-08-21 02:55:28,670 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-23c47258-4301-4a97-9271-7aee08a9bfb3 2018-08-21 02:55:28,670 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_e50d8fe2-3660-4e51-a683-3f90677a1626', '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'9395463b2c594ad385c1520193638f95', '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'48d63ed1-af9f-4c58-a4f2-4a0a98570525', 'swap': 0}) 2018-08-21 02:55:28,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:55:28,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525/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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"extra_specs": {}}' 2018-08-21 02:55:28,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c16cf93d-4b52-4f63-97dd-3df1571395cd x-compute-request-id: req-c16cf93d-4b52-4f63-97dd-3df1571395cd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:55:28,692 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525/os-extra_specs used request id req-c16cf93d-4b52-4f63-97dd-3df1571395cd 2018-08-21 02:55:28,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214159488678s 2018-08-21 02:55:28,692 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525/os-extra_specs used request id req-c16cf93d-4b52-4f63-97dd-3df1571395cd 2018-08-21 02:55:28,692 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_e50d8fe2-3660-4e51-a683-3f90677a1626', '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'9395463b2c594ad385c1520193638f95', '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'48d63ed1-af9f-4c58-a4f2-4a0a98570525', 'swap': 0}) 2018-08-21 02:55:32,271 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 02:55:32,271 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 02:55:32,271 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 02:55:32,273 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 02:55:32,283 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-21 02:55:35,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e4705d73-c999-4e4f-9183-fbf1572635f4/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-21 02:55:35,902 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 02:55:35,917 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 02:55:35,917 - 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-21 02:57:33,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2b8edce9-6030-4599-bc8a-fda7969e15d4 2018-08-21 02:57:33,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2b8edce9-6030-4599-bc8a-fda7969e15d4']'. 2018-08-21 02:57:33,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 02:57:33,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 02:57:33,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:57:33,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2b8edce9-6030-4599-bc8a-fda7969e15d4 | 2018-08-21 02:57:33,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-21 02:57:33,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 02:55:38 | 2018-08-21 02:57:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 02:57:32 | 2018-08-21 02:57:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:54 | 2018-08-21 02:57:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 02:57:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 02:57:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e4705d73-c999-4e4f-9183-fbf1572635f4) | 2018-08-21 02:57:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 02:57:33,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2a9cd5ad-1c62-4447-9118-517aeca70107) | 2018-08-21 02:57:33,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-21 02:57:33,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 89.197 | 2018-08-21 02:57:33,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-21 02:57:33,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-21 02:57:33,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 02:57:33,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 02:57:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-21 02:57:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 02:57:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 02:57:33,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-21 02:57:34,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-21 02:57:34,246 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 02:57:34,246 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 02:57:34,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:57:34,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:35,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aff12336-1880-46a6-82e9-cbac1044447e Date: Tue, 21 Aug 2018 02:57: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-21 02:57:35,682 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f used request id req-aff12336-1880-46a6-82e9-cbac1044447e 2018-08-21 02:57:35,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.43333697319s 2018-08-21 02:57:35,683 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/c459dde0-8a89-4257-988d-eeb4f7a5420f used request id req-aff12336-1880-46a6-82e9-cbac1044447e 2018-08-21 02:57:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:57:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:35,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02: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-8d639781-7c0e-4500-b248-efa006b01e06 x-compute-request-id: req-8d639781-7c0e-4500-b248-efa006b01e06 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_e50d8fe2-3660-4e51-a683-3f90677a1626", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525", "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": "48d63ed1-af9f-4c58-a4f2-4a0a98570525"}, {"name": "patrole-flavor_e50d8fe2-3660-4e51-a683-3f90677a1626", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534", "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": "8fe2b68a-667c-4a7c-a645-225e82a8d534"}]} 2018-08-21 02:57:35,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8d639781-7c0e-4500-b248-efa006b01e06 2018-08-21 02:57:35,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026202917099s 2018-08-21 02:57:35,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-8d639781-7c0e-4500-b248-efa006b01e06 2018-08-21 02:57:35,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:57:35,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:35,765 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02: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 x-openstack-request-id: req-d132cd4a-812c-4cb0-a122-0cceda8991b2 x-compute-request-id: req-d132cd4a-812c-4cb0-a122-0cceda8991b2 Content-Length: 0 Content-Type: application/json 2018-08-21 02:57:35,765 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525 used request id req-d132cd4a-812c-4cb0-a122-0cceda8991b2 2018-08-21 02:57:35,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.052943944931s 2018-08-21 02:57:35,765 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/48d63ed1-af9f-4c58-a4f2-4a0a98570525 used request id req-d132cd4a-812c-4cb0-a122-0cceda8991b2 2018-08-21 02:57:35,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 02:57:35,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4/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}15ed22e214eee709f99cc3ecfc73469141091917" -d '{"subnet_id": "f504945d-bc83-4ffd-a6ae-09ba21f92829"}' 2018-08-21 02:57:37,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6f74ce59-9041-429f-bf8c-ac4ad380c90d Date: Tue, 21 Aug 2018 02:57:37 GMT RESP BODY: {"network_id": "7d9b551c-fdc6-4fac-83fd-0ddc7d42c954", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "f504945d-bc83-4ffd-a6ae-09ba21f92829", "subnet_ids": ["f504945d-bc83-4ffd-a6ae-09ba21f92829"], "port_id": "3ff9aeaf-5cb6-4d24-baf6-8e062c91d0d6", "id": "b1c350ca-40d8-437a-90de-351d1af698a4"} 2018-08-21 02:57:37,694 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4/remove_router_interface.json used request id req-6f74ce59-9041-429f-bf8c-ac4ad380c90d 2018-08-21 02:57:37,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.92828202248s 2018-08-21 02:57:37,694 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4/remove_router_interface.json used request id req-6f74ce59-9041-429f-bf8c-ac4ad380c90d returning object b1c350ca-40d8-437a-90de-351d1af698a4 2018-08-21 02:57:37,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 02:57:37,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:37,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-b1fd883a-7df2-49fb-8bef-f45db3a8c5df Date: Tue, 21 Aug 2018 02:57:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T02:55:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T02:57:36Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "b1c350ca-40d8-437a-90de-351d1af698a4", "name": "patrole-router_e50d8fe2-3660-4e51-a683-3f90677a1626"}]} 2018-08-21 02:57:37,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-b1fd883a-7df2-49fb-8bef-f45db3a8c5df 2018-08-21 02:57:37,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117549180984s 2018-08-21 02:57:37,813 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-b1fd883a-7df2-49fb-8bef-f45db3a8c5df 2018-08-21 02:57:37,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 02:57:37,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:39,117 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c228979-f8a1-424b-b5da-f450ff8af9c7 Content-Length: 0 Date: Tue, 21 Aug 2018 02:57:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:57:39,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4.json used request id req-9c228979-f8a1-424b-b5da-f450ff8af9c7 2018-08-21 02:57:39,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.30271601677s 2018-08-21 02:57:39,117 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/b1c350ca-40d8-437a-90de-351d1af698a4.json used request id req-9c228979-f8a1-424b-b5da-f450ff8af9c7 2018-08-21 02:57:39,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 02:57:39,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:39,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-8a0cabac-8286-4c37-9403-a614c88ed5c2 Date: Tue, 21 Aug 2018 02:57:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d9b551c-fdc6-4fac-83fd-0ddc7d42c954","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:55:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T02:55: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":"9395463b2c594ad385c1520193638f95","id":"f504945d-bc83-4ffd-a6ae-09ba21f92829","subnetpool_id":null,"name":"patrole-subnet_e50d8fe2-3660-4e51-a683-3f90677a1626"}]} 2018-08-21 02:57:39,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-8a0cabac-8286-4c37-9403-a614c88ed5c2 2018-08-21 02:57:39,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0789699554443s 2018-08-21 02:57:39,197 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-8a0cabac-8286-4c37-9403-a614c88ed5c2 2018-08-21 02:57:39,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 02:57:39,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/f504945d-bc83-4ffd-a6ae-09ba21f92829.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:40,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4606a9a6-1de7-4625-9f6d-110fe1fc36c4 Date: Tue, 21 Aug 2018 02:57:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:57:40,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/f504945d-bc83-4ffd-a6ae-09ba21f92829.json used request id req-4606a9a6-1de7-4625-9f6d-110fe1fc36c4 2018-08-21 02:57:40,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.07611393929s 2018-08-21 02:57:40,275 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/f504945d-bc83-4ffd-a6ae-09ba21f92829.json used request id req-4606a9a6-1de7-4625-9f6d-110fe1fc36c4 2018-08-21 02:57:40,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:57:40,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:40,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-1cb477c9-ba73-463f-8172-d142df1a5b99 Date: Tue, 21 Aug 2018 02:57:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d9b551c-fdc6-4fac-83fd-0ddc7d42c954","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T02:57:40Z","provider:segmentation_id":76,"name":"patrole-net_e50d8fe2-3660-4e51-a683-3f90677a1626","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T02:55:22Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:57:40,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-1cb477c9-ba73-463f-8172-d142df1a5b99 2018-08-21 02:57:40,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0922789573669s 2018-08-21 02:57:40,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-1cb477c9-ba73-463f-8172-d142df1a5b99 2018-08-21 02:57:40,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 02:57:40,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/7d9b551c-fdc6-4fac-83fd-0ddc7d42c954.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:42,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75ce71c4-b9dd-4f68-889b-a5513f28464a Date: Tue, 21 Aug 2018 02:57:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 02:57:42,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/7d9b551c-fdc6-4fac-83fd-0ddc7d42c954.json used request id req-75ce71c4-b9dd-4f68-889b-a5513f28464a 2018-08-21 02:57:42,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.82789206505s 2018-08-21 02:57:42,198 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/7d9b551c-fdc6-4fac-83fd-0ddc7d42c954.json used request id req-75ce71c4-b9dd-4f68-889b-a5513f28464a 2018-08-21 02:57:42,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:57:42,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:42,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-37897d36-d38a-4f88-8e8a-99f7fbe5e781 Date: Tue, 21 Aug 2018 02:57:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:55:27Z", "file": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "d360dd00-295c-4fad-86d4-3ce9add597ad", "size": 12716032, "self": "/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/d360dd00-295c-4fad-86d4-3ce9add597ad/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_e50d8fe2-3660-4e51-a683-3f90677a1626", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T02:55:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:57:42,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-37897d36-d38a-4f88-8e8a-99f7fbe5e781 2018-08-21 02:57:42,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0230240821838s 2018-08-21 02:57:42,225 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-37897d36-d38a-4f88-8e8a-99f7fbe5e781 2018-08-21 02:57:42,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 02:57:42,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:42,597 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39114be7-ae07-41e7-8685-1f29205b1ffd Date: Tue, 21 Aug 2018 02:57: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-21 02:57:42,597 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad used request id req-39114be7-ae07-41e7-8685-1f29205b1ffd 2018-08-21 02:57:42,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.370382070541s 2018-08-21 02:57:42,597 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/d360dd00-295c-4fad-86d4-3ce9add597ad used request id req-39114be7-ae07-41e7-8685-1f29205b1ffd 2018-08-21 02:57:42,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 02:57:42,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:42,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34cb841d-0520-4538-b608-4083d43964ef x-compute-request-id: req-34cb841d-0520-4538-b608-4083d43964ef Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_e50d8fe2-3660-4e51-a683-3f90677a1626", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534", "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": "8fe2b68a-667c-4a7c-a645-225e82a8d534"}]} 2018-08-21 02:57:42,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-34cb841d-0520-4538-b608-4083d43964ef 2018-08-21 02:57:42,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247139930725s 2018-08-21 02:57:42,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-34cb841d-0520-4538-b608-4083d43964ef 2018-08-21 02:57:42,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 02:57:42,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15ed22e214eee709f99cc3ecfc73469141091917" 2018-08-21 02:57:42,677 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-667082a3-c3a2-48e3-a806-60c68cd1d0e6 x-compute-request-id: req-667082a3-c3a2-48e3-a806-60c68cd1d0e6 Content-Length: 0 Content-Type: application/json 2018-08-21 02:57:42,678 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534 used request id req-667082a3-c3a2-48e3-a806-60c68cd1d0e6 2018-08-21 02:57:42,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0533890724182s 2018-08-21 02:57:42,678 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/8fe2b68a-667c-4a7c-a645-225e82a8d534 used request id req-667082a3-c3a2-48e3-a806-60c68cd1d0e6 2018-08-21 02:57:42,738 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-21 02:57:42,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:57:42,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:57:42,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:57:42,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:57:42,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:57:42,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:57:42,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:57:42,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:57:42,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:57:42,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:57:42,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:57:42,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:57:42,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:57:42,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:57:42,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6aa432-6fd9-4cd9-863c-d92fb32e5dc5 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:57:42,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-5d6aa432-6fd9-4cd9-863c-d92fb32e5dc5 2018-08-21 02:57:42,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:57:43,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:57:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["M3M2il0KTvamtzOvS_sCvQ"], "issued_at": "2018-08-21T02:57:43.000000Z"}} 2018-08-21 02:57:43,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 02:57:43,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:43,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-90c23bcf-1cc8-42ea-8603-e4d2f0d596f4 Date: Tue, 21 Aug 2018 02:57:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 02:57:43,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-90c23bcf-1cc8-42ea-8603-e4d2f0d596f4 2018-08-21 02:57:43,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.505277872086s 2018-08-21 02:57:43,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-90c23bcf-1cc8-42ea-8603-e4d2f0d596f4 2018-08-21 02:57:43,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:57:43,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 02:57:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86f3b698-1d88-49d7-b453-dc5bb7bfd137 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 02:57:43,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-86f3b698-1d88-49d7-b453-dc5bb7bfd137 2018-08-21 02:57:43,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:57:43,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:43,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0880791c-3aa3-4b38-be63-f1e091b62d64 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 02:57:43,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-0880791c-3aa3-4b38-be63-f1e091b62d64 2018-08-21 02:57:43,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193666219711s 2018-08-21 02:57:43,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-0880791c-3aa3-4b38-be63-f1e091b62d64 2018-08-21 02:57:43,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 02:57:44,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}}' 2018-08-21 02:57:44,158 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:57:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d55aa71-440b-440c-909a-7e6f398ecc86 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.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9"}, "tags": [], "enabled": true, "id": "c979a8d5278e4ec0a70de3442d56ace9", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}} 2018-08-21 02:57:44,158 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-1d55aa71-440b-440c-909a-7e6f398ecc86 2018-08-21 02:57:44,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.159946918488s 2018-08-21 02:57:44,158 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-1d55aa71-440b-440c-909a-7e6f398ecc86 2018-08-21 02:57:44,159 - 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'c979a8d5278e4ec0a70de3442d56ace9', '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_b5918f54-e2ca-40ee-bb82-a718fa40d59d'}) 2018-08-21 02:57:44,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 02:57:44,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "1dff3e87-0fe9-4162-8d7a-913b721289cd", "email": null, "name": "vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}}' 2018-08-21 02:57:44,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 02:57:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8840ec9e-21d3-43b9-a6a0-ee6d37d14972 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "links": {"self": "http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c416150196514d0a8418d151dbd3ac1e", "domain_id": "default", "password_expires_at": null}} 2018-08-21 02:57:44,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-8840ec9e-21d3-43b9-a6a0-ee6d37d14972 2018-08-21 02:57:44,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.450273990631s 2018-08-21 02:57:44,616 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-8840ec9e-21d3-43b9-a6a0-ee6d37d14972 2018-08-21 02:57:44,616 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c416150196514d0a8418d151dbd3ac1e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d'}) 2018-08-21 02:57:44,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:57:44,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:44,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32d6f2de-6fd6-40e1-8888-269de11e0829 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:57:44,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-32d6f2de-6fd6-40e1-8888-269de11e0829 2018-08-21 02:57:44,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178081035614s 2018-08-21 02:57:44,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-32d6f2de-6fd6-40e1-8888-269de11e0829 2018-08-21 02:57:44,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:57:44,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:44,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a6604d-a0a1-4afb-983e-111adc30a61c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:57:44,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-07a6604d-a0a1-4afb-983e-111adc30a61c 2018-08-21 02:57:44,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.099100112915s 2018-08-21 02:57:44,902 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-07a6604d-a0a1-4afb-983e-111adc30a61c 2018-08-21 02:57:44,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:57:44,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:45,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70fedc03-aae6-4125-b3f4-23900d26a9cc Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:57:45,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-70fedc03-aae6-4125-b3f4-23900d26a9cc 2018-08-21 02:57:45,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182758808136s 2018-08-21 02:57:45,090 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-70fedc03-aae6-4125-b3f4-23900d26a9cc 2018-08-21 02:57:45,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:57:45,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:45,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8544a6-497f-4b4b-a3ef-1e7f4dda43a4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 02:57:45,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-ea8544a6-497f-4b4b-a3ef-1e7f4dda43a4 2018-08-21 02:57:45,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0971570014954s 2018-08-21 02:57:45,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-ea8544a6-497f-4b4b-a3ef-1e7f4dda43a4 2018-08-21 02:57:45,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:57:45,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:45,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7f5f17-0473-4f57-b592-732e5e05167a Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "links": {"self": "http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c416150196514d0a8418d151dbd3ac1e", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:57:45,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-2b7f5f17-0473-4f57-b592-732e5e05167a 2018-08-21 02:57:45,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193574905396s 2018-08-21 02:57:45,387 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-2b7f5f17-0473-4f57-b592-732e5e05167a 2018-08-21 02:57:45,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:57:45,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:45,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d31e4f5-d826-4acc-8cda-b6d2a5b74d91 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9"}, "tags": [], "enabled": true, "id": "c979a8d5278e4ec0a70de3442d56ace9", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}]} 2018-08-21 02:57:45,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-7d31e4f5-d826-4acc-8cda-b6d2a5b74d91 2018-08-21 02:57:45,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.176386833191s 2018-08-21 02:57:45,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-7d31e4f5-d826-4acc-8cda-b6d2a5b74d91 2018-08-21 02:57:45,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 02:57:45,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:45,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14b1ad6f-63de-47a5-bd1c-c6546526cac1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9", "previous": null, "next": null}} 2018-08-21 02:57:45,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9 used request id req-14b1ad6f-63de-47a5-bd1c-c6546526cac1 2018-08-21 02:57:45,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.134779930115s 2018-08-21 02:57:45,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9 used request id req-14b1ad6f-63de-47a5-bd1c-c6546526cac1 2018-08-21 02:57:45,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 02:57:45,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9/users/c416150196514d0a8418d151dbd3ac1e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:45,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:57:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90c36472-98cd-4559-8f1c-f459683aac35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:57:45,941 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9/users/c416150196514d0a8418d151dbd3ac1e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-90c36472-98cd-4559-8f1c-f459683aac35 2018-08-21 02:57:45,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.221111059189s 2018-08-21 02:57:45,942 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9/users/c416150196514d0a8418d151dbd3ac1e/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-90c36472-98cd-4559-8f1c-f459683aac35 2018-08-21 02:57:45,942 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 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'c979a8d5278e4ec0a70de3442d56ace9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '1dff3e87-0fe9-4162-8d7a-913b721289cd', 'username': u'vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 02:57:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 02:57:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 02:57:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 02:57:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 02:57:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 02:57:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 02:57:45,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 02:57:45,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 02:57:45,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 02:57:45,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 02:57:45,948 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'password': '1dff3e87-0fe9-4162-8d7a-913b721289cd', 'project_name': 'vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': 'c979a8d5278e4ec0a70de3442d56ace9', 'project_domain_name': 'Default'} 2018-08-21 02:57:45,954 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-21 02:57:45,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:57:45,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b52d9330-0c0a-4580-85fc-1743c8dffc45 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 02:57:45,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-b52d9330-0c0a-4580-85fc-1743c8dffc45 2018-08-21 02:57:45,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 02:57:46,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T03:57:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c979a8d5278e4ec0a70de3442d56ace9", "name": "vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/c979a8d5278e4ec0a70de3442d56ace9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/c979a8d5278e4ec0a70de3442d56ace9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/c979a8d5278e4ec0a70de3442d56ace9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c979a8d5278e4ec0a70de3442d56ace9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/c979a8d5278e4ec0a70de3442d56ace9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/c979a8d5278e4ec0a70de3442d56ace9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/c979a8d5278e4ec0a70de3442d56ace9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/c979a8d5278e4ec0a70de3442d56ace9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/c979a8d5278e4ec0a70de3442d56ace9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_c979a8d5278e4ec0a70de3442d56ace9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_c979a8d5278e4ec0a70de3442d56ace9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/c979a8d5278e4ec0a70de3442d56ace9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/c979a8d5278e4ec0a70de3442d56ace9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/c979a8d5278e4ec0a70de3442d56ace9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "id": "c416150196514d0a8418d151dbd3ac1e"}, "audit_ids": ["003xYU7-TIqp2LZuQ4iztA"], "issued_at": "2018-08-21T02:57:46.000000Z"}} 2018-08-21 02:57:46,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 02:57:46,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "vmtp-router_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "admin_state_up": true}}' 2018-08-21 02:57:47,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-87b456d9-4d21-4ad8-a8f9-a5f349bf5e4a Date: Tue, 21 Aug 2018 02:57:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:57:46Z", "admin_state_up": true, "updated_at": "2018-08-21T02:57:47Z", "revision_number": 2, "routes": [], "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "521156d4-e46f-448e-b67a-01c35fe09474", "name": "vmtp-router_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}} 2018-08-21 02:57:47,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-87b456d9-4d21-4ad8-a8f9-a5f349bf5e4a 2018-08-21 02:57:47,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.421200037s 2018-08-21 02:57:47,784 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-87b456d9-4d21-4ad8-a8f9-a5f349bf5e4a 2018-08-21 02:57:47,784 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c979a8d5278e4ec0a70de3442d56ace9', u'created_at': u'2018-08-21T02:57:46Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T02:57:47Z', u'revision_number': 2, u'routes': [], u'project_id': u'c979a8d5278e4ec0a70de3442d56ace9', u'id': u'521156d4-e46f-448e-b67a-01c35fe09474', u'name': u'vmtp-router_b5918f54-e2ca-40ee-bb82-a718fa40d59d'}) 2018-08-21 02:57:47,785 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-21 02:57:49,622 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-21 02:57:49,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 02:57:49,628 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 02:57:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 02:57:49,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:57:49,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 02:57:49,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-377a9c47-190f-4fb8-8dc5-eb05deb252b0 Date: Tue, 21 Aug 2018 02:57:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:57:49,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-377a9c47-190f-4fb8-8dc5-eb05deb252b0 2018-08-21 02:57:49,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281946897507s 2018-08-21 02:57:49,915 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-377a9c47-190f-4fb8-8dc5-eb05deb252b0 2018-08-21 02:57:49,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 02:57:49,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}' 2018-08-21 02:57:49,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2bb660fb-f9b5-422d-af16-65222d151804 Date: Tue, 21 Aug 2018 02:57:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:57:49Z", "file": "/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a/file", "owner": "c979a8d5278e4ec0a70de3442d56ace9", "id": "3f7a1556-79ed-4028-969f-470d11d70c6a", "size": null, "self": "/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "checksum": null, "created_at": "2018-08-21T02:57:49Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 02:57:49,987 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-2bb660fb-f9b5-422d-af16-65222d151804 2018-08-21 02:57:49,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.063884973526s 2018-08-21 02:57:49,987 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-2bb660fb-f9b5-422d-af16-65222d151804 returning object 3f7a1556-79ed-4028-969f-470d11d70c6a 2018-08-21 02:57:49,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 02:57:49,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a/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}e9f6998ec84a09881593d4b1acb69e70459c4fef" -d '' 2018-08-21 02:57:54,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ecb2a37c-eaf1-4cd2-bbf8-28ba392bf5ab Date: Tue, 21 Aug 2018 02:57:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 02:57:54,170 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a/file used request id req-ecb2a37c-eaf1-4cd2-bbf8-28ba392bf5ab 2018-08-21 02:57:54,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.18268203735s 2018-08-21 02:57:54,171 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a/file used request id req-ecb2a37c-eaf1-4cd2-bbf8-28ba392bf5ab 2018-08-21 02:57:54,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 02:57:54,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 02:57:54,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-cb807d0d-9a26-4f4a-89fb-04476e587b91 Date: Tue, 21 Aug 2018 02:57:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:57:54Z", "file": "/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a/file", "owner": "c979a8d5278e4ec0a70de3442d56ace9", "id": "3f7a1556-79ed-4028-969f-470d11d70c6a", "size": 263193088, "self": "/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/3f7a1556-79ed-4028-969f-470d11d70c6a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/3f7a1556-79ed-4028-969f-470d11d70c6a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-21T02:57:49Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 02:57:54,218 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-cb807d0d-9a26-4f4a-89fb-04476e587b91 2018-08-21 02:57:54,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0432560443878s 2018-08-21 02:57:54,218 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-cb807d0d-9a26-4f4a-89fb-04476e587b91 2018-08-21 02:57:54,220 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/3f7a1556-79ed-4028-969f-470d11d70c6a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a/file', 'owner': u'c979a8d5278e4ec0a70de3442d56ace9', 'id': u'3f7a1556-79ed-4028-969f-470d11d70c6a', 'size': 263193088, u'self': u'/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c979a8d5278e4ec0a70de3442d56ace9', 'name': 'vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/3f7a1556-79ed-4028-969f-470d11d70c6a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T02:57:54Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T02:57:54Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'created': u'2018-08-21T02:57:49Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-21T02:57:49Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-21 02:57:54,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 02:57:54,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-21 02:57:54,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46c05eca-fc22-4df1-b2af-87d97b97da5a x-compute-request-id: req-46c05eca-fc22-4df1-b2af-87d97b97da5a Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26", "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": "8a9ad0b5-b619-46e0-8bf9-53ae4a147d26"}} 2018-08-21 02:57:54,960 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-46c05eca-fc22-4df1-b2af-87d97b97da5a 2018-08-21 02:57:54,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.73962688446s 2018-08-21 02:57:54,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-46c05eca-fc22-4df1-b2af-87d97b97da5a 2018-08-21 02:57:54,961 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_b5918f54-e2ca-40ee-bb82-a718fa40d59d', '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'9395463b2c594ad385c1520193638f95', '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'8a9ad0b5-b619-46e0-8bf9-53ae4a147d26', 'swap': 0}) 2018-08-21 02:57:54,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 02:57:54,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26/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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" -d '{"extra_specs": {}}' 2018-08-21 02:57:54,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc3b5970-78da-4340-8a92-03b28733fdad x-compute-request-id: req-bc3b5970-78da-4340-8a92-03b28733fdad Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 02:57:54,986 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26/os-extra_specs used request id req-bc3b5970-78da-4340-8a92-03b28733fdad 2018-08-21 02:57:54,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0238511562347s 2018-08-21 02:57:54,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26/os-extra_specs used request id req-bc3b5970-78da-4340-8a92-03b28733fdad 2018-08-21 02:57:54,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:57:54,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:55,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ebeac2-fc88-4ffd-b025-847ae9174e73 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:57:55,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-e6ebeac2-fc88-4ffd-b025-847ae9174e73 2018-08-21 02:57:55,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.136597156525s 2018-08-21 02:57:55,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-e6ebeac2-fc88-4ffd-b025-847ae9174e73 2018-08-21 02:57:55,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 02:57:55,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:55,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-facd5f77-7ddb-4699-97e2-14a3199b1c0a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 02:57:55,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-facd5f77-7ddb-4699-97e2-14a3199b1c0a 2018-08-21 02:57:55,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0999188423157s 2018-08-21 02:57:55,231 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-facd5f77-7ddb-4699-97e2-14a3199b1c0a 2018-08-21 02:57:55,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 02:57:55,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:55,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be008fb7-8521-433e-ab3e-896cd5f7202c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 02:57:55,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-be008fb7-8521-433e-ab3e-896cd5f7202c 2018-08-21 02:57:55,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18604516983s 2018-08-21 02:57:55,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-be008fb7-8521-433e-ab3e-896cd5f7202c 2018-08-21 02:57:55,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 02:57:55,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:55,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-619a8fb9-5eeb-4fab-bee9-db42da7ece0a Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "links": {"self": "http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c416150196514d0a8418d151dbd3ac1e", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 02:57:55,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-619a8fb9-5eeb-4fab-bee9-db42da7ece0a 2018-08-21 02:57:55,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203572034836s 2018-08-21 02:57:55,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-619a8fb9-5eeb-4fab-bee9-db42da7ece0a 2018-08-21 02:57:55,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 02:57:55,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:55,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907764f4-f65e-47cc-bbfa-0283c8a12d43 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9"}, "tags": [], "enabled": true, "id": "c979a8d5278e4ec0a70de3442d56ace9", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}]} 2018-08-21 02:57:55,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-907764f4-f65e-47cc-bbfa-0283c8a12d43 2018-08-21 02:57:55,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190947055817s 2018-08-21 02:57:55,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-907764f4-f65e-47cc-bbfa-0283c8a12d43 2018-08-21 02:57:55,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 02:57:55,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:56,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51974459-3184-419b-9463-0856817ac231 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9", "previous": null, "next": null}} 2018-08-21 02:57:56,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9 used request id req-51974459-3184-419b-9463-0856817ac231 2018-08-21 02:57:56,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.179355144501s 2018-08-21 02:57:56,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=c416150196514d0a8418d151dbd3ac1e&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=c979a8d5278e4ec0a70de3442d56ace9 used request id req-51974459-3184-419b-9463-0856817ac231 2018-08-21 02:57:56,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 02:57:56,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9/users/c416150196514d0a8418d151dbd3ac1e/roles/3a0fe1d139fc43479f3d98c2920238fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 02:57:56,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 02:57:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58200da0-50c1-442a-9d5a-77ed0f965da9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 02:57:56,156 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9/users/c416150196514d0a8418d151dbd3ac1e/roles/3a0fe1d139fc43479f3d98c2920238fb used request id req-58200da0-50c1-442a-9d5a-77ed0f965da9 2018-08-21 02:57:56,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.137292146683s 2018-08-21 02:57:56,156 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9/users/c416150196514d0a8418d151dbd3ac1e/roles/3a0fe1d139fc43479f3d98c2920238fb used request id req-58200da0-50c1-442a-9d5a-77ed0f965da9 2018-08-21 02:57:56,156 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d' 2018-08-21 02:57:56,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-21 02:57:56,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" -d '{"keypair": {"name": "vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}}' 2018-08-21 02:57:57,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 02:57:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dadbd16-b6f6-401d-998c-86aa4c7925bf x-compute-request-id: req-9dadbd16-b6f6-401d-998c-86aa4c7925bf Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZKEmf34mUp+or3UlC60pKmMGj/j8xSpiTewbr3TtlnUm85TcZ4Hk9PAR8gfOwEKhDJlJpKW+wCDJkwExM0HsknJ7RrN/+k8n051qSZ6BEJFXwUyIiDwiOdIbiK163p++YM2fvCml3abtf+xoz5Rslazzxp+d2falZyjMGwxW3k9uPgwnLciFyABvTycCFT+l1jT73R9rgcE+NbKnlxJO3Q4/SP0NRQpYI0UTgKyP9tZ1Y6yCQdUcDtcufJLA1yKP2hGOFFrFEgIPZdiz7bLsMm+1W51g59aQqQJO6DUvVge7JIpIntATJ992cBebuDzHwfstuiwPVb4vwVv3VZP1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEApGShJn9+JlKfqK91JQutKSpjBo/4/MUqYk3sG6907ZZ1JvOU\n3GeB5PTwEfIHzsBCoQyZSaSlvsAgyZMBMTNB7JJye0azf/pPJ9OdakmegRCRV8FM\niIg8IjnSG4itet6fvmDNn7wppd2m7X/saM+UbJWs88afndn2pWcozBsMVt5Pbj4M\nJy3IhcgAb08nAhU/pdY0+90fa4HBPjWyp5cSTt0OP0j9DUUKWCNFE4Csj/bWdWOs\ngkHVHA7XLnySwNcij9oRjhRaxRICD2XYs+2y7DJvtVudYOfWkKkCTug1L1YHuySK\nSJ7QEyffdnAXm7g8x8H7LbosD1W+L8Fb91WT9QIDAQABAoIBAAECJQLpcUqm4xfT\ny7Ioei1wdx8JLwvN4c6sj7AzyVHTxHAyuk0HzYIsBnT1uRqJj18Rhrcu7V1YLFtQ\nLYexusvKsi0TZ/J3BJlH8QU/4lsEUP/qzZ9gxo2nMSS+F+JTD0PJsDk0nETKMUXv\nrPGPpGduG5t7MmtzdNHa6iMmX1MBE5J477K5JmTL+hjX0CCQ6jINRQcMu29uAIMd\n4UvVwO9L4vrTLpVGMTaJlxmn2H2Y/mGy/9Glxo77zwB+zwlqTVo1+UUDYW0mmvw5\nOM8PdH21yWHhdjznmSUOwqUHV6GCK9sAwnFuu3xM0WopRXRVj5+XS/vS2Jvt29kV\nB+NjQtkCgYEA2EMSshQLznZGcaYBOjn+gdLBqw+0f2DCz/yRREObrvH2ZBRmU9mX\nGo12yElHeo4n7Ejpdz7R26FhrQO3rbb8TLAt3mMqY1Co6bI+57n8OB8tZfIBgiEu\nYoeoVid/TDrX7rfQcfr60TtxG12uMoQpZ6+zPvNd7UFI0bUOMGleuNMCgYEAwpmm\nyRj19kYJRGS+qQmnc1aa2ztG4irx7LkdKcvAT5b3C8i2dfdTMtRZ7p+XWdgbWInY\nw3+OaRNHSIppfbtPhU7oZDX2bEpcRa/OZz6NJf/JwWC+pddkFqRyNx06o6MbKNKJ\n8LLIWJzu/Mla+bipmwwCRRETX2z03d7B1fRlgxcCgYEAxkf5BD1M9eeLfvfteC1k\nJDPQTb8Ahyl4dKnlpuk1/Jjsh6YMjCScXkQF/GzzlHJyODpBlIuMbgrxO2iFKEj1\n2npOE/BoFNcHh/1dn6juj6ZGQYo5x84UcVJgDV35YTMyeDUgcODkxqHxel3SMY7r\nR53YgocwPy/0TBHtCIYTyvECgYAWG0hkLe67JGenGl7CazNXme4Lm6dIyCIlhz31\n4oydPgQglZOMwST1cEQrJHwYG8G3hClYxCPUcfk2F2s2elHlTfp+b9bnpGbpD7i9\n59A3EeDElA30XwyiudmzwyFHN589OvWqn1S9JE7N7r3kAoNZ9rpHSFJQE9uZXNXe\nTV4+zwKBgQDWhwUt0FLw9tfwjCZ3XpF9XFsUUfJVdG8b+84jFaBjO6W0UA6r1nDm\nCHuVkjemXIAcRz2ac5ZuOMPGK/mVhELJlQtxW4URa2P99KkUYuUDhIc2h14YLRyH\na9PAUk8k3BnMtR2Mc7B44KK0awjYxTO9hf99j99bwcMp0t1p0CCxDQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "c416150196514d0a8418d151dbd3ac1e", "name": "vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "fingerprint": "b6:54:8a:cd:c3:13:60:3c:72:18:10:b5:f0:d3:9a:94"}} 2018-08-21 02:57:57,000 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-9dadbd16-b6f6-401d-998c-86aa4c7925bf 2018-08-21 02:57:57,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.844029903412s 2018-08-21 02:57:57,001 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-9dadbd16-b6f6-401d-998c-86aa4c7925bf 2018-08-21 02:57:57,002 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZKEmf34mUp+or3UlC60pKmMGj/j8xSpiTewbr3TtlnUm85TcZ4Hk9PAR8gfOwEKhDJlJpKW+wCDJkwExM0HsknJ7RrN/+k8n051qSZ6BEJFXwUyIiDwiOdIbiK163p++YM2fvCml3abtf+xoz5Rslazzxp+d2falZyjMGwxW3k9uPgwnLciFyABvTycCFT+l1jT73R9rgcE+NbKnlxJO3Q4/SP0NRQpYI0UTgKyP9tZ1Y6yCQdUcDtcufJLA1yKP2hGOFFrFEgIPZdiz7bLsMm+1W51g59aQqQJO6DUvVge7JIpIntATJ992cBebuDzHwfstuiwPVb4vwVv3VZP1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEApGShJn9+JlKfqK91JQutKSpjBo/4/MUqYk3sG6907ZZ1JvOU\n3GeB5PTwEfIHzsBCoQyZSaSlvsAgyZMBMTNB7JJye0azf/pPJ9OdakmegRCRV8FM\niIg8IjnSG4itet6fvmDNn7wppd2m7X/saM+UbJWs88afndn2pWcozBsMVt5Pbj4M\nJy3IhcgAb08nAhU/pdY0+90fa4HBPjWyp5cSTt0OP0j9DUUKWCNFE4Csj/bWdWOs\ngkHVHA7XLnySwNcij9oRjhRaxRICD2XYs+2y7DJvtVudYOfWkKkCTug1L1YHuySK\nSJ7QEyffdnAXm7g8x8H7LbosD1W+L8Fb91WT9QIDAQABAoIBAAECJQLpcUqm4xfT\ny7Ioei1wdx8JLwvN4c6sj7AzyVHTxHAyuk0HzYIsBnT1uRqJj18Rhrcu7V1YLFtQ\nLYexusvKsi0TZ/J3BJlH8QU/4lsEUP/qzZ9gxo2nMSS+F+JTD0PJsDk0nETKMUXv\nrPGPpGduG5t7MmtzdNHa6iMmX1MBE5J477K5JmTL+hjX0CCQ6jINRQcMu29uAIMd\n4UvVwO9L4vrTLpVGMTaJlxmn2H2Y/mGy/9Glxo77zwB+zwlqTVo1+UUDYW0mmvw5\nOM8PdH21yWHhdjznmSUOwqUHV6GCK9sAwnFuu3xM0WopRXRVj5+XS/vS2Jvt29kV\nB+NjQtkCgYEA2EMSshQLznZGcaYBOjn+gdLBqw+0f2DCz/yRREObrvH2ZBRmU9mX\nGo12yElHeo4n7Ejpdz7R26FhrQO3rbb8TLAt3mMqY1Co6bI+57n8OB8tZfIBgiEu\nYoeoVid/TDrX7rfQcfr60TtxG12uMoQpZ6+zPvNd7UFI0bUOMGleuNMCgYEAwpmm\nyRj19kYJRGS+qQmnc1aa2ztG4irx7LkdKcvAT5b3C8i2dfdTMtRZ7p+XWdgbWInY\nw3+OaRNHSIppfbtPhU7oZDX2bEpcRa/OZz6NJf/JwWC+pddkFqRyNx06o6MbKNKJ\n8LLIWJzu/Mla+bipmwwCRRETX2z03d7B1fRlgxcCgYEAxkf5BD1M9eeLfvfteC1k\nJDPQTb8Ahyl4dKnlpuk1/Jjsh6YMjCScXkQF/GzzlHJyODpBlIuMbgrxO2iFKEj1\n2npOE/BoFNcHh/1dn6juj6ZGQYo5x84UcVJgDV35YTMyeDUgcODkxqHxel3SMY7r\nR53YgocwPy/0TBHtCIYTyvECgYAWG0hkLe67JGenGl7CazNXme4Lm6dIyCIlhz31\n4oydPgQglZOMwST1cEQrJHwYG8G3hClYxCPUcfk2F2s2elHlTfp+b9bnpGbpD7i9\n59A3EeDElA30XwyiudmzwyFHN589OvWqn1S9JE7N7r3kAoNZ9rpHSFJQE9uZXNXe\nTV4+zwKBgQDWhwUt0FLw9tfwjCZ3XpF9XFsUUfJVdG8b+84jFaBjO6W0UA6r1nDm\nCHuVkjemXIAcRz2ac5ZuOMPGK/mVhELJlQtxW4URa2P99KkUYuUDhIc2h14YLRyH\na9PAUk8k3BnMtR2Mc7B44KK0awjYxTO9hf99j99bwcMp0t1p0CCxDQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c416150196514d0a8418d151dbd3ac1e', 'name': u'vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'created_at': '2018-08-21T02:57:57.002176', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c979a8d5278e4ec0a70de3442d56ace9', 'name': 'vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b6:54:8a:cd:c3:13:60:3c:72:18:10:b5:f0:d3:9a:94', 'type': 'ssh', 'id': u'vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d'}) 2018-08-21 02:57:57,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-21 02:57:57,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/os-keypairs/vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 02:57:57,040 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 02:57:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cbbbc3f-0a1b-4764-9f7d-9e5b5ef887ad x-compute-request-id: req-2cbbbc3f-0a1b-4764-9f7d-9e5b5ef887ad Content-Length: 0 Content-Type: application/json 2018-08-21 02:57:57,040 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d used request id req-2cbbbc3f-0a1b-4764-9f7d-9e5b5ef887ad 2018-08-21 02:57:57,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0375170707703s 2018-08-21 02:57:57,040 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/vmtp_b5918f54-e2ca-40ee-bb82-a718fa40d59d used request id req-2cbbbc3f-0a1b-4764-9f7d-9e5b5ef887ad 2018-08-21 02:57:57,992 - 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-21 03:22:41,944 - 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-21 02:57:58,764 INFO Using http://172.30.9.44:5000/v3 2018-08-21 02:57:58,765 INFO VM public key: /tmp/tmpjTKoGF 2018-08-21 02:57:58,765 INFO VM private key: /tmp/tmp1EQx_A 2018-08-21 02:58:01,284 INFO Found image vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d to launch VM, will continue 2018-08-21 02:58:01,896 INFO Using external router: vmtp-router_b5918f54-e2ca-40ee-bb82-a718fa40d59d 2018-08-21 02:58:01,896 INFO Using external network: external. 2018-08-21 02:58:02,946 INFO Created internal network: pns-internal-net_b5918f54-e2ca-40ee-bb82-a718fa40d59d. 2018-08-21 02:58:03,611 INFO Created internal network: pns-internal-net2_b5918f54-e2ca-40ee-bb82-a718fa40d59d. 2018-08-21 02:58:05,422 DEBUG Ext router associated to pns-internal-net_b5918f54-e2ca-40ee-bb82-a718fa40d59d 2018-08-21 02:58:07,424 DEBUG Ext router associated to pns-internal-net2_b5918f54-e2ca-40ee-bb82-a718fa40d59d 2018-08-21 02:58:07,454 INFO OpenStack agent: Unknown agent 2018-08-21 02:58:07,454 INFO OpenStack network type: vxlan 2018-08-21 02:58:08,449 INFO [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Creating server VM... 2018-08-21 02:58:08,449 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-21 02:58:11,145 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 1 of 90... 2018-08-21 02:58:13,712 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 2 of 90... 2018-08-21 02:58:16,086 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 3 of 90... 2018-08-21 02:58:18,756 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 4 of 90... 2018-08-21 02:58:20,911 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 5 of 90... 2018-08-21 02:58:23,060 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 6 of 90... 2018-08-21 02:58:26,068 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 7 of 90... 2018-08-21 02:58:28,470 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 8 of 90... 2018-08-21 02:58:31,181 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 9 of 90... 2018-08-21 02:58:34,256 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 10 of 90... 2018-08-21 02:58:36,763 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 11 of 90... 2018-08-21 02:58:39,172 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 12 of 90... 2018-08-21 02:58:41,321 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 13 of 90... 2018-08-21 02:58:44,130 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 14 of 90... 2018-08-21 02:58:46,821 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 15 of 90... 2018-08-21 02:58:49,402 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 16 of 90... 2018-08-21 02:58:51,801 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 17 of 90... 2018-08-21 02:58:54,230 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 18 of 90... 2018-08-21 02:58:56,636 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 19 of 90... 2018-08-21 02:58:59,040 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 20 of 90... 2018-08-21 02:59:01,566 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 21 of 90... 2018-08-21 02:59:03,976 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 22 of 90... 2018-08-21 02:59:06,340 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 23 of 90... 2018-08-21 02:59:09,053 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 24 of 90... 2018-08-21 02:59:11,208 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 25 of 90... 2018-08-21 02:59:13,884 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 26 of 90... 2018-08-21 02:59:16,032 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 27 of 90... 2018-08-21 02:59:18,346 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 28 of 90... 2018-08-21 02:59:20,679 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 29 of 90... 2018-08-21 02:59:22,835 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 30 of 90... 2018-08-21 02:59:25,168 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 31 of 90... 2018-08-21 02:59:27,322 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 32 of 90... 2018-08-21 02:59:29,470 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 33 of 90... 2018-08-21 02:59:31,628 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 34 of 90... 2018-08-21 02:59:33,783 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 35 of 90... 2018-08-21 02:59:36,654 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 36 of 90... 2018-08-21 02:59:39,249 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 37 of 90... 2018-08-21 02:59:41,699 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 38 of 90... 2018-08-21 02:59:45,941 INFO [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Internal network IP: 192.168.1.3 2018-08-21 02:59:45,942 INFO [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] SSH IP: 172.30.9.201 2018-08-21 02:59:45,942 INFO [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Setup SSH for ubuntu@172.30.9.201 2018-08-21 03:01:21,451 INFO [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Installing nuttcp-8.1.4... 2018-08-21 03:01:21,495 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Copying nuttcp-8.1.4 to target... 2018-08-21 03:01:21,714 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Starting nuttcp-8.1.4 server... 2018-08-21 03:01:21,759 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] 2018-08-21 03:01:21,805 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Creating client VM... 2018-08-21 03:01:21,806 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-21 03:01:24,526 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 1 of 90... 2018-08-21 03:01:26,642 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 2 of 90... 2018-08-21 03:01:29,038 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 3 of 90... 2018-08-21 03:01:31,460 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 4 of 90... 2018-08-21 03:01:33,878 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] VM status=BUILD, retrying 5 of 90... 2018-08-21 03:01:38,180 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Internal network IP: 192.168.1.20 2018-08-21 03:01:38,180 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] SSH IP: 172.30.9.210 2018-08-21 03:01:38,181 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Setup SSH for ubuntu@172.30.9.210 2018-08-21 03:03:15,669 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Installing nuttcp-8.1.4... 2018-08-21 03:03:15,711 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Copying nuttcp-8.1.4 to target... 2018-08-21 03:03:15,939 INFO ============================================================ 2018-08-21 03:03:15,939 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-21 03:03:24,982 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.768 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.205 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.105 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.097 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.131 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.159 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.195 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.211 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.123 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.280 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.097/0.227/0.768/0.188 ms 2018-08-21 03:03:34,054 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.186 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.091 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.105 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.227 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.132 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.299 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.117 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.152 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.273 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.190 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.091/0.177/0.299/0.068 ms 2018-08-21 03:03:43,123 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.631 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.198 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.201 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.327 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.146 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.219 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.169 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.136 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.220 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.306 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.136/0.255/0.631/0.138 ms 2018-08-21 03:03:43,123 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Measuring TCP Throughput (packet size=65536)... 2018-08-21 03:03:43,124 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:03:53,225 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=18485.9375 real_seconds=10.00 rate_Mbps=15504.0632 tx_cpu=36 rx_cpu=56 retrans=0 cwnd=3137 rtt_ms=0.46 2018-08-21 03:03:53,228 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:03,326 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=20070.5000 real_seconds=10.00 rate_Mbps=16834.4618 tx_cpu=37 rx_cpu=55 retrans=0 cwnd=3137 rtt_ms=0.20 2018-08-21 03:04:03,326 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:13,424 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=18687.7500 real_seconds=10.00 rate_Mbps=15674.7453 tx_cpu=35 rx_cpu=54 retrans=0 cwnd=3135 rtt_ms=0.30 2018-08-21 03:04:13,424 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Measuring UDP Throughput (packet size=128)... 2018-08-21 03:04:13,424 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:16,753 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=28.4698 real_seconds=1.00 rate_Mbps=238.6458 tx_cpu=18 rx_cpu=36 drop=0 pkt=233225 data_loss=0.00000 2018-08-21 03:04:16,755 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=1<244373/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:04:16,756 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R733119K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:20,084 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=27.5828 real_seconds=1.00 rate_Mbps=230.9348 tx_cpu=18 rx_cpu=39 drop=0 pkt=225958 data_loss=0.00000 2018-08-21 03:04:20,084 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=1<236477/733119<733119 Kbps loss-rate=0 2018-08-21 03:04:20,085 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R484798K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:23,411 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=28.9318 real_seconds=1.00 rate_Mbps=242.3845 tx_cpu=19 rx_cpu=32 drop=397 pkt=237407 data_loss=0.16736 2018-08-21 03:04:23,411 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=1<248201/484798<484798 Kbps loss-rate=0 2018-08-21 03:04:23,412 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R366499K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:26,737 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=29.1412 real_seconds=1.00 rate_Mbps=244.0096 tx_cpu=19 rx_cpu=34 drop=231 pkt=238956 data_loss=0.09668 2018-08-21 03:04:26,738 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=1<249865/366499<366499 Kbps loss-rate=0 2018-08-21 03:04:26,738 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R308182K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:30,064 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=28.1558 real_seconds=1.00 rate_Mbps=235.8181 tx_cpu=21 rx_cpu=38 drop=0 pkt=230652 data_loss=0.00000 2018-08-21 03:04:30,064 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=1<241477/308182<308182 Kbps loss-rate=0 2018-08-21 03:04:30,065 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R274829K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:33,392 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=24.3475 real_seconds=1.00 rate_Mbps=203.8483 tx_cpu=22 rx_cpu=35 drop=55 pkt=199510 data_loss=0.02751 2018-08-21 03:04:33,393 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=1<208740/274829<274829 Kbps loss-rate=0 2018-08-21 03:04:33,393 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R241784K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:36,745 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=24.3960 real_seconds=1.00 rate_Mbps=204.2795 tx_cpu=17 rx_cpu=35 drop=334 pkt=200186 data_loss=0.16696 2018-08-21 03:04:36,745 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=1<209182/241784<241784 Kbps loss-rate=0 2018-08-21 03:04:36,746 DEBUG undershot, min=209182 kbps=225483 max=241784 2018-08-21 03:04:36,746 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R225483K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:40,071 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=25.8771 real_seconds=1.00 rate_Mbps=216.6268 tx_cpu=40 rx_cpu=35 drop=0 pkt=211985 data_loss=0.00000 2018-08-21 03:04:40,071 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=209182<221825/225483<241784 Kbps loss-rate=0 2018-08-21 03:04:40,072 DEBUG undershot, min=221825 kbps=231804 max=241784 2018-08-21 03:04:40,072 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R231804K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:43,423 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=21.2054 real_seconds=1.00 rate_Mbps=177.5119 tx_cpu=15 rx_cpu=31 drop=131 pkt=173846 data_loss=0.07540 2018-08-21 03:04:43,423 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=128 throughput=221825<181772/231804<241784 Kbps loss-rate=0 2018-08-21 03:04:43,424 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Measuring UDP Throughput (packet size=1024)... 2018-08-21 03:04:43,424 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:46,748 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=197.5576 real_seconds=1.00 rate_Mbps=1656.1172 tx_cpu=26 rx_cpu=33 drop=1180 pkt=203479 data_loss=0.57994 2018-08-21 03:04:46,748 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=1024 throughput=1<1695864/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:04:46,749 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3347932K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:50,077 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=208.7939 real_seconds=1.00 rate_Mbps=1750.2584 tx_cpu=28 rx_cpu=36 drop=0 pkt=213805 data_loss=0.00000 2018-08-21 03:04:50,077 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=1024 throughput=1<1792264/3347932<3347932 Kbps loss-rate=0 2018-08-21 03:04:50,077 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2570098K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:53,404 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=205.7705 real_seconds=1.00 rate_Mbps=1725.5259 tx_cpu=32 rx_cpu=37 drop=0 pkt=210709 data_loss=0.00000 2018-08-21 03:04:53,404 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=1024 throughput=1<1766938/2570098<2570098 Kbps loss-rate=0 2018-08-21 03:04:53,405 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2168518K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:04:56,757 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=223.7012 real_seconds=1.00 rate_Mbps=1875.7405 tx_cpu=32 rx_cpu=40 drop=0 pkt=229070 data_loss=0.00000 2018-08-21 03:04:56,757 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=1024 throughput=1<1920758/2168518<2168518 Kbps loss-rate=0 2018-08-21 03:04:56,757 DEBUG undershot, min=1920758 kbps=2044638 max=2168518 2018-08-21 03:04:56,758 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2044638K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:05:00,084 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=207.1904 real_seconds=1.00 rate_Mbps=1736.4903 tx_cpu=30 rx_cpu=34 drop=0 pkt=212163 data_loss=0.00000 2018-08-21 03:05:00,084 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=1024 throughput=1920758<1778166/2044638<2168518 Kbps loss-rate=0 2018-08-21 03:05:00,085 DEBUG undershot, min=2044638 kbps=2106578 max=2168518 2018-08-21 03:05:00,085 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2106578K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:05:03,408 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=220.8887 real_seconds=1.00 rate_Mbps=1850.9735 tx_cpu=30 rx_cpu=38 drop=158 pkt=226348 data_loss=0.06981 2018-08-21 03:05:03,408 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=1024 throughput=2044638<1895396/2106578<2168518 Kbps loss-rate=0 2018-08-21 03:05:03,409 DEBUG undershot, min=2106578 kbps=2137548 max=2168518 2018-08-21 03:05:03,409 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Measuring UDP Throughput (packet size=8192)... 2018-08-21 03:05:03,409 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:05:06,760 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=595.1953 real_seconds=1.00 rate_Mbps=4993.1647 tx_cpu=99 rx_cpu=22 drop=109 pkt=76294 data_loss=0.14287 2018-08-21 03:05:06,761 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=8192 throughput=1<5113000/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:05:06,761 DEBUG undershot, min=5113000 kbps=7556500 max=10000000 2018-08-21 03:05:06,761 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7556500K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:05:10,088 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=897.9766 real_seconds=1.00 rate_Mbps=7532.8638 tx_cpu=99 rx_cpu=31 drop=362 pkt=115303 data_loss=0.31395 2018-08-21 03:05:10,089 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=8192 throughput=5113000<7713652/7556500<10000000 Kbps loss-rate=0 2018-08-21 03:05:10,089 DEBUG undershot, min=7713652 kbps=8856826 max=10000000 2018-08-21 03:05:10,089 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8856826K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:05:13,416 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=1055.2031 real_seconds=1.00 rate_Mbps=8852.7389 tx_cpu=98 rx_cpu=30 drop=78 pkt=135144 data_loss=0.05772 2018-08-21 03:05:13,417 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=8192 throughput=7713652<9065204/8856826<10000000 Kbps loss-rate=0 2018-08-21 03:05:13,417 DEBUG undershot, min=9065204 kbps=9532602 max=10000000 2018-08-21 03:05:13,417 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9532602K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:05:16,768 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] megabytes=1135.1875 real_seconds=1.00 rate_Mbps=9522.8524 tx_cpu=93 rx_cpu=36 drop=152 pkt=145456 data_loss=0.10450 2018-08-21 03:05:16,768 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] pkt-size=8192 throughput=9065204<9751400/9532602<10000000 Kbps loss-rate=0 2018-08-21 03:05:16,768 DEBUG undershot, min=9751400 kbps=9875700 max=10000000 2018-08-21 03:05:16,779 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.20', 'ip_to': u'192.168.1.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.46, 'throughput_kbps': 15876160, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.2, 'throughput_kbps': 17238488, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.3, 'throughput_kbps': 16050939, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.08, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 181772, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.07, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1895396, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.1, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9751400, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.227', 'rtt_max_ms': '0.768', 'rtt_min_ms': '0.097', 'rtt_stddev': '0.188', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.177', 'rtt_max_ms': '0.299', 'rtt_min_ms': '0.091', 'rtt_stddev': '0.068', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.255', 'rtt_max_ms': '0.631', 'rtt_min_ms': '0.136', 'rtt_stddev': '0.138', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-21 03:05:16,780 INFO Deleting floating ip 789c60d0-e527-4a47-ab90-b09f17652685 2018-08-21 03:05:18,149 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Floating IP 172.30.9.210 deleted 2018-08-21 03:05:18,565 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Instance deleted 2018-08-21 03:05:18,597 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Creating client VM... 2018-08-21 03:05:18,597 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-21 03:05:21,631 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] VM status=BUILD, retrying 1 of 90... 2018-08-21 03:05:23,967 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] VM status=BUILD, retrying 2 of 90... 2018-08-21 03:05:26,592 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] VM status=BUILD, retrying 3 of 90... 2018-08-21 03:05:29,428 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] VM status=BUILD, retrying 4 of 90... 2018-08-21 03:05:31,669 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] VM status=BUILD, retrying 5 of 90... 2018-08-21 03:05:34,553 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] VM status=BUILD, retrying 6 of 90... 2018-08-21 03:05:40,069 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Internal network IP: 192.168.2.8 2018-08-21 03:05:40,069 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] SSH IP: 172.30.9.202 2018-08-21 03:05:40,069 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Setup SSH for ubuntu@172.30.9.202 2018-08-21 03:07:15,544 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Installing nuttcp-8.1.4... 2018-08-21 03:07:15,588 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Copying nuttcp-8.1.4 to target... 2018-08-21 03:07:15,719 INFO ============================================================ 2018-08-21 03:07:15,719 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-21 03:07:24,763 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.745 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.311 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.140 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.104 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.122 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.376 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.229 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.207 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.232 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.151 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.104/0.261/0.745/0.181 ms 2018-08-21 03:07:33,806 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.113 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.173 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.164 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.126 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.120 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.434 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.164 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.140 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.119 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.137 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.113/0.169/0.434/0.090 ms 2018-08-21 03:07:42,846 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.372 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.171 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.157 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.137 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.354 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.185 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.137 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.120 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.104 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.128 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.104/0.186/0.372/0.092 ms 2018-08-21 03:07:42,847 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring TCP Throughput (packet size=65536)... 2018-08-21 03:07:42,848 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:07:52,947 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=19595.1250 real_seconds=10.00 rate_Mbps=16436.2345 tx_cpu=35 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.19 2018-08-21 03:07:52,948 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:03,049 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=18558.1875 real_seconds=10.00 rate_Mbps=15564.8503 tx_cpu=34 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.80 2018-08-21 03:08:03,049 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:13,147 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=18608.5625 real_seconds=10.00 rate_Mbps=15608.1550 tx_cpu=34 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.31 2018-08-21 03:08:13,147 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring UDP Throughput (packet size=128)... 2018-08-21 03:08:13,148 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:16,473 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=26.0846 real_seconds=1.00 rate_Mbps=218.9722 tx_cpu=18 rx_cpu=33 drop=82 pkt=213767 data_loss=0.03832 2018-08-21 03:08:16,473 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<224227/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:08:16,474 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R672681K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:19,799 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=25.7626 real_seconds=1.00 rate_Mbps=215.7434 tx_cpu=20 rx_cpu=34 drop=120 pkt=211167 data_loss=0.05664 2018-08-21 03:08:19,800 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<220921/672681<672681 Kbps loss-rate=0 2018-08-21 03:08:19,800 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R446801K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:23,124 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=28.5865 real_seconds=1.00 rate_Mbps=239.3999 tx_cpu=19 rx_cpu=34 drop=0 pkt=234181 data_loss=0.00000 2018-08-21 03:08:23,124 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<245145/446801<446801 Kbps loss-rate=0 2018-08-21 03:08:23,125 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R345973K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:26,454 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=26.1044 real_seconds=1.00 rate_Mbps=218.6843 tx_cpu=22 rx_cpu=33 drop=15 pkt=213862 data_loss=0.00689 2018-08-21 03:08:26,454 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<223932/345973<345973 Kbps loss-rate=0 2018-08-21 03:08:26,454 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R284952K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:29,781 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=28.8787 real_seconds=1.00 rate_Mbps=241.8554 tx_cpu=19 rx_cpu=33 drop=211 pkt=236786 data_loss=0.08926 2018-08-21 03:08:29,781 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<247659/284952<284952 Kbps loss-rate=0 2018-08-21 03:08:29,782 DEBUG undershot, min=247659 kbps=266305 max=284952 2018-08-21 03:08:29,782 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R266305K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:33,108 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=28.5073 real_seconds=1.00 rate_Mbps=238.7714 tx_cpu=21 rx_cpu=38 drop=0 pkt=233532 data_loss=0.00000 2018-08-21 03:08:33,108 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=247659<244501/266305<284952 Kbps loss-rate=0 2018-08-21 03:08:33,108 DEBUG undershot, min=266305 kbps=275628 max=284952 2018-08-21 03:08:33,109 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R275628K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:36,459 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=26.1536 real_seconds=1.00 rate_Mbps=219.0181 tx_cpu=16 rx_cpu=32 drop=0 pkt=214250 data_loss=0.00000 2018-08-21 03:08:36,460 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=266305<224274/275628<284952 Kbps loss-rate=0 2018-08-21 03:08:36,460 DEBUG undershot, min=275628 kbps=280290 max=284952 2018-08-21 03:08:36,460 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring UDP Throughput (packet size=1024)... 2018-08-21 03:08:36,461 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:39,788 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=225.2852 real_seconds=1.00 rate_Mbps=1888.1673 tx_cpu=30 rx_cpu=42 drop=9 pkt=230701 data_loss=0.00386 2018-08-21 03:08:39,788 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<1933483/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:08:39,789 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3466741K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:43,116 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=217.1064 real_seconds=1.00 rate_Mbps=1820.5964 tx_cpu=35 rx_cpu=40 drop=0 pkt=222317 data_loss=0.00000 2018-08-21 03:08:43,117 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<1864290/3466741<3466741 Kbps loss-rate=0 2018-08-21 03:08:43,117 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2665515K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:46,470 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=222.5449 real_seconds=1.00 rate_Mbps=1865.8868 tx_cpu=34 rx_cpu=40 drop=173 pkt=228059 data_loss=0.07588 2018-08-21 03:08:46,470 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<1910668/2665515<2665515 Kbps loss-rate=0 2018-08-21 03:08:46,471 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2288091K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:49,796 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=221.8154 real_seconds=1.00 rate_Mbps=1859.9025 tx_cpu=30 rx_cpu=41 drop=0 pkt=227139 data_loss=0.00000 2018-08-21 03:08:49,797 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<1904540/2288091<2288091 Kbps loss-rate=0 2018-08-21 03:08:49,797 DEBUG undershot, min=1904540 kbps=2096315 max=2288091 2018-08-21 03:08:49,798 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2096315K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:53,149 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=223.3457 real_seconds=1.00 rate_Mbps=1871.2766 tx_cpu=30 rx_cpu=36 drop=410 pkt=229116 data_loss=0.17895 2018-08-21 03:08:53,150 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1904540<1916187/2096315<2288091 Kbps loss-rate=0 2018-08-21 03:08:53,150 DEBUG undershot, min=1916187 kbps=2102139 max=2288091 2018-08-21 03:08:53,150 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2102139K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:56,503 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=197.0205 real_seconds=1.00 rate_Mbps=1651.0042 tx_cpu=25 rx_cpu=35 drop=0 pkt=201749 data_loss=0.00000 2018-08-21 03:08:56,503 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1916187<1690628/2102139<2288091 Kbps loss-rate=0 2018-08-21 03:08:56,503 DEBUG undershot, min=2102139 kbps=2195115 max=2288091 2018-08-21 03:08:56,504 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2195115K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:08:59,830 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=206.2041 real_seconds=1.00 rate_Mbps=1728.3827 tx_cpu=28 rx_cpu=37 drop=0 pkt=211153 data_loss=0.00000 2018-08-21 03:08:59,831 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=2102139<1769863/2195115<2288091 Kbps loss-rate=0 2018-08-21 03:08:59,831 DEBUG undershot, min=2195115 kbps=2241603 max=2288091 2018-08-21 03:08:59,831 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring UDP Throughput (packet size=8192)... 2018-08-21 03:08:59,832 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:09:03,156 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=595.4531 real_seconds=1.00 rate_Mbps=4995.1028 tx_cpu=99 rx_cpu=23 drop=75 pkt=76293 data_loss=0.09832 2018-08-21 03:09:03,157 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=1<5114985/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:09:03,157 DEBUG undershot, min=5114985 kbps=7557492 max=10000000 2018-08-21 03:09:03,157 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7557492K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:09:06,483 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=900.0156 real_seconds=1.00 rate_Mbps=7550.7466 tx_cpu=99 rx_cpu=32 drop=116 pkt=115318 data_loss=0.10060 2018-08-21 03:09:06,484 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=5114985<7731964/7557492<10000000 Kbps loss-rate=0 2018-08-21 03:09:06,484 DEBUG undershot, min=7731964 kbps=8865982 max=10000000 2018-08-21 03:09:06,485 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8865982K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:09:09,808 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=1056.1484 real_seconds=1.00 rate_Mbps=8859.7570 tx_cpu=96 rx_cpu=36 drop=97 pkt=135284 data_loss=0.07170 2018-08-21 03:09:09,809 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=7731964<9072391/8865982<10000000 Kbps loss-rate=0 2018-08-21 03:09:09,809 DEBUG undershot, min=9072391 kbps=9536195 max=10000000 2018-08-21 03:09:09,809 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9536195K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:09:13,161 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=1136.7266 real_seconds=1.00 rate_Mbps=9521.7185 tx_cpu=93 rx_cpu=37 drop=10 pkt=145511 data_loss=0.00687 2018-08-21 03:09:13,161 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=9072391<9750239/9536195<10000000 Kbps loss-rate=0 2018-08-21 03:09:13,161 DEBUG undershot, min=9750239 kbps=9875119 max=10000000 2018-08-21 03:09:13,172 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.8', 'ip_to': u'192.168.1.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.19, 'throughput_kbps': 16830704, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.8, 'throughput_kbps': 15938406, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.31, 'throughput_kbps': 15982750, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 224274, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1769863, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.01, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9750239, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.261', 'rtt_max_ms': '0.745', 'rtt_min_ms': '0.104', 'rtt_stddev': '0.181', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.169', 'rtt_max_ms': '0.434', 'rtt_min_ms': '0.113', 'rtt_stddev': '0.090', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.186', 'rtt_max_ms': '0.372', 'rtt_min_ms': '0.104', 'rtt_stddev': '0.092', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-21 03:09:13,174 INFO ============================================================ 2018-08-21 03:09:13,174 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-21 03:09:22,242 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] PING 172.30.9.201 (172.30.9.201) 64(92) bytes of data. 72 bytes from 172.30.9.201: icmp_seq=1 ttl=64 time=0.385 ms 72 bytes from 172.30.9.201: icmp_seq=2 ttl=64 time=0.204 ms 72 bytes from 172.30.9.201: icmp_seq=3 ttl=64 time=0.263 ms 72 bytes from 172.30.9.201: icmp_seq=4 ttl=64 time=0.433 ms 72 bytes from 172.30.9.201: icmp_seq=5 ttl=64 time=0.124 ms 72 bytes from 172.30.9.201: icmp_seq=6 ttl=64 time=0.177 ms 72 bytes from 172.30.9.201: icmp_seq=7 ttl=64 time=0.131 ms 72 bytes from 172.30.9.201: icmp_seq=8 ttl=64 time=0.284 ms 72 bytes from 172.30.9.201: icmp_seq=9 ttl=64 time=0.321 ms 72 bytes from 172.30.9.201: icmp_seq=10 ttl=64 time=0.379 ms --- 172.30.9.201 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.124/0.270/0.433/0.104 ms 2018-08-21 03:09:31,286 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] PING 172.30.9.201 (172.30.9.201) 391(419) bytes of data. 399 bytes from 172.30.9.201: icmp_seq=1 ttl=64 time=0.167 ms 399 bytes from 172.30.9.201: icmp_seq=2 ttl=64 time=0.221 ms 399 bytes from 172.30.9.201: icmp_seq=3 ttl=64 time=0.108 ms 399 bytes from 172.30.9.201: icmp_seq=4 ttl=64 time=0.142 ms 399 bytes from 172.30.9.201: icmp_seq=5 ttl=64 time=0.368 ms 399 bytes from 172.30.9.201: icmp_seq=6 ttl=64 time=0.134 ms 399 bytes from 172.30.9.201: icmp_seq=7 ttl=64 time=0.215 ms 399 bytes from 172.30.9.201: icmp_seq=8 ttl=64 time=0.205 ms 399 bytes from 172.30.9.201: icmp_seq=9 ttl=64 time=0.350 ms 399 bytes from 172.30.9.201: icmp_seq=10 ttl=64 time=0.294 ms --- 172.30.9.201 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.108/0.220/0.368/0.086 ms 2018-08-21 03:09:40,330 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] PING 172.30.9.201 (172.30.9.201) 1500(1528) bytes of data. 1508 bytes from 172.30.9.201: icmp_seq=1 ttl=64 time=0.600 ms 1508 bytes from 172.30.9.201: icmp_seq=2 ttl=64 time=0.216 ms 1508 bytes from 172.30.9.201: icmp_seq=3 ttl=64 time=0.173 ms 1508 bytes from 172.30.9.201: icmp_seq=4 ttl=64 time=0.318 ms 1508 bytes from 172.30.9.201: icmp_seq=5 ttl=64 time=0.333 ms 1508 bytes from 172.30.9.201: icmp_seq=6 ttl=64 time=0.341 ms 1508 bytes from 172.30.9.201: icmp_seq=7 ttl=64 time=0.239 ms 1508 bytes from 172.30.9.201: icmp_seq=8 ttl=64 time=0.407 ms 1508 bytes from 172.30.9.201: icmp_seq=9 ttl=64 time=0.268 ms 1508 bytes from 172.30.9.201: icmp_seq=10 ttl=64 time=0.349 ms --- 172.30.9.201 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.173/0.324/0.600/0.114 ms 2018-08-21 03:09:40,331 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring TCP Throughput (packet size=65536)... 2018-08-21 03:09:40,331 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:09:50,431 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=21111.5718 real_seconds=10.00 rate_Mbps=17708.2074 tx_cpu=40 rx_cpu=56 retrans=0 cwnd=3137 rtt_ms=0.48 2018-08-21 03:09:50,431 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:00,530 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=18761.5093 real_seconds=10.00 rate_Mbps=15736.5244 tx_cpu=36 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.26 2018-08-21 03:10:00,530 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:10,629 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=19041.3209 real_seconds=10.00 rate_Mbps=15971.2593 tx_cpu=34 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.18 2018-08-21 03:10:10,630 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring UDP Throughput (packet size=128)... 2018-08-21 03:10:10,630 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:13,955 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=30.4497 real_seconds=1.00 rate_Mbps=255.4846 tx_cpu=19 rx_cpu=34 drop=74 pkt=249518 data_loss=0.02955 2018-08-21 03:10:13,955 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<261616/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:10:13,955 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R784848K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:17,282 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=32.5417 real_seconds=1.00 rate_Mbps=272.6343 tx_cpu=24 rx_cpu=36 drop=138 pkt=266719 data_loss=0.05160 2018-08-21 03:10:17,282 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<279177/784848<784848 Kbps loss-rate=0 2018-08-21 03:10:17,283 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R532012K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:20,633 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=29.6252 real_seconds=1.00 rate_Mbps=248.1379 tx_cpu=24 rx_cpu=38 drop=0 pkt=242690 data_loss=0.00000 2018-08-21 03:10:20,634 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<254093/532012<532012 Kbps loss-rate=0 2018-08-21 03:10:20,634 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R393052K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:23,985 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=29.6874 real_seconds=1.00 rate_Mbps=248.6975 tx_cpu=19 rx_cpu=37 drop=2 pkt=243201 data_loss=0.00067 2018-08-21 03:10:23,985 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<254666/393052<393052 Kbps loss-rate=0 2018-08-21 03:10:23,986 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R323859K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:27,311 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=29.3756 real_seconds=1.00 rate_Mbps=246.0892 tx_cpu=20 rx_cpu=39 drop=218 pkt=240863 data_loss=0.09047 2018-08-21 03:10:27,312 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<251995/323859<323859 Kbps loss-rate=0 2018-08-21 03:10:27,312 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R287927K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:30,639 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=27.6633 real_seconds=1.00 rate_Mbps=231.7095 tx_cpu=24 rx_cpu=34 drop=30 pkt=226648 data_loss=0.01337 2018-08-21 03:10:30,639 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=1<237270/287927<287927 Kbps loss-rate=0 2018-08-21 03:10:30,639 DEBUG undershot, min=237270 kbps=262598 max=287927 2018-08-21 03:10:30,640 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R262598K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:33,990 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=28.1886 real_seconds=1.00 rate_Mbps=236.0943 tx_cpu=25 rx_cpu=35 drop=0 pkt=230921 data_loss=0.00000 2018-08-21 03:10:33,990 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=237270<241760/262598<287927 Kbps loss-rate=0 2018-08-21 03:10:33,990 DEBUG undershot, min=241760 kbps=264843 max=287927 2018-08-21 03:10:33,991 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R264843K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:37,315 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=29.8783 real_seconds=1.00 rate_Mbps=250.2412 tx_cpu=21 rx_cpu=38 drop=10 pkt=244773 data_loss=0.00402 2018-08-21 03:10:37,316 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=241760<256246/264843<287927 Kbps loss-rate=0 2018-08-21 03:10:37,316 DEBUG undershot, min=256246 kbps=272086 max=287927 2018-08-21 03:10:37,316 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R272086K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:40,667 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=29.7767 real_seconds=1.00 rate_Mbps=249.4324 tx_cpu=23 rx_cpu=39 drop=0 pkt=243931 data_loss=0.00000 2018-08-21 03:10:40,668 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=256246<255418/272086<287927 Kbps loss-rate=0 2018-08-21 03:10:40,668 DEBUG undershot, min=272086 kbps=280006 max=287927 2018-08-21 03:10:40,668 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R280006K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:44,019 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=28.7974 real_seconds=1.00 rate_Mbps=241.1993 tx_cpu=20 rx_cpu=38 drop=0 pkt=235908 data_loss=0.00000 2018-08-21 03:10:44,020 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=128 throughput=272086<246988/280006<287927 Kbps loss-rate=0 2018-08-21 03:10:44,020 DEBUG undershot, min=280006 kbps=283966 max=287927 2018-08-21 03:10:44,020 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring UDP Throughput (packet size=1024)... 2018-08-21 03:10:44,021 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:47,373 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=250.6875 real_seconds=1.00 rate_Mbps=2101.8724 tx_cpu=33 rx_cpu=37 drop=0 pkt=256704 data_loss=0.00000 2018-08-21 03:10:47,373 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<2152317/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:10:47,374 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3576158K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:50,700 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=230.0938 real_seconds=1.00 rate_Mbps=1928.9337 tx_cpu=34 rx_cpu=38 drop=0 pkt=235616 data_loss=0.00000 2018-08-21 03:10:50,701 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<1975228/3576158<3576158 Kbps loss-rate=0 2018-08-21 03:10:50,701 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2775693K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:54,027 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=213.4639 real_seconds=1.00 rate_Mbps=1788.9044 tx_cpu=39 rx_cpu=37 drop=29 pkt=218616 data_loss=0.01326 2018-08-21 03:10:54,028 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<1831838/2775693<2775693 Kbps loss-rate=0 2018-08-21 03:10:54,028 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2303765K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:10:57,355 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=226.2285 real_seconds=1.00 rate_Mbps=1895.5549 tx_cpu=32 rx_cpu=37 drop=0 pkt=231658 data_loss=0.00000 2018-08-21 03:10:57,356 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1<1941048/2303765<2303765 Kbps loss-rate=0 2018-08-21 03:10:57,356 DEBUG undershot, min=1941048 kbps=2122406 max=2303765 2018-08-21 03:10:57,356 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2122406K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:00,708 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=224.2705 real_seconds=1.00 rate_Mbps=1880.2926 tx_cpu=34 rx_cpu=38 drop=0 pkt=229653 data_loss=0.00000 2018-08-21 03:11:00,709 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=1941048<1925419/2122406<2303765 Kbps loss-rate=0 2018-08-21 03:11:00,709 DEBUG undershot, min=2122406 kbps=2213085 max=2303765 2018-08-21 03:11:00,710 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2213085K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:04,061 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=217.4609 real_seconds=1.00 rate_Mbps=1822.6872 tx_cpu=29 rx_cpu=39 drop=29 pkt=222709 data_loss=0.01306 2018-08-21 03:11:04,061 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=1024 throughput=2122406<1866431/2213085<2303765 Kbps loss-rate=0 2018-08-21 03:11:04,061 DEBUG undershot, min=2213085 kbps=2258425 max=2303765 2018-08-21 03:11:04,062 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Measuring UDP Throughput (packet size=8192)... 2018-08-21 03:11:04,062 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:07,387 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=595.7266 real_seconds=1.00 rate_Mbps=4997.4216 tx_cpu=99 rx_cpu=23 drop=41 pkt=76294 data_loss=0.05374 2018-08-21 03:11:07,388 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=1<5117359/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:11:07,388 DEBUG undershot, min=5117359 kbps=7558679 max=10000000 2018-08-21 03:11:07,388 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7558679K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:10,739 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=899.1875 real_seconds=1.00 rate_Mbps=7543.3841 tx_cpu=99 rx_cpu=30 drop=242 pkt=115338 data_loss=0.20982 2018-08-21 03:11:10,740 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=5117359<7724425/7558679<10000000 Kbps loss-rate=0 2018-08-21 03:11:10,740 DEBUG undershot, min=7724425 kbps=8862212 max=10000000 2018-08-21 03:11:10,740 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8862212K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:14,092 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=980.4375 real_seconds=1.00 rate_Mbps=8214.7960 tx_cpu=59 rx_cpu=33 drop=48 pkt=125544 data_loss=0.03823 2018-08-21 03:11:14,093 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=7724425<8411951/8862212<10000000 Kbps loss-rate=0 2018-08-21 03:11:14,093 DEBUG undershot, min=8411951 kbps=9205975 max=10000000 2018-08-21 03:11:14,093 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9205975K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:17,445 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=992.3984 real_seconds=1.00 rate_Mbps=8314.7474 tx_cpu=26 rx_cpu=31 drop=32 pkt=127059 data_loss=0.02519 2018-08-21 03:11:17,446 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=8411951<8514301/9205975<10000000 Kbps loss-rate=0 2018-08-21 03:11:17,446 DEBUG undershot, min=8514301 kbps=9257150 max=10000000 2018-08-21 03:11:17,446 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9257150K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:20,772 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=1059.0469 real_seconds=1.00 rate_Mbps=8875.3644 tx_cpu=73 rx_cpu=33 drop=120 pkt=135678 data_loss=0.08844 2018-08-21 03:11:20,773 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=8514301<9088373/9257150<10000000 Kbps loss-rate=0 2018-08-21 03:11:20,773 DEBUG undershot, min=9088373 kbps=9544186 max=10000000 2018-08-21 03:11:20,773 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9544186K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:11:24,099 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] megabytes=1137.0781 real_seconds=1.00 rate_Mbps=9526.0236 tx_cpu=88 rx_cpu=35 drop=72 pkt=145618 data_loss=0.04944 2018-08-21 03:11:24,100 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] pkt-size=8192 throughput=9088373<9754648/9544186<10000000 Kbps loss-rate=0 2018-08-21 03:11:24,100 DEBUG undershot, min=9754648 kbps=9877324 max=10000000 2018-08-21 03:11:24,111 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.8', 'ip_to': u'172.30.9.201', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.48, 'throughput_kbps': 18133204, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.26, 'throughput_kbps': 16114200, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.18, 'throughput_kbps': 16354569, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 246988, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.01, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1866431, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9754648, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.270', 'rtt_max_ms': '0.433', 'rtt_min_ms': '0.124', 'rtt_stddev': '0.104', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.220', 'rtt_max_ms': '0.368', 'rtt_min_ms': '0.108', 'rtt_stddev': '0.086', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.324', 'rtt_max_ms': '0.600', 'rtt_min_ms': '0.173', 'rtt_stddev': '0.114', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-21 03:11:24,112 INFO Deleting floating ip 6918b402-c168-4633-8ba1-56b95c5760ab 2018-08-21 03:11:25,505 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Floating IP 172.30.9.202 deleted 2018-08-21 03:11:25,958 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d2] Instance deleted 2018-08-21 03:11:26,072 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Creating client VM... 2018-08-21 03:11:26,072 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-21 03:11:28,937 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 1 of 90... 2018-08-21 03:11:31,751 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 2 of 90... 2018-08-21 03:11:34,198 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 3 of 90... 2018-08-21 03:11:36,793 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 4 of 90... 2018-08-21 03:11:39,454 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 5 of 90... 2018-08-21 03:11:41,980 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 6 of 90... 2018-08-21 03:11:44,133 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 7 of 90... 2018-08-21 03:11:46,453 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 8 of 90... 2018-08-21 03:11:49,339 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 9 of 90... 2018-08-21 03:11:51,992 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 10 of 90... 2018-08-21 03:11:54,566 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 11 of 90... 2018-08-21 03:11:56,715 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 12 of 90... 2018-08-21 03:11:59,320 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 13 of 90... 2018-08-21 03:12:01,722 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 14 of 90... 2018-08-21 03:12:03,883 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 15 of 90... 2018-08-21 03:12:06,517 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 16 of 90... 2018-08-21 03:12:08,915 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 17 of 90... 2018-08-21 03:12:11,058 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 18 of 90... 2018-08-21 03:12:13,456 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 19 of 90... 2018-08-21 03:12:15,855 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 20 of 90... 2018-08-21 03:12:18,000 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 21 of 90... 2018-08-21 03:12:20,811 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 22 of 90... 2018-08-21 03:12:23,452 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 23 of 90... 2018-08-21 03:12:25,607 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 24 of 90... 2018-08-21 03:12:28,106 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 25 of 90... 2018-08-21 03:12:30,271 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 26 of 90... 2018-08-21 03:12:32,666 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 27 of 90... 2018-08-21 03:12:35,377 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 28 of 90... 2018-08-21 03:12:37,527 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 29 of 90... 2018-08-21 03:12:39,676 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 30 of 90... 2018-08-21 03:12:41,817 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 31 of 90... 2018-08-21 03:12:44,143 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 32 of 90... 2018-08-21 03:12:46,471 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 33 of 90... 2018-08-21 03:12:48,886 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 34 of 90... 2018-08-21 03:12:51,283 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 35 of 90... 2018-08-21 03:12:53,797 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 36 of 90... 2018-08-21 03:12:56,194 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 37 of 90... 2018-08-21 03:12:58,875 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 38 of 90... 2018-08-21 03:13:01,204 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 39 of 90... 2018-08-21 03:13:03,347 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 40 of 90... 2018-08-21 03:13:05,512 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 41 of 90... 2018-08-21 03:13:07,840 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 42 of 90... 2018-08-21 03:13:10,241 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] VM status=BUILD, retrying 43 of 90... 2018-08-21 03:13:14,771 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Internal network IP: 192.168.1.22 2018-08-21 03:13:14,771 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] SSH IP: 172.30.9.205 2018-08-21 03:13:14,771 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Setup SSH for ubuntu@172.30.9.205 2018-08-21 03:14:52,234 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Installing nuttcp-8.1.4... 2018-08-21 03:14:52,279 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Copying nuttcp-8.1.4 to target... 2018-08-21 03:14:52,443 INFO ============================================================ 2018-08-21 03:14:52,443 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-21 03:15:01,490 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=1.97 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.515 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.381 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.341 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.314 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.204 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.299 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.331 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.303 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.307 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.204/0.496/1.974/0.498 ms 2018-08-21 03:15:10,529 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.198 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.307 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.407 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.324 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.325 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.262 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.299 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.212 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.299 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.178 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.178/0.281/0.407/0.066 ms 2018-08-21 03:15:19,570 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.724 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.339 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.276 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.392 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.330 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.426 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.238 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.393 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.405 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.450 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.238/0.397/0.724/0.126 ms 2018-08-21 03:15:19,571 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Measuring TCP Throughput (packet size=65536)... 2018-08-21 03:15:19,572 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:15:29,697 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=6712.8750 real_seconds=10.00 rate_Mbps=5630.1650 tx_cpu=10 rx_cpu=17 retrans=17 cwnd=492 rtt_ms=0.38 2018-08-21 03:15:29,697 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:15:39,796 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=6989.5857 real_seconds=10.00 rate_Mbps=5862.0830 tx_cpu=10 rx_cpu=18 retrans=26 cwnd=536 rtt_ms=0.46 2018-08-21 03:15:39,796 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:15:49,898 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=7510.3581 real_seconds=10.00 rate_Mbps=6297.7242 tx_cpu=11 rx_cpu=20 retrans=48 cwnd=696 rtt_ms=0.51 2018-08-21 03:15:49,898 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Measuring UDP Throughput (packet size=128)... 2018-08-21 03:15:49,899 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:15:53,224 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=33.7878 real_seconds=1.00 rate_Mbps=284.6150 tx_cpu=25 rx_cpu=30 drop=3892 pkt=280682 data_loss=1.38663 2018-08-21 03:15:53,225 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=128 throughput=1<291445/5000000<10000000 Kbps loss-rate=1 2018-08-21 03:15:53,225 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R874335K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:15:56,580 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=30.9202 real_seconds=1.00 rate_Mbps=258.9747 tx_cpu=21 rx_cpu=33 drop=0 pkt=253298 data_loss=0.00000 2018-08-21 03:15:56,580 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=128 throughput=1<265190/874335<874335 Kbps loss-rate=0 2018-08-21 03:15:56,580 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R569762K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:15:59,907 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=34.1732 real_seconds=1.00 rate_Mbps=286.0093 tx_cpu=25 rx_cpu=31 drop=2436 pkt=282383 data_loss=0.86276 2018-08-21 03:15:59,908 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=128 throughput=1<292873/569762<569762 Kbps loss-rate=0 2018-08-21 03:15:59,908 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R431317K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:03,235 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=31.6527 real_seconds=1.00 rate_Mbps=265.0872 tx_cpu=23 rx_cpu=32 drop=3448 pkt=262747 data_loss=1.31229 2018-08-21 03:16:03,236 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=128 throughput=1<271449/431317<431317 Kbps loss-rate=1 2018-08-21 03:16:03,236 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R351383K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:06,563 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=29.4880 real_seconds=1.00 rate_Mbps=247.1466 tx_cpu=20 rx_cpu=33 drop=0 pkt=241566 data_loss=0.00000 2018-08-21 03:16:06,563 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=128 throughput=1<253078/351383<351383 Kbps loss-rate=0 2018-08-21 03:16:06,564 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R302230K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:09,891 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=29.8379 real_seconds=1.00 rate_Mbps=249.4980 tx_cpu=26 rx_cpu=31 drop=10527 pkt=254959 data_loss=4.12879 2018-08-21 03:16:09,891 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=128 throughput=1<255485/302230<302230 Kbps loss-rate=4 2018-08-21 03:16:09,892 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Measuring UDP Throughput (packet size=1024)... 2018-08-21 03:16:09,892 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:13,245 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=252.3887 real_seconds=1.00 rate_Mbps=2115.3577 tx_cpu=47 rx_cpu=34 drop=187 pkt=258633 data_loss=0.07230 2018-08-21 03:16:13,245 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=1024 throughput=1<2166126/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:16:13,246 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3583063K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:16,598 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=241.5234 real_seconds=1.00 rate_Mbps=2023.7384 tx_cpu=44 rx_cpu=33 drop=5637 pkt=252957 data_loss=2.22845 2018-08-21 03:16:16,599 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=1024 throughput=1<2072308/3583063<3583063 Kbps loss-rate=2 2018-08-21 03:16:16,599 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2827685K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:19,922 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=261.1357 real_seconds=1.00 rate_Mbps=2189.3678 tx_cpu=48 rx_cpu=34 drop=209 pkt=267612 data_loss=0.07810 2018-08-21 03:16:19,922 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=1024 throughput=1<2241912/2827685<2827685 Kbps loss-rate=0 2018-08-21 03:16:19,923 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2534798K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:23,248 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=251.6328 real_seconds=1.00 rate_Mbps=2109.8342 tx_cpu=41 rx_cpu=33 drop=363 pkt=258035 data_loss=0.14068 2018-08-21 03:16:23,248 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=1024 throughput=1<2160470/2534798<2534798 Kbps loss-rate=0 2018-08-21 03:16:23,249 DEBUG undershot, min=2160470 kbps=2347634 max=2534798 2018-08-21 03:16:23,249 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2347634K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:26,577 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=266.0908 real_seconds=1.00 rate_Mbps=2231.3841 tx_cpu=45 rx_cpu=34 drop=0 pkt=272477 data_loss=0.00000 2018-08-21 03:16:26,577 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=1024 throughput=2160470<2284937/2347634<2534798 Kbps loss-rate=0 2018-08-21 03:16:26,577 DEBUG undershot, min=2284937 kbps=2409867 max=2534798 2018-08-21 03:16:26,578 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2409867K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:29,903 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=245.2656 real_seconds=1.00 rate_Mbps=2056.2117 tx_cpu=46 rx_cpu=34 drop=309 pkt=251461 data_loss=0.12290 2018-08-21 03:16:29,903 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=1024 throughput=2284937<2105560/2409867<2534798 Kbps loss-rate=0 2018-08-21 03:16:29,904 DEBUG undershot, min=2409867 kbps=2472332 max=2534798 2018-08-21 03:16:29,904 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Measuring UDP Throughput (packet size=8192)... 2018-08-21 03:16:29,904 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:33,230 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=350.1094 real_seconds=1.00 rate_Mbps=2932.4583 tx_cpu=99 rx_cpu=13 drop=31480 pkt=76294 data_loss=41.26143 2018-08-21 03:16:33,231 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=8192 throughput=1<3002837/5000000<10000000 Kbps loss-rate=41 2018-08-21 03:16:33,231 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4001418K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:36,555 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=344.5938 real_seconds=1.00 rate_Mbps=2886.4794 tx_cpu=99 rx_cpu=14 drop=16949 pkt=61057 data_loss=27.75929 2018-08-21 03:16:36,556 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=8192 throughput=1<2955754/4001418<4001418 Kbps loss-rate=27 2018-08-21 03:16:36,556 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3478586K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:39,883 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=355.0859 real_seconds=1.00 rate_Mbps=2973.8531 tx_cpu=99 rx_cpu=14 drop=7628 pkt=53079 data_loss=14.37104 2018-08-21 03:16:39,884 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=8192 throughput=1<3045225/3478586<3478586 Kbps loss-rate=14 2018-08-21 03:16:39,884 DEBUG overshot, min=1 kbps=3045225 max=3478586 2018-08-21 03:16:39,884 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3045225K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:43,236 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=360.5156 real_seconds=1.00 rate_Mbps=3024.5660 tx_cpu=99 rx_cpu=14 drop=320 pkt=46466 data_loss=0.68868 2018-08-21 03:16:43,237 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=8192 throughput=1<3097155/3045225<3478586 Kbps loss-rate=0 2018-08-21 03:16:43,237 DEBUG undershot, min=3097155 kbps=3287870 max=3478586 2018-08-21 03:16:43,237 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3287870K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:46,565 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=360.0156 real_seconds=1.00 rate_Mbps=3015.5549 tx_cpu=99 rx_cpu=14 drop=4087 pkt=50169 data_loss=8.14647 2018-08-21 03:16:46,566 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=8192 throughput=3097155<3087928/3287870<3478586 Kbps loss-rate=8 2018-08-21 03:16:46,566 DEBUG overshot, min=3097155 kbps=3087928 max=3287870 2018-08-21 03:16:46,566 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3087928K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:16:49,917 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] megabytes=358.3359 real_seconds=1.00 rate_Mbps=2999.3771 tx_cpu=99 rx_cpu=14 drop=1251 pkt=47118 data_loss=2.65505 2018-08-21 03:16:49,917 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] pkt-size=8192 throughput=3097155<3071362/3087928<3287870 Kbps loss-rate=2 2018-08-21 03:16:49,927 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.22', 'ip_to': u'192.168.1.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 17, 'rtt_ms': 0.38, 'throughput_kbps': 5765288, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 26, 'rtt_ms': 0.46, 'throughput_kbps': 6002772, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 48, 'rtt_ms': 0.51, 'throughput_kbps': 6448869, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.13, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 255485, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.12, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2105560, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.66, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3071362, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.496', 'rtt_max_ms': '1.974', 'rtt_min_ms': '0.204', 'rtt_stddev': '0.498', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.281', 'rtt_max_ms': '0.407', 'rtt_min_ms': '0.178', 'rtt_stddev': '0.066', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.397', 'rtt_max_ms': '0.724', 'rtt_min_ms': '0.238', 'rtt_stddev': '0.126', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-21 03:16:49,929 INFO Deleting floating ip e29b4fd7-806d-4da3-b0e1-ec5ef83786b6 2018-08-21 03:16:51,284 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Floating IP 172.30.9.205 deleted 2018-08-21 03:16:51,734 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d3] Instance deleted 2018-08-21 03:16:51,849 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Creating client VM... 2018-08-21 03:16:51,849 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-21 03:16:54,819 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] VM status=BUILD, retrying 1 of 90... 2018-08-21 03:16:57,464 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] VM status=BUILD, retrying 2 of 90... 2018-08-21 03:17:00,099 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] VM status=BUILD, retrying 3 of 90... 2018-08-21 03:17:02,960 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] VM status=BUILD, retrying 4 of 90... 2018-08-21 03:17:05,305 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] VM status=BUILD, retrying 5 of 90... 2018-08-21 03:17:10,023 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Internal network IP: 192.168.2.7 2018-08-21 03:17:10,023 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] SSH IP: 172.30.9.213 2018-08-21 03:17:10,024 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Setup SSH for ubuntu@172.30.9.213 2018-08-21 03:18:47,494 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Installing nuttcp-8.1.4... 2018-08-21 03:18:47,538 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Copying nuttcp-8.1.4 to target... 2018-08-21 03:18:47,702 INFO ============================================================ 2018-08-21 03:18:47,702 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-21 03:18:56,749 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=1.03 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.368 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.199 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.236 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.286 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.206 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.267 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.195 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.287 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.252 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.195/0.333/1.038/0.240 ms 2018-08-21 03:19:05,789 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.236 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.178 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.161 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.175 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.188 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.176 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.313 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.188 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.194 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.177 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.161/0.198/0.313/0.045 ms 2018-08-21 03:19:14,829 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.695 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.229 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.272 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.217 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.213 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.218 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.306 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.244 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.221 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.219 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.213/0.283/0.695/0.140 ms 2018-08-21 03:19:14,830 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring TCP Throughput (packet size=65536)... 2018-08-21 03:19:14,830 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:19:24,927 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=7091.9549 real_seconds=10.00 rate_Mbps=5947.8485 tx_cpu=11 rx_cpu=18 retrans=6 cwnd=487 rtt_ms=0.36 2018-08-21 03:19:24,927 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:19:35,027 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=6108.3451 real_seconds=10.00 rate_Mbps=5123.0789 tx_cpu=10 rx_cpu=16 retrans=15 cwnd=453 rtt_ms=0.32 2018-08-21 03:19:35,027 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:19:45,126 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=7322.9659 real_seconds=10.00 rate_Mbps=6141.5328 tx_cpu=11 rx_cpu=19 retrans=2 cwnd=487 rtt_ms=0.33 2018-08-21 03:19:45,127 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring UDP Throughput (packet size=128)... 2018-08-21 03:19:45,127 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:19:48,456 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=30.5092 real_seconds=1.00 rate_Mbps=256.8076 tx_cpu=19 rx_cpu=32 drop=279 pkt=250211 data_loss=0.11164 2018-08-21 03:19:48,456 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<262970/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:19:48,457 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R788910K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:19:51,808 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=34.0189 real_seconds=1.00 rate_Mbps=284.6138 tx_cpu=23 rx_cpu=32 drop=3457 pkt=282140 data_loss=1.22529 2018-08-21 03:19:51,808 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<291444/788910<788910 Kbps loss-rate=1 2018-08-21 03:19:51,809 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R540177K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:19:55,134 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=33.1454 real_seconds=1.00 rate_Mbps=277.9058 tx_cpu=23 rx_cpu=31 drop=1309 pkt=272836 data_loss=0.47980 2018-08-21 03:19:55,135 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<284575/540177<540177 Kbps loss-rate=0 2018-08-21 03:19:55,135 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R412376K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:19:58,463 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=32.8250 real_seconds=1.00 rate_Mbps=275.3378 tx_cpu=24 rx_cpu=32 drop=891 pkt=269794 data_loss=0.33036 2018-08-21 03:19:58,463 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<281945/412376<412376 Kbps loss-rate=0 2018-08-21 03:19:58,463 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R347160K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:01,791 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=32.3328 real_seconds=1.00 rate_Mbps=270.8461 tx_cpu=22 rx_cpu=32 drop=56 pkt=264926 data_loss=0.02103 2018-08-21 03:20:01,792 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<277346/347160<347160 Kbps loss-rate=0 2018-08-21 03:20:01,792 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R312253K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:05,118 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=32.3663 real_seconds=1.00 rate_Mbps=271.4265 tx_cpu=23 rx_cpu=33 drop=159 pkt=265304 data_loss=0.05990 2018-08-21 03:20:05,118 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<277940/312253<312253 Kbps loss-rate=0 2018-08-21 03:20:05,118 DEBUG undershot, min=277940 kbps=295096 max=312253 2018-08-21 03:20:05,119 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R295096K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:08,446 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=31.9618 real_seconds=1.00 rate_Mbps=267.7730 tx_cpu=22 rx_cpu=32 drop=880 pkt=262711 data_loss=0.33490 2018-08-21 03:20:08,447 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=277940<274199/295096<312253 Kbps loss-rate=0 2018-08-21 03:20:08,447 DEBUG undershot, min=295096 kbps=303674 max=312253 2018-08-21 03:20:08,447 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R303674K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:11,775 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=33.1700 real_seconds=1.00 rate_Mbps=277.9450 tx_cpu=24 rx_cpu=32 drop=130 pkt=271859 data_loss=0.04791 2018-08-21 03:20:11,776 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=295096<284615/303674<312253 Kbps loss-rate=0 2018-08-21 03:20:11,776 DEBUG undershot, min=303674 kbps=307963 max=312253 2018-08-21 03:20:11,776 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring UDP Throughput (packet size=1024)... 2018-08-21 03:20:11,777 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:15,129 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=268.4717 real_seconds=1.00 rate_Mbps=2249.9617 tx_cpu=38 rx_cpu=34 drop=1144 pkt=276059 data_loss=0.41441 2018-08-21 03:20:15,130 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=1<2303960/5000000<10000000 Kbps loss-rate=0 2018-08-21 03:20:15,130 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3651980K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:18,454 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=234.3330 real_seconds=1.00 rate_Mbps=1964.7473 tx_cpu=33 rx_cpu=34 drop=103 pkt=240060 data_loss=0.04291 2018-08-21 03:20:18,455 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=1<2011901/3651980<3651980 Kbps loss-rate=0 2018-08-21 03:20:18,455 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2831940K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:21,783 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=263.5244 real_seconds=1.00 rate_Mbps=2209.1163 tx_cpu=38 rx_cpu=35 drop=150 pkt=269999 data_loss=0.05556 2018-08-21 03:20:21,783 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=1<2262135/2831940<2831940 Kbps loss-rate=0 2018-08-21 03:20:21,784 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2547037K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:25,111 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=253.5889 real_seconds=1.00 rate_Mbps=2126.4921 tx_cpu=45 rx_cpu=33 drop=383 pkt=260058 data_loss=0.14727 2018-08-21 03:20:25,111 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=1<2177527/2547037<2547037 Kbps loss-rate=0 2018-08-21 03:20:25,111 DEBUG undershot, min=2177527 kbps=2362282 max=2547037 2018-08-21 03:20:25,112 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2362282K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:28,438 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=260.4609 real_seconds=1.00 rate_Mbps=2183.5640 tx_cpu=49 rx_cpu=35 drop=0 pkt=266712 data_loss=0.00000 2018-08-21 03:20:28,439 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=2177527<2235969/2362282<2547037 Kbps loss-rate=0 2018-08-21 03:20:28,439 DEBUG undershot, min=2235969 kbps=2391503 max=2547037 2018-08-21 03:20:28,439 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2391503K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:31,791 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=236.9502 real_seconds=1.00 rate_Mbps=1985.3555 tx_cpu=51 rx_cpu=34 drop=31 pkt=242668 data_loss=0.01279 2018-08-21 03:20:31,791 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=2235969<2033004/2391503<2547037 Kbps loss-rate=0 2018-08-21 03:20:31,792 DEBUG undershot, min=2391503 kbps=2469270 max=2547037 2018-08-21 03:20:31,792 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2469270K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:35,143 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=241.2686 real_seconds=1.00 rate_Mbps=2024.7820 tx_cpu=35 rx_cpu=34 drop=3169 pkt=250228 data_loss=1.26643 2018-08-21 03:20:35,143 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=2391503<2073376/2469270<2547037 Kbps loss-rate=1 2018-08-21 03:20:35,143 DEBUG undershot, min=2469270 kbps=2508153 max=2547037 2018-08-21 03:20:35,144 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring UDP Throughput (packet size=8192)... 2018-08-21 03:20:35,144 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:38,470 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=351.4922 real_seconds=1.00 rate_Mbps=2943.8935 tx_cpu=99 rx_cpu=13 drop=31303 pkt=76294 data_loss=41.02944 2018-08-21 03:20:38,470 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<3014546/5000000<10000000 Kbps loss-rate=41 2018-08-21 03:20:38,470 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4007273K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:41,795 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=353.2266 real_seconds=1.00 rate_Mbps=2958.2513 tx_cpu=99 rx_cpu=13 drop=15933 pkt=61146 data_loss=26.05729 2018-08-21 03:20:41,796 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<3029249/4007273<4007273 Kbps loss-rate=26 2018-08-21 03:20:41,796 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3518261K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:45,124 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=349.0781 real_seconds=1.00 rate_Mbps=2923.5113 tx_cpu=99 rx_cpu=12 drop=9003 pkt=53685 data_loss=16.77006 2018-08-21 03:20:45,124 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<2993675/3518261<3518261 Kbps loss-rate=16 2018-08-21 03:20:45,124 DEBUG overshot, min=1 kbps=2993675 max=3518261 2018-08-21 03:20:45,125 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2993675K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:48,451 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=355.5469 real_seconds=1.00 rate_Mbps=2982.6955 tx_cpu=99 rx_cpu=14 drop=170 pkt=45680 data_loss=0.37215 2018-08-21 03:20:48,451 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<3054280/2993675<3518261 Kbps loss-rate=0 2018-08-21 03:20:48,451 DEBUG undershot, min=3054280 kbps=3286270 max=3518261 2018-08-21 03:20:48,452 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3286270K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:51,778 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=344.4453 real_seconds=1.00 rate_Mbps=2884.9537 tx_cpu=99 rx_cpu=13 drop=6056 pkt=50145 data_loss=12.07698 2018-08-21 03:20:51,779 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=3054280<2954192/3286270<3518261 Kbps loss-rate=12 2018-08-21 03:20:51,779 DEBUG overshot, min=3054280 kbps=2954192 max=3286270 2018-08-21 03:20:51,779 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2954192K -p5001 -P5002 -fparse 192.168.1.3 2018-08-21 03:20:55,107 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=347.3594 real_seconds=1.00 rate_Mbps=2914.0918 tx_cpu=99 rx_cpu=14 drop=616 pkt=45078 data_loss=1.36652 2018-08-21 03:20:55,107 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=3054280<2984030/2954192<3286270 Kbps loss-rate=1 2018-08-21 03:20:55,107 DEBUG undershot, min=3170275 kbps=3228272 max=3286270 2018-08-21 03:20:55,118 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.7', 'ip_to': u'192.168.1.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 6, 'rtt_ms': 0.36, 'throughput_kbps': 6090596, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 15, 'rtt_ms': 0.32, 'throughput_kbps': 5246032, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.33, 'throughput_kbps': 6288929, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 284615, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.27, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2073376, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.37, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2984030, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.333', 'rtt_max_ms': '1.038', 'rtt_min_ms': '0.195', 'rtt_stddev': '0.240', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.198', 'rtt_max_ms': '0.313', 'rtt_min_ms': '0.161', 'rtt_stddev': '0.045', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.283', 'rtt_max_ms': '0.695', 'rtt_min_ms': '0.213', 'rtt_stddev': '0.140', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-21 03:20:55,119 INFO ============================================================ 2018-08-21 03:20:55,120 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-21 03:21:04,191 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] PING 172.30.9.201 (172.30.9.201) 64(92) bytes of data. 72 bytes from 172.30.9.201: icmp_seq=1 ttl=64 time=1.19 ms 72 bytes from 172.30.9.201: icmp_seq=2 ttl=64 time=0.778 ms 72 bytes from 172.30.9.201: icmp_seq=3 ttl=64 time=0.323 ms 72 bytes from 172.30.9.201: icmp_seq=4 ttl=64 time=0.428 ms 72 bytes from 172.30.9.201: icmp_seq=5 ttl=64 time=0.574 ms 72 bytes from 172.30.9.201: icmp_seq=6 ttl=64 time=0.380 ms 72 bytes from 172.30.9.201: icmp_seq=7 ttl=64 time=0.425 ms 72 bytes from 172.30.9.201: icmp_seq=8 ttl=64 time=0.381 ms 72 bytes from 172.30.9.201: icmp_seq=9 ttl=64 time=0.236 ms 72 bytes from 172.30.9.201: icmp_seq=10 ttl=64 time=0.414 ms --- 172.30.9.201 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.236/0.513/1.191/0.265 ms 2018-08-21 03:21:13,239 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] PING 172.30.9.201 (172.30.9.201) 391(419) bytes of data. 399 bytes from 172.30.9.201: icmp_seq=1 ttl=64 time=0.221 ms 399 bytes from 172.30.9.201: icmp_seq=2 ttl=64 time=0.269 ms 399 bytes from 172.30.9.201: icmp_seq=3 ttl=64 time=0.339 ms 399 bytes from 172.30.9.201: icmp_seq=4 ttl=64 time=0.332 ms 399 bytes from 172.30.9.201: icmp_seq=5 ttl=64 time=0.293 ms 399 bytes from 172.30.9.201: icmp_seq=6 ttl=64 time=0.160 ms 399 bytes from 172.30.9.201: icmp_seq=7 ttl=64 time=0.266 ms 399 bytes from 172.30.9.201: icmp_seq=8 ttl=64 time=0.168 ms 399 bytes from 172.30.9.201: icmp_seq=9 ttl=64 time=0.191 ms 399 bytes from 172.30.9.201: icmp_seq=10 ttl=64 time=0.429 ms --- 172.30.9.201 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.160/0.266/0.429/0.083 ms 2018-08-21 03:21:22,284 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] PING 172.30.9.201 (172.30.9.201) 1500(1528) bytes of data. 1508 bytes from 172.30.9.201: icmp_seq=1 ttl=64 time=0.802 ms 1508 bytes from 172.30.9.201: icmp_seq=2 ttl=64 time=0.444 ms 1508 bytes from 172.30.9.201: icmp_seq=3 ttl=64 time=0.218 ms 1508 bytes from 172.30.9.201: icmp_seq=4 ttl=64 time=0.218 ms 1508 bytes from 172.30.9.201: icmp_seq=5 ttl=64 time=0.439 ms 1508 bytes from 172.30.9.201: icmp_seq=6 ttl=64 time=0.297 ms 1508 bytes from 172.30.9.201: icmp_seq=7 ttl=64 time=0.223 ms 1508 bytes from 172.30.9.201: icmp_seq=8 ttl=64 time=0.250 ms 1508 bytes from 172.30.9.201: icmp_seq=9 ttl=64 time=0.283 ms 1508 bytes from 172.30.9.201: icmp_seq=10 ttl=64 time=0.407 ms --- 172.30.9.201 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.218/0.358/0.802/0.171 ms 2018-08-21 03:21:22,284 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring TCP Throughput (packet size=65536)... 2018-08-21 03:21:22,285 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:21:32,411 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=10605.2129 real_seconds=10.00 rate_Mbps=8893.6026 tx_cpu=19 rx_cpu=27 retrans=8712 cwnd=495 rtt_ms=0.72 2018-08-21 03:21:32,411 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:21:42,509 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=11119.4924 real_seconds=10.00 rate_Mbps=9324.7727 tx_cpu=18 rx_cpu=24 retrans=1811 cwnd=2992 rtt_ms=0.29 2018-08-21 03:21:42,509 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:21:52,608 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=11113.4400 real_seconds=10.00 rate_Mbps=9319.5118 tx_cpu=18 rx_cpu=24 retrans=2103 cwnd=2217 rtt_ms=0.15 2018-08-21 03:21:52,609 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring UDP Throughput (packet size=128)... 2018-08-21 03:21:52,609 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:21:55,936 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=23.5552 real_seconds=1.00 rate_Mbps=198.0840 tx_cpu=42 rx_cpu=29 drop=238496 pkt=431460 data_loss=55.27649 2018-08-21 03:21:55,937 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<202838/5000000<10000000 Kbps loss-rate=55 2018-08-21 03:21:55,937 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R608514K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:21:59,264 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=10.7513 real_seconds=1.00 rate_Mbps=90.1946 tx_cpu=48 rx_cpu=18 drop=360107 pkt=448182 data_loss=80.34846 2018-08-21 03:21:59,265 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<92359/608514<608514 Kbps loss-rate=80 2018-08-21 03:21:59,265 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R277077K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:02,591 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=33.0300 real_seconds=1.00 rate_Mbps=277.1727 tx_cpu=99 rx_cpu=32 drop=0 pkt=270582 data_loss=0.00000 2018-08-21 03:22:02,592 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=128 throughput=1<283824/277077<277077 Kbps loss-rate=0 2018-08-21 03:22:02,592 DEBUG undershot, min=283824 kbps=280450 max=277077 2018-08-21 03:22:02,592 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring UDP Throughput (packet size=1024)... 2018-08-21 03:22:02,593 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:05,944 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=143.0811 real_seconds=1.00 rate_Mbps=1199.9941 tx_cpu=90 rx_cpu=26 drop=258093 pkt=404608 data_loss=63.78840 2018-08-21 03:22:05,944 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=1<1228793/5000000<10000000 Kbps loss-rate=63 2018-08-21 03:22:05,945 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3114396K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:09,297 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=132.3447 real_seconds=1.00 rate_Mbps=1110.1525 tx_cpu=75 rx_cpu=25 drop=221593 pkt=357114 data_loss=62.05106 2018-08-21 03:22:09,297 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=1<1136796/3114396<3114396 Kbps loss-rate=62 2018-08-21 03:22:09,297 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2125596K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:12,623 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=253.3906 real_seconds=1.00 rate_Mbps=2125.9050 tx_cpu=99 rx_cpu=34 drop=0 pkt=259472 data_loss=0.00000 2018-08-21 03:22:12,624 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=1024 throughput=1<2176926/2125596<2125596 Kbps loss-rate=0 2018-08-21 03:22:12,624 DEBUG undershot, min=2176926 kbps=2151261 max=2125596 2018-08-21 03:22:12,624 INFO [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Measuring UDP Throughput (packet size=8192)... 2018-08-21 03:22:12,625 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:15,975 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=516.6172 real_seconds=1.00 rate_Mbps=4329.3524 tx_cpu=99 rx_cpu=21 drop=10167 pkt=76294 data_loss=13.32608 2018-08-21 03:22:15,976 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<4433256/5000000<10000000 Kbps loss-rate=13 2018-08-21 03:22:15,976 DEBUG overshot, min=1 kbps=4433256 max=5000000 2018-08-21 03:22:15,976 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4433256K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:19,329 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=493.1875 real_seconds=1.00 rate_Mbps=4133.3044 tx_cpu=99 rx_cpu=21 drop=4518 pkt=67646 data_loss=6.67889 2018-08-21 03:22:19,329 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<4232503/4433256<5000000 Kbps loss-rate=6 2018-08-21 03:22:19,330 DEBUG overshot, min=1 kbps=4232503 max=4433256 2018-08-21 03:22:19,330 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4232503K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:22,681 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=427.4297 real_seconds=1.00 rate_Mbps=3581.3499 tx_cpu=99 rx_cpu=18 drop=9872 pkt=64583 data_loss=15.28576 2018-08-21 03:22:22,681 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<3667302/4232503<4433256 Kbps loss-rate=15 2018-08-21 03:22:22,682 DEBUG overshot, min=1 kbps=3667302 max=4232503 2018-08-21 03:22:22,682 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3667302K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:26,007 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=431.3672 real_seconds=1.00 rate_Mbps=3618.4472 tx_cpu=99 rx_cpu=19 drop=744 pkt=55959 data_loss=1.32954 2018-08-21 03:22:26,008 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=1<3705289/3667302<4232503 Kbps loss-rate=1 2018-08-21 03:22:26,008 DEBUG undershot, min=3705289 kbps=3968896 max=4232503 2018-08-21 03:22:26,008 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3968896K -p5001 -P5002 -fparse 172.30.9.201 2018-08-21 03:22:29,336 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] megabytes=457.2344 real_seconds=1.00 rate_Mbps=3835.8054 tx_cpu=99 rx_cpu=21 drop=2035 pkt=60561 data_loss=3.36024 2018-08-21 03:22:29,337 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] pkt-size=8192 throughput=3705289<3927864/3968896<4232503 Kbps loss-rate=3 2018-08-21 03:22:29,348 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.7', 'ip_to': u'172.30.9.201', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 8712, 'rtt_ms': 0.72, 'throughput_kbps': 9107049, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1811, 'rtt_ms': 0.29, 'throughput_kbps': 9548567, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2103, 'rtt_ms': 0.15, 'throughput_kbps': 9543180, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 283824, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2176926, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.36, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3927864, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.513', 'rtt_max_ms': '1.191', 'rtt_min_ms': '0.236', 'rtt_stddev': '0.265', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.266', 'rtt_max_ms': '0.429', 'rtt_min_ms': '0.160', 'rtt_stddev': '0.083', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.358', 'rtt_max_ms': '0.802', 'rtt_min_ms': '0.218', 'rtt_stddev': '0.171', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-21 03:22:29,349 INFO Deleting floating ip f341bdbf-84c1-4838-abf7-6e1e489adb46 2018-08-21 03:22:30,766 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Floating IP 172.30.9.213 deleted 2018-08-21 03:22:31,193 DEBUG [TestClient_b5918f54-e2ca-40ee-bb82-a718fa40d59d4] Instance deleted 2018-08-21 03:22:31,307 INFO Cleaning up... 2018-08-21 03:22:31,307 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Terminating nuttcp-8.1.4 2018-08-21 03:22:31,322 INFO Deleting floating ip 2f41ea1d-dfc7-4f78-b205-756c0c153372 2018-08-21 03:22:32,509 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Floating IP 172.30.9.201 deleted 2018-08-21 03:22:32,787 DEBUG [TestServer_b5918f54-e2ca-40ee-bb82-a718fa40d59d1] Instance deleted 2018-08-21 03:22:39,014 INFO Network pns-internal-net_b5918f54-e2ca-40ee-bb82-a718fa40d59d deleted. 2018-08-21 03:22:41,556 INFO Network pns-internal-net2_b5918f54-e2ca-40ee-bb82-a718fa40d59d deleted. 2018-08-21 03:22:41,617 INFO Removed public key pns_public_key 2018-08-21 03:22:41,617 INFO Deleting security group 2018-08-21 03:22:41,816 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 17 [100.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 12 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '16388529', 'rtt_ms': '0.32'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 181772, 'loss_rate': 0.08}, 1024: {'tp_kbps': 1895396, | | | | | 'loss_rate': 0.07}, 8192: {'tp_kbps': 9751400, 'loss_rate': 0.1}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.177/0.091/0.299/0.068', | | | | | '64-byte': '0.227/0.097/0.768/0.188', '1500-byte': '0.255/0.136/0.631/0.138'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '6072309', 'rtt_ms': '0.45'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 255485, 'loss_rate': 4.13}, 1024: {'tp_kbps': 2105560, | | | | | 'loss_rate': 0.12}, 8192: {'tp_kbps': 3071362, 'loss_rate': 2.66}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.281/0.178/0.407/0.066', | | | | | '64-byte': '0.496/0.204/1.974/0.498', '1500-byte': '0.397/0.238/0.724/0.126'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '16250620', 'rtt_ms': '0.433333'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 224274, 'loss_rate': 0.0}, 1024: {'tp_kbps': 1769863, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 9750239, 'loss_rate': 0.01}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.169/0.113/0.434/0.090', | | | | | '64-byte': '0.261/0.104/0.745/0.181', '1500-byte': '0.186/0.104/0.372/0.092'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '5875185', 'rtt_ms': '0.336667'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 284615, 'loss_rate': 0.05}, 1024: {'tp_kbps': 2073376, | | | | | 'loss_rate': 1.27}, 8192: {'tp_kbps': 2984030, 'loss_rate': 1.37}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.198/0.161/0.313/0.045', | | | | | '64-byte': '0.333/0.195/1.038/0.240', '1500-byte': '0.283/0.213/0.695/0.140'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '16867324', 'rtt_ms': '0.306667'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 246988, 'loss_rate': 0.0}, 1024: {'tp_kbps': 1866431, | | | | | 'loss_rate': 0.01}, 8192: {'tp_kbps': 9754648, 'loss_rate': 0.05}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.220/0.108/0.368/0.086', | | | | | '64-byte': '0.270/0.124/0.433/0.104', '1500-byte': '0.324/0.173/0.600/0.114'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '9399598', 'rtt_ms': '0.386667'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 283824, 'loss_rate': 0.0}, 1024: {'tp_kbps': 2176926, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 3927864, 'loss_rate': 3.36}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.266/0.160/0.429/0.083', | | | | | '64-byte': '0.513/0.236/1.191/0.265', '1500-byte': '0.358/0.218/0.802/0.171'}} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2018-08-21 03:22:41,820 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-21 03:22:42,279 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp_genchart -c /home/opnfv/functest/results/vmtp/vmtp.html /home/opnfv/functest/results/vmtp/vmtp.json Generating chart drawing code to /home/opnfv/functest/results/vmtp/vmtp.html... 2018-08-21 03:22:42,403 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 03:22:42,404 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 24:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-21 03:22:42,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 03:22:42,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 03:22:42,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-f2a65ca5-bc98-4b5e-9893-e416c49729c4 Date: Tue, 21 Aug 2018 03:22:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:57:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T03:22:35Z", "revision_number": 6, "routes": [], "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "521156d4-e46f-448e-b67a-01c35fe09474", "name": "vmtp-router_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}]} 2018-08-21 03:22:42,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f2a65ca5-bc98-4b5e-9893-e416c49729c4 2018-08-21 03:22:42,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.371788978577s 2018-08-21 03:22:42,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-f2a65ca5-bc98-4b5e-9893-e416c49729c4 2018-08-21 03:22:42,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 03:22:42,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/521156d4-e46f-448e-b67a-01c35fe09474.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 03:22:44,134 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1c84309-cf3a-4e3f-9c9f-a8d252097f86 Content-Length: 0 Date: Tue, 21 Aug 2018 03:22:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 03:22:44,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/521156d4-e46f-448e-b67a-01c35fe09474.json used request id req-b1c84309-cf3a-4e3f-9c9f-a8d252097f86 2018-08-21 03:22:44,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35123515129s 2018-08-21 03:22:44,135 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/521156d4-e46f-448e-b67a-01c35fe09474.json used request id req-b1c84309-cf3a-4e3f-9c9f-a8d252097f86 2018-08-21 03:22:44,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 03:22:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 03:22:44,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-f7ac3efa-1b85-4591-a48a-db943786ad80 Date: Tue, 21 Aug 2018 03:22:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T02:57:54Z", "file": "/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a/file", "owner": "c979a8d5278e4ec0a70de3442d56ace9", "id": "3f7a1556-79ed-4028-969f-470d11d70c6a", "size": 263193088, "self": "/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/3f7a1556-79ed-4028-969f-470d11d70c6a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/3f7a1556-79ed-4028-969f-470d11d70c6a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-21T02:57:49Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 03:22:44,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f7ac3efa-1b85-4591-a48a-db943786ad80 2018-08-21 03:22:44,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.680645942688s 2018-08-21 03:22:44,820 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f7ac3efa-1b85-4591-a48a-db943786ad80 2018-08-21 03:22:44,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 03:22:44,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 03:22:45,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99e68d32-d1c6-43bf-b72d-7419250a21ad Date: Tue, 21 Aug 2018 03:22:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 03:22:45,108 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a used request id req-99e68d32-d1c6-43bf-b72d-7419250a21ad 2018-08-21 03:22:45,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.286240816116s 2018-08-21 03:22:45,109 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/3f7a1556-79ed-4028-969f-470d11d70c6a used request id req-99e68d32-d1c6-43bf-b72d-7419250a21ad 2018-08-21 03:22:45,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 03:22:45,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 03:22:45,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22: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-ccb94ea9-bf2e-48b4-90e8-da5be13da0a2 x-compute-request-id: req-ccb94ea9-bf2e-48b4-90e8-da5be13da0a2 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26", "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": "8a9ad0b5-b619-46e0-8bf9-53ae4a147d26"}]} 2018-08-21 03:22:45,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-ccb94ea9-bf2e-48b4-90e8-da5be13da0a2 2018-08-21 03:22:45,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.204958200455s 2018-08-21 03:22:45,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-ccb94ea9-bf2e-48b4-90e8-da5be13da0a2 2018-08-21 03:22:45,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 03:22:45,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 03:22:45,340 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 03:22:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95295e65-1417-493c-a5b3-7287a98ac688 x-compute-request-id: req-95295e65-1417-493c-a5b3-7287a98ac688 Content-Length: 0 Content-Type: application/json 2018-08-21 03:22:45,340 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26 used request id req-95295e65-1417-493c-a5b3-7287a98ac688 2018-08-21 03:22:45,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0243182182312s 2018-08-21 03:22:45,341 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/8a9ad0b5-b619-46e0-8bf9-53ae4a147d26 used request id req-95295e65-1417-493c-a5b3-7287a98ac688 2018-08-21 03:22:45,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 03:22:45,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 03:22:45,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e51b2e7-915e-4328-96ea-5b3f5c41d0f7 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "links": {"self": "http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c416150196514d0a8418d151dbd3ac1e", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 03:22:45,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-7e51b2e7-915e-4328-96ea-5b3f5c41d0f7 2018-08-21 03:22:45,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22990489006s 2018-08-21 03:22:45,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-7e51b2e7-915e-4328-96ea-5b3f5c41d0f7 2018-08-21 03:22:45,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 03:22:45,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 03:22:45,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e04c4d1-8337-4a1e-b5b1-c13b86d6be77 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b5918f54-e2ca-40ee-bb82-a718fa40d59d", "links": {"self": "http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c416150196514d0a8418d151dbd3ac1e", "description": null}} 2018-08-21 03:22:45,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e used request id req-0e04c4d1-8337-4a1e-b5b1-c13b86d6be77 2018-08-21 03:22:45,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198848962784s 2018-08-21 03:22:45,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e used request id req-0e04c4d1-8337-4a1e-b5b1-c13b86d6be77 2018-08-21 03:22:45,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 03:22:45,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 03:22:46,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 03:22:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcdcc0db-4223-4874-95f3-19d67d625393 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 03:22:46,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e used request id req-fcdcc0db-4223-4874-95f3-19d67d625393 2018-08-21 03:22:46,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.300099134445s 2018-08-21 03:22:46,078 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/c416150196514d0a8418d151dbd3ac1e used request id req-fcdcc0db-4223-4874-95f3-19d67d625393 2018-08-21 03:22:46,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 03:22:46,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 03:22:46,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ea3047-18cc-4637-b331-fa031856e0b5 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9"}, "tags": [], "enabled": true, "id": "c979a8d5278e4ec0a70de3442d56ace9", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b5918f54-e2ca-40ee-bb82-a718fa40d59d"}]} 2018-08-21 03:22:46,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-26ea3047-18cc-4637-b331-fa031856e0b5 2018-08-21 03:22:46,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185896158218s 2018-08-21 03:22:46,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-26ea3047-18cc-4637-b331-fa031856e0b5 2018-08-21 03:22:46,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 03:22:46,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7fa3e09b56c6bfa16cb1740bcb4904b51b3ea126" 2018-08-21 03:22:46,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 03:22:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ae548c3-e91e-4dc9-bbbf-171a51df61ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 03:22:46,498 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9 used request id req-5ae548c3-e91e-4dc9-bbbf-171a51df61ea 2018-08-21 03:22:46,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.222719907761s 2018-08-21 03:22:46,498 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/c979a8d5278e4ec0a70de3442d56ace9 used request id req-5ae548c3-e91e-4dc9-bbbf-171a51df61ea 2018-08-21 03:22:46,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 03:22:46,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 03:22:46,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-7f5f0d0a-e392-420c-973b-8d15d19bf60d Date: Tue, 21 Aug 2018 03:22:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 03:22:46,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7f5f0d0a-e392-420c-973b-8d15d19bf60d 2018-08-21 03:22:46,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0863130092621s 2018-08-21 03:22:46,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-7f5f0d0a-e392-420c-973b-8d15d19bf60d 2018-08-21 03:22:46,587 - shade - DEBUG - Network pns-internal-net_b5918f54-e2ca-40ee-bb82-a718fa40d59d not found for deleting 2018-08-21 03:22:46,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 03:22:46,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}e9f6998ec84a09881593d4b1acb69e70459c4fef" 2018-08-21 03:22:46,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-93f2bcab-4681-4e86-a717-d431bd96538a Date: Tue, 21 Aug 2018 03:22:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 03:22:46,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-93f2bcab-4681-4e86-a717-d431bd96538a 2018-08-21 03:22:46,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0733981132507s 2018-08-21 03:22:46,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-93f2bcab-4681-4e86-a717-d431bd96538a 2018-08-21 03:22:46,662 - shade - DEBUG - Network pns-internal-net2_b5918f54-e2ca-40ee-bb82-a718fa40d59d not found for deleting 2018-08-21 03:22:46,716 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-21 03:22:46,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 03:22:46,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 03:22:46,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 03:22:46,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 03:22:46,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d321a1-98c5-4c26-a578-b77375c16a36 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 03:22:46,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-53d321a1-98c5-4c26-a578-b77375c16a36 2018-08-21 03:22:46,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 03:22:47,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T04:22:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["afX0bHjrTlK_4HAAnUSaHg"], "issued_at": "2018-08-21T03:22:47.000000Z"}} 2018-08-21 03:22:47,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 03:22:47,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:47,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c14bea2f-5986-4bcc-8e95-dd8ffa19106b Date: Tue, 21 Aug 2018 03:22:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 03:22:47,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c14bea2f-5986-4bcc-8e95-dd8ffa19106b 2018-08-21 03:22:47,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355826854706s 2018-08-21 03:22:47,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c14bea2f-5986-4bcc-8e95-dd8ffa19106b 2018-08-21 03:22:47,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 03:22:47,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 03:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b070f7e3-270f-41fe-a442-8ae610b99022 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 03:22:47,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-b070f7e3-270f-41fe-a442-8ae610b99022 2018-08-21 03:22:47,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 03:22:47,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:47,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d543c313-47d4-46f1-8b1d-d38e9b2d6733 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.44:5000/v3/domains/917c4da52d4e4357b3559ea77e8f7dc2"}, "tags": [], "enabled": true, "id": "917c4da52d4e4357b3559ea77e8f7dc2", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.44:5000/v3/domains", "previous": null, "next": null}} 2018-08-21 03:22:47,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-d543c313-47d4-46f1-8b1d-d38e9b2d6733 2018-08-21 03:22:47,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188953876495s 2018-08-21 03:22:47,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains used request id req-d543c313-47d4-46f1-8b1d-d38e9b2d6733 2018-08-21 03:22:47,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-21 03:22:47,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}}' 2018-08-21 03:22:47,947 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 03:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3fc2364-b41b-477b-8059-d82b6ca00f9a 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.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800"}, "tags": [], "enabled": true, "id": "d06dedf9dd104b139cf543fb6844b800", "parent_id": "default", "domain_id": "default", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}} 2018-08-21 03:22:47,948 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-a3fc2364-b41b-477b-8059-d82b6ca00f9a 2018-08-21 03:22:47,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.214828014374s 2018-08-21 03:22:47,948 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/projects used request id req-a3fc2364-b41b-477b-8059-d82b6ca00f9a 2018-08-21 03:22:47,948 - 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'd06dedf9dd104b139cf543fb6844b800', '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_caef01ed-4a44-42a2-a90a-a82649896e2e'}) 2018-08-21 03:22:47,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-21 03:22:47,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b9a8d38b-31ea-4ff1-968d-15171d057ac8", "email": null, "name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e"}}' 2018-08-21 03:22:48,420 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 03:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccc9d0dc-e781-4e7e-b55c-6d7677138dec Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": {"self": "http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ffddb9b327c443b897d47e37571d6984", "domain_id": "default", "password_expires_at": null}} 2018-08-21 03:22:48,420 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-ccc9d0dc-e781-4e7e-b55c-6d7677138dec 2018-08-21 03:22:48,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.466288089752s 2018-08-21 03:22:48,421 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/users used request id req-ccc9d0dc-e781-4e7e-b55c-6d7677138dec 2018-08-21 03:22:48,421 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ffddb9b327c443b897d47e37571d6984', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e'}) 2018-08-21 03:22:48,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 03:22:48,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:48,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b224bcd3-c4e6-4f4e-b59c-2fef93c17914 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 03:22:48,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-b224bcd3-c4e6-4f4e-b59c-2fef93c17914 2018-08-21 03:22:48,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.152060031891s 2018-08-21 03:22:48,577 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-b224bcd3-c4e6-4f4e-b59c-2fef93c17914 2018-08-21 03:22:48,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 03:22:48,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:48,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ede651-2c26-44ea-bf68-c3915b7f7144 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 03:22:48,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-00ede651-2c26-44ea-bf68-c3915b7f7144 2018-08-21 03:22:48,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18364906311s 2018-08-21 03:22:48,766 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-00ede651-2c26-44ea-bf68-c3915b7f7144 2018-08-21 03:22:48,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 03:22:48,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:48,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1e8a2bc-24bd-4cac-9842-46003c5f9a2b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 03:22:48,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-f1e8a2bc-24bd-4cac-9842-46003c5f9a2b 2018-08-21 03:22:48,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101324081421s 2018-08-21 03:22:48,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-f1e8a2bc-24bd-4cac-9842-46003c5f9a2b 2018-08-21 03:22:48,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 03:22:48,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:48,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66472e84-4db6-4e71-85a6-6c4f0355b02f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 03:22:48,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-66472e84-4db6-4e71-85a6-6c4f0355b02f 2018-08-21 03:22:48,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102385044098s 2018-08-21 03:22:48,980 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-66472e84-4db6-4e71-85a6-6c4f0355b02f 2018-08-21 03:22:48,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 03:22:48,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:49,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61f37b32-6dcd-470f-80e9-0b72fe6b2611 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": {"self": "http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ffddb9b327c443b897d47e37571d6984", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 03:22:49,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-61f37b32-6dcd-470f-80e9-0b72fe6b2611 2018-08-21 03:22:49,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203840017319s 2018-08-21 03:22:49,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-61f37b32-6dcd-470f-80e9-0b72fe6b2611 2018-08-21 03:22:49,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 03:22:49,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:49,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42610cb6-1a55-4e75-9024-ae30d06a5de6 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800"}, "tags": [], "enabled": true, "id": "d06dedf9dd104b139cf543fb6844b800", "parent_id": "default", "domain_id": "default", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}]} 2018-08-21 03:22:49,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-42610cb6-1a55-4e75-9024-ae30d06a5de6 2018-08-21 03:22:49,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11779999733s 2018-08-21 03:22:49,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-42610cb6-1a55-4e75-9024-ae30d06a5de6 2018-08-21 03:22:49,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 03:22:49,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d06dedf9dd104b139cf543fb6844b800" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:49,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9deef0-5534-4c85-b3bd-54bb6a451c5d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d06dedf9dd104b139cf543fb6844b800", "previous": null, "next": null}} 2018-08-21 03:22:49,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d06dedf9dd104b139cf543fb6844b800 used request id req-dd9deef0-5534-4c85-b3bd-54bb6a451c5d 2018-08-21 03:22:49,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106487035751s 2018-08-21 03:22:49,429 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=db4208113bcf4b5a95dc3ad7c3fa0afc&scope.project.id=d06dedf9dd104b139cf543fb6844b800 used request id req-dd9deef0-5534-4c85-b3bd-54bb6a451c5d 2018-08-21 03:22:49,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 03:22:49,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/db4208113bcf4b5a95dc3ad7c3fa0afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:22:49,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 03:22:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5dc9e52-2664-44ca-a1a2-959ad8067688 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 03:22:49,788 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-c5dc9e52-2664-44ca-a1a2-959ad8067688 2018-08-21 03:22:49,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.355237007141s 2018-08-21 03:22:49,788 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/db4208113bcf4b5a95dc3ad7c3fa0afc used request id req-c5dc9e52-2664-44ca-a1a2-959ad8067688 2018-08-21 03:22:49,789 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e', 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'd06dedf9dd104b139cf543fb6844b800', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b9a8d38b-31ea-4ff1-968d-15171d057ac8', 'username': u'shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.44: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-21 03:22:49,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 03:22:49,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 03:22:49,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 03:22:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 03:22:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 03:22:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 03:22:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 03:22:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 03:22:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 03:22:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 03:22:49,795 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e', 'password': 'b9a8d38b-31ea-4ff1-968d-15171d057ac8', 'project_name': 'shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.44:5000/v3', 'project_id': 'd06dedf9dd104b139cf543fb6844b800', 'project_domain_name': 'Default'} 2018-08-21 03:22:49,795 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-21 03:22:49,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 03:22:49,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b4e7f6-354d-4c96-b5da-9d814ce7f0b0 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 03:22:49,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-57b4e7f6-354d-4c96-b5da-9d814ce7f0b0 2018-08-21 03:22:49,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 03:22:50,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T04:22:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d06dedf9dd104b139cf543fb6844b800", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "id": "ffddb9b327c443b897d47e37571d6984"}, "audit_ids": ["LbLivancSu22FX38RMgA0A"], "issued_at": "2018-08-21T03:22:50.000000Z"}} 2018-08-21 03:22:50,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 03:22:50,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"network": {"name": "shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e", "admin_state_up": true}}' 2018-08-21 03:22:50,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-2282fe3b-f031-4279-b400-e8ec22223e8f Date: Tue, 21 Aug 2018 03:22:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T03:22:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d06dedf9dd104b139cf543fb6844b800","id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","name":"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e"}} 2018-08-21 03:22:50,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-2282fe3b-f031-4279-b400-e8ec22223e8f 2018-08-21 03:22:50,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.62874007225s 2018-08-21 03:22:50,827 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-2282fe3b-f031-4279-b400-e8ec22223e8f 2018-08-21 03:22:50,828 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T03:22:50Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6bc5c7e7-854f-49f9-a296-bd2c541845f5', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e', u'admin_state_up': True, u'tenant_id': u'd06dedf9dd104b139cf543fb6844b800', u'created_at': u'2018-08-21T03:22:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd06dedf9dd104b139cf543fb6844b800'}) 2018-08-21 03:22:50,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 03:22:50,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:22:50,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-177c48e8-3e42-4b4c-a543-7496646c8878 Date: Tue, 21 Aug 2018 03:22:50 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-21T03:22:50Z","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d06dedf9dd104b139cf543fb6844b800","id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","name":"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T02:13:14Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 03:22:50,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-177c48e8-3e42-4b4c-a543-7496646c8878 2018-08-21 03:22:50,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123003959656s 2018-08-21 03:22:50,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-177c48e8-3e42-4b4c-a543-7496646c8878 2018-08-21 03:22:50,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 03:22:50,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"subnet": {"name": "shaker-subnet_caef01ed-4a44-42a2-a90a-a82649896e2e", "enable_dhcp": true, "network_id": "6bc5c7e7-854f-49f9-a296-bd2c541845f5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 03:22:51,791 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-86f4cd61-c137-4038-8ca2-19b01a2f1daf Date: Tue, 21 Aug 2018 03:22:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T03:22:51Z","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":"d06dedf9dd104b139cf543fb6844b800","id":"1c598e4e-7f3d-419c-b6cc-11d16fe67359","subnetpool_id":null,"name":"shaker-subnet_caef01ed-4a44-42a2-a90a-a82649896e2e"}} 2018-08-21 03:22:51,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-86f4cd61-c137-4038-8ca2-19b01a2f1daf 2018-08-21 03:22:51,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.837646961212s 2018-08-21 03:22:51,792 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-86f4cd61-c137-4038-8ca2-19b01a2f1daf 2018-08-21 03:22:51,792 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T03:22:51Z', 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'1c598e4e-7f3d-419c-b6cc-11d16fe67359', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_caef01ed-4a44-42a2-a90a-a82649896e2e', u'enable_dhcp': True, u'network_id': u'6bc5c7e7-854f-49f9-a296-bd2c541845f5', u'tenant_id': u'd06dedf9dd104b139cf543fb6844b800', u'created_at': u'2018-08-21T03:22:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd06dedf9dd104b139cf543fb6844b800'}) 2018-08-21 03:22:51,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 03:22:51,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "shaker-router_caef01ed-4a44-42a2-a90a-a82649896e2e", "admin_state_up": true}}' 2018-08-21 03:22:52,888 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-cec5e6ea-ee3a-4602-a77e-dab7e0be72f7 Date: Tue, 21 Aug 2018 03:22:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:51Z", "admin_state_up": true, "updated_at": "2018-08-21T03:22:52Z", "revision_number": 2, "routes": [], "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "b99c340d-96a4-45e0-9cde-855375bb1569", "name": "shaker-router_caef01ed-4a44-42a2-a90a-a82649896e2e"}} 2018-08-21 03:22:52,888 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-cec5e6ea-ee3a-4602-a77e-dab7e0be72f7 2018-08-21 03:22:52,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.09529709816s 2018-08-21 03:22:52,889 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-cec5e6ea-ee3a-4602-a77e-dab7e0be72f7 2018-08-21 03:22:52,889 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd06dedf9dd104b139cf543fb6844b800', u'created_at': u'2018-08-21T03:22:51Z', u'admin_state_up': True, u'updated_at': u'2018-08-21T03:22:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'd06dedf9dd104b139cf543fb6844b800', u'id': u'b99c340d-96a4-45e0-9cde-855375bb1569', u'name': u'shaker-router_caef01ed-4a44-42a2-a90a-a82649896e2e'}) 2018-08-21 03:22:52,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 03:22:52,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"subnet_id": "1c598e4e-7f3d-419c-b6cc-11d16fe67359"}' 2018-08-21 03:22:55,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6efd9a6-04db-4351-a2f0-2863b449ff86 Date: Tue, 21 Aug 2018 03:22:55 GMT RESP BODY: {"network_id": "6bc5c7e7-854f-49f9-a296-bd2c541845f5", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "subnet_id": "1c598e4e-7f3d-419c-b6cc-11d16fe67359", "subnet_ids": ["1c598e4e-7f3d-419c-b6cc-11d16fe67359"], "port_id": "28c2093c-7361-4f06-8e6e-e6c91daf33f4", "id": "b99c340d-96a4-45e0-9cde-855375bb1569"} 2018-08-21 03:22:55,095 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569/add_router_interface.json used request id req-d6efd9a6-04db-4351-a2f0-2863b449ff86 2018-08-21 03:22:55,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.2051050663s 2018-08-21 03:22:55,095 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569/add_router_interface.json used request id req-d6efd9a6-04db-4351-a2f0-2863b449ff86 returning object b99c340d-96a4-45e0-9cde-855375bb1569 2018-08-21 03:22:55,096 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-21 03:22:58,647 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-21 03:22:58,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 03:22:58,654 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 03:22:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 03:22:58,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 03:22:58,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:22:58,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4701503f-7f3f-4dd6-b90c-ab29783bba88 Date: Tue, 21 Aug 2018 03:22:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 03:22:58,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-4701503f-7f3f-4dd6-b90c-ab29783bba88 2018-08-21 03:22:58,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279350996017s 2018-08-21 03:22:58,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-4701503f-7f3f-4dd6-b90c-ab29783bba88 2018-08-21 03:22:58,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 03:22:58,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e"}' 2018-08-21 03:22:58,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3d8737c2-1cef-4e20-89fe-0a1ba33c3d86 Date: Tue, 21 Aug 2018 03:22:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T03:22:58Z", "file": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/file", "owner": "d06dedf9dd104b139cf543fb6844b800", "id": "0251e90b-1944-4245-9f54-8988352e4b9b", "size": null, "self": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b", "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_caef01ed-4a44-42a2-a90a-a82649896e2e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "checksum": null, "created_at": "2018-08-21T03:22:58Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 03:22:58,985 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-3d8737c2-1cef-4e20-89fe-0a1ba33c3d86 2018-08-21 03:22:58,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0373730659485s 2018-08-21 03:22:58,986 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-3d8737c2-1cef-4e20-89fe-0a1ba33c3d86 returning object 0251e90b-1944-4245-9f54-8988352e4b9b 2018-08-21 03:22:58,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 03:22:58,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '' 2018-08-21 03:23:08,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4ab0b1d-5d46-4729-9598-947c8dcd86cb Date: Tue, 21 Aug 2018 03:23: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-21 03:23:08,369 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/file used request id req-e4ab0b1d-5d46-4729-9598-947c8dcd86cb 2018-08-21 03:23:08,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.38210320473s 2018-08-21 03:23:08,369 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/file used request id req-e4ab0b1d-5d46-4729-9598-947c8dcd86cb 2018-08-21 03:23:08,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 03:23:08,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:08,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-e5733235-5c71-478e-a46c-a985e1875a84 Date: Tue, 21 Aug 2018 03:23:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T03:23:08Z", "file": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/file", "owner": "d06dedf9dd104b139cf543fb6844b800", "id": "0251e90b-1944-4245-9f54-8988352e4b9b", "size": 666173440, "self": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-21T03:22:58Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 03:23:08,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e5733235-5c71-478e-a46c-a985e1875a84 2018-08-21 03:23:08,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0406730175018s 2018-08-21 03:23:08,414 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e5733235-5c71-478e-a46c-a985e1875a84 2018-08-21 03:23:08,416 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/file', 'owner': u'd06dedf9dd104b139cf543fb6844b800', 'id': u'0251e90b-1944-4245-9f54-8988352e4b9b', 'size': 666173440, u'self': u'/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd06dedf9dd104b139cf543fb6844b800', 'name': 'shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T03:23:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-21T03:23:08Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e', '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/0251e90b-1944-4245-9f54-8988352e4b9b', 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_caef01ed-4a44-42a2-a90a-a82649896e2e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e', 'created': u'2018-08-21T03:22:58Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-21T03:22:58Z', 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/0251e90b-1944-4245-9f54-8988352e4b9b', 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_caef01ed-4a44-42a2-a90a-a82649896e2e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-21 03:23:08,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 03:23:08,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_caef01ed-4a44-42a2-a90a-a82649896e2e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-21 03:23:08,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fc91bdf-1be8-45d4-9d49-347a3718fab7 x-compute-request-id: req-8fc91bdf-1be8-45d4-9d49-347a3718fab7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "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": "c7af6262-7ef6-46d1-ad81-a6cea57e8108"}} 2018-08-21 03:23:08,700 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-8fc91bdf-1be8-45d4-9d49-347a3718fab7 2018-08-21 03:23:08,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.283126115799s 2018-08-21 03:23:08,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-8fc91bdf-1be8-45d4-9d49-347a3718fab7 2018-08-21 03:23:08,701 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_caef01ed-4a44-42a2-a90a-a82649896e2e', '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'9395463b2c594ad385c1520193638f95', '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'c7af6262-7ef6-46d1-ad81-a6cea57e8108', 'swap': 0}) 2018-08-21 03:23:08,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 03:23:08,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108/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}a92a51a8857517d929f9ef003f9ee77509c23bc5" -d '{"extra_specs": {}}' 2018-08-21 03:23:08,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-403830fd-3f76-4bfc-9824-89525507e465 x-compute-request-id: req-403830fd-3f76-4bfc-9824-89525507e465 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 03:23:08,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108/os-extra_specs used request id req-403830fd-3f76-4bfc-9824-89525507e465 2018-08-21 03:23:08,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243909358978s 2018-08-21 03:23:08,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108/os-extra_specs used request id req-403830fd-3f76-4bfc-9824-89525507e465 2018-08-21 03:23:08,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-21 03:23:08,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"keypair": {"name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e"}}' 2018-08-21 03:23:09,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-840a74c4-a2da-4007-8516-73c12ef900b3 x-compute-request-id: req-840a74c4-a2da-4007-8516-73c12ef900b3 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmy+a0SZWhZpqeHpdh9pJBs6K77U2vSnmujGsWmiZnjC8T02kFsgDkxAxMKpJDceV2af0a9t3uz+ft2RSv4beqcQUKVRnsfhYzY+c4NWnf7/3VI2BP4eTjiOMEsinoHbiiINOtTrCp4zM6p+6ql5BS4qL61Vawvo7L7l8yIwgjaV6OyHVKeIncBQUV6Y9xN8IqSymzAFuICzcSioQQm8BzmI4HkegG7krXPjh2pTHZTRdY2SCouKK0Y9N3qEBn4Z8SdSWRNmZHKOfyM0fTxP9bMnLOw2OjjOgV26MtyjCAnXiJPhFDbeFB4B+byA6FIYxTfgPyv+ANgqFzo23p49AR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA5svmtEmVoWaanh6XYfaSQbOiu+1Nr0p5roxrFpomZ4wvE9Np\nBbIA5MQMTCqSQ3Hldmn9Gvbd7s/n7dkUr+G3qnEFClUZ7H4WM2PnODVp3+/91SNg\nT+Hk44jjBLIp6B24oiDTrU6wqeMzOqfuqpeQUuKi+tVWsL6Oy+5fMiMII2lejsh1\nSniJ3AUFFemPcTfCKkspswBbiAs3EoqEEJvAc5iOB5HoBu5K1z44dqUx2U0XWNkg\nqLiitGPTd6hAZ+GfEnUlkTZmRyjn8jNH08T/WzJyzsNjo4zoFdujLcowgJ14iT4R\nQ23hQeAfm8gOhSGMU34D8r/gDYKhc6Nt6ePQEQIDAQABAoIBADS6rxnPmgUHCRpJ\nCPMTv3SNUwe2fsImtMhBQpImY9HSgEr6SQtJENUzSU/5hfMsyW0VaANKFYhjLaz0\npLpOSoUBT1J+AO88G1xgXcpEwcys6wRQEcgOZxnpA1zmS5bBe5ZnA5Wb3dbilqi3\nB1soR4v4RZ4jMawtzTggXNV6lXhpQlFzis0fBp+oNMQLWMl1VOKi2FlKUh6qp+z2\nsPfWT4aM7o2ahczMA3zcHOlYy7wFvkzrjaVwF6Nr7kdiiUBQ4gkxG67aazpQdyjl\noHb50Lkm1zIi3OcUUj3s88qUzemSUsbQyHrP64v6B2MVrf1xpjajp6UX82ku5VvW\n+AaqWeUCgYEA/CW7tyDHsPzWWswuCUePi4Sy9TqBrtgof9cIWSBoOTT3nY8V7LJK\nOJbr4Pds0deCVzUjCAzX2IPcK0v0yM43C1sWVwGv1QeI7POzWCeSU+KEPWxCXH1+\n4j09WAVMMwd2j8ut7qBQFR21ttFhcpYzn/PwVS8Kx2sW0l/xcv+ZflsCgYEA6lKn\njku3uYVArbzHfsNK7IetuxxYYulsHiYBpb18Se+Cz9bt5SZYHp1oLdtYovJT5pSO\nkwJ3muOma5st9aDGzINBP17Hc2algwykmqMDBj4G0ZH/7KprWi8CJcHHEsDNp5AK\nQd0wh7O0uK9eXes1U/70hNiJ/CXYCyUPhcUQDwMCgYBNKOLbtF1HbOfPm0HPNyXX\nJQF6h6/dqGokTNJSK9eZAftwLLQh3aFW1eBS1IRpZpCNTUZuFTgMGrXKThEXTfuM\nLxCUCYEcKJUfJahRJrLhlqSvAyz/jqvAYcse32glCXifok2Ug1xeSdwsmMBAR3R+\n0zBNcPrUcZHnSNLjRRJclwKBgQDj8NOd0HpAtidc2q8V2NQhkzqlMcWpMnhCO6aO\nm+0z3xHZLLLunoZKAcU+Fon6uNB1FT48M8I1og5ZzvK+Zk/80hG+m2xaDhgji0D0\nTG68u8nWQ7g5eO5FJEVqhT4qN/PWdIAF4i07VM0Qe0fJBO0zcGhccmiIKCgpbzvS\nXQhqEQKBgQCXWLsmkF2x102sntqXJzcjSf1ujAJMTsBePnyGIf0okhRRocRFMwhX\n4Tm9g8pNRQR2O7n8qPnz/ZUJWR94nn7toT5nagFsVNeIjhG0L/W6xhwvQ8u40XKm\n6YYXr8W4mVDsX5NjI1AGu0n1s3YiB3CLKpmCLkNP+5lnuh3odO/MAQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "ffddb9b327c443b897d47e37571d6984", "name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "fingerprint": "fd:0f:d0:99:1d:08:f5:58:52:2a:2b:53:55:76:83:8f"}} 2018-08-21 03:23:09,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-840a74c4-a2da-4007-8516-73c12ef900b3 2018-08-21 03:23:09,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.435346126556s 2018-08-21 03:23:09,163 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/os-keypairs used request id req-840a74c4-a2da-4007-8516-73c12ef900b3 2018-08-21 03:23:09,164 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmy+a0SZWhZpqeHpdh9pJBs6K77U2vSnmujGsWmiZnjC8T02kFsgDkxAxMKpJDceV2af0a9t3uz+ft2RSv4beqcQUKVRnsfhYzY+c4NWnf7/3VI2BP4eTjiOMEsinoHbiiINOtTrCp4zM6p+6ql5BS4qL61Vawvo7L7l8yIwgjaV6OyHVKeIncBQUV6Y9xN8IqSymzAFuICzcSioQQm8BzmI4HkegG7krXPjh2pTHZTRdY2SCouKK0Y9N3qEBn4Z8SdSWRNmZHKOfyM0fTxP9bMnLOw2OjjOgV26MtyjCAnXiJPhFDbeFB4B+byA6FIYxTfgPyv+ANgqFzo23p49AR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA5svmtEmVoWaanh6XYfaSQbOiu+1Nr0p5roxrFpomZ4wvE9Np\nBbIA5MQMTCqSQ3Hldmn9Gvbd7s/n7dkUr+G3qnEFClUZ7H4WM2PnODVp3+/91SNg\nT+Hk44jjBLIp6B24oiDTrU6wqeMzOqfuqpeQUuKi+tVWsL6Oy+5fMiMII2lejsh1\nSniJ3AUFFemPcTfCKkspswBbiAs3EoqEEJvAc5iOB5HoBu5K1z44dqUx2U0XWNkg\nqLiitGPTd6hAZ+GfEnUlkTZmRyjn8jNH08T/WzJyzsNjo4zoFdujLcowgJ14iT4R\nQ23hQeAfm8gOhSGMU34D8r/gDYKhc6Nt6ePQEQIDAQABAoIBADS6rxnPmgUHCRpJ\nCPMTv3SNUwe2fsImtMhBQpImY9HSgEr6SQtJENUzSU/5hfMsyW0VaANKFYhjLaz0\npLpOSoUBT1J+AO88G1xgXcpEwcys6wRQEcgOZxnpA1zmS5bBe5ZnA5Wb3dbilqi3\nB1soR4v4RZ4jMawtzTggXNV6lXhpQlFzis0fBp+oNMQLWMl1VOKi2FlKUh6qp+z2\nsPfWT4aM7o2ahczMA3zcHOlYy7wFvkzrjaVwF6Nr7kdiiUBQ4gkxG67aazpQdyjl\noHb50Lkm1zIi3OcUUj3s88qUzemSUsbQyHrP64v6B2MVrf1xpjajp6UX82ku5VvW\n+AaqWeUCgYEA/CW7tyDHsPzWWswuCUePi4Sy9TqBrtgof9cIWSBoOTT3nY8V7LJK\nOJbr4Pds0deCVzUjCAzX2IPcK0v0yM43C1sWVwGv1QeI7POzWCeSU+KEPWxCXH1+\n4j09WAVMMwd2j8ut7qBQFR21ttFhcpYzn/PwVS8Kx2sW0l/xcv+ZflsCgYEA6lKn\njku3uYVArbzHfsNK7IetuxxYYulsHiYBpb18Se+Cz9bt5SZYHp1oLdtYovJT5pSO\nkwJ3muOma5st9aDGzINBP17Hc2algwykmqMDBj4G0ZH/7KprWi8CJcHHEsDNp5AK\nQd0wh7O0uK9eXes1U/70hNiJ/CXYCyUPhcUQDwMCgYBNKOLbtF1HbOfPm0HPNyXX\nJQF6h6/dqGokTNJSK9eZAftwLLQh3aFW1eBS1IRpZpCNTUZuFTgMGrXKThEXTfuM\nLxCUCYEcKJUfJahRJrLhlqSvAyz/jqvAYcse32glCXifok2Ug1xeSdwsmMBAR3R+\n0zBNcPrUcZHnSNLjRRJclwKBgQDj8NOd0HpAtidc2q8V2NQhkzqlMcWpMnhCO6aO\nm+0z3xHZLLLunoZKAcU+Fon6uNB1FT48M8I1og5ZzvK+Zk/80hG+m2xaDhgji0D0\nTG68u8nWQ7g5eO5FJEVqhT4qN/PWdIAF4i07VM0Qe0fJBO0zcGhccmiIKCgpbzvS\nXQhqEQKBgQCXWLsmkF2x102sntqXJzcjSf1ujAJMTsBePnyGIf0okhRRocRFMwhX\n4Tm9g8pNRQR2O7n8qPnz/ZUJWR94nn7toT5nagFsVNeIjhG0L/W6xhwvQ8u40XKm\n6YYXr8W4mVDsX5NjI1AGu0n1s3YiB3CLKpmCLkNP+5lnuh3odO/MAQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ffddb9b327c443b897d47e37571d6984', 'name': u'shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e', 'created_at': '2018-08-21T03:23:09.164231', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd06dedf9dd104b139cf543fb6844b800', 'name': 'shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fd:0f:d0:99:1d:08:f5:58:52:2a:2b:53:55:76:83:8f', 'type': 'ssh', 'id': u'shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e'}) 2018-08-21 03:23:09,164 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA5svmtEmVoWaanh6XYfaSQbOiu+1Nr0p5roxrFpomZ4wvE9Np BbIA5MQMTCqSQ3Hldmn9Gvbd7s/n7dkUr+G3qnEFClUZ7H4WM2PnODVp3+/91SNg T+Hk44jjBLIp6B24oiDTrU6wqeMzOqfuqpeQUuKi+tVWsL6Oy+5fMiMII2lejsh1 SniJ3AUFFemPcTfCKkspswBbiAs3EoqEEJvAc5iOB5HoBu5K1z44dqUx2U0XWNkg qLiitGPTd6hAZ+GfEnUlkTZmRyjn8jNH08T/WzJyzsNjo4zoFdujLcowgJ14iT4R Q23hQeAfm8gOhSGMU34D8r/gDYKhc6Nt6ePQEQIDAQABAoIBADS6rxnPmgUHCRpJ CPMTv3SNUwe2fsImtMhBQpImY9HSgEr6SQtJENUzSU/5hfMsyW0VaANKFYhjLaz0 pLpOSoUBT1J+AO88G1xgXcpEwcys6wRQEcgOZxnpA1zmS5bBe5ZnA5Wb3dbilqi3 B1soR4v4RZ4jMawtzTggXNV6lXhpQlFzis0fBp+oNMQLWMl1VOKi2FlKUh6qp+z2 sPfWT4aM7o2ahczMA3zcHOlYy7wFvkzrjaVwF6Nr7kdiiUBQ4gkxG67aazpQdyjl oHb50Lkm1zIi3OcUUj3s88qUzemSUsbQyHrP64v6B2MVrf1xpjajp6UX82ku5VvW +AaqWeUCgYEA/CW7tyDHsPzWWswuCUePi4Sy9TqBrtgof9cIWSBoOTT3nY8V7LJK OJbr4Pds0deCVzUjCAzX2IPcK0v0yM43C1sWVwGv1QeI7POzWCeSU+KEPWxCXH1+ 4j09WAVMMwd2j8ut7qBQFR21ttFhcpYzn/PwVS8Kx2sW0l/xcv+ZflsCgYEA6lKn jku3uYVArbzHfsNK7IetuxxYYulsHiYBpb18Se+Cz9bt5SZYHp1oLdtYovJT5pSO kwJ3muOma5st9aDGzINBP17Hc2algwykmqMDBj4G0ZH/7KprWi8CJcHHEsDNp5AK Qd0wh7O0uK9eXes1U/70hNiJ/CXYCyUPhcUQDwMCgYBNKOLbtF1HbOfPm0HPNyXX JQF6h6/dqGokTNJSK9eZAftwLLQh3aFW1eBS1IRpZpCNTUZuFTgMGrXKThEXTfuM LxCUCYEcKJUfJahRJrLhlqSvAyz/jqvAYcse32glCXifok2Ug1xeSdwsmMBAR3R+ 0zBNcPrUcZHnSNLjRRJclwKBgQDj8NOd0HpAtidc2q8V2NQhkzqlMcWpMnhCO6aO m+0z3xHZLLLunoZKAcU+Fon6uNB1FT48M8I1og5ZzvK+Zk/80hG+m2xaDhgji0D0 TG68u8nWQ7g5eO5FJEVqhT4qN/PWdIAF4i07VM0Qe0fJBO0zcGhccmiIKCgpbzvS XQhqEQKBgQCXWLsmkF2x102sntqXJzcjSf1ujAJMTsBePnyGIf0okhRRocRFMwhX 4Tm9g8pNRQR2O7n8qPnz/ZUJWR94nn7toT5nagFsVNeIjhG0L/W6xhwvQ8u40XKm 6YYXr8W4mVDsX5NjI1AGu0n1s3YiB3CLKpmCLkNP+5lnuh3odO/MAQ== -----END RSA PRIVATE KEY----- 2018-08-21 03:23:09,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-21 03:23:09,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"security_group": {"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-21 03:23:09,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-62ec56a9-654b-4073-bcbb-a266c5e350c2 Date: Tue, 21 Aug 2018 03:23:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:09Z", "updated_at": "2018-08-21T03:23:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "a72ccb88-5cc8-42ee-8baf-84b668e40ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "f66a07eb-ac2f-4d99-b0ea-afc7ba94499a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "88acde31-1ded-425c-bf74-6111e6306f12", "name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}} 2018-08-21 03:23:09,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-62ec56a9-654b-4073-bcbb-a266c5e350c2 2018-08-21 03:23:09,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.458503961563s 2018-08-21 03:23:09,625 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-62ec56a9-654b-4073-bcbb-a266c5e350c2 2018-08-21 03:23:09,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 03:23:09,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:09,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-2e60dbc7-44f3-439d-97f0-0acda526a3fe Date: Tue, 21 Aug 2018 03:23:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:09Z", "updated_at": "2018-08-21T03:23:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "a72ccb88-5cc8-42ee-8baf-84b668e40ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "f66a07eb-ac2f-4d99-b0ea-afc7ba94499a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "88acde31-1ded-425c-bf74-6111e6306f12", "name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}]} 2018-08-21 03:23:09,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-2e60dbc7-44f3-439d-97f0-0acda526a3fe 2018-08-21 03:23:09,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0670650005341s 2018-08-21 03:23:09,697 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-2e60dbc7-44f3-439d-97f0-0acda526a3fe 2018-08-21 03:23:09,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 03:23:09,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -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": "88acde31-1ded-425c-bf74-6111e6306f12"}}' 2018-08-21 03:23:10,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e8d3faac-9e91-4395-ac84-319c60449f9a Date: Tue, 21 Aug 2018 03:23:10 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-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "port_range_min": 22, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:10Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "cdb40fc6-64a2-48ae-824d-8c634dba5f9a"}} 2018-08-21 03:23:10,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-e8d3faac-9e91-4395-ac84-319c60449f9a 2018-08-21 03:23:10,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.378417015076s 2018-08-21 03:23:10,081 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-e8d3faac-9e91-4395-ac84-319c60449f9a 2018-08-21 03:23:10,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 03:23:10,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:10,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-c311c140-2fc9-46a3-bc74-e3febfee66d7 Date: Tue, 21 Aug 2018 03:23:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:09Z", "updated_at": "2018-08-21T03:23:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "a72ccb88-5cc8-42ee-8baf-84b668e40ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T03:23:10Z", "revision_number": 0, "id": "cdb40fc6-64a2-48ae-824d-8c634dba5f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "f66a07eb-ac2f-4d99-b0ea-afc7ba94499a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 2, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "88acde31-1ded-425c-bf74-6111e6306f12", "name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}]} 2018-08-21 03:23:10,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-c311c140-2fc9-46a3-bc74-e3febfee66d7 2018-08-21 03:23:10,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0450839996338s 2018-08-21 03:23:10,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-c311c140-2fc9-46a3-bc74-e3febfee66d7 2018-08-21 03:23:10,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 03:23:10,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -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": "88acde31-1ded-425c-bf74-6111e6306f12"}}' 2018-08-21 03:23:10,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-23055d98-191f-40d5-8c8b-90cd3975a101 Date: Tue, 21 Aug 2018 03:23:10 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-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:10Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "068a161f-2df6-45ef-a97f-066603a404de"}} 2018-08-21 03:23:10,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-23055d98-191f-40d5-8c8b-90cd3975a101 2018-08-21 03:23:10,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.15705704689s 2018-08-21 03:23:10,290 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-23055d98-191f-40d5-8c8b-90cd3975a101 2018-08-21 03:23:10,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 03:23:10,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:10,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-87665e1f-2939-4985-b7ad-b87ef8075cbc Date: Tue, 21 Aug 2018 03:23:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:09Z", "updated_at": "2018-08-21T03:23:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:10Z", "revision_number": 0, "id": "068a161f-2df6-45ef-a97f-066603a404de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "a72ccb88-5cc8-42ee-8baf-84b668e40ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T03:23:10Z", "revision_number": 0, "id": "cdb40fc6-64a2-48ae-824d-8c634dba5f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "f66a07eb-ac2f-4d99-b0ea-afc7ba94499a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 3, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "88acde31-1ded-425c-bf74-6111e6306f12", "name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}]} 2018-08-21 03:23:10,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-87665e1f-2939-4985-b7ad-b87ef8075cbc 2018-08-21 03:23:10,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0539779663086s 2018-08-21 03:23:10,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-87665e1f-2939-4985-b7ad-b87ef8075cbc 2018-08-21 03:23:10,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-21 03:23:10,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -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": "88acde31-1ded-425c-bf74-6111e6306f12"}}' 2018-08-21 03:23:10,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-cff4deff-ad63-4085-89a3-4bb9c60c12c4 Date: Tue, 21 Aug 2018 03:23:10 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-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "port_range_min": 9000, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:10Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "5f8a9a58-16ee-41a5-8ab4-f26e5ab29942"}} 2018-08-21 03:23:10,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-cff4deff-ad63-4085-89a3-4bb9c60c12c4 2018-08-21 03:23:10,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.129483938217s 2018-08-21 03:23:10,481 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules.json used request id req-cff4deff-ad63-4085-89a3-4bb9c60c12c4 2018-08-21 03:23:10,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 03:23:10,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:10,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-21336a22-901a-4c17-90a1-7411e507de18 Date: Tue, 21 Aug 2018 03:23:10 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":["1c598e4e-7f3d-419c-b6cc-11d16fe67359"],"updated_at":"2018-08-21T03:22:51Z","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d06dedf9dd104b139cf543fb6844b800","id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","name":"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T02:13:14Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 03:23:10,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-21336a22-901a-4c17-90a1-7411e507de18 2018-08-21 03:23:10,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10204577446s 2018-08-21 03:23:10,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-21336a22-901a-4c17-90a1-7411e507de18 2018-08-21 03:23:10,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 03:23:10,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:10,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-42ea3c87-d1c0-45b8-9dda-2a26384299de Date: Tue, 21 Aug 2018 03:23:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T03:23:08Z", "file": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/file", "owner": "d06dedf9dd104b139cf543fb6844b800", "id": "0251e90b-1944-4245-9f54-8988352e4b9b", "size": 666173440, "self": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-21T03:22:58Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 03:23:10,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-42ea3c87-d1c0-45b8-9dda-2a26384299de 2018-08-21 03:23:10,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0355749130249s 2018-08-21 03:23:10,627 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-42ea3c87-d1c0-45b8-9dda-2a26384299de 2018-08-21 03:23:10,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 03:23:10,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:10,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6deafa6d-3d50-4ad1-9a41-e26f3a717d1a x-compute-request-id: req-6deafa6d-3d50-4ad1-9a41-e26f3a717d1a Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "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": "c7af6262-7ef6-46d1-ad81-a6cea57e8108"}]} 2018-08-21 03:23:10,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-6deafa6d-3d50-4ad1-9a41-e26f3a717d1a 2018-08-21 03:23:10,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247268676758s 2018-08-21 03:23:10,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-6deafa6d-3d50-4ad1-9a41-e26f3a717d1a 2018-08-21 03:23:10,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-21 03:23:10,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"server": {"name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "imageRef": "0251e90b-1944-4245-9f54-8988352e4b9b", "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "flavorRef": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6bc5c7e7-854f-49f9-a296-bd2c541845f5"}], "security_groups": [{"name": "88acde31-1ded-425c-bf74-6111e6306f12"}]}}' 2018-08-21 03:23:12,817 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 03:23:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ca011ab-3ca4-4419-8da8-26e9f9e49f78 x-compute-request-id: req-7ca011ab-3ca4-4419-8da8-26e9f9e49f78 Content-Length: 403 location: http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "88acde31-1ded-425c-bf74-6111e6306f12"}], "OS-DCF:diskConfig": "MANUAL", "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "adminPass": "nMbukfL6jQmj"}} 2018-08-21 03:23:12,817 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-7ca011ab-3ca4-4419-8da8-26e9f9e49f78 2018-08-21 03:23:12,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.16294884682s 2018-08-21 03:23:12,818 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-7ca011ab-3ca4-4419-8da8-26e9f9e49f78 2018-08-21 03:23:12,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:12,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:13,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6edc7508-53ad-49c2-9389-f55cb05d6ee8 x-compute-request-id: req-6edc7508-53ad-49c2-9389-f55cb05d6ee8 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "user_id": "ffddb9b327c443b897d47e37571d6984", "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-21T03:23:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:13,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6edc7508-53ad-49c2-9389-f55cb05d6ee8 2018-08-21 03:23:13,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721330881119s 2018-08-21 03:23:13,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6edc7508-53ad-49c2-9389-f55cb05d6ee8 2018-08-21 03:23:13,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 03:23:13,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:13,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-16f3d085-d486-4c2a-94c3-4741f9bb42fb Date: Tue, 21 Aug 2018 03:23:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c598e4e-7f3d-419c-b6cc-11d16fe67359"],"updated_at":"2018-08-21T03:22:51Z","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d06dedf9dd104b139cf543fb6844b800","id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","name":"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T02:13:14Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 03:23:13,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-16f3d085-d486-4c2a-94c3-4741f9bb42fb 2018-08-21 03:23:13,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.095123052597s 2018-08-21 03:23:13,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-16f3d085-d486-4c2a-94c3-4741f9bb42fb 2018-08-21 03:23:13,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 03:23:13,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:13,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-3f2e2c45-512c-43cd-941e-66622a76bc3c Date: Tue, 21 Aug 2018 03:23:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T03:22:51Z","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":"d06dedf9dd104b139cf543fb6844b800","id":"1c598e4e-7f3d-419c-b6cc-11d16fe67359","subnetpool_id":null,"name":"shaker-subnet_caef01ed-4a44-42a2-a90a-a82649896e2e"}]} 2018-08-21 03:23:13,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-3f2e2c45-512c-43cd-941e-66622a76bc3c 2018-08-21 03:23:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0382709503174s 2018-08-21 03:23:13,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-3f2e2c45-512c-43cd-941e-66622a76bc3c 2018-08-21 03:23:13,682 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:15,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:15,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:16,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48449f30-1c6e-4d80-b529-99f11c578f06 x-compute-request-id: req-48449f30-1c6e-4d80-b529-99f11c578f06 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:16,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-48449f30-1c6e-4d80-b529-99f11c578f06 2018-08-21 03:23:16,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.940932035446s 2018-08-21 03:23:16,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-48449f30-1c6e-4d80-b529-99f11c578f06 2018-08-21 03:23:16,629 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:18,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:18,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:18,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-106c66df-1c6e-4402-abe7-455f61371e41 x-compute-request-id: req-106c66df-1c6e-4402-abe7-455f61371e41 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:18,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-106c66df-1c6e-4402-abe7-455f61371e41 2018-08-21 03:23:18,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359344959259s 2018-08-21 03:23:18,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-106c66df-1c6e-4402-abe7-455f61371e41 2018-08-21 03:23:18,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:20,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:21,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:21,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23: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-ea4aa1b5-41f6-4ec6-8189-97e50518a07c x-compute-request-id: req-ea4aa1b5-41f6-4ec6-8189-97e50518a07c Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:21,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ea4aa1b5-41f6-4ec6-8189-97e50518a07c 2018-08-21 03:23:21,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.395378112793s 2018-08-21 03:23:21,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ea4aa1b5-41f6-4ec6-8189-97e50518a07c 2018-08-21 03:23:21,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:23,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:23,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:23,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70fd13c9-ef6b-4108-82e6-83d96f7a157b x-compute-request-id: req-70fd13c9-ef6b-4108-82e6-83d96f7a157b Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:23,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-70fd13c9-ef6b-4108-82e6-83d96f7a157b 2018-08-21 03:23:23,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174858093262s 2018-08-21 03:23:23,576 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-70fd13c9-ef6b-4108-82e6-83d96f7a157b 2018-08-21 03:23:23,579 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:25,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:25,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:26,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5487c5d6-7f8a-40a8-85d3-4c44b613659d x-compute-request-id: req-5487c5d6-7f8a-40a8-85d3-4c44b613659d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:26,239 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5487c5d6-7f8a-40a8-85d3-4c44b613659d 2018-08-21 03:23:26,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657598972321s 2018-08-21 03:23:26,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5487c5d6-7f8a-40a8-85d3-4c44b613659d 2018-08-21 03:23:26,243 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:28,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:28,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:28,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-484ed874-3225-471e-9b58-277086352fda x-compute-request-id: req-484ed874-3225-471e-9b58-277086352fda Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:28,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-484ed874-3225-471e-9b58-277086352fda 2018-08-21 03:23:28,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171330928802s 2018-08-21 03:23:28,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-484ed874-3225-471e-9b58-277086352fda 2018-08-21 03:23:28,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:30,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:30,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:30,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8743596f-34ad-4343-b68a-278925ddfb6a x-compute-request-id: req-8743596f-34ad-4343-b68a-278925ddfb6a Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:30,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8743596f-34ad-4343-b68a-278925ddfb6a 2018-08-21 03:23:30,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409784793854s 2018-08-21 03:23:30,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8743596f-34ad-4343-b68a-278925ddfb6a 2018-08-21 03:23:30,838 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:32,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:32,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:33,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-019a762a-230b-45d2-9dcd-86b790609fbd x-compute-request-id: req-019a762a-230b-45d2-9dcd-86b790609fbd Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:33,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-019a762a-230b-45d2-9dcd-86b790609fbd 2018-08-21 03:23:33,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454432964325s 2018-08-21 03:23:33,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-019a762a-230b-45d2-9dcd-86b790609fbd 2018-08-21 03:23:33,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:35,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:35,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bda0fb84-d21d-4932-b6db-e5e5217e9b81 x-compute-request-id: req-bda0fb84-d21d-4932-b6db-e5e5217e9b81 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:35,475 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bda0fb84-d21d-4932-b6db-e5e5217e9b81 2018-08-21 03:23:35,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173429012299s 2018-08-21 03:23:35,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bda0fb84-d21d-4932-b6db-e5e5217e9b81 2018-08-21 03:23:35,480 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:37,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:37,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:37,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92ee176a-d959-4eb5-8e6f-7e33ef353ec5 x-compute-request-id: req-92ee176a-d959-4eb5-8e6f-7e33ef353ec5 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:37,868 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-92ee176a-d959-4eb5-8e6f-7e33ef353ec5 2018-08-21 03:23:37,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385090827942s 2018-08-21 03:23:37,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-92ee176a-d959-4eb5-8e6f-7e33ef353ec5 2018-08-21 03:23:37,871 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:39,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:39,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:40,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab701ff6-6cd7-456f-ae08-e75a3079ef9c x-compute-request-id: req-ab701ff6-6cd7-456f-ae08-e75a3079ef9c Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:40,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ab701ff6-6cd7-456f-ae08-e75a3079ef9c 2018-08-21 03:23:40,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40126991272s 2018-08-21 03:23:40,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ab701ff6-6cd7-456f-ae08-e75a3079ef9c 2018-08-21 03:23:40,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:42,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:42,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:42,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b30183b4-4744-4754-b60c-598cf6e8bd63 x-compute-request-id: req-b30183b4-4744-4754-b60c-598cf6e8bd63 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:42,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b30183b4-4744-4754-b60c-598cf6e8bd63 2018-08-21 03:23:42,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166613101959s 2018-08-21 03:23:42,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b30183b4-4744-4754-b60c-598cf6e8bd63 2018-08-21 03:23:42,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:44,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:44,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbca7f56-e973-4d9c-ba45-c5ec16f39b99 x-compute-request-id: req-dbca7f56-e973-4d9c-ba45-c5ec16f39b99 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:44,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-dbca7f56-e973-4d9c-ba45-c5ec16f39b99 2018-08-21 03:23:44,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367741823196s 2018-08-21 03:23:44,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-dbca7f56-e973-4d9c-ba45-c5ec16f39b99 2018-08-21 03:23:44,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:46,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:46,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:47,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f2fe813-4e2b-4333-8e01-4a198d8901be x-compute-request-id: req-4f2fe813-4e2b-4333-8e01-4a198d8901be Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:47,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4f2fe813-4e2b-4333-8e01-4a198d8901be 2018-08-21 03:23:47,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464260101318s 2018-08-21 03:23:47,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4f2fe813-4e2b-4333-8e01-4a198d8901be 2018-08-21 03:23:47,297 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:49,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:49,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:49,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afb7a281-67db-47ab-9e84-29ea78ea4963 x-compute-request-id: req-afb7a281-67db-47ab-9e84-29ea78ea4963 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:49,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-afb7a281-67db-47ab-9e84-29ea78ea4963 2018-08-21 03:23:49,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.604288816452s 2018-08-21 03:23:49,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-afb7a281-67db-47ab-9e84-29ea78ea4963 2018-08-21 03:23:49,908 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:51,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:51,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:52,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c682acb-b63c-4822-9a21-1158af0be83d x-compute-request-id: req-8c682acb-b63c-4822-9a21-1158af0be83d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:52,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8c682acb-b63c-4822-9a21-1158af0be83d 2018-08-21 03:23:52,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188090085983s 2018-08-21 03:23:52,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8c682acb-b63c-4822-9a21-1158af0be83d 2018-08-21 03:23:52,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:54,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:54,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:54,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23: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-90699731-2f71-4b9e-83d0-18c85610d6f2 x-compute-request-id: req-90699731-2f71-4b9e-83d0-18c85610d6f2 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:54,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-90699731-2f71-4b9e-83d0-18c85610d6f2 2018-08-21 03:23:54,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168986082077s 2018-08-21 03:23:54,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-90699731-2f71-4b9e-83d0-18c85610d6f2 2018-08-21 03:23:54,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:56,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:56,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:56,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c547d9d8-0ba9-4ea7-a5e5-37dbd4549cff x-compute-request-id: req-c547d9d8-0ba9-4ea7-a5e5-37dbd4549cff Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:56,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c547d9d8-0ba9-4ea7-a5e5-37dbd4549cff 2018-08-21 03:23:56,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447645902634s 2018-08-21 03:23:56,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c547d9d8-0ba9-4ea7-a5e5-37dbd4549cff 2018-08-21 03:23:56,734 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:23:58,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:23:58,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:23:59,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:23: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-d9c29ce7-91e7-4df7-8f02-ebb80f5c5155 x-compute-request-id: req-d9c29ce7-91e7-4df7-8f02-ebb80f5c5155 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:23:59,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d9c29ce7-91e7-4df7-8f02-ebb80f5c5155 2018-08-21 03:23:59,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.395442008972s 2018-08-21 03:23:59,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d9c29ce7-91e7-4df7-8f02-ebb80f5c5155 2018-08-21 03:23:59,136 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:01,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:01,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:01,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbc1b918-78f2-4c78-8038-fb55007a57df x-compute-request-id: req-fbc1b918-78f2-4c78-8038-fb55007a57df Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:01,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fbc1b918-78f2-4c78-8038-fb55007a57df 2018-08-21 03:24:01,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172479867935s 2018-08-21 03:24:01,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fbc1b918-78f2-4c78-8038-fb55007a57df 2018-08-21 03:24:01,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:03,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:03,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:03,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab47d194-3477-41cf-87b4-7f3a69278a94 x-compute-request-id: req-ab47d194-3477-41cf-87b4-7f3a69278a94 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:03,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ab47d194-3477-41cf-87b4-7f3a69278a94 2018-08-21 03:24:03,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.606491088867s 2018-08-21 03:24:03,924 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ab47d194-3477-41cf-87b4-7f3a69278a94 2018-08-21 03:24:03,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:05,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:05,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:06,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df973c4c-e873-446c-a5b5-446d240bda8c x-compute-request-id: req-df973c4c-e873-446c-a5b5-446d240bda8c Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:06,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-df973c4c-e873-446c-a5b5-446d240bda8c 2018-08-21 03:24:06,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44796204567s 2018-08-21 03:24:06,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-df973c4c-e873-446c-a5b5-446d240bda8c 2018-08-21 03:24:06,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:08,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:08,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da6c8ce6-230e-492f-8397-3d364040231a x-compute-request-id: req-da6c8ce6-230e-492f-8397-3d364040231a Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:08,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-da6c8ce6-230e-492f-8397-3d364040231a 2018-08-21 03:24:08,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366024017334s 2018-08-21 03:24:08,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-da6c8ce6-230e-492f-8397-3d364040231a 2018-08-21 03:24:08,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:10,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:10,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:11,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcc0b90c-6b0d-4acf-8ca7-c943e4f02824 x-compute-request-id: req-bcc0b90c-6b0d-4acf-8ca7-c943e4f02824 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:11,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bcc0b90c-6b0d-4acf-8ca7-c943e4f02824 2018-08-21 03:24:11,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.758796215057s 2018-08-21 03:24:11,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bcc0b90c-6b0d-4acf-8ca7-c943e4f02824 2018-08-21 03:24:11,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:13,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:13,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:13,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-942380c5-2d31-480f-81a6-405e9c631996 x-compute-request-id: req-942380c5-2d31-480f-81a6-405e9c631996 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:13,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-942380c5-2d31-480f-81a6-405e9c631996 2018-08-21 03:24:13,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213740825653s 2018-08-21 03:24:13,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-942380c5-2d31-480f-81a6-405e9c631996 2018-08-21 03:24:13,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:15,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:15,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:16,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24: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-6cd8e409-44c6-4c2f-87ca-82b171e50213 x-compute-request-id: req-6cd8e409-44c6-4c2f-87ca-82b171e50213 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:16,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6cd8e409-44c6-4c2f-87ca-82b171e50213 2018-08-21 03:24:16,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45095705986s 2018-08-21 03:24:16,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6cd8e409-44c6-4c2f-87ca-82b171e50213 2018-08-21 03:24:16,198 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:18,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:18,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:18,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9ba7a9a-985e-42bb-9028-09fefe0d7a77 x-compute-request-id: req-b9ba7a9a-985e-42bb-9028-09fefe0d7a77 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:18,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b9ba7a9a-985e-42bb-9028-09fefe0d7a77 2018-08-21 03:24:18,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175570011139s 2018-08-21 03:24:18,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b9ba7a9a-985e-42bb-9028-09fefe0d7a77 2018-08-21 03:24:18,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:20,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:20,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:20,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8c27ee6-b55b-47a1-a0c1-0955fb1829e4 x-compute-request-id: req-b8c27ee6-b55b-47a1-a0c1-0955fb1829e4 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:20,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b8c27ee6-b55b-47a1-a0c1-0955fb1829e4 2018-08-21 03:24:20,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455411911011s 2018-08-21 03:24:20,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b8c27ee6-b55b-47a1-a0c1-0955fb1829e4 2018-08-21 03:24:20,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:22,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:22,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:23,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cb9b8c4-bb0d-4594-b2b9-232bca2d80e1 x-compute-request-id: req-0cb9b8c4-bb0d-4594-b2b9-232bca2d80e1 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:23,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-0cb9b8c4-bb0d-4594-b2b9-232bca2d80e1 2018-08-21 03:24:23,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418143987656s 2018-08-21 03:24:23,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-0cb9b8c4-bb0d-4594-b2b9-232bca2d80e1 2018-08-21 03:24:23,268 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:25,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:25,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:25,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36e50df9-b48a-40d7-9bc2-c7d7313b0311 x-compute-request-id: req-36e50df9-b48a-40d7-9bc2-c7d7313b0311 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:25,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-36e50df9-b48a-40d7-9bc2-c7d7313b0311 2018-08-21 03:24:25,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170333147049s 2018-08-21 03:24:25,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-36e50df9-b48a-40d7-9bc2-c7d7313b0311 2018-08-21 03:24:25,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:27,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:27,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:27,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9fbc834-2d79-491f-8faa-4f4e19b759c2 x-compute-request-id: req-e9fbc834-2d79-491f-8faa-4f4e19b759c2 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:27,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e9fbc834-2d79-491f-8faa-4f4e19b759c2 2018-08-21 03:24:27,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44041800499s 2018-08-21 03:24:27,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e9fbc834-2d79-491f-8faa-4f4e19b759c2 2018-08-21 03:24:27,892 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:29,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:29,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:30,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9707fc7-cdbe-4f4f-8851-d898c7d1ebe3 x-compute-request-id: req-e9707fc7-cdbe-4f4f-8851-d898c7d1ebe3 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:30,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e9707fc7-cdbe-4f4f-8851-d898c7d1ebe3 2018-08-21 03:24:30,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365123033524s 2018-08-21 03:24:30,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e9707fc7-cdbe-4f4f-8851-d898c7d1ebe3 2018-08-21 03:24:30,264 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:32,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:32,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:32,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d220d14f-4657-4e5e-b6e6-f6999fe2e0aa x-compute-request-id: req-d220d14f-4657-4e5e-b6e6-f6999fe2e0aa Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:32,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d220d14f-4657-4e5e-b6e6-f6999fe2e0aa 2018-08-21 03:24:32,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443957090378s 2018-08-21 03:24:32,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d220d14f-4657-4e5e-b6e6-f6999fe2e0aa 2018-08-21 03:24:32,715 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:34,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:35,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbb6a862-3b17-4fd2-9eaf-e1d0efa7ccf2 x-compute-request-id: req-fbb6a862-3b17-4fd2-9eaf-e1d0efa7ccf2 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:35,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fbb6a862-3b17-4fd2-9eaf-e1d0efa7ccf2 2018-08-21 03:24:35,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376806020737s 2018-08-21 03:24:35,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fbb6a862-3b17-4fd2-9eaf-e1d0efa7ccf2 2018-08-21 03:24:35,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:37,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:37,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:37,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-551ebd0c-b6bb-4acf-8e0f-eb32400e9281 x-compute-request-id: req-551ebd0c-b6bb-4acf-8e0f-eb32400e9281 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:37,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-551ebd0c-b6bb-4acf-8e0f-eb32400e9281 2018-08-21 03:24:37,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185137987137s 2018-08-21 03:24:37,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-551ebd0c-b6bb-4acf-8e0f-eb32400e9281 2018-08-21 03:24:37,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:39,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:39,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:39,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ad2a338-b8f6-48ab-a9f4-f5cab298f5f7 x-compute-request-id: req-7ad2a338-b8f6-48ab-a9f4-f5cab298f5f7 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:39,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7ad2a338-b8f6-48ab-a9f4-f5cab298f5f7 2018-08-21 03:24:39,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180731058121s 2018-08-21 03:24:39,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7ad2a338-b8f6-48ab-a9f4-f5cab298f5f7 2018-08-21 03:24:39,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:41,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:41,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:42,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8632db03-425c-4b5e-916d-6f39d8bc7909 x-compute-request-id: req-8632db03-425c-4b5e-916d-6f39d8bc7909 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:42,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8632db03-425c-4b5e-916d-6f39d8bc7909 2018-08-21 03:24:42,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670078992844s 2018-08-21 03:24:42,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8632db03-425c-4b5e-916d-6f39d8bc7909 2018-08-21 03:24:42,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:44,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:44,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:44,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dbf5e91-b9ff-4192-b4a5-6c6266b9e0ec x-compute-request-id: req-8dbf5e91-b9ff-4192-b4a5-6c6266b9e0ec Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:44,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8dbf5e91-b9ff-4192-b4a5-6c6266b9e0ec 2018-08-21 03:24:44,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700398206711s 2018-08-21 03:24:44,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8dbf5e91-b9ff-4192-b4a5-6c6266b9e0ec 2018-08-21 03:24:44,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:46,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:46,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:47,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a33bb9df-f811-43af-9462-a57ae44b36e5 x-compute-request-id: req-a33bb9df-f811-43af-9462-a57ae44b36e5 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:47,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-a33bb9df-f811-43af-9462-a57ae44b36e5 2018-08-21 03:24:47,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349784135818s 2018-08-21 03:24:47,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-a33bb9df-f811-43af-9462-a57ae44b36e5 2018-08-21 03:24:47,219 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:49,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:49,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24: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-8eee2252-0e04-4150-9f5f-52dd219cd36d x-compute-request-id: req-8eee2252-0e04-4150-9f5f-52dd219cd36d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:49,844 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8eee2252-0e04-4150-9f5f-52dd219cd36d 2018-08-21 03:24:49,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622435092926s 2018-08-21 03:24:49,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-8eee2252-0e04-4150-9f5f-52dd219cd36d 2018-08-21 03:24:49,849 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:51,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:51,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:52,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f11f2b29-2388-4edd-9e6f-b7c2b8382836 x-compute-request-id: req-f11f2b29-2388-4edd-9e6f-b7c2b8382836 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:52,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f11f2b29-2388-4edd-9e6f-b7c2b8382836 2018-08-21 03:24:52,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183137178421s 2018-08-21 03:24:52,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f11f2b29-2388-4edd-9e6f-b7c2b8382836 2018-08-21 03:24:52,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:54,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:54,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:54,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b332374c-75c2-4d89-89a3-6a77c41f778f x-compute-request-id: req-b332374c-75c2-4d89-89a3-6a77c41f778f Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:54,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b332374c-75c2-4d89-89a3-6a77c41f778f 2018-08-21 03:24:54,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43452501297s 2018-08-21 03:24:54,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b332374c-75c2-4d89-89a3-6a77c41f778f 2018-08-21 03:24:54,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:56,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:56,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:56,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5944f9b0-af5b-49d7-b00a-51ca047b465e x-compute-request-id: req-5944f9b0-af5b-49d7-b00a-51ca047b465e Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:56,655 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5944f9b0-af5b-49d7-b00a-51ca047b465e 2018-08-21 03:24:56,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173713922501s 2018-08-21 03:24:56,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5944f9b0-af5b-49d7-b00a-51ca047b465e 2018-08-21 03:24:56,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:24:58,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:24:58,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:24:58,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:24:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7534a1a-9803-4d89-9fa3-3644c79a6750 x-compute-request-id: req-d7534a1a-9803-4d89-9fa3-3644c79a6750 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:24:58,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d7534a1a-9803-4d89-9fa3-3644c79a6750 2018-08-21 03:24:58,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176273822784s 2018-08-21 03:24:58,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d7534a1a-9803-4d89-9fa3-3644c79a6750 2018-08-21 03:24:58,840 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:00,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:00,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:01,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ef7b3c4-7124-4b2d-9219-7c7b37f8f77a x-compute-request-id: req-3ef7b3c4-7124-4b2d-9219-7c7b37f8f77a Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:01,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3ef7b3c4-7124-4b2d-9219-7c7b37f8f77a 2018-08-21 03:25:01,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441246986389s 2018-08-21 03:25:01,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3ef7b3c4-7124-4b2d-9219-7c7b37f8f77a 2018-08-21 03:25:01,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:03,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:03,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:03,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09f59686-ee56-4a3f-aec7-6f8a32f41fb0 x-compute-request-id: req-09f59686-ee56-4a3f-aec7-6f8a32f41fb0 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:03,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-09f59686-ee56-4a3f-aec7-6f8a32f41fb0 2018-08-21 03:25:03,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438434839249s 2018-08-21 03:25:03,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-09f59686-ee56-4a3f-aec7-6f8a32f41fb0 2018-08-21 03:25:03,734 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:05,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:06,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25: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-f2687917-2e6f-430d-8e56-9cdbb329693d x-compute-request-id: req-f2687917-2e6f-430d-8e56-9cdbb329693d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:06,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f2687917-2e6f-430d-8e56-9cdbb329693d 2018-08-21 03:25:06,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43536400795s 2018-08-21 03:25:06,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f2687917-2e6f-430d-8e56-9cdbb329693d 2018-08-21 03:25:06,177 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:08,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:08,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:08,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c534f1f-77f8-4145-92f6-88d96a00b18f x-compute-request-id: req-1c534f1f-77f8-4145-92f6-88d96a00b18f Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:08,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1c534f1f-77f8-4145-92f6-88d96a00b18f 2018-08-21 03:25:08,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178524017334s 2018-08-21 03:25:08,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1c534f1f-77f8-4145-92f6-88d96a00b18f 2018-08-21 03:25:08,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:10,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:10,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:10,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df7fea9a-8b0e-445c-bcbc-b79f7a93d4bd x-compute-request-id: req-df7fea9a-8b0e-445c-bcbc-b79f7a93d4bd Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:10,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-df7fea9a-8b0e-445c-bcbc-b79f7a93d4bd 2018-08-21 03:25:10,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633404016495s 2018-08-21 03:25:10,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-df7fea9a-8b0e-445c-bcbc-b79f7a93d4bd 2018-08-21 03:25:11,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:13,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:13,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:13,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25: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-839155a0-d292-4f07-baf0-5aad66424a47 x-compute-request-id: req-839155a0-d292-4f07-baf0-5aad66424a47 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:13,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-839155a0-d292-4f07-baf0-5aad66424a47 2018-08-21 03:25:13,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420688152313s 2018-08-21 03:25:13,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-839155a0-d292-4f07-baf0-5aad66424a47 2018-08-21 03:25:13,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:15,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:15,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:15,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd92596c-09ac-4244-8bfe-d8d2c261a9e4 x-compute-request-id: req-fd92596c-09ac-4244-8bfe-d8d2c261a9e4 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:15,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fd92596c-09ac-4244-8bfe-d8d2c261a9e4 2018-08-21 03:25:15,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169716119766s 2018-08-21 03:25:15,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-fd92596c-09ac-4244-8bfe-d8d2c261a9e4 2018-08-21 03:25:15,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:17,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:17,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:18,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b5de0f8-ec8c-412a-841d-086b0249143c x-compute-request-id: req-2b5de0f8-ec8c-412a-841d-086b0249143c Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:18,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2b5de0f8-ec8c-412a-841d-086b0249143c 2018-08-21 03:25:18,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641399860382s 2018-08-21 03:25:18,249 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-2b5de0f8-ec8c-412a-841d-086b0249143c 2018-08-21 03:25:18,252 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:20,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:20,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:20,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d747e714-c750-40b0-bd4a-02ea8db98d23 x-compute-request-id: req-d747e714-c750-40b0-bd4a-02ea8db98d23 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:20,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d747e714-c750-40b0-bd4a-02ea8db98d23 2018-08-21 03:25:20,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17249083519s 2018-08-21 03:25:20,428 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-d747e714-c750-40b0-bd4a-02ea8db98d23 2018-08-21 03:25:20,432 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:22,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:22,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:22,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25: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-c0a14464-9022-427b-ae49-bc54693613f8 x-compute-request-id: req-c0a14464-9022-427b-ae49-bc54693613f8 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:22,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c0a14464-9022-427b-ae49-bc54693613f8 2018-08-21 03:25:22,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169245004654s 2018-08-21 03:25:22,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c0a14464-9022-427b-ae49-bc54693613f8 2018-08-21 03:25:22,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:24,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:24,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:25,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05992c05-44a5-46ed-b9ae-7f39a2f379e6 x-compute-request-id: req-05992c05-44a5-46ed-b9ae-7f39a2f379e6 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:25,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-05992c05-44a5-46ed-b9ae-7f39a2f379e6 2018-08-21 03:25:25,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425642967224s 2018-08-21 03:25:25,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-05992c05-44a5-46ed-b9ae-7f39a2f379e6 2018-08-21 03:25:25,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:27,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:27,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:27,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-975c37d3-7ba0-4995-b15d-e6ae6073a084 x-compute-request-id: req-975c37d3-7ba0-4995-b15d-e6ae6073a084 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:27,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-975c37d3-7ba0-4995-b15d-e6ae6073a084 2018-08-21 03:25:27,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169872999191s 2018-08-21 03:25:27,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-975c37d3-7ba0-4995-b15d-e6ae6073a084 2018-08-21 03:25:27,217 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:29,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:29,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:29,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0653e9d4-b4e4-465f-887d-00ca023a216a x-compute-request-id: req-0653e9d4-b4e4-465f-887d-00ca023a216a Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:29,657 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-0653e9d4-b4e4-465f-887d-00ca023a216a 2018-08-21 03:25:29,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436625957489s 2018-08-21 03:25:29,657 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-0653e9d4-b4e4-465f-887d-00ca023a216a 2018-08-21 03:25:29,661 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:31,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:31,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:32,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54bc3424-f191-4773-a308-b39f39dfc2b8 x-compute-request-id: req-54bc3424-f191-4773-a308-b39f39dfc2b8 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:32,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-54bc3424-f191-4773-a308-b39f39dfc2b8 2018-08-21 03:25:32,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431048870087s 2018-08-21 03:25:32,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-54bc3424-f191-4773-a308-b39f39dfc2b8 2018-08-21 03:25:32,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:34,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:34,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:34,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1012eac3-4f26-48cc-9b2b-dd6e5301b0d5 x-compute-request-id: req-1012eac3-4f26-48cc-9b2b-dd6e5301b0d5 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:34,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1012eac3-4f26-48cc-9b2b-dd6e5301b0d5 2018-08-21 03:25:34,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434724092484s 2018-08-21 03:25:34,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1012eac3-4f26-48cc-9b2b-dd6e5301b0d5 2018-08-21 03:25:34,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:36,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:36,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:36,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e741c8a-95b8-4887-b467-728a7b0d4e3e x-compute-request-id: req-4e741c8a-95b8-4887-b467-728a7b0d4e3e Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:36,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4e741c8a-95b8-4887-b467-728a7b0d4e3e 2018-08-21 03:25:36,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432783126831s 2018-08-21 03:25:36,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-4e741c8a-95b8-4887-b467-728a7b0d4e3e 2018-08-21 03:25:36,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:38,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:39,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e317b951-5677-45d5-b1f2-00f100a59ae9 x-compute-request-id: req-e317b951-5677-45d5-b1f2-00f100a59ae9 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:39,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e317b951-5677-45d5-b1f2-00f100a59ae9 2018-08-21 03:25:39,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430352926254s 2018-08-21 03:25:39,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-e317b951-5677-45d5-b1f2-00f100a59ae9 2018-08-21 03:25:39,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:41,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:41,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25: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-cb81f956-8bb0-4837-a726-03387eafb857 x-compute-request-id: req-cb81f956-8bb0-4837-a726-03387eafb857 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:41,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-cb81f956-8bb0-4837-a726-03387eafb857 2018-08-21 03:25:41,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173051834106s 2018-08-21 03:25:41,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-cb81f956-8bb0-4837-a726-03387eafb857 2018-08-21 03:25:41,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:43,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:43,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:43,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3866a9b7-6985-4666-935a-6439ad7f105f x-compute-request-id: req-3866a9b7-6985-4666-935a-6439ad7f105f Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:43,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3866a9b7-6985-4666-935a-6439ad7f105f 2018-08-21 03:25:43,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181731939316s 2018-08-21 03:25:43,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-3866a9b7-6985-4666-935a-6439ad7f105f 2018-08-21 03:25:43,786 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:45,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:45,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:46,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b265bdd1-42a6-4a8b-978d-b58434335b08 x-compute-request-id: req-b265bdd1-42a6-4a8b-978d-b58434335b08 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:46,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b265bdd1-42a6-4a8b-978d-b58434335b08 2018-08-21 03:25:46,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.240067005157s 2018-08-21 03:25:46,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-b265bdd1-42a6-4a8b-978d-b58434335b08 2018-08-21 03:25:46,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:48,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:48,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:48,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b0d5197-03db-472d-aca2-e60e20e5ef5d x-compute-request-id: req-6b0d5197-03db-472d-aca2-e60e20e5ef5d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:48,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6b0d5197-03db-472d-aca2-e60e20e5ef5d 2018-08-21 03:25:48,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343950986862s 2018-08-21 03:25:48,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-6b0d5197-03db-472d-aca2-e60e20e5ef5d 2018-08-21 03:25:48,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:50,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:50,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:50,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b7c6d59-0523-439f-9bcd-c0cd4f881524 x-compute-request-id: req-5b7c6d59-0523-439f-9bcd-c0cd4f881524 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:50,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5b7c6d59-0523-439f-9bcd-c0cd4f881524 2018-08-21 03:25:50,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188903093338s 2018-08-21 03:25:50,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5b7c6d59-0523-439f-9bcd-c0cd4f881524 2018-08-21 03:25:50,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:52,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:52,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:52,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25: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-482cfb57-4ee8-46ad-b33f-2fd76cad49f0 x-compute-request-id: req-482cfb57-4ee8-46ad-b33f-2fd76cad49f0 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:52,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-482cfb57-4ee8-46ad-b33f-2fd76cad49f0 2018-08-21 03:25:52,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.336905002594s 2018-08-21 03:25:52,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-482cfb57-4ee8-46ad-b33f-2fd76cad49f0 2018-08-21 03:25:52,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:54,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:55,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-355a3e3b-82e0-4eaf-9488-8c3461d2b678 x-compute-request-id: req-355a3e3b-82e0-4eaf-9488-8c3461d2b678 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:55,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-355a3e3b-82e0-4eaf-9488-8c3461d2b678 2018-08-21 03:25:55,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180830001831s 2018-08-21 03:25:55,106 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-355a3e3b-82e0-4eaf-9488-8c3461d2b678 2018-08-21 03:25:55,110 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:57,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:57,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:57,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf82b765-0b97-4be5-9a73-67c1020ec1c4 x-compute-request-id: req-bf82b765-0b97-4be5-9a73-67c1020ec1c4 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:57,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bf82b765-0b97-4be5-9a73-67c1020ec1c4 2018-08-21 03:25:57,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176046848297s 2018-08-21 03:25:57,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bf82b765-0b97-4be5-9a73-67c1020ec1c4 2018-08-21 03:25:57,292 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:25:59,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:25:59,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:25:59,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:25:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f85c25f-5478-455d-875b-fe25a8aa57f3 x-compute-request-id: req-1f85c25f-5478-455d-875b-fe25a8aa57f3 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:25:59,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1f85c25f-5478-455d-875b-fe25a8aa57f3 2018-08-21 03:25:59,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435522079468s 2018-08-21 03:25:59,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1f85c25f-5478-455d-875b-fe25a8aa57f3 2018-08-21 03:25:59,735 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:01,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:01,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:02,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-97de63ba-9081-4e4b-893c-7f05add9c4d5 x-compute-request-id: req-97de63ba-9081-4e4b-893c-7f05add9c4d5 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:02,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-97de63ba-9081-4e4b-893c-7f05add9c4d5 2018-08-21 03:26:02,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343386173248s 2018-08-21 03:26:02,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-97de63ba-9081-4e4b-893c-7f05add9c4d5 2018-08-21 03:26:02,085 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:04,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:04,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:04,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-c422a75c-2d8b-49cc-b5a5-002647a65f61 x-compute-request-id: req-c422a75c-2d8b-49cc-b5a5-002647a65f61 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:04,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c422a75c-2d8b-49cc-b5a5-002647a65f61 2018-08-21 03:26:04,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420515060425s 2018-08-21 03:26:04,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c422a75c-2d8b-49cc-b5a5-002647a65f61 2018-08-21 03:26:04,513 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:06,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:06,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:06,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-5cd48c25-5530-4098-bfa0-6e04845a73d8 x-compute-request-id: req-5cd48c25-5530-4098-bfa0-6e04845a73d8 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:06,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5cd48c25-5530-4098-bfa0-6e04845a73d8 2018-08-21 03:26:06,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179008960724s 2018-08-21 03:26:06,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-5cd48c25-5530-4098-bfa0-6e04845a73d8 2018-08-21 03:26:06,699 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:08,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:08,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:09,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-38592c23-2808-429f-b8ca-4fc2ca3568a3 x-compute-request-id: req-38592c23-2808-429f-b8ca-4fc2ca3568a3 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:09,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-38592c23-2808-429f-b8ca-4fc2ca3568a3 2018-08-21 03:26:09,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639964818954s 2018-08-21 03:26:09,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-38592c23-2808-429f-b8ca-4fc2ca3568a3 2018-08-21 03:26:09,345 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:11,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:11,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:11,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cb9187b-653a-42e0-98db-176b4fbd95e4 x-compute-request-id: req-7cb9187b-653a-42e0-98db-176b4fbd95e4 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:11,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7cb9187b-653a-42e0-98db-176b4fbd95e4 2018-08-21 03:26:11,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191229820251s 2018-08-21 03:26:11,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-7cb9187b-653a-42e0-98db-176b4fbd95e4 2018-08-21 03:26:11,544 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:13,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:13,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:13,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac182c66-ac82-47f0-a55e-2d404dcfc7fc x-compute-request-id: req-ac182c66-ac82-47f0-a55e-2d404dcfc7fc Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:13,978 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ac182c66-ac82-47f0-a55e-2d404dcfc7fc 2018-08-21 03:26:13,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431727170944s 2018-08-21 03:26:13,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-ac182c66-ac82-47f0-a55e-2d404dcfc7fc 2018-08-21 03:26:13,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:15,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:15,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:16,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-f094fbf8-2f61-43e0-b162-c05f61eaa016 x-compute-request-id: req-f094fbf8-2f61-43e0-b162-c05f61eaa016 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:16,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f094fbf8-2f61-43e0-b162-c05f61eaa016 2018-08-21 03:26:16,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449771881104s 2018-08-21 03:26:16,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-f094fbf8-2f61-43e0-b162-c05f61eaa016 2018-08-21 03:26:16,439 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:18,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:18,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:18,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-956cbf73-aeb0-4ecc-9b20-b101d159fc69 x-compute-request-id: req-956cbf73-aeb0-4ecc-9b20-b101d159fc69 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:18,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-956cbf73-aeb0-4ecc-9b20-b101d159fc69 2018-08-21 03:26:18,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185971021652s 2018-08-21 03:26:18,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-956cbf73-aeb0-4ecc-9b20-b101d159fc69 2018-08-21 03:26:18,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:20,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:20,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:21,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-259a3784-7199-4b18-8a31-1bae77308efa x-compute-request-id: req-259a3784-7199-4b18-8a31-1bae77308efa Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:21,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-259a3784-7199-4b18-8a31-1bae77308efa 2018-08-21 03:26:21,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704712867737s 2018-08-21 03:26:21,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-259a3784-7199-4b18-8a31-1bae77308efa 2018-08-21 03:26:21,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:23,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:23,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:23,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-20a78306-f0e3-4146-bd77-060eef007c93 x-compute-request-id: req-20a78306-f0e3-4146-bd77-060eef007c93 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:23,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-20a78306-f0e3-4146-bd77-060eef007c93 2018-08-21 03:26:23,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182626962662s 2018-08-21 03:26:23,529 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-20a78306-f0e3-4146-bd77-060eef007c93 2018-08-21 03:26:23,533 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:25,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:25,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:25,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97e5ccf2-e8a0-47c6-a413-d99728ff037f x-compute-request-id: req-97e5ccf2-e8a0-47c6-a413-d99728ff037f Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:25,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-97e5ccf2-e8a0-47c6-a413-d99728ff037f 2018-08-21 03:26:25,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169682025909s 2018-08-21 03:26:25,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-97e5ccf2-e8a0-47c6-a413-d99728ff037f 2018-08-21 03:26:25,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:27,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:27,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:28,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-03dd9a67-2a76-4bee-860d-0827655a956d x-compute-request-id: req-03dd9a67-2a76-4bee-860d-0827655a956d Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:28,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-03dd9a67-2a76-4bee-860d-0827655a956d 2018-08-21 03:26:28,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451399087906s 2018-08-21 03:26:28,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-03dd9a67-2a76-4bee-860d-0827655a956d 2018-08-21 03:26:28,169 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:30,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:30,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:30,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-1266caee-fec2-4e8c-a075-a20ddcce8e7c x-compute-request-id: req-1266caee-fec2-4e8c-a075-a20ddcce8e7c Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T03:23:15Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:30,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1266caee-fec2-4e8c-a075-a20ddcce8e7c 2018-08-21 03:26:30,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.766523122787s 2018-08-21 03:26:30,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-1266caee-fec2-4e8c-a075-a20ddcce8e7c 2018-08-21 03:26:30,941 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 03:26:32,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 03:26:32,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:33,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-c79aa60f-08bd-4bba-9c36-86d112635ec3 x-compute-request-id: req-c79aa60f-08bd-4bba-9c36-86d112635ec3 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:cc:17", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T03:26:30.000000", "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T03:26:30Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 03:26:33,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c79aa60f-08bd-4bba-9c36-86d112635ec3 2018-08-21 03:26:33,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.16474199295s 2018-08-21 03:26:33,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c79aa60f-08bd-4bba-9c36-86d112635ec3 2018-08-21 03:26:33,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 03:26:33,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=fea3f3ab-d425-41a9-ae9c-62a23262c7d2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:33,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e082d95f-bc84-4507-a329-b1ec0b7e9994 Date: Tue, 21 Aug 2018 03:26:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:23:15Z","admin_state_up":true,"updated_at":"2018-08-21T03:26:30Z","binding:vnic_type":"normal","device_id":"fea3f3ab-d425-41a9-ae9c-62a23262c7d2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:92:cc:17","id":"d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a","port_security_enabled":true,"project_id":"d06dedf9dd104b139cf543fb6844b800","fixed_ips":[{"subnet_id":"1c598e4e-7f3d-419c-b6cc-11d16fe67359","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["88acde31-1ded-425c-bf74-6111e6306f12"],"name":""}]} 2018-08-21 03:26:33,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=fea3f3ab-d425-41a9-ae9c-62a23262c7d2 used request id req-e082d95f-bc84-4507-a329-b1ec0b7e9994 2018-08-21 03:26:33,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.047394990921s 2018-08-21 03:26:33,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=fea3f3ab-d425-41a9-ae9c-62a23262c7d2 used request id req-e082d95f-bc84-4507-a329-b1ec0b7e9994 2018-08-21 03:26:33,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 03:26:33,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/floatingips.json?port_id=d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:33,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e509c970-1155-4d5c-aeac-1e0dd38a4305 Date: Tue, 21 Aug 2018 03:26:33 GMT RESP BODY: {"floatingips": []} 2018-08-21 03:26:33,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a used request id req-e509c970-1155-4d5c-aeac-1e0dd38a4305 2018-08-21 03:26:33,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0449011325836s 2018-08-21 03:26:33,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json?port_id=d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a used request id req-e509c970-1155-4d5c-aeac-1e0dd38a4305 2018-08-21 03:26:33,212 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:92:cc:17', 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'0251e90b-1944-4245-9f54-8988352e4b9b'}), 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-21T03:26:30.000000', 'flavor': Munch({u'id': u'c7af6262-7ef6-46d1-ad81-a6cea57e8108'}), 'az': u'nova', 'id': u'fea3f3ab-d425-41a9-ae9c-62a23262c7d2', 'security_groups': [Munch({u'name': u'shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ffddb9b327c443b897d47e37571d6984', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd06dedf9dd104b139cf543fb6844b800', 'name': 'shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e', '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-21T03:26:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-21T03:26:30Z', 'hostId': u'5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e', 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859', '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-21T03:26:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd06dedf9dd104b139cf543fb6844b800', 'name': u'shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e', 'adminPass': u'nMbukfL6jQmj', 'tenant_id': u'd06dedf9dd104b139cf543fb6844b800', 'created_at': u'2018-08-21T03:23:12Z', 'created': u'2018-08-21T03:23:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-21 03:26:33,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 03:26:33,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:33,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-68be41c4-5f03-4eb3-8593-29381f600387 Date: Tue, 21 Aug 2018 03:26:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c598e4e-7f3d-419c-b6cc-11d16fe67359"],"updated_at":"2018-08-21T03:22:51Z","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d06dedf9dd104b139cf543fb6844b800","id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","name":"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"updated_at":"2018-08-21T02:13:14Z","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","name":"external"}]} 2018-08-21 03:26:33,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-68be41c4-5f03-4eb3-8593-29381f600387 2018-08-21 03:26:33,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340103149414s 2018-08-21 03:26:33,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-68be41c4-5f03-4eb3-8593-29381f600387 2018-08-21 03:26:33,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-21 03:26:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:9696/v2.0/ports.json?device_id=fea3f3ab-d425-41a9-ae9c-62a23262c7d2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:33,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b675e5b7-6587-4774-851d-dafc91a1a0bc Date: Tue, 21 Aug 2018 03:26:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:23:15Z","admin_state_up":true,"updated_at":"2018-08-21T03:26:30Z","binding:vnic_type":"normal","device_id":"fea3f3ab-d425-41a9-ae9c-62a23262c7d2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:92:cc:17","id":"d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a","port_security_enabled":true,"project_id":"d06dedf9dd104b139cf543fb6844b800","fixed_ips":[{"subnet_id":"1c598e4e-7f3d-419c-b6cc-11d16fe67359","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["88acde31-1ded-425c-bf74-6111e6306f12"],"name":""}]} 2018-08-21 03:26:33,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=fea3f3ab-d425-41a9-ae9c-62a23262c7d2 used request id req-b675e5b7-6587-4774-851d-dafc91a1a0bc 2018-08-21 03:26:33,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0506241321564s 2018-08-21 03:26:33,608 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports.json?device_id=fea3f3ab-d425-41a9-ae9c-62a23262c7d2 used request id req-b675e5b7-6587-4774-851d-dafc91a1a0bc 2018-08-21 03:26:33,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-21 03:26:33,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.18", "port_id": "d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a"}}' 2018-08-21 03:26:35,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4a914b00-1865-445a-94b3-f79bcc44afa6 Date: Tue, 21 Aug 2018 03:26:35 GMT RESP BODY: {"floatingip": {"router_id": "b99c340d-96a4-45e0-9cde-855375bb1569", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T03:26:34Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a", "id": "a32d9d72-aa3f-439e-8f08-647b110627da", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:26:34Z", "project_id": "d06dedf9dd104b139cf543fb6844b800"}} 2018-08-21 03:26:35,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-4a914b00-1865-445a-94b3-f79bcc44afa6 2018-08-21 03:26:35,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.83308291435s 2018-08-21 03:26:35,442 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-4a914b00-1865-445a-94b3-f79bcc44afa6 2018-08-21 03:26:35,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 03:26:35,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}bdd2b776aeecd0027a525f4e6305609e60c2d922" 2018-08-21 03:26:35,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-b050fb89-64a1-4d51-b869-cb6216ea69c9 Date: Tue, 21 Aug 2018 03:26:35 GMT RESP BODY: {"floatingips": [{"router_id": "b99c340d-96a4-45e0-9cde-855375bb1569", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T03:26:34Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "d5a8d8ba-be3f-4821-ba66-722ef3ac5a5a", "id": "a32d9d72-aa3f-439e-8f08-647b110627da", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:26:34Z", "project_id": "d06dedf9dd104b139cf543fb6844b800"}]} 2018-08-21 03:26:35,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-b050fb89-64a1-4d51-b869-cb6216ea69c9 2018-08-21 03:26:35,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.062971830368s 2018-08-21 03:26:35,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-b050fb89-64a1-4d51-b869-cb6216ea69c9 2018-08-21 03:26:35,518 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'b99c340d-96a4-45e0-9cde-855375bb1569', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd06dedf9dd104b139cf543fb6844b800', 'created_at': u'2018-08-21T03:26:34Z', 'attached': True, 'updated_at': u'2018-08-21T03:26:34Z', 'id': u'a32d9d72-aa3f-439e-8f08-647b110627da', 'floating_network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', 'fixed_ip_address': u'192.168.120.18', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd06dedf9dd104b139cf543fb6844b800', 'name': 'shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'b99c340d-96a4-45e0-9cde-855375bb1569', 'project_id': u'd06dedf9dd104b139cf543fb6844b800', 'port_id': u'd5a8d8ba-be3f-4821-ba66-722ef3ac5a5a', 'port': u'd5a8d8ba-be3f-4821-ba66-722ef3ac5a5a', 'network': u'be8fdaff-94a3-4138-b7b1-3304e6e27601'}) 2018-08-21 03:26:35,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:26:35,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:26:35,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8a25621-b79e-4561-b787-67fe04b76669 x-compute-request-id: req-a8a25621-b79e-4561-b787-67fe04b76669 Content-Encoding: gzip Content-Length: 10372 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 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"} 2018-08-21 03:26:35,594 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-a8a25621-b79e-4561-b787-67fe04b76669 2018-08-21 03:26:35,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075248003006s 2018-08-21 03:26:35,595 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-a8a25621-b79e-4561-b787-67fe04b76669 2018-08-21 03:26:35,595 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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. 2018-08-21 03:26:36,598 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-21 03:26:45,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:26:45,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:26:45,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26: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-c0cc5494-e4ab-4af7-baad-91eecd26c088 x-compute-request-id: req-c0cc5494-e4ab-4af7-baad-91eecd26c088 Content-Encoding: gzip Content-Length: 10533 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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"} 2018-08-21 03:26:45,675 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-c0cc5494-e4ab-4af7-baad-91eecd26c088 2018-08-21 03:26:45,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0757730007172s 2018-08-21 03:26:45,676 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-c0cc5494-e4ab-4af7-baad-91eecd26c088 2018-08-21 03:26:45,676 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-21 03:26:45,679 - 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-21 03:26:54,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:26:54,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:26:54,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:26:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58fbcf55-b862-421c-a79a-36873ece1770 x-compute-request-id: req-58fbcf55-b862-421c-a79a-36873ece1770 Content-Encoding: gzip Content-Length: 10533 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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"} 2018-08-21 03:26:54,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-58fbcf55-b862-421c-a79a-36873ece1770 2018-08-21 03:26:54,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0741059780121s 2018-08-21 03:26:54,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-58fbcf55-b862-421c-a79a-36873ece1770 2018-08-21 03:26:54,757 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-21 03:26:54,759 - 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-21 03:27:03,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:27:03,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:27:03,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27: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-b2b6f13f-5ea3-4573-98ef-b8ab68856302 x-compute-request-id: req-b2b6f13f-5ea3-4573-98ef-b8ab68856302 Content-Encoding: gzip Content-Length: 10533 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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"} 2018-08-21 03:27:03,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-b2b6f13f-5ea3-4573-98ef-b8ab68856302 2018-08-21 03:27:03,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0748171806335s 2018-08-21 03:27:03,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-b2b6f13f-5ea3-4573-98ef-b8ab68856302 2018-08-21 03:27:03,845 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-21 03:27:03,848 - 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-21 03:27:12,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:27:12,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:27:12,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1dba2884-5d58-4027-ae66-5fa8381bcb47 x-compute-request-id: req-1dba2884-5d58-4027-ae66-5fa8381bcb47 Content-Encoding: gzip Content-Length: 10533 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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"} 2018-08-21 03:27:12,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-1dba2884-5d58-4027-ae66-5fa8381bcb47 2018-08-21 03:27:12,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742862224579s 2018-08-21 03:27:12,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-1dba2884-5d58-4027-ae66-5fa8381bcb47 2018-08-21 03:27:12,933 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-21 03:27:12,936 - 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-21 03:27:21,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:27:21,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:27:22,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d1ae920-e3c6-41a1-bf13-21ad6764f8f9 x-compute-request-id: req-9d1ae920-e3c6-41a1-bf13-21ad6764f8f9 Content-Encoding: gzip Content-Length: 10533 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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"} 2018-08-21 03:27:22,019 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-9d1ae920-e3c6-41a1-bf13-21ad6764f8f9 2018-08-21 03:27:22,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0732448101044s 2018-08-21 03:27:22,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-9d1ae920-e3c6-41a1-bf13-21ad6764f8f9 2018-08-21 03:27:22,020 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-21 03:27:22,023 - 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-21 03:27:31,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:27:31,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:27:31,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a60cff85-bd70-40b8-a4e5-970f75bbb8b0 x-compute-request-id: req-a60cff85-bd70-40b8-a4e5-970f75bbb8b0 Content-Encoding: gzip Content-Length: 12835 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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[ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds.\n[ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 |\n[ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 |\n[ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.728472] cloud-init[929]: Generating public/private rsa key pair.\n[ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.738111] cloud-init[929]: The key fingerprint is:\n[ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.745863] cloud-init[929]: The key's randomart image is:\n[ 58.747335] cloud-init[929]: +---[RSA 2048]----+\n[ 58.752713] cloud-init[929]: | . *. |\n[ 58.754080] cloud-init[929]: | B o |\n[ 58.756139] cloud-init[929]: | o o . E .|\n[ 58.760151] cloud-init[929]: | . * B .o|\n[ 58.761543] cloud-init[929]: | * S o .o|\n[ 58.764136] cloud-init[929]: | . B O . .|\n[ 58.768131] cloud-init[929]: | o B + .. .|\n[ 58.772137] cloud-init[929]: | . = * o=... |\n[ 58.773520] cloud-init[929]: | o +.+ooBo |\n[ 58.776131] cloud-init[929]: +----[SHA256]-----+\n[ 58.780171] cloud-init[929]: Generating public/private dsa key pair.\n[ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.790058] cloud-init[929]: The key fingerprint is:\n[ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.797483] cloud-init[929]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.802702] cloud-init[929]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...\n[ 58.806628] cloud-init[929]: | .o. |\n[ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[929]: | +. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.816541] cloud-init[929]: | + O .o |\n[ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 58.822690] cloud-init[929]: | = @S+.+ |\n Starting LXD - unix socket.\n[ 58.825217] cloud-init[929]: | * *Oo |\n Starting Socket activation for snappy daemon.\n[ 58.828079] cloud-init[929]: | = .+=. |\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo |\n[ 58.837197] cloud-init[929]: | ..+=o. |\n[ 58.838233] cloud-init[929]: +----[SHA256]-----+\n[ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.847794] \ncloud-init[929]: The key fingerprint is:\n[ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.857633] cloud-init[929]: The key's randomart image is:\n[ 58.858744] cloud-init[929]: +---[ECDSA 256]---+\n[ 58.859753] cloud-init\n Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n Starting /etc/rc.local Compatibility...[929]: | ... |\n[ 58.864896] cloud-init[929]: | . o |\n[ 58.865913] cloud-init[929]: | + = |\n[ 58.866925] cloud-init[929]: | o * + |\n[ 58.867933] cloud-init[929]: | S *. |\n[ 58.869538] cloud-init\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[929]: | . . * @oo. |\n[ 58.886386] cloud-init[929]: | E = o.%+.+.. |\n[ 58.889498] cloud-init[929]: | + o.=+== o . |\n[ 58.892898] cloud-init[929]: | . =+.*+... |\n[ 58.896157] cloud-init[929]: +----[SHA256]-----+\n[ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair.\n[ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.906924] cloud-init[929]: The key fingerprint is:\n[ 58.908695] Starting LSB: MD monitoring daemon...\n Starting Apply the settings specified in cloud-config...\ncloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[929]: Starting Login Service...\nSHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon...\n\n Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[[0;32m OK [0m] Started Login Service.\n[ 59.102951] cloud-init[929]: +--[ED25519 256]--+\n[ 59.113856] cloud-init[929]: | +... |\n[ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\ncloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.138355] cloud-init[929]: | . . +.|\n[ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n| * . . .|\n[ 59.160240] cloud-init[929]: | Soo++o. |\n[ 59.163140] cloud-init[929]: | +.=o++oo |\n[ 59.171168] cloud-init[929]: | *+ .++ o|\n[ 59.174699] cloud-init[929]: | . .+ B*+ .|\n[ 59.179714] cloud-init[929]: | ++ o+X*oo |\n[ 59.189331] cloud-init[929]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n"} 2018-08-21 03:27:31,127 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-a60cff85-bd70-40b8-a4e5-970f75bbb8b0 2018-08-21 03:27:31,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0990271568298s 2018-08-21 03:27:31,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-a60cff85-bd70-40b8-a4e5-970f75bbb8b0 2018-08-21 03:27:31,129 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds. [ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 | [ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 | [ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.728472] cloud-init[929]: Generating public/private rsa key pair. [ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.738111] cloud-init[929]: The key fingerprint is: [ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.745863] cloud-init[929]: The key's randomart image is: [ 58.747335] cloud-init[929]: +---[RSA 2048]----+ [ 58.752713] cloud-init[929]: | . *. | [ 58.754080] cloud-init[929]: | B o | [ 58.756139] cloud-init[929]: | o o . E .| [ 58.760151] cloud-init[929]: | . * B .o| [ 58.761543] cloud-init[929]: | * S o .o| [ 58.764136] cloud-init[929]: | . B O . .| [ 58.768131] cloud-init[929]: | o B + .. .| [ 58.772137] cloud-init[929]: | . = * o=... | [ 58.773520] cloud-init[929]: | o +.+ooBo | [ 58.776131] cloud-init[929]: +----[SHA256]-----+ [ 58.780171] cloud-init[929]: Generating public/private dsa key pair. [ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.790058] cloud-init[929]: The key fingerprint is: [ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.797483] cloud-init[929]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.802702] cloud-init[929]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [ 58.806628] cloud-init[929]: | .o. | [ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [929]: | +. | [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.816541] cloud-init[929]: | + O .o | [ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.822690] cloud-init[929]: | = @S+.+ | Starting LXD - unix socket. [ 58.825217] cloud-init[929]: | * *Oo | Starting Socket activation for snappy daemon. [ 58.828079] cloud-init[929]: | = .+=. | [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo | [ 58.837197] cloud-init[929]: | ..+=o. | [ 58.838233] cloud-init[929]: +----[SHA256]-----+ [ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.847794] cloud-init[929]: The key fingerprint is: [ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.857633] cloud-init[929]: The key's randomart image is: [ 58.858744] cloud-init[929]: +---[ECDSA 256]---+ [ 58.859753] cloud-init Starting Accounts Service... Starting LSB: Record successful boot for GRUB... Starting /etc/rc.local Compatibility...[929]: | ... | [ 58.864896] cloud-init[929]: | . o | [ 58.865913] cloud-init[929]: | + = | [ 58.866925] cloud-init[929]: | o * + | [ 58.867933] cloud-init[929]: | S *. | [ 58.869538] cloud-init [[0;32m OK [0m] Started D-Bus System Message Bus. [929]: | . . * @oo. | [ 58.886386] cloud-init[929]: | E = o.%+.+.. | [ 58.889498] cloud-init[929]: | + o.=+== o . | [ 58.892898] cloud-init[929]: | . =+.*+... | [ 58.896157] cloud-init[929]: +----[SHA256]-----+ [ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair. [ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.906924] cloud-init[929]: The key fingerprint is: [ 58.908695] Starting LSB: MD monitoring daemon... Starting Apply the settings specified in cloud-config... cloud-init[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [929]: Starting Login Service... SHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon... Starting Pollinate to seed the pseudo random number generator... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. [ 59.102951] cloud-init[929]: +--[ED25519 256]--+ [ 59.113856] cloud-init[929]: | +... | [ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. cloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service. [ 59.138355] cloud-init[929]: | . . +.| [ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown. | * . . .| [ 59.160240] cloud-init[929]: | Soo++o. | [ 59.163140] cloud-init[929]: | +.=o++oo | [ 59.171168] cloud-init[929]: | *+ .++ o| [ 59.174699] cloud-init[929]: | . .+ B*+ .| [ 59.179714] cloud-init[929]: | ++ o+X*oo | [ 59.189331] cloud-init[929]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... 2018-08-21 03:27:31,131 - 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-21 03:27:40,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:27:40,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:27:40,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27: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-b0903aa1-bf3e-496b-ba41-bf4164742a60 x-compute-request-id: req-b0903aa1-bf3e-496b-ba41-bf4164742a60 Content-Encoding: gzip Content-Length: 12913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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[ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds.\n[ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 |\n[ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 |\n[ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.728472] cloud-init[929]: Generating public/private rsa key pair.\n[ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.738111] cloud-init[929]: The key fingerprint is:\n[ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.745863] cloud-init[929]: The key's randomart image is:\n[ 58.747335] cloud-init[929]: +---[RSA 2048]----+\n[ 58.752713] cloud-init[929]: | . *. |\n[ 58.754080] cloud-init[929]: | B o |\n[ 58.756139] cloud-init[929]: | o o . E .|\n[ 58.760151] cloud-init[929]: | . * B .o|\n[ 58.761543] cloud-init[929]: | * S o .o|\n[ 58.764136] cloud-init[929]: | . B O . .|\n[ 58.768131] cloud-init[929]: | o B + .. .|\n[ 58.772137] cloud-init[929]: | . = * o=... |\n[ 58.773520] cloud-init[929]: | o +.+ooBo |\n[ 58.776131] cloud-init[929]: +----[SHA256]-----+\n[ 58.780171] cloud-init[929]: Generating public/private dsa key pair.\n[ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.790058] cloud-init[929]: The key fingerprint is:\n[ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.797483] cloud-init[929]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.802702] cloud-init[929]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...\n[ 58.806628] cloud-init[929]: | .o. |\n[ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[929]: | +. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.816541] cloud-init[929]: | + O .o |\n[ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 58.822690] cloud-init[929]: | = @S+.+ |\n Starting LXD - unix socket.\n[ 58.825217] cloud-init[929]: | * *Oo |\n Starting Socket activation for snappy daemon.\n[ 58.828079] cloud-init[929]: | = .+=. |\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo |\n[ 58.837197] cloud-init[929]: | ..+=o. |\n[ 58.838233] cloud-init[929]: +----[SHA256]-----+\n[ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.847794] \ncloud-init[929]: The key fingerprint is:\n[ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.857633] cloud-init[929]: The key's randomart image is:\n[ 58.858744] cloud-init[929]: +---[ECDSA 256]---+\n[ 58.859753] cloud-init\n Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n Starting /etc/rc.local Compatibility...[929]: | ... |\n[ 58.864896] cloud-init[929]: | . o |\n[ 58.865913] cloud-init[929]: | + = |\n[ 58.866925] cloud-init[929]: | o * + |\n[ 58.867933] cloud-init[929]: | S *. |\n[ 58.869538] cloud-init\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[929]: | . . * @oo. |\n[ 58.886386] cloud-init[929]: | E = o.%+.+.. |\n[ 58.889498] cloud-init[929]: | + o.=+== o . |\n[ 58.892898] cloud-init[929]: | . =+.*+... |\n[ 58.896157] cloud-init[929]: +----[SHA256]-----+\n[ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair.\n[ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.906924] cloud-init[929]: The key fingerprint is:\n[ 58.908695] Starting LSB: MD monitoring daemon...\n Starting Apply the settings specified in cloud-config...\ncloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[929]: Starting Login Service...\nSHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon...\n\n Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[[0;32m OK [0m] Started Login Service.\n[ 59.102951] cloud-init[929]: +--[ED25519 256]--+\n[ 59.113856] cloud-init[929]: | +... |\n[ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\ncloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.138355] cloud-init[929]: | . . +.|\n[ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n| * . . .|\n[ 59.160240] cloud-init[929]: | Soo++o. |\n[ 59.163140] cloud-init[929]: | +.=o++oo |\n[ 59.171168] cloud-init[929]: | *+ .++ o|\n[ 59.174699] cloud-init[929]: | . .+ B*+ .|\n[ 59.179714] cloud-init[929]: | ++ o+X*oo |\n[ 59.189331] cloud-init[929]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.596935] cloud-init[1052]: Generating locales (this might take a while)...\n[ 60.289376] cloud-init[1052]: en_US.UTF-8... done\n[ 60.291657] cloud-init[1052]: Generation complete.\n"} 2018-08-21 03:27:40,220 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-b0903aa1-bf3e-496b-ba41-bf4164742a60 2018-08-21 03:27:40,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0785789489746s 2018-08-21 03:27:40,221 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-b0903aa1-bf3e-496b-ba41-bf4164742a60 2018-08-21 03:27:40,221 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds. [ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 | [ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 | [ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.728472] cloud-init[929]: Generating public/private rsa key pair. [ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.738111] cloud-init[929]: The key fingerprint is: [ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.745863] cloud-init[929]: The key's randomart image is: [ 58.747335] cloud-init[929]: +---[RSA 2048]----+ [ 58.752713] cloud-init[929]: | . *. | [ 58.754080] cloud-init[929]: | B o | [ 58.756139] cloud-init[929]: | o o . E .| [ 58.760151] cloud-init[929]: | . * B .o| [ 58.761543] cloud-init[929]: | * S o .o| [ 58.764136] cloud-init[929]: | . B O . .| [ 58.768131] cloud-init[929]: | o B + .. .| [ 58.772137] cloud-init[929]: | . = * o=... | [ 58.773520] cloud-init[929]: | o +.+ooBo | [ 58.776131] cloud-init[929]: +----[SHA256]-----+ [ 58.780171] cloud-init[929]: Generating public/private dsa key pair. [ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.790058] cloud-init[929]: The key fingerprint is: [ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.797483] cloud-init[929]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.802702] cloud-init[929]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [ 58.806628] cloud-init[929]: | .o. | [ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [929]: | +. | [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.816541] cloud-init[929]: | + O .o | [ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.822690] cloud-init[929]: | = @S+.+ | Starting LXD - unix socket. [ 58.825217] cloud-init[929]: | * *Oo | Starting Socket activation for snappy daemon. [ 58.828079] cloud-init[929]: | = .+=. | [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo | [ 58.837197] cloud-init[929]: | ..+=o. | [ 58.838233] cloud-init[929]: +----[SHA256]-----+ [ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.847794] cloud-init[929]: The key fingerprint is: [ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.857633] cloud-init[929]: The key's randomart image is: [ 58.858744] cloud-init[929]: +---[ECDSA 256]---+ [ 58.859753] cloud-init Starting Accounts Service... Starting LSB: Record successful boot for GRUB... Starting /etc/rc.local Compatibility...[929]: | ... | [ 58.864896] cloud-init[929]: | . o | [ 58.865913] cloud-init[929]: | + = | [ 58.866925] cloud-init[929]: | o * + | [ 58.867933] cloud-init[929]: | S *. | [ 58.869538] cloud-init [[0;32m OK [0m] Started D-Bus System Message Bus. [929]: | . . * @oo. | [ 58.886386] cloud-init[929]: | E = o.%+.+.. | [ 58.889498] cloud-init[929]: | + o.=+== o . | [ 58.892898] cloud-init[929]: | . =+.*+... | [ 58.896157] cloud-init[929]: +----[SHA256]-----+ [ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair. [ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.906924] cloud-init[929]: The key fingerprint is: [ 58.908695] Starting LSB: MD monitoring daemon... Starting Apply the settings specified in cloud-config... cloud-init[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [929]: Starting Login Service... SHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon... Starting Pollinate to seed the pseudo random number generator... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. [ 59.102951] cloud-init[929]: +--[ED25519 256]--+ [ 59.113856] cloud-init[929]: | +... | [ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. cloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service. [ 59.138355] cloud-init[929]: | . . +.| [ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown. | * . . .| [ 59.160240] cloud-init[929]: | Soo++o. | [ 59.163140] cloud-init[929]: | +.=o++oo | [ 59.171168] cloud-init[929]: | *+ .++ o| [ 59.174699] cloud-init[929]: | . .+ B*+ .| [ 59.179714] cloud-init[929]: | ++ o+X*oo | [ 59.189331] cloud-init[929]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.596935] cloud-init[1052]: Generating locales (this might take a while)... [ 60.289376] cloud-init[1052]: en_US.UTF-8... done [ 60.291657] cloud-init[1052]: Generation complete. 2018-08-21 03:27:40,224 - 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-21 03:27:49,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:27:49,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:27:49,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27: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-0c5d2c57-333d-4387-af79-38c2f94efc93 x-compute-request-id: req-0c5d2c57-333d-4387-af79-38c2f94efc93 Content-Encoding: gzip Content-Length: 12945 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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[ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds.\n[ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 |\n[ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 |\n[ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.728472] cloud-init[929]: Generating public/private rsa key pair.\n[ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.738111] cloud-init[929]: The key fingerprint is:\n[ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.745863] cloud-init[929]: The key's randomart image is:\n[ 58.747335] cloud-init[929]: +---[RSA 2048]----+\n[ 58.752713] cloud-init[929]: | . *. |\n[ 58.754080] cloud-init[929]: | B o |\n[ 58.756139] cloud-init[929]: | o o . E .|\n[ 58.760151] cloud-init[929]: | . * B .o|\n[ 58.761543] cloud-init[929]: | * S o .o|\n[ 58.764136] cloud-init[929]: | . B O . .|\n[ 58.768131] cloud-init[929]: | o B + .. .|\n[ 58.772137] cloud-init[929]: | . = * o=... |\n[ 58.773520] cloud-init[929]: | o +.+ooBo |\n[ 58.776131] cloud-init[929]: +----[SHA256]-----+\n[ 58.780171] cloud-init[929]: Generating public/private dsa key pair.\n[ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.790058] cloud-init[929]: The key fingerprint is:\n[ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.797483] cloud-init[929]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.802702] cloud-init[929]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...\n[ 58.806628] cloud-init[929]: | .o. |\n[ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[929]: | +. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.816541] cloud-init[929]: | + O .o |\n[ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 58.822690] cloud-init[929]: | = @S+.+ |\n Starting LXD - unix socket.\n[ 58.825217] cloud-init[929]: | * *Oo |\n Starting Socket activation for snappy daemon.\n[ 58.828079] cloud-init[929]: | = .+=. |\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo |\n[ 58.837197] cloud-init[929]: | ..+=o. |\n[ 58.838233] cloud-init[929]: +----[SHA256]-----+\n[ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.847794] \ncloud-init[929]: The key fingerprint is:\n[ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.857633] cloud-init[929]: The key's randomart image is:\n[ 58.858744] cloud-init[929]: +---[ECDSA 256]---+\n[ 58.859753] cloud-init\n Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n Starting /etc/rc.local Compatibility...[929]: | ... |\n[ 58.864896] cloud-init[929]: | . o |\n[ 58.865913] cloud-init[929]: | + = |\n[ 58.866925] cloud-init[929]: | o * + |\n[ 58.867933] cloud-init[929]: | S *. |\n[ 58.869538] cloud-init\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[929]: | . . * @oo. |\n[ 58.886386] cloud-init[929]: | E = o.%+.+.. |\n[ 58.889498] cloud-init[929]: | + o.=+== o . |\n[ 58.892898] cloud-init[929]: | . =+.*+... |\n[ 58.896157] cloud-init[929]: +----[SHA256]-----+\n[ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair.\n[ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.906924] cloud-init[929]: The key fingerprint is:\n[ 58.908695] Starting LSB: MD monitoring daemon...\n Starting Apply the settings specified in cloud-config...\ncloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[929]: Starting Login Service...\nSHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon...\n\n Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[[0;32m OK [0m] Started Login Service.\n[ 59.102951] cloud-init[929]: +--[ED25519 256]--+\n[ 59.113856] cloud-init[929]: | +... |\n[ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\ncloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.138355] cloud-init[929]: | . . +.|\n[ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n| * . . .|\n[ 59.160240] cloud-init[929]: | Soo++o. |\n[ 59.163140] cloud-init[929]: | +.=o++oo |\n[ 59.171168] cloud-init[929]: | *+ .++ o|\n[ 59.174699] cloud-init[929]: | . .+ B*+ .|\n[ 59.179714] cloud-init[929]: | ++ o+X*oo |\n[ 59.189331] cloud-init[929]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.596935] cloud-init[1052]: Generating locales (this might take a while)...\n[ 60.289376] cloud-init[1052]: en_US.UTF-8... done\n[ 60.291657] cloud-init[1052]: 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-21 03:27:49,307 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-0c5d2c57-333d-4387-af79-38c2f94efc93 2018-08-21 03:27:49,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0737659931183s 2018-08-21 03:27:49,309 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-0c5d2c57-333d-4387-af79-38c2f94efc93 2018-08-21 03:27:49,309 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds. [ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 | [ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 | [ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.728472] cloud-init[929]: Generating public/private rsa key pair. [ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.738111] cloud-init[929]: The key fingerprint is: [ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.745863] cloud-init[929]: The key's randomart image is: [ 58.747335] cloud-init[929]: +---[RSA 2048]----+ [ 58.752713] cloud-init[929]: | . *. | [ 58.754080] cloud-init[929]: | B o | [ 58.756139] cloud-init[929]: | o o . E .| [ 58.760151] cloud-init[929]: | . * B .o| [ 58.761543] cloud-init[929]: | * S o .o| [ 58.764136] cloud-init[929]: | . B O . .| [ 58.768131] cloud-init[929]: | o B + .. .| [ 58.772137] cloud-init[929]: | . = * o=... | [ 58.773520] cloud-init[929]: | o +.+ooBo | [ 58.776131] cloud-init[929]: +----[SHA256]-----+ [ 58.780171] cloud-init[929]: Generating public/private dsa key pair. [ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.790058] cloud-init[929]: The key fingerprint is: [ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.797483] cloud-init[929]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.802702] cloud-init[929]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [ 58.806628] cloud-init[929]: | .o. | [ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [929]: | +. | [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.816541] cloud-init[929]: | + O .o | [ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.822690] cloud-init[929]: | = @S+.+ | Starting LXD - unix socket. [ 58.825217] cloud-init[929]: | * *Oo | Starting Socket activation for snappy daemon. [ 58.828079] cloud-init[929]: | = .+=. | [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo | [ 58.837197] cloud-init[929]: | ..+=o. | [ 58.838233] cloud-init[929]: +----[SHA256]-----+ [ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.847794] cloud-init[929]: The key fingerprint is: [ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.857633] cloud-init[929]: The key's randomart image is: [ 58.858744] cloud-init[929]: +---[ECDSA 256]---+ [ 58.859753] cloud-init Starting Accounts Service... Starting LSB: Record successful boot for GRUB... Starting /etc/rc.local Compatibility...[929]: | ... | [ 58.864896] cloud-init[929]: | . o | [ 58.865913] cloud-init[929]: | + = | [ 58.866925] cloud-init[929]: | o * + | [ 58.867933] cloud-init[929]: | S *. | [ 58.869538] cloud-init [[0;32m OK [0m] Started D-Bus System Message Bus. [929]: | . . * @oo. | [ 58.886386] cloud-init[929]: | E = o.%+.+.. | [ 58.889498] cloud-init[929]: | + o.=+== o . | [ 58.892898] cloud-init[929]: | . =+.*+... | [ 58.896157] cloud-init[929]: +----[SHA256]-----+ [ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair. [ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.906924] cloud-init[929]: The key fingerprint is: [ 58.908695] Starting LSB: MD monitoring daemon... Starting Apply the settings specified in cloud-config... cloud-init[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [929]: Starting Login Service... SHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon... Starting Pollinate to seed the pseudo random number generator... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. [ 59.102951] cloud-init[929]: +--[ED25519 256]--+ [ 59.113856] cloud-init[929]: | +... | [ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. cloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service. [ 59.138355] cloud-init[929]: | . . +.| [ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown. | * . . .| [ 59.160240] cloud-init[929]: | Soo++o. | [ 59.163140] cloud-init[929]: | +.=o++oo | [ 59.171168] cloud-init[929]: | *+ .++ o| [ 59.174699] cloud-init[929]: | . .+ B*+ .| [ 59.179714] cloud-init[929]: | ++ o+X*oo | [ 59.189331] cloud-init[929]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.596935] cloud-init[1052]: Generating locales (this might take a while)... [ 60.289376] cloud-init[1052]: en_US.UTF-8... done [ 60.291657] cloud-init[1052]: 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-21 03:27:49,313 - paramiko.transport - DEBUG - starting thread (client mode): 0xc1e32350L 2018-08-21 03:27:49,313 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 03:27:49,318 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-21 03:27:49,318 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-21 03:27:49,320 - 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-21 03:27:49,320 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 03:27:49,320 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 03:27:49,320 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 03:27:49,320 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 03:27:49,320 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 03:27:49,363 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 03:27:49,364 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 03:27:49,377 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: ba2dce604c8a4d3463621144c2379540 2018-08-21 03:27:49,378 - paramiko.transport - DEBUG - Trying discovered key fd0fd0991d08f558522a2b535576838f in /tmp/tmpsPWgFC 2018-08-21 03:27:49,403 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 03:27:49,424 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-21 03:27:49,424 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 03:27:49,445 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-21 03:27:49,445 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.202: No existing session 2018-08-21 03:27:58,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-21 03:27:58,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/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}bdd2b776aeecd0027a525f4e6305609e60c2d922" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 03:27:58,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cf4d0e4-e135-4eec-8891-a87f09110b3f x-compute-request-id: req-9cf4d0e4-e135-4eec-8891-a87f09110b3f Content-Encoding: gzip Content-Length: 13238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 702309486 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.173090] pid_max: default: 32768 minimum: 301\n[ 0.174301] ACPI: Core revision 20150930\n[ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178496] Security Framework initialized\n[ 0.179924] Yama: becoming mindful.\n[ 0.181198] AppArmor: AppArmor initialized\n[ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191765] Initializing cgroup subsys io\n[ 0.193193] Initializing cgroup subsys memory\n[ 0.194704] Initializing cgroup subsys devices\n[ 0.196243] Initializing cgroup subsys freezer\n[ 0.197790] Initializing cgroup subsys net_cls\n[ 0.199306] Initializing cgroup subsys perf_event\n[ 0.200557] Initializing cgroup subsys net_prio\n[ 0.201774] Initializing cgroup subsys hugetlb\n[ 0.202970] Initializing cgroup subsys pids\n[ 0.204130] CPU: Physical Processor ID: 0\n[ 0.205942] mce: CPU supports 10 MCE banks\n[ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.209964] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.213165] Speculative Store Bypass: Vulnerable\n[ 0.230280] Freeing SMP alternatives memory: 32K\n[ 0.236126] ftrace: allocating 32237 entries in 126 pages\n[ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.271985] smpboot: Max logical packages: 1\n[ 0.273371] x2apic enabled\n[ 0.274514] Switched APIC routing to physical x2apic.\n[ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283583] KVM setup paravirtual spinlock\n[ 0.285186] x86: Booted up 1 node, 1 CPUs\n[ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288142] devtmpfs: initialized\n[ 0.290113] evm: security.selinux\n[ 0.291065] evm: security.SMACK64\n[ 0.292013] evm: security.SMACK64EXEC\n[ 0.293031] evm: security.SMACK64TRANSMUTE\n[ 0.294119] evm: security.SMACK64MMAP\n[ 0.295125] evm: security.ima\n[ 0.296002] evm: security.capability\n[ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301087] pinctrl core: initialized pinctrl subsystem\n[ 0.302544] RTC time: 3:26:31, date: 08/21/18\n[ 0.303812] NET: Registered protocol family 16\n[ 0.305121] cpuidle: using governor ladder\n[ 0.306220] cpuidle: using governor menu\n[ 0.307281] PCCT header not found.\n[ 0.308293] ACPI: bus type PCI registered\n[ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311037] PCI: Using configuration type 1 for base access\n[ 0.313229] ACPI: Added _OSI(Module Device)\n[ 0.314363] ACPI: Added _OSI(Processor Device)\n[ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318917] ACPI: Interpreter enabled\n[ 0.319946] ACPI: (supports S0 S5)\n[ 0.320899] ACPI: Using IOAPIC for interrupt routing\n[ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333758] acpiphp: Slot [3] registered\n[ 0.334840] acpiphp: Slot [4] registered\n[ 0.335912] acpiphp: Slot [5] registered\n[ 0.336987] acpiphp: Slot [6] registered\n[ 0.351961] acpiphp: Slot [7] registered\n[ 0.353067] acpiphp: Slot [8] registered\n[ 0.354143] acpiphp: Slot [9] registered\n[ 0.355216] acpiphp: Slot [10] registered\n[ 0.356312] acpiphp: Slot [11] registered\n[ 0.357490] acpiphp: Slot [12] registered\n[ 0.358585] acpiphp: Slot [13] registered\n[ 0.359673] acpiphp: Slot [14] registered\n[ 0.360794] acpiphp: Slot [15] registered\n[ 0.361888] acpiphp: Slot [16] registered\n[ 0.362987] acpiphp: Slot [17] registered\n[ 0.364078] acpiphp: Slot [18] registered\n[ 0.365170] acpiphp: Slot [19] registered\n[ 0.366258] acpiphp: Slot [20] registered\n[ 0.367345] acpiphp: Slot [21] registered\n[ 0.368438] acpiphp: Slot [22] registered\n[ 0.369557] acpiphp: Slot [23] registered\n[ 0.373093] acpiphp: Slot [24] registered\n[ 0.374312] acpiphp: Slot [25] registered\n[ 0.375435] acpiphp: Slot [26] registered\n[ 0.376530] acpiphp: Slot [27] registered\n[ 0.377620] acpiphp: Slot [28] registered\n[ 0.378711] acpiphp: Slot [29] registered\n[ 0.379803] acpiphp: Slot [30] registered\n[ 0.380892] acpiphp: Slot [31] registered\n[ 0.381991] PCI host bridge to bus 0000:00\n[ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444456] vgaarb: loaded\n[ 0.445279] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447011] SCSI subsystem initialized\n[ 0.448300] ACPI: bus type USB registered\n[ 0.449434] usbcore: registered new interface driver usbfs\n[ 0.450834] usbcore: registered new interface driver hub\n[ 0.452193] usbcore: registered new device driver usb\n[ 0.453702] PCI: Using ACPI for IRQ routing\n[ 0.455246] NetLabel: Initializing\n[ 0.456211] NetLabel: domain hash size = 128\n[ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458637] NetLabel: unlabeled traffic allowed by default\n[ 0.460200] amd_nb: Cannot enumerate AMD northbridges\n[ 0.461544] clocksource: Switched to clocksource kvm-clock\n[ 0.471115] AppArmor: AppArmor Filesystem Enabled\n[ 0.472430] pnp: PnP ACPI init\n[ 0.473702] pnp: PnP ACPI: found 5 devices\n[ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482941] NET: Registered protocol family 2\n[ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487753] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492459] NET: Registered protocol family 1\n[ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529235] Unpacking initramfs...\n[ 1.013974] Freeing initrd memory: 37084K\n[ 1.015433] Scanning for low memory corruption every 60 seconds\n[ 1.017258] audit: initializing netlink subsys (disabled)\n[ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized\n[ 1.020488] Initialise system trusted keyring\n[ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.026075] zbud: loaded\n[ 1.027142] VFS: Disk quotas dquot_6.6.0\n[ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.031821] fuse init (API version 7.23)\n[ 1.033040] Key type big_key registered\n[ 1.034133] Allocating IMA MOK and blacklist keyrings.\n[ 1.035774] Key type asymmetric registered\n[ 1.036883] Asymmetric key parser 'x509' registered\n[ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.040199] io scheduler noop registered\n[ 1.041262] io scheduler deadline registered (default)\n[ 1.042593] io scheduler cfq registered\n[ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.048777] ACPI: Power Button [PWRF]\n[ 1.049936] GHES: HEST is not enabled!\n[ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.127551] Linux agpgart interface v0.103\n[ 1.130356] loop: module loaded\n[ 1.133587] vda: vda1\n[ 1.135121] scsi host0: ata_piix\n[ 1.136139] scsi host1: ata_piix\n[ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.140784] libphy: Fixed MDIO Bus: probed\n[ 1.142130] tun: Universal TUN/TAP device driver, 1.6\n[ 1.143411] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.146076] PPP generic driver version 2.4.2\n[ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.149739] ehci-pci: EHCI PCI platform driver\n[ 1.151248] ehci-platform: EHCI generic platform driver\n[ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.154975] ohci-pci: OHCI PCI platform driver\n[ 1.156499] ohci-platform: OHCI generic platform driver\n[ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.187697] usb usb1: Product: UHCI Host Controller\n[ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.191400] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.193078] hub 1-0:1.0: USB hub found\n[ 1.194440] hub 1-0:1.0: 2 ports detected\n[ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.201421] mousedev: PS/2 mouse device common for all mice\n[ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.205598] rtc_cmos 00:00: RTC can wake from S4\n[ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.210322] i2c /dev entries driver\n[ 1.211358] device-mapper: uevent: version 1.0.3\n[ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.216583] NET: Registered protocol family 10\n[ 1.218073] NET: Registered protocol family 17\n[ 1.219282] Key type dns_resolver registered\n[ 1.220652] registered taskstats version 1\n[ 1.221820] Loading compiled-in X.509 certificates\n[ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.226140] zswap: loaded using pool lzo/zbud\n[ 1.228695] Key type trusted registered\n[ 1.231709] Key type encrypted registered\n[ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.234234] ima: No TPM chip found, activating TPM-bypass!\n[ 1.235631] evm: HMAC attrs: 0x1\n[ 1.236885] Magic number: 14:280:412\n[ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991)\n[ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.241748] EDD information not available.\n[ 1.299064] Freeing unused kernel memory: 1512K\n[ 1.300278] Write protecting the kernel read-only data: 14336k\n[ 1.317025] Freeing unused kernel memory: 1692K\n[ 1.318442] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.413138] [drm] Initialized drm 1.1.0 20060810\n[ 1.415443] virtio_net virtio0 ens3: renamed from eth0\n[ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.453967] FDC 0 is a S82078B\n[ 1.465145] AVX2 version of gcm_enc/dec engaged.\n[ 1.466645] AES CTR mode by8 optimization enabled\n[ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.672801] usb 1-1: Product: QEMU USB Tablet\n[ 1.673958] usb 1-1: Manufacturer: QEMU\n[ 1.675067] usb 1-1: SerialNumber: 42\n[ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.688818] usbcore: registered new interface driver usbhid\n[ 1.690297] usbhid: USB HID core driver\n[ 1.692671] 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.695679] 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.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1\n[ 2.075370] md: multipath personality registered for level -4\n[ 2.079162] md: raid0 personality registered for level 0\n[ 2.083356] md: raid1 personality registered for level 1\n[ 2.153547] raid6: sse2x1 gen() 11132 MB/s\n[ 2.221586] raid6: sse2x1 xor() 8779 MB/s\n[ 2.289548] raid6: sse2x2 gen() 14509 MB/s\n[ 2.357573] raid6: sse2x2 xor() 9739 MB/s\n[ 2.425552] raid6: sse2x4 gen() 16737 MB/s\n[ 2.493561] raid6: sse2x4 xor() 11392 MB/s\n[ 2.561584] raid6: avx2x1 gen() 21874 MB/s\n[ 2.629543] raid6: avx2x2 gen() 25884 MB/s\n[ 2.697542] raid6: avx2x4 gen() 29732 MB/s\n[ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s\n[ 2.700076] raid6: using avx2x2 recovery algorithm\n[ 2.707931] xor: automatically using best checksumming function:\n[ 2.745540] avx : 31853.000 MB/sec\n[ 2.748280] async_tx: api initialized (async)\n[ 2.760643] md: raid6 personality registered for level 6\n[ 2.762039] md: raid5 personality registered for level 5\n[ 2.763399] md: raid4 personality registered for level 4\n[ 2.769946] 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.803862] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm.\n[ 2.920185] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.923786] systemd[1]: Set hostname to .\n[ 2.926511] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.928006] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.031919] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.034397] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048918] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.051871] 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[ 3.056625] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.064122] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.073335] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.080222] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.087006] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.097588] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.105998] 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[ 3.111077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.116798] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.124496] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.129308] 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[ 3.133882] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.141451] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.144071] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.149338] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.156455] Loading iSCSI transport class v2.0-870.\n[ 3.159230] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.165265] systemd[1]: Starting Journal Service...\n[ 3.167392] iscsi: registered transport (tcp)\n Starting Journal Service...\n[ 3.171227] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.176645] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.184500] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.189594] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.195545] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.208989] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.215362] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.221934] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.227860] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[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 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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.566557] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Initial cloud-init job (pre-networking)...\n Starting Commit a transient machine-id on disk...\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 Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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[ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds.\n[ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 |\n[ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 |\n[ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.728472] cloud-init[929]: Generating public/private rsa key pair.\n[ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.738111] cloud-init[929]: The key fingerprint is:\n[ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.745863] cloud-init[929]: The key's randomart image is:\n[ 58.747335] cloud-init[929]: +---[RSA 2048]----+\n[ 58.752713] cloud-init[929]: | . *. |\n[ 58.754080] cloud-init[929]: | B o |\n[ 58.756139] cloud-init[929]: | o o . E .|\n[ 58.760151] cloud-init[929]: | . * B .o|\n[ 58.761543] cloud-init[929]: | * S o .o|\n[ 58.764136] cloud-init[929]: | . B O . .|\n[ 58.768131] cloud-init[929]: | o B + .. .|\n[ 58.772137] cloud-init[929]: | . = * o=... |\n[ 58.773520] cloud-init[929]: | o +.+ooBo |\n[ 58.776131] cloud-init[929]: +----[SHA256]-----+\n[ 58.780171] cloud-init[929]: Generating public/private dsa key pair.\n[ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.790058] cloud-init[929]: The key fingerprint is:\n[ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.797483] cloud-init[929]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.802702] cloud-init[929]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...\n[ 58.806628] cloud-init[929]: | .o. |\n[ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[929]: | +. |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 58.816541] cloud-init[929]: | + O .o |\n[ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 58.822690] cloud-init[929]: | = @S+.+ |\n Starting LXD - unix socket.\n[ 58.825217] cloud-init[929]: | * *Oo |\n Starting Socket activation for snappy daemon.\n[ 58.828079] cloud-init[929]: | = .+=. |\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo |\n[ 58.837197] cloud-init[929]: | ..+=o. |\n[ 58.838233] cloud-init[929]: +----[SHA256]-----+\n[ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.847794] \ncloud-init[929]: The key fingerprint is:\n[ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e\n[ 58.857633] cloud-init[929]: The key's randomart image is:\n[ 58.858744] cloud-init[929]: +---[ECDSA 256]---+\n[ 58.859753] cloud-init\n Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n Starting /etc/rc.local Compatibility...[929]: | ... |\n[ 58.864896] cloud-init[929]: | . o |\n[ 58.865913] cloud-init[929]: | + = |\n[ 58.866925] cloud-init[929]: | o * + |\n[ 58.867933] cloud-init[929]: | S *. |\n[ 58.869538] cloud-init\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[929]: | . . * @oo. |\n[ 58.886386] cloud-init[929]: | E = o.%+.+.. |\n[ 58.889498] cloud-init[929]: | + o.=+== o . |\n[ 58.892898] cloud-init[929]: | . =+.*+... |\n[ 58.896157] cloud-init[929]: +----[SHA256]-----+\n[ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair.\n[ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.906924] cloud-init[929]: The key fingerprint is:\n[ 58.908695] Starting LSB: MD monitoring daemon...\n Starting Apply the settings specified in cloud-config...\ncloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[929]: Starting Login Service...\nSHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon...\n\n Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[[0;32m OK [0m] Started Login Service.\n[ 59.102951] cloud-init[929]: +--[ED25519 256]--+\n[ 59.113856] cloud-init[929]: | +... |\n[ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\ncloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service.\n\n[ 59.138355] cloud-init[929]: | . . +.|\n[ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n| * . . .|\n[ 59.160240] cloud-init[929]: | Soo++o. |\n[ 59.163140] cloud-init[929]: | +.=o++oo |\n[ 59.171168] cloud-init[929]: | *+ .++ o|\n[ 59.174699] cloud-init[929]: | . .+ B*+ .|\n[ 59.179714] cloud-init[929]: | ++ o+X*oo |\n[ 59.189331] cloud-init[929]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.596935] cloud-init[1052]: Generating locales (this might take a while)...\n[ 60.289376] cloud-init[1052]: en_US.UTF-8... done\n[ 60.291657] cloud-init[1052]: 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: automatic crash report generation...\n Starting LSB: network benchmark...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\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 Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\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 Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e ttyS0\n\nshaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e login: "} 2018-08-21 03:27:58,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-9cf4d0e4-e135-4eec-8891-a87f09110b3f 2018-08-21 03:27:58,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759029388428s 2018-08-21 03:27:58,532 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2/action used request id req-9cf4d0e4-e135-4eec-8891-a87f09110b3f 2018-08-21 03:27:58,532 - 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 702309486 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.170853] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.173090] pid_max: default: 32768 minimum: 301 [ 0.174301] ACPI: Core revision 20150930 [ 0.176212] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178496] Security Framework initialized [ 0.179924] Yama: becoming mindful. [ 0.181198] AppArmor: AppArmor initialized [ 0.182670] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.184993] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191765] Initializing cgroup subsys io [ 0.193193] Initializing cgroup subsys memory [ 0.194704] Initializing cgroup subsys devices [ 0.196243] Initializing cgroup subsys freezer [ 0.197790] Initializing cgroup subsys net_cls [ 0.199306] Initializing cgroup subsys perf_event [ 0.200557] Initializing cgroup subsys net_prio [ 0.201774] Initializing cgroup subsys hugetlb [ 0.202970] Initializing cgroup subsys pids [ 0.204130] CPU: Physical Processor ID: 0 [ 0.205942] mce: CPU supports 10 MCE banks [ 0.207096] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209964] Spectre V2 : Mitigation: Full generic retpoline [ 0.211378] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.213165] Speculative Store Bypass: Vulnerable [ 0.230280] Freeing SMP alternatives memory: 32K [ 0.236126] ftrace: allocating 32237 entries in 126 pages [ 0.270318] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.271985] smpboot: Max logical packages: 1 [ 0.273371] x2apic enabled [ 0.274514] Switched APIC routing to physical x2apic. [ 0.276953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278484] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281163] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283583] KVM setup paravirtual spinlock [ 0.285186] x86: Booted up 1 node, 1 CPUs [ 0.286268] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288142] devtmpfs: initialized [ 0.290113] evm: security.selinux [ 0.291065] evm: security.SMACK64 [ 0.292013] evm: security.SMACK64EXEC [ 0.293031] evm: security.SMACK64TRANSMUTE [ 0.294119] evm: security.SMACK64MMAP [ 0.295125] evm: security.ima [ 0.296002] evm: security.capability [ 0.297080] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299512] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301087] pinctrl core: initialized pinctrl subsystem [ 0.302544] RTC time: 3:26:31, date: 08/21/18 [ 0.303812] NET: Registered protocol family 16 [ 0.305121] cpuidle: using governor ladder [ 0.306220] cpuidle: using governor menu [ 0.307281] PCCT header not found. [ 0.308293] ACPI: bus type PCI registered [ 0.309377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311037] PCI: Using configuration type 1 for base access [ 0.313229] ACPI: Added _OSI(Module Device) [ 0.314363] ACPI: Added _OSI(Processor Device) [ 0.315533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318917] ACPI: Interpreter enabled [ 0.319946] ACPI: (supports S0 S5) [ 0.320899] ACPI: Using IOAPIC for interrupt routing [ 0.322164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.326072] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327595] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.329235] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330820] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333758] acpiphp: Slot [3] registered [ 0.334840] acpiphp: Slot [4] registered [ 0.335912] acpiphp: Slot [5] registered [ 0.336987] acpiphp: Slot [6] registered [ 0.351961] acpiphp: Slot [7] registered [ 0.353067] acpiphp: Slot [8] registered [ 0.354143] acpiphp: Slot [9] registered [ 0.355216] acpiphp: Slot [10] registered [ 0.356312] acpiphp: Slot [11] registered [ 0.357490] acpiphp: Slot [12] registered [ 0.358585] acpiphp: Slot [13] registered [ 0.359673] acpiphp: Slot [14] registered [ 0.360794] acpiphp: Slot [15] registered [ 0.361888] acpiphp: Slot [16] registered [ 0.362987] acpiphp: Slot [17] registered [ 0.364078] acpiphp: Slot [18] registered [ 0.365170] acpiphp: Slot [19] registered [ 0.366258] acpiphp: Slot [20] registered [ 0.367345] acpiphp: Slot [21] registered [ 0.368438] acpiphp: Slot [22] registered [ 0.369557] acpiphp: Slot [23] registered [ 0.373093] acpiphp: Slot [24] registered [ 0.374312] acpiphp: Slot [25] registered [ 0.375435] acpiphp: Slot [26] registered [ 0.376530] acpiphp: Slot [27] registered [ 0.377620] acpiphp: Slot [28] registered [ 0.378711] acpiphp: Slot [29] registered [ 0.379803] acpiphp: Slot [30] registered [ 0.380892] acpiphp: Slot [31] registered [ 0.381991] PCI host bridge to bus 0000:00 [ 0.383095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384710] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388270] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390219] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392205] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396808] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398502] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400083] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401754] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408018] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433461] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439063] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440971] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442378] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444456] vgaarb: loaded [ 0.445279] vgaarb: bridge control possible 0000:00:02.0 [ 0.447011] SCSI subsystem initialized [ 0.448300] ACPI: bus type USB registered [ 0.449434] usbcore: registered new interface driver usbfs [ 0.450834] usbcore: registered new interface driver hub [ 0.452193] usbcore: registered new device driver usb [ 0.453702] PCI: Using ACPI for IRQ routing [ 0.455246] NetLabel: Initializing [ 0.456211] NetLabel: domain hash size = 128 [ 0.457347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458637] NetLabel: unlabeled traffic allowed by default [ 0.460200] amd_nb: Cannot enumerate AMD northbridges [ 0.461544] clocksource: Switched to clocksource kvm-clock [ 0.471115] AppArmor: AppArmor Filesystem Enabled [ 0.472430] pnp: PnP ACPI init [ 0.473702] pnp: PnP ACPI: found 5 devices [ 0.480593] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482941] NET: Registered protocol family 2 [ 0.484396] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486134] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487753] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489369] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490839] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492459] NET: Registered protocol family 1 [ 0.493656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495153] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529235] Unpacking initramfs... [ 1.013974] Freeing initrd memory: 37084K [ 1.015433] Scanning for low memory corruption every 60 seconds [ 1.017258] audit: initializing netlink subsys (disabled) [ 1.018704] audit: type=2000 audit(1534821992.376:1): initialized [ 1.020488] Initialise system trusted keyring [ 1.021833] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.023391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.026075] zbud: loaded [ 1.027142] VFS: Disk quotas dquot_6.6.0 [ 1.028253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.030132] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.031821] fuse init (API version 7.23) [ 1.033040] Key type big_key registered [ 1.034133] Allocating IMA MOK and blacklist keyrings. [ 1.035774] Key type asymmetric registered [ 1.036883] Asymmetric key parser 'x509' registered [ 1.038174] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.040199] io scheduler noop registered [ 1.041262] io scheduler deadline registered (default) [ 1.042593] io scheduler cfq registered [ 1.043729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.045127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.046820] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.048777] ACPI: Power Button [PWRF] [ 1.049936] GHES: HEST is not enabled! [ 1.065664] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.097695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.100510] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.124581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.127551] Linux agpgart interface v0.103 [ 1.130356] loop: module loaded [ 1.133587] vda: vda1 [ 1.135121] scsi host0: ata_piix [ 1.136139] scsi host1: ata_piix [ 1.137117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.138762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.140784] libphy: Fixed MDIO Bus: probed [ 1.142130] tun: Universal TUN/TAP device driver, 1.6 [ 1.143411] tun: (C) 1999-2004 Max Krasnyansky [ 1.146076] PPP generic driver version 2.4.2 [ 1.147636] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.149739] ehci-pci: EHCI PCI platform driver [ 1.151248] ehci-platform: EHCI generic platform driver [ 1.152975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.154975] ohci-pci: OHCI PCI platform driver [ 1.156499] ohci-platform: OHCI generic platform driver [ 1.158244] uhci_hcd: USB Universal Host Controller Interface driver [ 1.174979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.176732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.179308] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.181036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.183031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.185198] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.187697] usb usb1: Product: UHCI Host Controller [ 1.189354] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.191400] usb usb1: SerialNumber: 0000:00:01.2 [ 1.193078] hub 1-0:1.0: USB hub found [ 1.194440] hub 1-0:1.0: 2 ports detected [ 1.195872] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.198758] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.200037] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.201421] mousedev: PS/2 mouse device common for all mice [ 1.203119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.205598] rtc_cmos 00:00: RTC can wake from S4 [ 1.207120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.208711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.210322] i2c /dev entries driver [ 1.211358] device-mapper: uevent: version 1.0.3 [ 1.212624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.214813] ledtrig-cpu: registered to indicate activity on CPUs [ 1.216583] NET: Registered protocol family 10 [ 1.218073] NET: Registered protocol family 17 [ 1.219282] Key type dns_resolver registered [ 1.220652] registered taskstats version 1 [ 1.221820] Loading compiled-in X.509 certificates [ 1.223620] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.226140] zswap: loaded using pool lzo/zbud [ 1.228695] Key type trusted registered [ 1.231709] Key type encrypted registered [ 1.232819] AppArmor: AppArmor sha1 policy hashing enabled [ 1.234234] ima: No TPM chip found, activating TPM-bypass! [ 1.235631] evm: HMAC attrs: 0x1 [ 1.236885] Magic number: 14:280:412 [ 1.238077] rtc_cmos 00:00: setting system clock to 2018-08-21 03:26:31 UTC (1534821991) [ 1.240257] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.241748] EDD information not available. [ 1.299064] Freeing unused kernel memory: 1512K [ 1.300278] Write protecting the kernel read-only data: 14336k [ 1.317025] Freeing unused kernel memory: 1692K [ 1.318442] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.328957] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.331651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.334190] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.336647] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.339101] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.345574] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349660] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352128] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356360] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.358735] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.413138] [drm] Initialized drm 1.1.0 20060810 [ 1.415443] virtio_net virtio0 ens3: renamed from eth0 [ 1.424323] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.426765] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.453967] FDC 0 is a S82078B [ 1.465145] AVX2 version of gcm_enc/dec engaged. [ 1.466645] AES CTR mode by8 optimization enabled [ 1.505575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.669410] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671100] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.672801] usb 1-1: Product: QEMU USB Tablet [ 1.673958] usb 1-1: Manufacturer: QEMU [ 1.675067] usb 1-1: SerialNumber: 42 [ 1.682629] hidraw: raw HID events driver (C) Jiri Kosina [ 1.688818] usbcore: registered new interface driver usbhid [ 1.690297] usbhid: USB HID core driver [ 1.692671] 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.695679] 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 [ 2.013585] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.013587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.071624] md: linear personality registered for level -1 [ 2.075370] md: multipath personality registered for level -4 [ 2.079162] md: raid0 personality registered for level 0 [ 2.083356] md: raid1 personality registered for level 1 [ 2.153547] raid6: sse2x1 gen() 11132 MB/s [ 2.221586] raid6: sse2x1 xor() 8779 MB/s [ 2.289548] raid6: sse2x2 gen() 14509 MB/s [ 2.357573] raid6: sse2x2 xor() 9739 MB/s [ 2.425552] raid6: sse2x4 gen() 16737 MB/s [ 2.493561] raid6: sse2x4 xor() 11392 MB/s [ 2.561584] raid6: avx2x1 gen() 21874 MB/s [ 2.629543] raid6: avx2x2 gen() 25884 MB/s [ 2.697542] raid6: avx2x4 gen() 29732 MB/s [ 2.698695] raid6: using algorithm avx2x4 gen() 29732 MB/s [ 2.700076] raid6: using avx2x2 recovery algorithm [ 2.707931] xor: automatically using best checksumming function: [ 2.745540] avx : 31853.000 MB/sec [ 2.748280] async_tx: api initialized (async) [ 2.760643] md: raid6 personality registered for level 6 [ 2.762039] md: raid5 personality registered for level 5 [ 2.763399] md: raid4 personality registered for level 4 [ 2.769946] 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.803862] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.822931] 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.914569] 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.918903] systemd[1]: Detected virtualization kvm. [ 2.920185] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.923786] systemd[1]: Set hostname to . [ 2.926511] systemd[1]: Initializing machine ID from KVM UUID. [ 2.928006] systemd[1]: Installed transient /etc/machine-id file. [ 3.027989] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.031919] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.034397] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.037308] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.040085] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.042926] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.046067] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048918] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.051871] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.056625] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.064122] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.073335] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.080222] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.087006] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.093682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.097588] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.102087] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.105998] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.111077] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.116798] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.124496] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.129308] 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. [ 3.133882] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.136528] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.141451] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.144071] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.149338] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.156455] Loading iSCSI transport class v2.0-870. [ 3.159230] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.165265] systemd[1]: Starting Journal Service... [ 3.167392] iscsi: registered transport (tcp) Starting Journal Service... [ 3.171227] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.176645] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.184500] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.189594] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.195545] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.202177] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.208989] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.215362] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.221934] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.227860] iscsi: registered transport (iser) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[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] Found device /dev/ttyS0. [ 3.566557] intel_rapl: no valid rapl domains found in package 0 [[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 Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Initial cloud-init job (pre-networking)... Starting Commit a transient machine-id on disk... Starting Set console font and keymap... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[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] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.657808] cloud-init[506]: Cloud-init v. 18.2 running 'init-local' at Tue, 21 Aug 2018 03:26:34 +0000. Up 4.47 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.139216] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Tue, 21 Aug 2018 03:26:36 +0000. Up 5.93 seconds. [ 58.142401] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.149683] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.156373] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.163056] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168119] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.18 | 255.255.255.0 | . | fa:16:3e:92:cc:17 | [ 58.173847] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fe92:cc17/64 | . | link | fa:16:3e:92:cc:17 | [ 58.180413] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.188128] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.191137] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.198106] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.204371] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.208129] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.216137] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.220134] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.224724] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.227934] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.232328] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.236537] cloud-init[929]: 2018-08-21 03:27:28,622 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.728472] cloud-init[929]: Generating public/private rsa key pair. [ 58.730187] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.736150] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.738111] cloud-init[929]: The key fingerprint is: [ 58.739522] cloud-init[929]: SHA256:MG6ZvRbqHQlbPRg784pdQrHj7/eyC3stT1ecBaZx4eE root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.745863] cloud-init[929]: The key's randomart image is: [ 58.747335] cloud-init[929]: +---[RSA 2048]----+ [ 58.752713] cloud-init[929]: | . *. | [ 58.754080] cloud-init[929]: | B o | [ 58.756139] cloud-init[929]: | o o . E .| [ 58.760151] cloud-init[929]: | . * B .o| [ 58.761543] cloud-init[929]: | * S o .o| [ 58.764136] cloud-init[929]: | . B O . .| [ 58.768131] cloud-init[929]: | o B + .. .| [ 58.772137] cloud-init[929]: | . = * o=... | [ 58.773520] cloud-init[929]: | o +.+ooBo | [ 58.776131] cloud-init[929]: +----[SHA256]-----+ [ 58.780171] cloud-init[929]: Generating public/private dsa key pair. [ 58.781818] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.788126] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.790058] cloud-init[929]: The key fingerprint is: [ 58.792147] cloud-init[929]: SHA256:wxtTo3ukizNH6Nr8B2hmNPYPA9dOMwtIcfhiQ3uMjZI root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.797483] cloud-init[929]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.802702] cloud-init[929]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)... [ 58.806628] cloud-init[929]: | .o. | [ 58.808575] cloud-init[[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [929]: | +. | [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 58.816541] cloud-init[929]: | + O .o | [ 58.817914] cloud-init[929]: | E &.Bo=. |[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.822690] cloud-init[929]: | = @S+.+ | Starting LXD - unix socket. [ 58.825217] cloud-init[929]: | * *Oo | Starting Socket activation for snappy daemon. [ 58.828079] cloud-init[929]: | = .+=. | [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m[ 58.836171] cloud-init[929]: | o+..oo | [ 58.837197] cloud-init[929]: | ..+=o. | [ 58.838233] cloud-init[929]: +----[SHA256]-----+ [ 58.839229] cloud-init[929]: Generating public/private ecdsa key pair.] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 58.844678] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.846236] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.847794] cloud-init[929]: The key fingerprint is: [ 58.851504] cloud-init[[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service...[929]: SHA256:k3Ms5M4znFz5EFE6eLIPnjLL9Y5vhpfUr8aghruQxho root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e [ 58.857633] cloud-init[929]: The key's randomart image is: [ 58.858744] cloud-init[929]: +---[ECDSA 256]---+ [ 58.859753] cloud-init Starting Accounts Service... Starting LSB: Record successful boot for GRUB... Starting /etc/rc.local Compatibility...[929]: | ... | [ 58.864896] cloud-init[929]: | . o | [ 58.865913] cloud-init[929]: | + = | [ 58.866925] cloud-init[929]: | o * + | [ 58.867933] cloud-init[929]: | S *. | [ 58.869538] cloud-init [[0;32m OK [0m] Started D-Bus System Message Bus. [929]: | . . * @oo. | [ 58.886386] cloud-init[929]: | E = o.%+.+.. | [ 58.889498] cloud-init[929]: | + o.=+== o . | [ 58.892898] cloud-init[929]: | . =+.*+... | [ 58.896157] cloud-init[929]: +----[SHA256]-----+ [ 58.898308] cloud-init[929]: Generating public/private ed25519 key pair. [ 58.900959] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.903922] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.906924] cloud-init[929]: The key fingerprint is: [ 58.908695] Starting LSB: MD monitoring daemon... Starting Apply the settings specified in cloud-config... cloud-init[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [929]: Starting Login Service... SHA256:h9lY70o/ueV7MZLYK7P7KMp7zc+UIWrMHHNzdcmEhG0 root@shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e Starting Snappy daemon... Starting Pollinate to seed the pseudo random number generator... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.999703] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [929]: The key's randomart image is: Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. [ 59.102951] cloud-init[929]: +--[ED25519 256]--+ [ 59.113856] cloud-init[929]: | +... | [ 59.121634] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. cloud-init[929]: | . Eo .|[[0;32m OK [0m] Started Accounts Service. [ 59.138355] cloud-init[929]: | . . +.| [ 59.146910] cloud-init[929]: [[0;32m OK [0m] Started LXD - container startup/shutdown. | * . . .| [ 59.160240] cloud-init[929]: | Soo++o. | [ 59.163140] cloud-init[929]: | +.=o++oo | [ 59.171168] cloud-init[929]: | *+ .++ o| [ 59.174699] cloud-init[929]: | . .+ B*+ .| [ 59.179714] cloud-init[929]: | ++ o+X*oo | [ 59.189331] cloud-init[929]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.596935] cloud-init[1052]: Generating locales (this might take a while)... [ 60.289376] cloud-init[1052]: en_US.UTF-8... done [ 60.291657] cloud-init[1052]: 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: automatic crash report generation... Starting LSB: network benchmark... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions... Starting LSB: daemon to balance interrupts for SMP systems... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[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 Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e ttyS0 shaker-vm-caef01ed-4a44-42a2-a90a-a82649896e2e login: 2018-08-21 03:27:58,535 - paramiko.transport - DEBUG - starting thread (client mode): 0xc17cb9d0L 2018-08-21 03:27:58,536 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 03:27:58,538 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-21 03:27:58,538 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-21 03:27:58,539 - 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-21 03:27:58,540 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 03:27:58,540 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 03:27:58,540 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 03:27:58,540 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 03:27:58,540 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 03:27:58,582 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 03:27:58,582 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 03:27:58,600 - paramiko.transport - DEBUG - Trying discovered key fd0fd0991d08f558522a2b535576838f in /tmp/tmpsPWgFC 2018-08-21 03:27:58,619 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 03:27:58,626 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 03:27:58,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-21 03:27:58,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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-21 03:27:58,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 03:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d576418-b716-4982-b383-5270a50d5c45 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-21 03:27:58,646 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-9d576418-b716-4982-b383-5270a50d5c45 2018-08-21 03:27:58,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:27:58,749 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 03:27:58,749 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 03:27:58,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862f3d70-c523-425c-9d79-af6105e861c5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/0369ba08f1544f289c29ef88c3ec9cc8"}, "enabled": true, "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/11c776fb04f242c9976bae7367ee3752"}, "enabled": true, "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/12ce0555009042afb8d8fd4a943eeceb"}, "enabled": true, "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/235d1b5e6ce24b53aab774fc087feae5"}, "enabled": true, "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/31d8da5aadec419fb80d4af4a1994c83"}, "enabled": true, "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/57c13cff29114b01a212ff31f1dd50bc"}, "enabled": true, "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/677e2b5bf8b0498e8d9dea72ea31a9d7"}, "enabled": true, "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/68186cfbe75f4eba9a3323cd7f199141"}, "enabled": true, "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/729aa7f7aed646de90cd414dded03868"}, "enabled": true, "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a995eb993213439598e789e96071e8ef"}, "enabled": true, "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/b72bc250fbea445a8c6b38e420318778"}, "enabled": true, "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/bb1111e1b3124f7ab58c61f914a8319f"}, "enabled": true, "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf2554ba3f1d4e4e84f4cd467d564d8b"}, "enabled": true, "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/e14262ebd46e4d1587dff35e02106e91"}, "enabled": true, "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f1f1cbaa19454f1c9fdba6c082f764d5"}, "enabled": true, "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-21 03:27:58,823 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-862f3d70-c523-425c-9d79-af6105e861c5 2018-08-21 03:27:58,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.18754696846s 2018-08-21 03:27:58,824 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-862f3d70-c523-425c-9d79-af6105e861c5 2018-08-21 03:27:58,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-21 03:27:58,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:27:59,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff52909-5408-4832-b976-366bf56a6bf8 Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/054bc33b992941ca81386329e39544dc"}, "url": "http://172.30.9.44:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "054bc33b992941ca81386329e39544dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/12079688d09541829c4f28571387d9b2"}, "url": "http://172.30.9.44:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "12079688d09541829c4f28571387d9b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/1a9c10b9335a4dbea4cff03826b2196d"}, "url": "http://172.30.9.44:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/1fbbfcbcdad94f1b8cabd52e8925ca16"}, "url": "http://172.30.9.44:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/24a3294f756242fa9c16281e66114445"}, "url": "http://172.30.9.44:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "24a3294f756242fa9c16281e66114445"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/2d9c0913f4ce4f4c99d1e2a92be7b202"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/33f4afca7e384edcb794848618e1751c"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a995eb993213439598e789e96071e8ef", "id": "33f4afca7e384edcb794848618e1751c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/340f26d011ee48ca8dabb263abb41555"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/372f8b61f42e4cc69bfa2dac9f62a6a0"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/3ebd776134594aea93900bfe3105fab5"}, "url": "http://172.30.9.44:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "3ebd776134594aea93900bfe3105fab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/4896317181794e99807110fda451233a"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/49d780bf671841a48f46bef88d8f4767"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "57c13cff29114b01a212ff31f1dd50bc", "id": "49d780bf671841a48f46bef88d8f4767"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/4cb9f869f32d4931b631172be3af592a"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/5071eb45476e4d87a34f56b633773e81"}, "url": "http://172.30.9.44:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "5071eb45476e4d87a34f56b633773e81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/610c65863ca84122a194754167dc9811"}, "url": "http://172.30.9.44:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "610c65863ca84122a194754167dc9811"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/610e16bc00684fd68a345c359f3bab84"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "610e16bc00684fd68a345c359f3bab84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6524df24f52d4727a0a333f7ab529b5f"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/662ebe53c7eb4e6d928285c363d10ab2"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6998102bfee3446d8dd800f7b7870107"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "6998102bfee3446d8dd800f7b7870107"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/6f7ace414fea4ca387530124d9fd3d68"}, "url": "http://172.30.9.44:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "31d8da5aadec419fb80d4af4a1994c83", "id": "6f7ace414fea4ca387530124d9fd3d68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/765172a17c604f1a91f799f538035250"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb1111e1b3124f7ab58c61f914a8319f", "id": "765172a17c604f1a91f799f538035250"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/78e88b6836b441c58b694d9eabaa32bc"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/7e6f08df239844a183166faa789290a4"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "12ce0555009042afb8d8fd4a943eeceb", "id": "7e6f08df239844a183166faa789290a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/93e5fac23c574b359962b957ef54c8e3"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a995eb993213439598e789e96071e8ef", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/95a9b5cf249a4a9fa8f3d3938287b926"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/9d01402c7f5347718023dffa7e5bf94d"}, "url": "http://172.30.9.44:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ac672c21d79d410282448b8120fc74f8"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "id": "ac672c21d79d410282448b8120fc74f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/af89e168e5db455989529aac1340fd2d"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "729aa7f7aed646de90cd414dded03868", "id": "af89e168e5db455989529aac1340fd2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/b15644fd4619409d97fbe386ac6ba9d4"}, "url": "http://172.30.9.44:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/b96bdd78f7814528ab56e4ced28dfd67"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "11c776fb04f242c9976bae7367ee3752", "id": "b96bdd78f7814528ab56e4ced28dfd67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/bd2df6b12c2a407a9b0a6483ecec8f85"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/c706093a36714fda9367530b1305b2ed"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e14262ebd46e4d1587dff35e02106e91", "id": "c706093a36714fda9367530b1305b2ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/cda783e1701f47d6ae69719be9da907f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "cda783e1701f47d6ae69719be9da907f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ce6db1f765044d488878e6ae43b6a05f"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "68186cfbe75f4eba9a3323cd7f199141", "id": "ce6db1f765044d488878e6ae43b6a05f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/d4c22101f6484a81b409c9ba8a126078"}, "url": "http://172.30.9.44:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/d885e125e56e420186b40ac383f8a797"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "235d1b5e6ce24b53aab774fc087feae5", "id": "d885e125e56e420186b40ac383f8a797"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/e9e516442782422dbf88797855403051"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/ee238207c0654e50a4e989244748c056"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "id": "ee238207c0654e50a4e989244748c056"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/efbe197abdae4bc4a5f2ea353e7d6409"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b72bc250fbea445a8c6b38e420318778", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/f793fd5048254005ab75636e812c7e87"}, "url": "http://172.30.9.44:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a995eb993213439598e789e96071e8ef", "id": "f793fd5048254005ab75636e812c7e87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.44:5000/v3/endpoints/f973299f8ed348839158beebfe1f11d2"}, "url": "http://172.30.9.44:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0369ba08f1544f289c29ef88c3ec9cc8", "id": "f973299f8ed348839158beebfe1f11d2"}], "links": {"self": "http://172.30.9.44:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-21 03:27:59,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/endpoints used request id req-1ff52909-5408-4832-b976-366bf56a6bf8 2018-08-21 03:27:59,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.216912031174s 2018-08-21 03:27:59,051 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/endpoints used request id req-1ff52909-5408-4832-b976-366bf56a6bf8 2018-08-21 03:27:59,058 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.44:5000 2018-08-21 03:27:59,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 03:27:59,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:27:59,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9b02039-be79-4d80-824c-d5c4c85cd6e9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 03:27:59,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-c9b02039-be79-4d80-824c-d5c4c85cd6e9 2018-08-21 03:27:59,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181606054306s 2018-08-21 03:27:59,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-c9b02039-be79-4d80-824c-d5c4c85cd6e9 2018-08-21 03:27:59,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 03:27:59,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:27:59,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9c63e5-f730-4f45-9f14-e55ffbc8803c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 03:27:59,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-7f9c63e5-f730-4f45-9f14-e55ffbc8803c 2018-08-21 03:27:59,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206482887268s 2018-08-21 03:27:59,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-7f9c63e5-f730-4f45-9f14-e55ffbc8803c 2018-08-21 03:27:59,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 03:27:59,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:27:59,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c829ee9-cd5f-4403-8849-0c3b9ad8da38 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 03:27:59,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-7c829ee9-cd5f-4403-8849-0c3b9ad8da38 2018-08-21 03:27:59,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181541919708s 2018-08-21 03:27:59,641 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-7c829ee9-cd5f-4403-8849-0c3b9ad8da38 2018-08-21 03:27:59,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 03:27:59,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:27:59,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6da8244-2d82-44fa-8df9-ecbc96e2070a Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": {"self": "http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ffddb9b327c443b897d47e37571d6984", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 03:27:59,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-e6da8244-2d82-44fa-8df9-ecbc96e2070a 2018-08-21 03:27:59,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200928926468s 2018-08-21 03:27:59,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-e6da8244-2d82-44fa-8df9-ecbc96e2070a 2018-08-21 03:27:59,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 03:27:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:00,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9769121f-4cbc-49cc-ac8a-fc4cf0251b97 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800"}, "tags": [], "enabled": true, "id": "d06dedf9dd104b139cf543fb6844b800", "parent_id": "default", "domain_id": "default", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}]} 2018-08-21 03:28:00,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-9769121f-4cbc-49cc-ac8a-fc4cf0251b97 2018-08-21 03:28:00,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186630010605s 2018-08-21 03:28:00,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-9769121f-4cbc-49cc-ac8a-fc4cf0251b97 2018-08-21 03:28:00,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 03:28:00,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=d06dedf9dd104b139cf543fb6844b800" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:00,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1196d4e-3c65-4274-84df-974ee412704e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=d06dedf9dd104b139cf543fb6844b800", "previous": null, "next": null}} 2018-08-21 03:28:00,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=d06dedf9dd104b139cf543fb6844b800 used request id req-c1196d4e-3c65-4274-84df-974ee412704e 2018-08-21 03:28:00,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.177176952362s 2018-08-21 03:28:00,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=3a0fe1d139fc43479f3d98c2920238fb&scope.project.id=d06dedf9dd104b139cf543fb6844b800 used request id req-c1196d4e-3c65-4274-84df-974ee412704e 2018-08-21 03:28:00,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 03:28:00,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/3a0fe1d139fc43479f3d98c2920238fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:00,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 03:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03548ef4-5cb3-4c4d-af99-146c8c21302b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 03:28:00,439 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/3a0fe1d139fc43479f3d98c2920238fb used request id req-03548ef4-5cb3-4c4d-af99-146c8c21302b 2018-08-21 03:28:00,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.20964717865s 2018-08-21 03:28:00,440 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/3a0fe1d139fc43479f3d98c2920238fb used request id req-03548ef4-5cb3-4c4d-af99-146c8c21302b 2018-08-21 03:28:00,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 03:28:00,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:00,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a7c37e-82ce-4cf3-843b-bb23e1ebfda9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 03:28:00,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-44a7c37e-82ce-4cf3-843b-bb23e1ebfda9 2018-08-21 03:28:00,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0997622013092s 2018-08-21 03:28:00,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-44a7c37e-82ce-4cf3-843b-bb23e1ebfda9 2018-08-21 03:28:00,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-21 03:28:00,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-21 03:28:00,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 21 Aug 2018 03:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46529c7e-f360-47a2-980a-08c4014016fa Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d03044c243e9476185bcad46e4cafddb", "links": {"self": "http://172.30.9.44:5000/v3/roles/d03044c243e9476185bcad46e4cafddb"}, "name": "heat_stack_owner"}} 2018-08-21 03:28:00,677 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/roles used request id req-46529c7e-f360-47a2-980a-08c4014016fa 2018-08-21 03:28:00,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.129117012024s 2018-08-21 03:28:00,677 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.44:5000/v3/roles used request id req-46529c7e-f360-47a2-980a-08c4014016fa 2018-08-21 03:28:00,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 03:28:00,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:00,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5dd0bb-1d47-4a6e-9c3d-1d94b9e268ac Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d03044c243e9476185bcad46e4cafddb", "links": {"self": "http://172.30.9.44:5000/v3/roles/d03044c243e9476185bcad46e4cafddb"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 03:28:00,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-ed5dd0bb-1d47-4a6e-9c3d-1d94b9e268ac 2018-08-21 03:28:00,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101066112518s 2018-08-21 03:28:00,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-ed5dd0bb-1d47-4a6e-9c3d-1d94b9e268ac 2018-08-21 03:28:00,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-21 03:28:00,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:00,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92bb95c5-84d1-4c3c-b323-e159ce0d63f5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.44:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-21 03:28:00,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-92bb95c5-84d1-4c3c-b323-e159ce0d63f5 2018-08-21 03:28:00,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174191951752s 2018-08-21 03:28:00,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/domains/default used request id req-92bb95c5-84d1-4c3c-b323-e159ce0d63f5 2018-08-21 03:28:00,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 03:28:00,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:01,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d14554c6-fee4-4d68-b7e0-3dd54ac309a6 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": {"self": "http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ffddb9b327c443b897d47e37571d6984", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 03:28:01,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-d14554c6-fee4-4d68-b7e0-3dd54ac309a6 2018-08-21 03:28:01,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215147018433s 2018-08-21 03:28:01,179 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-d14554c6-fee4-4d68-b7e0-3dd54ac309a6 2018-08-21 03:28:01,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 03:28:01,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:01,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475e3847-7991-4d9f-b625-dc8d7256f700 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800"}, "tags": [], "enabled": true, "id": "d06dedf9dd104b139cf543fb6844b800", "parent_id": "default", "domain_id": "default", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}]} 2018-08-21 03:28:01,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-475e3847-7991-4d9f-b625-dc8d7256f700 2018-08-21 03:28:01,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185642004013s 2018-08-21 03:28:01,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects?domain_id=default used request id req-475e3847-7991-4d9f-b625-dc8d7256f700 2018-08-21 03:28:01,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-21 03:28:01,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=d03044c243e9476185bcad46e4cafddb&scope.project.id=d06dedf9dd104b139cf543fb6844b800" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:01,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 03:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667850e1-a44f-4aff-be51-20981c9e68cd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=d03044c243e9476185bcad46e4cafddb&scope.project.id=d06dedf9dd104b139cf543fb6844b800", "previous": null, "next": null}} 2018-08-21 03:28:01,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=d03044c243e9476185bcad46e4cafddb&scope.project.id=d06dedf9dd104b139cf543fb6844b800 used request id req-667850e1-a44f-4aff-be51-20981c9e68cd 2018-08-21 03:28:01,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0971410274506s 2018-08-21 03:28:01,481 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/role_assignments?user.id=ffddb9b327c443b897d47e37571d6984&role.id=d03044c243e9476185bcad46e4cafddb&scope.project.id=d06dedf9dd104b139cf543fb6844b800 used request id req-667850e1-a44f-4aff-be51-20981c9e68cd 2018-08-21 03:28:01,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-21 03:28:01,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/d03044c243e9476185bcad46e4cafddb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a92a51a8857517d929f9ef003f9ee77509c23bc5" 2018-08-21 03:28:01,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 03:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64dadf5a-8fa7-4175-827e-56f539bad8b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 03:28:01,621 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/d03044c243e9476185bcad46e4cafddb used request id req-64dadf5a-8fa7-4175-827e-56f539bad8b2 2018-08-21 03:28:01,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136573076248s 2018-08-21 03:28:01,621 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800/users/ffddb9b327c443b897d47e37571d6984/roles/d03044c243e9476185bcad46e4cafddb used request id req-64dadf5a-8fa7-4175-827e-56f539bad8b2 2018-08-21 03:28:01,622 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 03:28:01,624 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 03:28:01,624 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 03:28:01,627 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 03:28:01,700 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 03:28:01,701 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 03:28:01,702 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 03:28:01,739 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 03:28:01,739 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 03:28:01,766 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 04:28:01,856 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 04:28:01,856 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=d06dedf9dd104b139cf543fb6844b800 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 52950 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_caef01ed-4a44-42a2-a90a-a82649896e2e 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.5 PWD=/home/ubuntu OS_PASSWORD=b9a8d38b-31ea-4ff1-968d-15171d057ac8 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.44:5000 SDN_CONTROLLER_PASSWORD=BRS2mMfCzga3c7IUkU4WSC45N OS_USERNAME=shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.44,192.30.9.5 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 52950 192.168.120.18 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-21 03:28:01.639 1370 INFO shaker.engine.utils [-] Logging enabled 2018-08-21 03:28:01.642 1370 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-21 03:28:01.645 1370 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-21 03:28:01.653 1378 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-21 03:28:01.654 1378 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.202:9000 2018-08-21 03:28:01.654 1378 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-21 03:28:01.665 1370 INFO pykwalify.core [-] validation.valid 2018-08-21 03:28:03.215 1370 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-21 03:28:08.273 1370 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'fe6e3421-e662-42b3-8613-10cb81fd6642', u'links': [{u'href': u'http://172.30.9.44:8004/v1/d06dedf9dd104b139cf543fb6844b800/stacks/shaker_permad/fe6e3421-e662-42b3-8613-10cb81fd6642', u'rel': u'self'}]} 2018-08-21 03:31:52.712 1370 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_permad_master_0', 'shaker_permad_slave_0']) 2018-08-21 03:32:02.497 1370 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-21 03:33:31.755 1370 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-21 03:35:00.929 1370 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-21 03:36:30.102 1370 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-21 03:36:30.104 1370 INFO shaker.engine.server [-] Execution is done 2018-08-21 03:36:31.605 1370 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-21 04:28:01,857 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 04:28:01,857 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-21 04:28:01,859 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 04:28:01,898 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 04:28:01,898 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 04:28:01,925 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 04:28:01,928 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 04:28:01,929 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 04:28:01,929 - 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-21 04:28:02,056 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 04:28:02,057 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-21 04:28:02,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 04:28:02,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}, {"id": "d03044c243e9476185bcad46e4cafddb", "name": "heat_stack_owner"}], "expires_at": "2018-08-21T05:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d06dedf9dd104b139cf543fb6844b800", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/d06dedf9dd104b139cf543fb6844b800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/d06dedf9dd104b139cf543fb6844b800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/d06dedf9dd104b139cf543fb6844b800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "id": "ffddb9b327c443b897d47e37571d6984"}, "audit_ids": ["Zfn04H_WRW-tN954UoTbrw"], "issued_at": "2018-08-21T04:28:02.000000Z"}} 2018-08-21 04:28:02,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-21 04:28:02,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/floatingips/a32d9d72-aa3f-439e-8f08-647b110627da.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:03,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9922ed1-3cbe-42a1-a864-59e8df671f51 Content-Length: 0 Date: Tue, 21 Aug 2018 04:28:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:28:03,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/a32d9d72-aa3f-439e-8f08-647b110627da.json used request id req-f9922ed1-3cbe-42a1-a864-59e8df671f51 2018-08-21 04:28:03,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.3927230835s 2018-08-21 04:28:03,855 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/a32d9d72-aa3f-439e-8f08-647b110627da.json used request id req-f9922ed1-3cbe-42a1-a864-59e8df671f51 2018-08-21 04:28:03,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-21 04:28:03,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:03,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0195f79d-2553-438d-a37e-7fa6ff57d268 Date: Tue, 21 Aug 2018 04:28:03 GMT RESP BODY: {"floatingips": []} 2018-08-21 04:28:03,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-0195f79d-2553-438d-a37e-7fa6ff57d268 2018-08-21 04:28:03,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451509952545s 2018-08-21 04:28:03,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips.json used request id req-0195f79d-2553-438d-a37e-7fa6ff57d268 2018-08-21 04:28:03,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-21 04:28:03,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:04,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 04:28: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-3eea46b1-dada-4ac6-b4cd-85e13b29cb50 x-compute-request-id: req-3eea46b1-dada-4ac6-b4cd-85e13b29cb50 Content-Type: application/json 2018-08-21 04:28:04,754 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2 used request id req-3eea46b1-dada-4ac6-b4cd-85e13b29cb50 2018-08-21 04:28:04,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.848130226135s 2018-08-21 04:28:04,755 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2 used request id req-3eea46b1-dada-4ac6-b4cd-85e13b29cb50 2018-08-21 04:28:04,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 04:28:04,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:05,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc0c67e4-321a-4367-85bf-05da36f184e1 x-compute-request-id: req-bc0c67e4-321a-4367-85bf-05da36f184e1 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:cc:17", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:cc:17", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "rel": "bookmark"}], "image": {"id": "0251e90b-1944-4245-9f54-8988352e4b9b", "links": [{"href": "http://172.30.9.44:8774/images/0251e90b-1944-4245-9f54-8988352e4b9b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002d", "OS-SRV-USG:launched_at": "2018-08-21T03:26:30.000000", "flavor": {"id": "c7af6262-7ef6-46d1-ad81-a6cea57e8108", "links": [{"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "bookmark"}]}, "id": "fea3f3ab-d425-41a9-ae9c-62a23262c7d2", "security_groups": [{"name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}], "user_id": "ffddb9b327c443b897d47e37571d6984", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T04:28:04Z", "hostId": "5119c1709a4460359bfa4d82f73a3e941ce71ef198e44eb93e1c4859", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_caef01ed-4a44-42a2-a90a-a82649896e2e", "created": "2018-08-21T03:23:12Z", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-21 04:28:05,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bc0c67e4-321a-4367-85bf-05da36f184e1 2018-08-21 04:28:05,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521093130112s 2018-08-21 04:28:05,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-bc0c67e4-321a-4367-85bf-05da36f184e1 2018-08-21 04:28:05,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-21 04:28:07,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-21 04:28:07,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:07,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3c050e5-7e4d-4358-8952-d37b7c9a1902 x-compute-request-id: req-c3c050e5-7e4d-4358-8952-d37b7c9a1902 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-21 04:28:07,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c3c050e5-7e4d-4358-8952-d37b7c9a1902 2018-08-21 04:28:07,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0952279567719s 2018-08-21 04:28:07,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/detail used request id req-c3c050e5-7e4d-4358-8952-d37b7c9a1902 2018-08-21 04:28:07,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-21 04:28:07,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:07,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48439 X-Openstack-Request-Id: req-3d374485-5df3-40cf-8cee-bab736f68963 Date: Tue, 21 Aug 2018 04:28:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:23:09Z", "updated_at": "2018-08-21T03:23:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:10Z", "revision_number": 0, "id": "068a161f-2df6-45ef-a97f-066603a404de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-21T03:23:10Z", "revision_number": 0, "id": "5f8a9a58-16ee-41a5-8ab4-f26e5ab29942", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "a72ccb88-5cc8-42ee-8baf-84b668e40ba4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T03:23:10Z", "revision_number": 0, "id": "cdb40fc6-64a2-48ae-824d-8c634dba5f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:10Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:23:09Z", "revision_number": 0, "id": "f66a07eb-ac2f-4d99-b0ea-afc7ba94499a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:23:09Z", "security_group_id": "88acde31-1ded-425c-bf74-6111e6306f12", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 4, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "88acde31-1ded-425c-bf74-6111e6306f12", "name": "shaker-sg_caef01ed-4a44-42a2-a90a-a82649896e2e"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 04:28:07,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-3d374485-5df3-40cf-8cee-bab736f68963 2018-08-21 04:28:07,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0892081260681s 2018-08-21 04:28:07,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups.json used request id req-3d374485-5df3-40cf-8cee-bab736f68963 2018-08-21 04:28:07,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-21 04:28:07,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/security-groups/88acde31-1ded-425c-bf74-6111e6306f12.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:07,680 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f7f4ace-eec6-4b91-b155-47d5a8d48c8a Content-Length: 0 Date: Tue, 21 Aug 2018 04:28:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:28:07,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/88acde31-1ded-425c-bf74-6111e6306f12.json used request id req-5f7f4ace-eec6-4b91-b155-47d5a8d48c8a 2018-08-21 04:28:07,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.202601909637s 2018-08-21 04:28:07,680 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/security-groups/88acde31-1ded-425c-bf74-6111e6306f12.json used request id req-5f7f4ace-eec6-4b91-b155-47d5a8d48c8a 2018-08-21 04:28:07,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-21 04:28:07,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/os-keypairs/shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:07,726 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 04:28:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4af44bd-49e7-4671-b252-895b17661bf6 x-compute-request-id: req-f4af44bd-49e7-4671-b252-895b17661bf6 Content-Length: 0 Content-Type: application/json 2018-08-21 04:28:07,727 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e used request id req-f4af44bd-49e7-4671-b252-895b17661bf6 2018-08-21 04:28:07,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0458798408508s 2018-08-21 04:28:07,727 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/os-keypairs/shaker-kp_caef01ed-4a44-42a2-a90a-a82649896e2e used request id req-f4af44bd-49e7-4671-b252-895b17661bf6 2018-08-21 04:28:07,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 04:28:07,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569/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}1c8a18927b8ba82b6297e31e0167855273a6fb02" -d '{"subnet_id": "1c598e4e-7f3d-419c-b6cc-11d16fe67359"}' 2018-08-21 04:28:09,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-16d6834a-0106-47bd-bc43-afe973aef649 Date: Tue, 21 Aug 2018 04:28:09 GMT RESP BODY: {"network_id": "6bc5c7e7-854f-49f9-a296-bd2c541845f5", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "subnet_id": "1c598e4e-7f3d-419c-b6cc-11d16fe67359", "subnet_ids": ["1c598e4e-7f3d-419c-b6cc-11d16fe67359"], "port_id": "28c2093c-7361-4f06-8e6e-e6c91daf33f4", "id": "b99c340d-96a4-45e0-9cde-855375bb1569"} 2018-08-21 04:28:09,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569/remove_router_interface.json used request id req-16d6834a-0106-47bd-bc43-afe973aef649 2018-08-21 04:28:09,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.57988786697s 2018-08-21 04:28:09,308 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569/remove_router_interface.json used request id req-16d6834a-0106-47bd-bc43-afe973aef649 returning object b99c340d-96a4-45e0-9cde-855375bb1569 2018-08-21 04:28:09,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 04:28:09,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:09,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-004f514e-beb2-4bca-b975-0bc3b44a3113 Date: Tue, 21 Aug 2018 04:28:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T04:28:08Z", "revision_number": 4, "routes": [], "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "b99c340d-96a4-45e0-9cde-855375bb1569", "name": "shaker-router_caef01ed-4a44-42a2-a90a-a82649896e2e"}]} 2018-08-21 04:28:09,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-004f514e-beb2-4bca-b975-0bc3b44a3113 2018-08-21 04:28:09,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115993976593s 2018-08-21 04:28:09,425 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-004f514e-beb2-4bca-b975-0bc3b44a3113 2018-08-21 04:28:09,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 04:28:09,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:11,111 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a015e72-207b-42b7-80d6-cda8841d623b Content-Length: 0 Date: Tue, 21 Aug 2018 04:28:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:28:11,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569.json used request id req-2a015e72-207b-42b7-80d6-cda8841d623b 2018-08-21 04:28:11,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.68530392647s 2018-08-21 04:28:11,112 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/b99c340d-96a4-45e0-9cde-855375bb1569.json used request id req-2a015e72-207b-42b7-80d6-cda8841d623b 2018-08-21 04:28:11,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 04:28:11,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:11,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-3bef8b2f-139b-439a-8bb9-2975af9bb4be Date: Tue, 21 Aug 2018 04:28:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T03:22:51Z","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":"d06dedf9dd104b139cf543fb6844b800","id":"1c598e4e-7f3d-419c-b6cc-11d16fe67359","subnetpool_id":null,"name":"shaker-subnet_caef01ed-4a44-42a2-a90a-a82649896e2e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 04:28:11,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-3bef8b2f-139b-439a-8bb9-2975af9bb4be 2018-08-21 04:28:11,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0526721477509s 2018-08-21 04:28:11,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-3bef8b2f-139b-439a-8bb9-2975af9bb4be 2018-08-21 04:28:11,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 04:28:11,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/1c598e4e-7f3d-419c-b6cc-11d16fe67359.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:12,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ce77ff2-3858-48ae-84cf-f25c1e7c6274 Date: Tue, 21 Aug 2018 04:28:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:28:12,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/1c598e4e-7f3d-419c-b6cc-11d16fe67359.json used request id req-5ce77ff2-3858-48ae-84cf-f25c1e7c6274 2018-08-21 04:28:12,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.900131940842s 2018-08-21 04:28:12,067 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/1c598e4e-7f3d-419c-b6cc-11d16fe67359.json used request id req-5ce77ff2-3858-48ae-84cf-f25c1e7c6274 2018-08-21 04:28:12,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 04:28:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:12,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-0c9cf28a-ab5c-4aec-8623-4179985cdea3 Date: Tue, 21 Aug 2018 04:28:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6bc5c7e7-854f-49f9-a296-bd2c541845f5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d06dedf9dd104b139cf543fb6844b800","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:28:11Z","provider:segmentation_id":97,"name":"shaker-net_caef01ed-4a44-42a2-a90a-a82649896e2e","admin_state_up":true,"tenant_id":"d06dedf9dd104b139cf543fb6844b800","created_at":"2018-08-21T03:22:50Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 04:28:12,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-0c9cf28a-ab5c-4aec-8623-4179985cdea3 2018-08-21 04:28:12,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0941751003265s 2018-08-21 04:28:12,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-0c9cf28a-ab5c-4aec-8623-4179985cdea3 2018-08-21 04:28:12,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 04:28:12,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/6bc5c7e7-854f-49f9-a296-bd2c541845f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:13,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1b4a430-14c4-4e92-836b-a0c36ea4d759 Date: Tue, 21 Aug 2018 04:28:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:28:13,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/6bc5c7e7-854f-49f9-a296-bd2c541845f5.json used request id req-f1b4a430-14c4-4e92-836b-a0c36ea4d759 2018-08-21 04:28:13,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26354598999s 2018-08-21 04:28:13,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/6bc5c7e7-854f-49f9-a296-bd2c541845f5.json used request id req-f1b4a430-14c4-4e92-836b-a0c36ea4d759 2018-08-21 04:28:13,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:28:13,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:14,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-7581c68e-f3e2-41b6-b949-6c7ff40e528d Date: Tue, 21 Aug 2018 04:28:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T03:23:08Z", "file": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b/file", "owner": "d06dedf9dd104b139cf543fb6844b800", "id": "0251e90b-1944-4245-9f54-8988352e4b9b", "size": 666173440, "self": "/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/0251e90b-1944-4245-9f54-8988352e4b9b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_caef01ed-4a44-42a2-a90a-a82649896e2e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-21T03:22:58Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:28:14,108 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7581c68e-f3e2-41b6-b949-6c7ff40e528d 2018-08-21 04:28:14,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.67649102211s 2018-08-21 04:28:14,109 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-7581c68e-f3e2-41b6-b949-6c7ff40e528d 2018-08-21 04:28:14,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 04:28:14,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c8a18927b8ba82b6297e31e0167855273a6fb02" 2018-08-21 04:28:15,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b27c3427-f069-4d90-9635-5cbb875ee714 Date: Tue, 21 Aug 2018 04:28: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-21 04:28:15,292 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b used request id req-b27c3427-f069-4d90-9635-5cbb875ee714 2018-08-21 04:28:15,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18152308464s 2018-08-21 04:28:15,292 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/0251e90b-1944-4245-9f54-8988352e4b9b used request id req-b27c3427-f069-4d90-9635-5cbb875ee714 2018-08-21 04:28:15,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 04:28:15,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 04:28:15,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T05:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["AqXb5CbpQ0KtSB-Z7uxFMg"], "issued_at": "2018-08-21T04:28:15.000000Z"}} 2018-08-21 04:28:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:16,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a41db00a-340c-4a37-bd1a-de4958d7ff03 x-compute-request-id: req-a41db00a-340c-4a37-bd1a-de4958d7ff03 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108", "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": "c7af6262-7ef6-46d1-ad81-a6cea57e8108"}]} 2018-08-21 04:28:16,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-a41db00a-340c-4a37-bd1a-de4958d7ff03 2018-08-21 04:28:16,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.08620095253s 2018-08-21 04:28:16,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-a41db00a-340c-4a37-bd1a-de4958d7ff03 2018-08-21 04:28:16,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 04:28:16,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:16,420 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 04:28:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-979ab7cd-9dd2-461f-9f09-75e23dff5006 x-compute-request-id: req-979ab7cd-9dd2-461f-9f09-75e23dff5006 Content-Length: 0 Content-Type: application/json 2018-08-21 04:28:16,420 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108 used request id req-979ab7cd-9dd2-461f-9f09-75e23dff5006 2018-08-21 04:28:16,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0390892028809s 2018-08-21 04:28:16,420 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/c7af6262-7ef6-46d1-ad81-a6cea57e8108 used request id req-979ab7cd-9dd2-461f-9f09-75e23dff5006 2018-08-21 04:28:16,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 04:28:16,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:16,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-636ed80e-e6ce-4b21-8554-b8e78c3d286d Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.44:5000/v3/users/0820ba9febe84bf9aec44deac7d00ebb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0820ba9febe84bf9aec44deac7d00ebb", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.44:5000/v3/users/3a206e02ffc84fd4906ee2024b40ada8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3a206e02ffc84fd4906ee2024b40ada8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.44:5000/v3/users/3c8a2a76002c4de5a7fa6150b8714ec2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c8a2a76002c4de5a7fa6150b8714ec2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.44:5000/v3/users/52a1e766eaf94fabaa68a2bae1fbee1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "52a1e766eaf94fabaa68a2bae1fbee1c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.44:5000/v3/users/61064e0552b247e6b9a037b18b3d5b16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61064e0552b247e6b9a037b18b3d5b16", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.44:5000/v3/users/650be3fc06c94b0f818b3b9cba924c60"}, "domain_id": "917c4da52d4e4357b3559ea77e8f7dc2", "enabled": true, "options": {}, "id": "650be3fc06c94b0f818b3b9cba924c60", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.44:5000/v3/users/7814a7e412cb438f8e34434903d435e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7814a7e412cb438f8e34434903d435e1", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.44:5000/v3/users/8b1a4b3d375347dabb0946ef2eacb3c6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1a4b3d375347dabb0946ef2eacb3c6", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.44:5000/v3/users/b8831504c3b34773bb14ae7090b8089e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8831504c3b34773bb14ae7090b8089e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.44:5000/v3/users/bc578fec686745d7b855459608606abb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc578fec686745d7b855459608606abb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.44:5000/v3/users/bf2f3b47416745b8b3c25af8c2fe8101"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf2f3b47416745b8b3c25af8c2fe8101", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.44:5000/v3/users/cee33c61bb3f4f8a8994b132e9ba8c3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cee33c61bb3f4f8a8994b132e9ba8c3d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.44:5000/v3/users/f406ef43cc3544dc8ccea8d1c42f82a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f406ef43cc3544dc8ccea8d1c42f82a0", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.44:5000/v3/users/fa22c7b5812d408ba4aaebe0cda0691c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fa22c7b5812d408ba4aaebe0cda0691c", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": {"self": "http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ffddb9b327c443b897d47e37571d6984", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.44:5000/v3/users", "previous": null, "next": null}} 2018-08-21 04:28:16,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-636ed80e-e6ce-4b21-8554-b8e78c3d286d 2018-08-21 04:28:16,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207765817642s 2018-08-21 04:28:16,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users used request id req-636ed80e-e6ce-4b21-8554-b8e78c3d286d 2018-08-21 04:28:16,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-21 04:28:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:16,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19c3ac32-3dc2-49f9-ac1c-60e4cc2ceeb6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_caef01ed-4a44-42a2-a90a-a82649896e2e", "links": {"self": "http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ffddb9b327c443b897d47e37571d6984", "description": null}} 2018-08-21 04:28:16,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984 used request id req-19c3ac32-3dc2-49f9-ac1c-60e4cc2ceeb6 2018-08-21 04:28:16,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198200941086s 2018-08-21 04:28:16,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984 used request id req-19c3ac32-3dc2-49f9-ac1c-60e4cc2ceeb6 2018-08-21 04:28:16,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-21 04:28:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:17,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 04:28:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cdeef13-1890-4e67-89e1-bed3da21e92f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 04:28:17,166 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984 used request id req-6cdeef13-1890-4e67-89e1-bed3da21e92f 2018-08-21 04:28:17,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.331000804901s 2018-08-21 04:28:17,166 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/users/ffddb9b327c443b897d47e37571d6984 used request id req-6cdeef13-1890-4e67-89e1-bed3da21e92f 2018-08-21 04:28:17,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-21 04:28:17,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:17,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef3cdfa-5905-43ea-9590-aeddb58aceb7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.44:5000/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.44:5000/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800"}, "tags": [], "enabled": true, "id": "d06dedf9dd104b139cf543fb6844b800", "parent_id": "default", "domain_id": "default", "name": "shaker-project_caef01ed-4a44-42a2-a90a-a82649896e2e"}]} 2018-08-21 04:28:17,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-0ef3cdfa-5905-43ea-9590-aeddb58aceb7 2018-08-21 04:28:17,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183934926987s 2018-08-21 04:28:17,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/projects used request id req-0ef3cdfa-5905-43ea-9590-aeddb58aceb7 2018-08-21 04:28:17,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-21 04:28:17,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:17,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 04:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2217e3f5-2ed1-4866-bad9-2e414fa12a8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 04:28:17,610 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800 used request id req-2217e3f5-2ed1-4866-bad9-2e414fa12a8b 2018-08-21 04:28:17,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.249328136444s 2018-08-21 04:28:17,610 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/projects/d06dedf9dd104b139cf543fb6844b800 used request id req-2217e3f5-2ed1-4866-bad9-2e414fa12a8b 2018-08-21 04:28:17,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 04:28:17,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:17,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c174662-0f42-43dc-b821-078186ad0506 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d03044c243e9476185bcad46e4cafddb", "links": {"self": "http://172.30.9.44:5000/v3/roles/d03044c243e9476185bcad46e4cafddb"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 04:28:17,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-4c174662-0f42-43dc-b821-078186ad0506 2018-08-21 04:28:17,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107176065445s 2018-08-21 04:28:17,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-4c174662-0f42-43dc-b821-078186ad0506 2018-08-21 04:28:17,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-21 04:28:17,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:5000/v3/roles/d03044c243e9476185bcad46e4cafddb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}871b8b60f5bd2ca91d32762b14745cd358fc71a2" 2018-08-21 04:28:17,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 21 Aug 2018 04:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e92b382c-5f2a-421a-84d3-ef251dce2ffe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-21 04:28:17,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/roles/d03044c243e9476185bcad46e4cafddb used request id req-e92b382c-5f2a-421a-84d3-ef251dce2ffe 2018-08-21 04:28:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.200972795486s 2018-08-21 04:28:17,927 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.44:5000/v3/roles/d03044c243e9476185bcad46e4cafddb used request id req-e92b382c-5f2a-421a-84d3-ef251dce2ffe 2018-08-21 04:28:17,927 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-21 04:28:17,987 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-21 04:28:18,324 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-21 04:28:18,324 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-21 04:28:18,325 - openstack_tests - INFO - OS Credentials = > 2018-08-21 04:28:18,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-21 04:28:18,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-21 04:28:18,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-21 04:28:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-21 04:28:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-21 04:28:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 04:28:18,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 04:28:18,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T05:28:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["O2jScbMsTK6ffyjs4ODMFw"], "issued_at": "2018-08-21T04:28:18.000000Z"}} 2018-08-21 04:28:18,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.44:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf07d8273d1ce8d70650810a67aa7b7331f6e98" 2018-08-21 04:28:19,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f963c826-aa95-436a-b605-b2366dc85e60 Date: Tue, 21 Aug 2018 04:28:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 04:28:19,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks?router%3Aexternal=True used request id req-f963c826-aa95-436a-b605-b2366dc85e60 2018-08-21 04:28:19,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.44:9696/v2.0/subnets?network_id=be8fdaff-94a3-4138-b7b1-3304e6e27601 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf07d8273d1ce8d70650810a67aa7b7331f6e98" 2018-08-21 04:28:19,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2d8a6429-bc9c-4eea-8cf2-6b5363ed1a38 Date: Tue, 21 Aug 2018 04:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 04:28:19,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets?network_id=be8fdaff-94a3-4138-b7b1-3304e6e27601 used request id req-2d8a6429-bc9c-4eea-8cf2-6b5363ed1a38 2018-08-21 04:28:19,118 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-21 04:28:19,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 04:28:19,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 04:28:19,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 04:28:19,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 04:28:19,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 04:28:19,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 04:28:19,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 04:28:19,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 04:28:19,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 04:28:19,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 04:28:19,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-21 04:28:19,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 04:28:19,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2928d981-6c1f-405b-8965-a8bf1e9791fb 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 04:28:19,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-2928d981-6c1f-405b-8965-a8bf1e9791fb 2018-08-21 04:28:19,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 04:28:19,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T05:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["qXg3qoq4SYKygpSh26ND-A"], "issued_at": "2018-08-21T04:28:19.000000Z"}} 2018-08-21 04:28:19,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2d4bdb19e48e83c606874a4358223cc42e2d2103" 2018-08-21 04:28:19,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28: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-a8b1506a-4b09-47bc-9d64-1687a6684243 x-compute-request-id: req-a8b1506a-4b09-47bc-9d64-1687a6684243 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.44: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-21 04:28:19,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/ used request id req-a8b1506a-4b09-47bc-9d64-1687a6684243 2018-08-21 04:28:19,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.654036045074s 2018-08-21 04:28:19,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/ used request id req-a8b1506a-4b09-47bc-9d64-1687a6684243 2018-08-21 04:28:19,781 - 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.44: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-21 04:28:19,781 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-21 04:28:19,782 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-21 04:28:19,782 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-21 04:28:19,847 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-21 04:28:19,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 04:28:19,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 04:28:19,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 04:28:19,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 04:28:19,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 04:28:19,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 04:28:19,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 04:28:19,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 04:28:19,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 04:28:19,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 04:28:19,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 04:28:19,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 04:28:19,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 04:28:19,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f23bf0c3-a52a-4686-86ee-5a6410d4a365 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 04:28:19,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-f23bf0c3-a52a-4686-86ee-5a6410d4a365 2018-08-21 04:28:19,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 04:28:20,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T05:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["Ipt_Wy5MRfWs3cXPYi2PIw"], "issued_at": "2018-08-21T04:28:20.000000Z"}} 2018-08-21 04:28:20,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 04:28:20,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:20,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f8020069-2b64-490a-88e0-3806e2e96541 Date: Tue, 21 Aug 2018 04:28:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 04:28:20,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8020069-2b64-490a-88e0-3806e2e96541 2018-08-21 04:28:20,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373149871826s 2018-08-21 04:28:20,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8020069-2b64-490a-88e0-3806e2e96541 2018-08-21 04:28:20,671 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 04:28:23,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 04:28:26,432 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 199734a0-c245-4df2-994a-9aa719700736 | 2018-08-21T04:28:25.933145 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 199734a0-c245-4df2-994a-9aa719700736 ~/.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-21 04:28:30,216 - 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-21 04:28:30,217 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 04:28:32,956 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 04:28:36,286 - 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=2924bde1-58cb-47db-a45e-8bd7b3443f07) as the default verifier for the future CLI operations. 2018-08-21 04:28:39,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 04:28:39,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:40,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-642053fe-6476-49af-873f-3a7697ea8938 Date: Tue, 21 Aug 2018 04:28:40 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-21 04:28:40,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-642053fe-6476-49af-873f-3a7697ea8938 2018-08-21 04:28:40,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.593355894089s 2018-08-21 04:28:40,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-642053fe-6476-49af-873f-3a7697ea8938 2018-08-21 04:28:40,045 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-21 04:28:40,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 04:28:40,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"network": {"name": "neutron_trunk-net_46457761-b245-4560-949c-105b59241166", "admin_state_up": true}}' 2018-08-21 04:28:40,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-2d7ad049-96b8-434c-9aae-b9086161c8fc Date: Tue, 21 Aug 2018 04:28:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4d2fcf57-1d12-4284-be0c-af06dd03680b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:28:40Z","is_default":false,"provider:segmentation_id":39,"name":"neutron_trunk-net_46457761-b245-4560-949c-105b59241166","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:28:40Z","mtu":1450}} 2018-08-21 04:28:40,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-2d7ad049-96b8-434c-9aae-b9086161c8fc 2018-08-21 04:28:40,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.272578001022s 2018-08-21 04:28:40,319 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-2d7ad049-96b8-434c-9aae-b9086161c8fc 2018-08-21 04:28:40,319 - 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-21T04:28:40Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4d2fcf57-1d12-4284-be0c-af06dd03680b', u'provider:segmentation_id': 39, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_46457761-b245-4560-949c-105b59241166', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T04:28:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 04:28:40,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 04:28:40,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:40,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-15321062-6df9-427e-a2d1-454e04b7ccd8 Date: Tue, 21 Aug 2018 04:28:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4d2fcf57-1d12-4284-be0c-af06dd03680b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:28:40Z","provider:segmentation_id":39,"name":"neutron_trunk-net_46457761-b245-4560-949c-105b59241166","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:28:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 04:28:40,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-15321062-6df9-427e-a2d1-454e04b7ccd8 2018-08-21 04:28:40,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.154977083206s 2018-08-21 04:28:40,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-15321062-6df9-427e-a2d1-454e04b7ccd8 2018-08-21 04:28:40,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 04:28:40,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"subnet": {"name": "neutron_trunk-subnet_46457761-b245-4560-949c-105b59241166", "enable_dhcp": true, "network_id": "4d2fcf57-1d12-4284-be0c-af06dd03680b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 04:28:40,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-e7ed8ae7-69a5-4c86-8d96-12bd3f76b418 Date: Tue, 21 Aug 2018 04:28:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d2fcf57-1d12-4284-be0c-af06dd03680b","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:28:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T04:28:40Z","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":"9395463b2c594ad385c1520193638f95","id":"bfb9a83a-380d-4dee-a9b1-b95f23b66f10","subnetpool_id":null,"name":"neutron_trunk-subnet_46457761-b245-4560-949c-105b59241166"}} 2018-08-21 04:28:40,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-e7ed8ae7-69a5-4c86-8d96-12bd3f76b418 2018-08-21 04:28:40,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.42475104332s 2018-08-21 04:28:40,903 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-e7ed8ae7-69a5-4c86-8d96-12bd3f76b418 2018-08-21 04:28:40,903 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T04:28:40Z', 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'bfb9a83a-380d-4dee-a9b1-b95f23b66f10', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_46457761-b245-4560-949c-105b59241166', u'enable_dhcp': True, u'network_id': u'4d2fcf57-1d12-4284-be0c-af06dd03680b', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T04:28:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 04:28:40,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 04:28:40,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "neutron_trunk-router_46457761-b245-4560-949c-105b59241166", "admin_state_up": true}}' 2018-08-21 04:28:42,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-d7273307-e3fe-48c6-b838-7dbd257edbb8 Date: Tue, 21 Aug 2018 04:28:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T04:28:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T04:28:42Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "34297d90-efa7-4e8a-8aa8-6e13f1a97a40", "name": "neutron_trunk-router_46457761-b245-4560-949c-105b59241166"}} 2018-08-21 04:28:42,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-d7273307-e3fe-48c6-b838-7dbd257edbb8 2018-08-21 04:28:42,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42045807838s 2018-08-21 04:28:42,325 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-d7273307-e3fe-48c6-b838-7dbd257edbb8 2018-08-21 04:28:42,325 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T04:28:40Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T04:28:42Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'34297d90-efa7-4e8a-8aa8-6e13f1a97a40', u'name': u'neutron_trunk-router_46457761-b245-4560-949c-105b59241166'}) 2018-08-21 04:28:42,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 04:28:42,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40/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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"subnet_id": "bfb9a83a-380d-4dee-a9b1-b95f23b66f10"}' 2018-08-21 04:28:44,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-afcd22e8-c688-4c88-a635-c06ab350299d Date: Tue, 21 Aug 2018 04:28:44 GMT RESP BODY: {"network_id": "4d2fcf57-1d12-4284-be0c-af06dd03680b", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "bfb9a83a-380d-4dee-a9b1-b95f23b66f10", "subnet_ids": ["bfb9a83a-380d-4dee-a9b1-b95f23b66f10"], "port_id": "02d67436-da16-46cc-9379-d1a1d5ae0598", "id": "34297d90-efa7-4e8a-8aa8-6e13f1a97a40"} 2018-08-21 04:28:44,028 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40/add_router_interface.json used request id req-afcd22e8-c688-4c88-a635-c06ab350299d 2018-08-21 04:28:44,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70244598389s 2018-08-21 04:28:44,029 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40/add_router_interface.json used request id req-afcd22e8-c688-4c88-a635-c06ab350299d returning object 34297d90-efa7-4e8a-8aa8-6e13f1a97a40 2018-08-21 04:28:44,029 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 04:28:44,128 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 04:28:44,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 04:28:44,133 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 04:28:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 04:28:44,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:28:44,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:44,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-543c307c-ed1d-4ab0-b9fb-5f67c0cafbb9 Date: Tue, 21 Aug 2018 04:28:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:28:44,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-543c307c-ed1d-4ab0-b9fb-5f67c0cafbb9 2018-08-21 04:28:44,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.696650981903s 2018-08-21 04:28:44,832 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-543c307c-ed1d-4ab0-b9fb-5f67c0cafbb9 2018-08-21 04:28:44,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 04:28:44,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_46457761-b245-4560-949c-105b59241166"}' 2018-08-21 04:28:44,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bdbc3a0c-996f-4a1b-8778-8d47fad17e05 Date: Tue, 21 Aug 2018 04:28:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:28:44Z", "file": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "9c768d80-375c-4073-a84d-917a790a5ba0", "size": null, "self": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0", "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_46457761-b245-4560-949c-105b59241166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "checksum": null, "created_at": "2018-08-21T04:28:44Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 04:28:44,892 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-bdbc3a0c-996f-4a1b-8778-8d47fad17e05 2018-08-21 04:28:44,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0510079860687s 2018-08-21 04:28:44,892 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-bdbc3a0c-996f-4a1b-8778-8d47fad17e05 returning object 9c768d80-375c-4073-a84d-917a790a5ba0 2018-08-21 04:28:44,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 04:28:44,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '' 2018-08-21 04:28:45,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d99a4aa5-2652-4c10-91e2-f6624601103b Date: Tue, 21 Aug 2018 04:28:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 04:28:45,281 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file used request id req-d99a4aa5-2652-4c10-91e2-f6624601103b 2018-08-21 04:28:45,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.388571977615s 2018-08-21 04:28:45,282 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file used request id req-d99a4aa5-2652-4c10-91e2-f6624601103b 2018-08-21 04:28:45,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:28:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:45,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-796568e8-5b60-4aa3-be44-07d26134790b Date: Tue, 21 Aug 2018 04:28:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:28:45Z", "file": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "9c768d80-375c-4073-a84d-917a790a5ba0", "size": 12716032, "self": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:28:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:28:45,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-796568e8-5b60-4aa3-be44-07d26134790b 2018-08-21 04:28:45,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0255048274994s 2018-08-21 04:28:45,312 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-796568e8-5b60-4aa3-be44-07d26134790b 2018-08-21 04:28:45,314 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'9c768d80-375c-4073-a84d-917a790a5ba0', 'size': 12716032, u'self': u'/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T04:28:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T04:28:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_46457761-b245-4560-949c-105b59241166', '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/9c768d80-375c-4073-a84d-917a790a5ba0', 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_46457761-b245-4560-949c-105b59241166', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_46457761-b245-4560-949c-105b59241166', 'created': u'2018-08-21T04:28:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T04:28:44Z', 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/9c768d80-375c-4073-a84d-917a790a5ba0', 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_46457761-b245-4560-949c-105b59241166', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 04:28:45,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 04:28:45,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_46457761-b245-4560-949c-105b59241166", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 04:28:45,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce80aa08-dc8b-455d-a462-d8eb3b1c1508 x-compute-request-id: req-ce80aa08-dc8b-455d-a462-d8eb3b1c1508 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_46457761-b245-4560-949c-105b59241166", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/559b84fd-c838-4e19-b990-47cf749cf865", "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": "559b84fd-c838-4e19-b990-47cf749cf865"}} 2018-08-21 04:28:45,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-ce80aa08-dc8b-455d-a462-d8eb3b1c1508 2018-08-21 04:28:45,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.402051925659s 2018-08-21 04:28:45,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-ce80aa08-dc8b-455d-a462-d8eb3b1c1508 2018-08-21 04:28:45,718 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_46457761-b245-4560-949c-105b59241166', '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'9395463b2c594ad385c1520193638f95', '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'559b84fd-c838-4e19-b990-47cf749cf865', 'swap': 0}) 2018-08-21 04:28:45,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 04:28:45,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865/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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"extra_specs": {}}' 2018-08-21 04:28:45,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-131cb3aa-fa0e-44a0-a0f6-4f9ab4e03593 x-compute-request-id: req-131cb3aa-fa0e-44a0-a0f6-4f9ab4e03593 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 04:28:45,739 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865/os-extra_specs used request id req-131cb3aa-fa0e-44a0-a0f6-4f9ab4e03593 2018-08-21 04:28:45,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020133972168s 2018-08-21 04:28:45,739 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865/os-extra_specs used request id req-131cb3aa-fa0e-44a0-a0f6-4f9ab4e03593 2018-08-21 04:28:45,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 04:28:45,749 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 04:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6135bdf-8018-4f9b-9bdd-bb0443f87ed3 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 04:28:45,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-a6135bdf-8018-4f9b-9bdd-bb0443f87ed3 2018-08-21 04:28:45,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 04:28:45,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:45,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa3d9411-9573-4566-a77f-c2d634f61c0b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 04:28:45,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-aa3d9411-9573-4566-a77f-c2d634f61c0b 2018-08-21 04:28:45,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176244974136s 2018-08-21 04:28:45,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-aa3d9411-9573-4566-a77f-c2d634f61c0b 2018-08-21 04:28:45,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 04:28:45,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:46,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be75892c-19da-414d-b435-379d8be07afd Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 04:28:46,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-be75892c-19da-414d-b435-379d8be07afd 2018-08-21 04:28:46,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177009105682s 2018-08-21 04:28:46,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-be75892c-19da-414d-b435-379d8be07afd 2018-08-21 04:28:46,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 04:28:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:46,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66a72d80-148b-46de-b2d2-d1478612e6a4 x-compute-request-id: req-66a72d80-148b-46de-b2d2-d1478612e6a4 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 143, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2750, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.9", "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-21 04:28:46,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-66a72d80-148b-46de-b2d2-d1478612e6a4 2018-08-21 04:28:46,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0334239006042s 2018-08-21 04:28:46,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-66a72d80-148b-46de-b2d2-d1478612e6a4 2018-08-21 04:28:46,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:28:46,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:46,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-785052c7-2d2d-4596-86e2-5eacb76818b3 Date: Tue, 21 Aug 2018 04:28:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:28:45Z", "file": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "9c768d80-375c-4073-a84d-917a790a5ba0", "size": 12716032, "self": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:28:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:28:46,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-785052c7-2d2d-4596-86e2-5eacb76818b3 2018-08-21 04:28:46,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.022451877594s 2018-08-21 04:28:46,176 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-785052c7-2d2d-4596-86e2-5eacb76818b3 2018-08-21 04:28:46,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 04:28:46,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_46457761-b245-4560-949c-105b59241166", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_46457761-b245-4560-949c-105b59241166"}' 2018-08-21 04:28:46,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/204368f8-a88e-4afc-bade-271d666eb60a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5b244b91-38b4-44dd-9d10-70711234d935 Date: Tue, 21 Aug 2018 04:28:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:28:46Z", "file": "/v2/images/204368f8-a88e-4afc-bade-271d666eb60a/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "204368f8-a88e-4afc-bade-271d666eb60a", "size": null, "self": "/v2/images/204368f8-a88e-4afc-bade-271d666eb60a", "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_46457761-b245-4560-949c-105b59241166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_46457761-b245-4560-949c-105b59241166", "checksum": null, "created_at": "2018-08-21T04:28:46Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 04:28:46,219 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-5b244b91-38b4-44dd-9d10-70711234d935 2018-08-21 04:28:46,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0362708568573s 2018-08-21 04:28:46,220 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-5b244b91-38b4-44dd-9d10-70711234d935 returning object 204368f8-a88e-4afc-bade-271d666eb60a 2018-08-21 04:28:46,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 04:28:46,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/204368f8-a88e-4afc-bade-271d666eb60a/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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '' 2018-08-21 04:28:47,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d43d180d-0d0b-488f-a695-b2c5cbc07103 Date: Tue, 21 Aug 2018 04:28: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-21 04:28:47,361 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/204368f8-a88e-4afc-bade-271d666eb60a/file used request id req-d43d180d-0d0b-488f-a695-b2c5cbc07103 2018-08-21 04:28:47,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14038801193s 2018-08-21 04:28:47,361 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/204368f8-a88e-4afc-bade-271d666eb60a/file used request id req-d43d180d-0d0b-488f-a695-b2c5cbc07103 2018-08-21 04:28:47,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:28:47,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:28:47,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-4f8033c8-fb11-4958-be03-eda33813635f Date: Tue, 21 Aug 2018 04:28:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:28:47Z", "file": "/v2/images/204368f8-a88e-4afc-bade-271d666eb60a/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "204368f8-a88e-4afc-bade-271d666eb60a", "size": 12716032, "self": "/v2/images/204368f8-a88e-4afc-bade-271d666eb60a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/204368f8-a88e-4afc-bade-271d666eb60a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/204368f8-a88e-4afc-bade-271d666eb60a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_46457761-b245-4560-949c-105b59241166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_46457761-b245-4560-949c-105b59241166", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:28:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:28:45Z", "file": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "9c768d80-375c-4073-a84d-917a790a5ba0", "size": 12716032, "self": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:28:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:28:47,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-4f8033c8-fb11-4958-be03-eda33813635f 2018-08-21 04:28:47,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.028167963028s 2018-08-21 04:28:47,394 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-4f8033c8-fb11-4958-be03-eda33813635f 2018-08-21 04:28:47,396 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/204368f8-a88e-4afc-bade-271d666eb60a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/204368f8-a88e-4afc-bade-271d666eb60a/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'204368f8-a88e-4afc-bade-271d666eb60a', 'size': 12716032, u'self': u'/v2/images/204368f8-a88e-4afc-bade-271d666eb60a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/204368f8-a88e-4afc-bade-271d666eb60a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T04:28:47Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T04:28:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_46457761-b245-4560-949c-105b59241166', '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/204368f8-a88e-4afc-bade-271d666eb60a', 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_46457761-b245-4560-949c-105b59241166', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_46457761-b245-4560-949c-105b59241166', 'created': u'2018-08-21T04:28:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T04:28: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/204368f8-a88e-4afc-bade-271d666eb60a', 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_46457761-b245-4560-949c-105b59241166', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 04:28:47,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 04:28:47,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_46457761-b245-4560-949c-105b59241166", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 04:28:47,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9152dee-73b0-48f8-a7bc-4a4a9b38a64b x-compute-request-id: req-e9152dee-73b0-48f8-a7bc-4a4a9b38a64b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_46457761-b245-4560-949c-105b59241166", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5", "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": "01e5d92a-924b-4f7d-88c1-95eaa15115d5"}} 2018-08-21 04:28:47,435 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-e9152dee-73b0-48f8-a7bc-4a4a9b38a64b 2018-08-21 04:28:47,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0377299785614s 2018-08-21 04:28:47,435 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-e9152dee-73b0-48f8-a7bc-4a4a9b38a64b 2018-08-21 04:28:47,436 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_46457761-b245-4560-949c-105b59241166', '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'9395463b2c594ad385c1520193638f95', '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'01e5d92a-924b-4f7d-88c1-95eaa15115d5', 'swap': 0}) 2018-08-21 04:28:47,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 04:28:47,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5/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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"extra_specs": {}}' 2018-08-21 04:28:47,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bfef7bc-8e5f-497a-a3d4-a9abf5938c03 x-compute-request-id: req-8bfef7bc-8e5f-497a-a3d4-a9abf5938c03 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 04:28:47,458 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5/os-extra_specs used request id req-8bfef7bc-8e5f-497a-a3d4-a9abf5938c03 2018-08-21 04:28:47,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216641426086s 2018-08-21 04:28:47,458 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5/os-extra_specs used request id req-8bfef7bc-8e5f-497a-a3d4-a9abf5938c03 2018-08-21 04:28:47,458 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_46457761-b245-4560-949c-105b59241166', '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'9395463b2c594ad385c1520193638f95', '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'01e5d92a-924b-4f7d-88c1-95eaa15115d5', 'swap': 0}) 2018-08-21 04:28:51,102 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 04:28:51,103 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 04:28:51,103 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 04:28:51,105 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 04:28:51,108 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-21 04:28:54,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2924bde1-58cb-47db-a45e-8bd7b3443f07/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-21 04:28:54,632 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 04:28:54,646 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 04:28:54,646 - 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-21 04:30:55,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 79bfd33e-1766-4ced-bbc8-6e273852946a 2018-08-21 04:30:55,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '79bfd33e-1766-4ced-bbc8-6e273852946a']'. 2018-08-21 04:30:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 04:30:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 04:30:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 04:30:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 79bfd33e-1766-4ced-bbc8-6e273852946a | 2018-08-21 04:30:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-21 04:30:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 04:28:57 | 2018-08-21 04:30:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 04:30:55 | 2018-08-21 04:30:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:58 | 2018-08-21 04:30:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 04:30:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 04:30:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2924bde1-58cb-47db-a45e-8bd7b3443f07) | 2018-08-21 04:30:56,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 04:30:56,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 199734a0-c245-4df2-994a-9aa719700736) | 2018-08-21 04:30:56,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-21 04:30:56,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 106.845 | 2018-08-21 04:30:56,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-21 04:30:56,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-21 04:30:56,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 04:30:56,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 04:30:56,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-21 04:30:56,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 04:30:56,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 04:30:56,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-21 04:30:56,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-21 04:30:56,465 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 04:30:56,465 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:16 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-21 04:30:56,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 04:30:56,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/204368f8-a88e-4afc-bade-271d666eb60a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:30:57,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53bc1333-5481-4582-a6a5-b4b3ce17fa24 Date: Tue, 21 Aug 2018 04:30:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 04:30:57,029 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/204368f8-a88e-4afc-bade-271d666eb60a used request id req-53bc1333-5481-4582-a6a5-b4b3ce17fa24 2018-08-21 04:30:57,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.56080698967s 2018-08-21 04:30:57,030 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/204368f8-a88e-4afc-bade-271d666eb60a used request id req-53bc1333-5481-4582-a6a5-b4b3ce17fa24 2018-08-21 04:30:57,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 04:30:57,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:30:57,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba445f54-d905-45b6-b613-9561cfbe6e48 x-compute-request-id: req-ba445f54-d905-45b6-b613-9561cfbe6e48 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_46457761-b245-4560-949c-105b59241166", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5", "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": "01e5d92a-924b-4f7d-88c1-95eaa15115d5"}, {"name": "neutron_trunk-flavor_46457761-b245-4560-949c-105b59241166", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/559b84fd-c838-4e19-b990-47cf749cf865", "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": "559b84fd-c838-4e19-b990-47cf749cf865"}]} 2018-08-21 04:30:57,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-ba445f54-d905-45b6-b613-9561cfbe6e48 2018-08-21 04:30:57,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0203161239624s 2018-08-21 04:30:57,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-ba445f54-d905-45b6-b613-9561cfbe6e48 2018-08-21 04:30:57,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 04:30:57,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:30:57,088 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 04:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94024849-f1c9-4d59-85b0-92e14bb581e0 x-compute-request-id: req-94024849-f1c9-4d59-85b0-92e14bb581e0 Content-Length: 0 Content-Type: application/json 2018-08-21 04:30:57,088 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5 used request id req-94024849-f1c9-4d59-85b0-92e14bb581e0 2018-08-21 04:30:57,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0366649627686s 2018-08-21 04:30:57,089 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/01e5d92a-924b-4f7d-88c1-95eaa15115d5 used request id req-94024849-f1c9-4d59-85b0-92e14bb581e0 2018-08-21 04:30:57,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 04:30:57,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40/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}2fc371dfe982712e563e1396fea749fd9548fac5" -d '{"subnet_id": "bfb9a83a-380d-4dee-a9b1-b95f23b66f10"}' 2018-08-21 04:30:58,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aecd417f-11ca-45d9-94c0-6ef57b2e001f Date: Tue, 21 Aug 2018 04:30:58 GMT RESP BODY: {"network_id": "4d2fcf57-1d12-4284-be0c-af06dd03680b", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "bfb9a83a-380d-4dee-a9b1-b95f23b66f10", "subnet_ids": ["bfb9a83a-380d-4dee-a9b1-b95f23b66f10"], "port_id": "02d67436-da16-46cc-9379-d1a1d5ae0598", "id": "34297d90-efa7-4e8a-8aa8-6e13f1a97a40"} 2018-08-21 04:30:58,907 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40/remove_router_interface.json used request id req-aecd417f-11ca-45d9-94c0-6ef57b2e001f 2018-08-21 04:30:58,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81790804863s 2018-08-21 04:30:58,907 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40/remove_router_interface.json used request id req-aecd417f-11ca-45d9-94c0-6ef57b2e001f returning object 34297d90-efa7-4e8a-8aa8-6e13f1a97a40 2018-08-21 04:30:58,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 04:30:58,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:30:59,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ca97b4ee-1d72-4243-97c3-775ca6712e57 Date: Tue, 21 Aug 2018 04:30:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T04:28:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T04:30:58Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "34297d90-efa7-4e8a-8aa8-6e13f1a97a40", "name": "neutron_trunk-router_46457761-b245-4560-949c-105b59241166"}]} 2018-08-21 04:30:59,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-ca97b4ee-1d72-4243-97c3-775ca6712e57 2018-08-21 04:30:59,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116414070129s 2018-08-21 04:30:59,024 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-ca97b4ee-1d72-4243-97c3-775ca6712e57 2018-08-21 04:30:59,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 04:30:59,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:00,663 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-792696b7-927d-488c-bc04-f594f421d424 Content-Length: 0 Date: Tue, 21 Aug 2018 04:31:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:31:00,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40.json used request id req-792696b7-927d-488c-bc04-f594f421d424 2018-08-21 04:31:00,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.6374270916s 2018-08-21 04:31:00,663 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/34297d90-efa7-4e8a-8aa8-6e13f1a97a40.json used request id req-792696b7-927d-488c-bc04-f594f421d424 2018-08-21 04:31:00,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 04:31:00,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:00,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-4a69772f-e813-4536-9d3d-e2d4aca0d532 Date: Tue, 21 Aug 2018 04:31:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d2fcf57-1d12-4284-be0c-af06dd03680b","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:28:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T04:28:40Z","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":"9395463b2c594ad385c1520193638f95","id":"bfb9a83a-380d-4dee-a9b1-b95f23b66f10","subnetpool_id":null,"name":"neutron_trunk-subnet_46457761-b245-4560-949c-105b59241166"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 04:31:00,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-4a69772f-e813-4536-9d3d-e2d4aca0d532 2018-08-21 04:31:00,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0879480838776s 2018-08-21 04:31:00,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-4a69772f-e813-4536-9d3d-e2d4aca0d532 2018-08-21 04:31:00,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 04:31:00,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/bfb9a83a-380d-4dee-a9b1-b95f23b66f10.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:01,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a29ca0f2-c1c4-4d5d-a692-a1aa61a5b257 Date: Tue, 21 Aug 2018 04:31:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:31:01,651 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/bfb9a83a-380d-4dee-a9b1-b95f23b66f10.json used request id req-a29ca0f2-c1c4-4d5d-a692-a1aa61a5b257 2018-08-21 04:31:01,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.89732003212s 2018-08-21 04:31:01,652 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/bfb9a83a-380d-4dee-a9b1-b95f23b66f10.json used request id req-a29ca0f2-c1c4-4d5d-a692-a1aa61a5b257 2018-08-21 04:31:01,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 04:31:01,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:01,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-ef9b4e1e-82c0-4df5-b09d-3623a8d554ec Date: Tue, 21 Aug 2018 04:31:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4d2fcf57-1d12-4284-be0c-af06dd03680b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:31:01Z","provider:segmentation_id":39,"name":"neutron_trunk-net_46457761-b245-4560-949c-105b59241166","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:28:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 04:31:01,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ef9b4e1e-82c0-4df5-b09d-3623a8d554ec 2018-08-21 04:31:01,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101010084152s 2018-08-21 04:31:01,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ef9b4e1e-82c0-4df5-b09d-3623a8d554ec 2018-08-21 04:31:01,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 04:31:01,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/4d2fcf57-1d12-4284-be0c-af06dd03680b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:03,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-892c4a87-144d-44b1-bdc0-4a28215b1cda Date: Tue, 21 Aug 2018 04:31:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 04:31:03,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/4d2fcf57-1d12-4284-be0c-af06dd03680b.json used request id req-892c4a87-144d-44b1-bdc0-4a28215b1cda 2018-08-21 04:31:03,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.81741786003s 2018-08-21 04:31:03,573 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/4d2fcf57-1d12-4284-be0c-af06dd03680b.json used request id req-892c4a87-144d-44b1-bdc0-4a28215b1cda 2018-08-21 04:31:03,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:31:03,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:03,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-f534d5bf-c7f1-45c4-8de3-149db40a9490 Date: Tue, 21 Aug 2018 04:31:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:28:45Z", "file": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "9c768d80-375c-4073-a84d-917a790a5ba0", "size": 12716032, "self": "/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/9c768d80-375c-4073-a84d-917a790a5ba0/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_46457761-b245-4560-949c-105b59241166", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:28:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:31:03,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f534d5bf-c7f1-45c4-8de3-149db40a9490 2018-08-21 04:31:03,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0263249874115s 2018-08-21 04:31:03,603 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-f534d5bf-c7f1-45c4-8de3-149db40a9490 2018-08-21 04:31:03,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 04:31:03,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:04,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc344c12-c9d9-4336-9f1b-684ae4999cb9 Date: Tue, 21 Aug 2018 04:31:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 04:31:04,523 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0 used request id req-cc344c12-c9d9-4336-9f1b-684ae4999cb9 2018-08-21 04:31:04,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.918348073959s 2018-08-21 04:31:04,523 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/9c768d80-375c-4073-a84d-917a790a5ba0 used request id req-cc344c12-c9d9-4336-9f1b-684ae4999cb9 2018-08-21 04:31:04,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 04:31:04,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:04,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90737414-52d3-4e92-ac2e-853d2025c015 x-compute-request-id: req-90737414-52d3-4e92-ac2e-853d2025c015 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_46457761-b245-4560-949c-105b59241166", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/559b84fd-c838-4e19-b990-47cf749cf865", "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": "559b84fd-c838-4e19-b990-47cf749cf865"}]} 2018-08-21 04:31:04,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-90737414-52d3-4e92-ac2e-853d2025c015 2018-08-21 04:31:04,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023442029953s 2018-08-21 04:31:04,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-90737414-52d3-4e92-ac2e-853d2025c015 2018-08-21 04:31:04,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 04:31:04,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fc371dfe982712e563e1396fea749fd9548fac5" 2018-08-21 04:31:04,582 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 04:31:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05fea050-008e-48aa-b886-41458c3695fe x-compute-request-id: req-05fea050-008e-48aa-b886-41458c3695fe Content-Length: 0 Content-Type: application/json 2018-08-21 04:31:04,582 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865 used request id req-05fea050-008e-48aa-b886-41458c3695fe 2018-08-21 04:31:04,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0323882102966s 2018-08-21 04:31:04,582 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/559b84fd-c838-4e19-b990-47cf749cf865 used request id req-05fea050-008e-48aa-b886-41458c3695fe 2018-08-21 04:31:04,639 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 04:31:04,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 04:31:04,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 04:31:04,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 04:31:04,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 04:31:04,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02039dd2-b92a-44d6-a8b0-5d9cf8f13156 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 04:31:04,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-02039dd2-b92a-44d6-a8b0-5d9cf8f13156 2018-08-21 04:31:04,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 04:31:05,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T05:31:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["H1mG3LlZSUufwR5HICvpRw"], "issued_at": "2018-08-21T04:31:05.000000Z"}} 2018-08-21 04:31:05,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 04:31:05,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:05,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-af65a801-e144-4f8d-9192-1613d57703d5 Date: Tue, 21 Aug 2018 04:31:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 04:31:05,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af65a801-e144-4f8d-9192-1613d57703d5 2018-08-21 04:31:05,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353140115738s 2018-08-21 04:31:05,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af65a801-e144-4f8d-9192-1613d57703d5 2018-08-21 04:31:05,448 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 04:31:08,243 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 04:31:11,024 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 15def0d3-f0e1-478b-95f8-6bd11bd002f0 | 2018-08-21T04:31:10.697968 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 15def0d3-f0e1-478b-95f8-6bd11bd002f0 ~/.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-21 04:31:14,836 - 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-21 04:31:14,836 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 04:31:17,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 04:31:20,931 - 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=02432bf5-c0c6-4c28-9bf6-2e9736ed614d) as the default verifier for the future CLI operations. 2018-08-21 04:31:24,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 04:31:24,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:24,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-9c65d4c5-1f9a-45e8-af6f-8ed1d4deed0a Date: Tue, 21 Aug 2018 04:31: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-21 04:31:24,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-9c65d4c5-1f9a-45e8-af6f-8ed1d4deed0a 2018-08-21 04:31:24,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.273466110229s 2018-08-21 04:31:24,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-9c65d4c5-1f9a-45e8-af6f-8ed1d4deed0a 2018-08-21 04:31:24,500 - xtesting.ci.run_tests - INFO - Running test case 'networking-bgpvpn'... 2018-08-21 04:31:24,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-21 04:31:24,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"network": {"name": "networking-bgpvpn-net_580535c0-bd27-49ab-b210-f7513136b163", "admin_state_up": true}}' 2018-08-21 04:31:24,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 690 X-Openstack-Request-Id: req-874713c3-0033-4ef9-9fac-f9b70371cec8 Date: Tue, 21 Aug 2018 04:31: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":"41ba0a29-9eec-4939-9b73-9fbc1f55e587","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:31:24Z","is_default":false,"provider:segmentation_id":21,"name":"networking-bgpvpn-net_580535c0-bd27-49ab-b210-f7513136b163","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:31:24Z","mtu":1450}} 2018-08-21 04:31:24,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-874713c3-0033-4ef9-9fac-f9b70371cec8 2018-08-21 04:31:24,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.271921873093s 2018-08-21 04:31:24,773 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-874713c3-0033-4ef9-9fac-f9b70371cec8 2018-08-21 04:31:24,773 - 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-21T04:31:24Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'41ba0a29-9eec-4939-9b73-9fbc1f55e587', u'provider:segmentation_id': 21, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'networking-bgpvpn-net_580535c0-bd27-49ab-b210-f7513136b163', u'admin_state_up': True, u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T04:31:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9395463b2c594ad385c1520193638f95'}) 2018-08-21 04:31:24,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 04:31:24,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:24,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-8aad70e8-c105-40fa-b8d3-1ffb06b9ea8e Date: Tue, 21 Aug 2018 04:31:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"41ba0a29-9eec-4939-9b73-9fbc1f55e587","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:31:24Z","provider:segmentation_id":21,"name":"networking-bgpvpn-net_580535c0-bd27-49ab-b210-f7513136b163","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:31:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 04:31:24,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8aad70e8-c105-40fa-b8d3-1ffb06b9ea8e 2018-08-21 04:31:24,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111692905426s 2018-08-21 04:31:24,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-8aad70e8-c105-40fa-b8d3-1ffb06b9ea8e 2018-08-21 04:31:24,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-21 04:31:24,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"subnet": {"name": "networking-bgpvpn-subnet_580535c0-bd27-49ab-b210-f7513136b163", "enable_dhcp": true, "network_id": "41ba0a29-9eec-4939-9b73-9fbc1f55e587", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-21 04:31:25,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-66f60e1a-95f0-452d-8062-735e4e53df78 Date: Tue, 21 Aug 2018 04:31:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41ba0a29-9eec-4939-9b73-9fbc1f55e587","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:31:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T04:31: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":"9395463b2c594ad385c1520193638f95","id":"b8fe6078-d572-46b0-8b52-7100d2435c2d","subnetpool_id":null,"name":"networking-bgpvpn-subnet_580535c0-bd27-49ab-b210-f7513136b163"}} 2018-08-21 04:31:25,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-66f60e1a-95f0-452d-8062-735e4e53df78 2018-08-21 04:31:25,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.457354068756s 2018-08-21 04:31:25,346 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-66f60e1a-95f0-452d-8062-735e4e53df78 2018-08-21 04:31:25,346 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-21T04:31: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'b8fe6078-d572-46b0-8b52-7100d2435c2d', u'subnetpool_id': None, u'service_types': [], u'name': u'networking-bgpvpn-subnet_580535c0-bd27-49ab-b210-f7513136b163', u'enable_dhcp': True, u'network_id': u'41ba0a29-9eec-4939-9b73-9fbc1f55e587', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T04:31: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'9395463b2c594ad385c1520193638f95'}) 2018-08-21 04:31:25,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-21 04:31:25,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}, "name": "networking-bgpvpn-router_580535c0-bd27-49ab-b210-f7513136b163", "admin_state_up": true}}' 2018-08-21 04:31:26,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6d97e934-b2db-4c99-839a-7339d51b1eba Date: Tue, 21 Aug 2018 04:31:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T04:31:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T04:31:26Z", "revision_number": 2, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "d119c186-692d-4e72-ae89-4a639e303527", "name": "networking-bgpvpn-router_580535c0-bd27-49ab-b210-f7513136b163"}} 2018-08-21 04:31:26,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-6d97e934-b2db-4c99-839a-7339d51b1eba 2018-08-21 04:31:26,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46597003937s 2018-08-21 04:31:26,813 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-6d97e934-b2db-4c99-839a-7339d51b1eba 2018-08-21 04:31:26,813 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'be8fdaff-94a3-4138-b7b1-3304e6e27601', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'c2c63ad4-61b4-4fda-bed8-a7cb97629d9f', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'created_at': u'2018-08-21T04:31:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-21T04:31:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'id': u'd119c186-692d-4e72-ae89-4a639e303527', u'name': u'networking-bgpvpn-router_580535c0-bd27-49ab-b210-f7513136b163'}) 2018-08-21 04:31:26,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-21 04:31:26,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527/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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"subnet_id": "b8fe6078-d572-46b0-8b52-7100d2435c2d"}' 2018-08-21 04:31:28,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-267175c8-ca5d-460c-ac6f-9e25da5bdfe1 Date: Tue, 21 Aug 2018 04:31:28 GMT RESP BODY: {"network_id": "41ba0a29-9eec-4939-9b73-9fbc1f55e587", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "b8fe6078-d572-46b0-8b52-7100d2435c2d", "subnet_ids": ["b8fe6078-d572-46b0-8b52-7100d2435c2d"], "port_id": "3a14091f-bb73-4ed8-8bfa-6449f4b538ec", "id": "d119c186-692d-4e72-ae89-4a639e303527"} 2018-08-21 04:31:28,501 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527/add_router_interface.json used request id req-267175c8-ca5d-460c-ac6f-9e25da5bdfe1 2018-08-21 04:31:28,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.68656897545s 2018-08-21 04:31:28,501 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527/add_router_interface.json used request id req-267175c8-ca5d-460c-ac6f-9e25da5bdfe1 returning object d119c186-692d-4e72-ae89-4a639e303527 2018-08-21 04:31:28,502 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-21 04:31:28,634 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-21 04:31:28,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 04:31:28,640 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 21 Aug 2018 04:31:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.44:9292/v2/", "rel": "self"}]}]} 2018-08-21 04:31:28,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:31:28,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:29,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e337c751-75c0-4101-aed1-97dcd79b36e4 Date: Tue, 21 Aug 2018 04:31:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:31:29,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e337c751-75c0-4101-aed1-97dcd79b36e4 2018-08-21 04:31:29,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.694473981857s 2018-08-21 04:31:29,337 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-e337c751-75c0-4101-aed1-97dcd79b36e4 2018-08-21 04:31:29,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 04:31:29,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163"}' 2018-08-21 04:31:29,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7ba997ee-1c5a-4cd8-8b04-f06130116440 Date: Tue, 21 Aug 2018 04:31:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:31:29Z", "file": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "70d1dd5c-e451-4a3d-8141-125c5611784a", "size": null, "self": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a", "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_580535c0-bd27-49ab-b210-f7513136b163", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "checksum": null, "created_at": "2018-08-21T04:31:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 04:31:29,397 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-7ba997ee-1c5a-4cd8-8b04-f06130116440 2018-08-21 04:31:29,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.051766872406s 2018-08-21 04:31:29,398 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-7ba997ee-1c5a-4cd8-8b04-f06130116440 returning object 70d1dd5c-e451-4a3d-8141-125c5611784a 2018-08-21 04:31:29,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 04:31:29,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/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}ed78b5204f30032556a1860c9626a6bec310c707" -d '' 2018-08-21 04:31:30,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53103333-3d3d-4125-8e01-d9f61b649c35 Date: Tue, 21 Aug 2018 04:31: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-21 04:31:30,495 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file used request id req-53103333-3d3d-4125-8e01-d9f61b649c35 2018-08-21 04:31:30,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.09667205811s 2018-08-21 04:31:30,496 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file used request id req-53103333-3d3d-4125-8e01-d9f61b649c35 2018-08-21 04:31:30,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:31:30,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:30,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-860c36cf-b03a-4750-8181-fb82c1f18883 Date: Tue, 21 Aug 2018 04:31:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:31:30Z", "file": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "70d1dd5c-e451-4a3d-8141-125c5611784a", "size": 12716032, "self": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:31:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:31:30,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-860c36cf-b03a-4750-8181-fb82c1f18883 2018-08-21 04:31:30,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0263168811798s 2018-08-21 04:31:30,527 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-860c36cf-b03a-4750-8181-fb82c1f18883 2018-08-21 04:31:30,528 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'70d1dd5c-e451-4a3d-8141-125c5611784a', 'size': 12716032, u'self': u'/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T04:31:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T04:31:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163', '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/70d1dd5c-e451-4a3d-8141-125c5611784a', 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_580535c0-bd27-49ab-b210-f7513136b163', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163', 'created': u'2018-08-21T04:31:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T04:31: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/70d1dd5c-e451-4a3d-8141-125c5611784a', 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_580535c0-bd27-49ab-b210-f7513136b163', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 04:31:30,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 04:31:30,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "networking-bgpvpn-flavor_580535c0-bd27-49ab-b210-f7513136b163", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 04:31:30,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-767ca984-8102-403d-a372-1e41feb9da59 x-compute-request-id: req-767ca984-8102-403d-a372-1e41feb9da59 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_580535c0-bd27-49ab-b210-f7513136b163", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b", "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": "034a2d41-72d3-44f3-80e0-f6d93e4f3a3b"}} 2018-08-21 04:31:30,839 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-767ca984-8102-403d-a372-1e41feb9da59 2018-08-21 04:31:30,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.309307813644s 2018-08-21 04:31:30,839 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-767ca984-8102-403d-a372-1e41feb9da59 2018-08-21 04:31:30,840 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_580535c0-bd27-49ab-b210-f7513136b163', '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'9395463b2c594ad385c1520193638f95', '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'034a2d41-72d3-44f3-80e0-f6d93e4f3a3b', 'swap': 0}) 2018-08-21 04:31:30,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 04:31:30,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b/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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"extra_specs": {}}' 2018-08-21 04:31:30,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02e20ada-8bf9-46dc-b2c5-0b910c9f32ec x-compute-request-id: req-02e20ada-8bf9-46dc-b2c5-0b910c9f32ec Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 04:31:30,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b/os-extra_specs used request id req-02e20ada-8bf9-46dc-b2c5-0b910c9f32ec 2018-08-21 04:31:30,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214560031891s 2018-08-21 04:31:30,863 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b/os-extra_specs used request id req-02e20ada-8bf9-46dc-b2c5-0b910c9f32ec 2018-08-21 04:31:30,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 04:31:30,872 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 04:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c10e219-cd63-4463-96c9-165bbcafd0f5 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 04:31:30,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-7c10e219-cd63-4463-96c9-165bbcafd0f5 2018-08-21 04:31:30,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 04:31:30,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:31,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6191503b-56b0-4cd7-ab00-9ea6c83fb532 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 04:31:31,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-6191503b-56b0-4cd7-ab00-9ea6c83fb532 2018-08-21 04:31:31,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189027070999s 2018-08-21 04:31:31,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-6191503b-56b0-4cd7-ab00-9ea6c83fb532 2018-08-21 04:31:31,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-21 04:31:31,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:31,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da160111-4681-4f87-b50a-09450aab28f9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.44:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://172.30.9.44:5000/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://172.30.9.44:5000/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://172.30.9.44:5000/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://172.30.9.44:5000/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://172.30.9.44:5000/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.44:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://172.30.9.44:5000/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} 2018-08-21 04:31:31,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-da160111-4681-4f87-b50a-09450aab28f9 2018-08-21 04:31:31,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192979097366s 2018-08-21 04:31:31,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.44:5000/v3/roles used request id req-da160111-4681-4f87-b50a-09450aab28f9 2018-08-21 04:31:31,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-21 04:31:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:31,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6693fd33-434c-4d3a-9651-98e74b28c15a x-compute-request-id: req-6693fd33-434c-4d3a-9651-98e74b28c15a Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 04:31:31,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-6693fd33-434c-4d3a-9651-98e74b28c15a 2018-08-21 04:31:31,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0312359333038s 2018-08-21 04:31:31,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-6693fd33-434c-4d3a-9651-98e74b28c15a 2018-08-21 04:31:31,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:31:31,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:31,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-a4f3c5dd-6bff-4939-bcfd-b946164872a7 Date: Tue, 21 Aug 2018 04:31:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:31:30Z", "file": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "70d1dd5c-e451-4a3d-8141-125c5611784a", "size": 12716032, "self": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:31:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:31:31,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a4f3c5dd-6bff-4939-bcfd-b946164872a7 2018-08-21 04:31:31,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0219340324402s 2018-08-21 04:31:31,330 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-a4f3c5dd-6bff-4939-bcfd-b946164872a7 2018-08-21 04:31:31,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-21 04:31:31,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_580535c0-bd27-49ab-b210-f7513136b163", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_alt_580535c0-bd27-49ab-b210-f7513136b163"}' 2018-08-21 04:31:31,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 958 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cc10f140-5859-4063-a22d-3697cfb746eb Date: Tue, 21 Aug 2018 04:31:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:31:31Z", "file": "/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "96734c9e-63ec-4496-b269-bfded599c5e9", "size": null, "self": "/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9", "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_580535c0-bd27-49ab-b210-f7513136b163", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_580535c0-bd27-49ab-b210-f7513136b163", "checksum": null, "created_at": "2018-08-21T04:31:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 04:31:31,402 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-cc10f140-5859-4063-a22d-3697cfb746eb 2018-08-21 04:31:31,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.066045999527s 2018-08-21 04:31:31,403 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-cc10f140-5859-4063-a22d-3697cfb746eb returning object 96734c9e-63ec-4496-b269-bfded599c5e9 2018-08-21 04:31:31,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-21 04:31:31,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9/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}ed78b5204f30032556a1860c9626a6bec310c707" -d '' 2018-08-21 04:31:32,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7bfc308d-252f-4975-954a-fc803cb0174b Date: Tue, 21 Aug 2018 04:31: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-21 04:31:32,611 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9/file used request id req-7bfc308d-252f-4975-954a-fc803cb0174b 2018-08-21 04:31:32,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20784807205s 2018-08-21 04:31:32,611 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9/file used request id req-7bfc308d-252f-4975-954a-fc803cb0174b 2018-08-21 04:31:32,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 04:31:32,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" 2018-08-21 04:31:32,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2761 Content-Type: application/json X-Openstack-Request-Id: req-42c75878-2fd6-45d0-b7c8-e2eda8eb9529 Date: Tue, 21 Aug 2018 04:31:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:31:32Z", "file": "/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "96734c9e-63ec-4496-b269-bfded599c5e9", "size": 12716032, "self": "/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/96734c9e-63ec-4496-b269-bfded599c5e9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/96734c9e-63ec-4496-b269-bfded599c5e9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_580535c0-bd27-49ab-b210-f7513136b163", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_580535c0-bd27-49ab-b210-f7513136b163", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:31:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:31:30Z", "file": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "70d1dd5c-e451-4a3d-8141-125c5611784a", "size": 12716032, "self": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:31:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 04:31:32,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-42c75878-2fd6-45d0-b7c8-e2eda8eb9529 2018-08-21 04:31:32,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0267560482025s 2018-08-21 04:31:32,642 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-42c75878-2fd6-45d0-b7c8-e2eda8eb9529 2018-08-21 04:31:32,645 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/96734c9e-63ec-4496-b269-bfded599c5e9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9/file', 'owner': u'9395463b2c594ad385c1520193638f95', 'id': u'96734c9e-63ec-4496-b269-bfded599c5e9', 'size': 12716032, u'self': u'/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9395463b2c594ad385c1520193638f95', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/96734c9e-63ec-4496-b269-bfded599c5e9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-21T04:31:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-21T04:31:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_580535c0-bd27-49ab-b210-f7513136b163', '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/96734c9e-63ec-4496-b269-bfded599c5e9', 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_580535c0-bd27-49ab-b210-f7513136b163', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_alt_580535c0-bd27-49ab-b210-f7513136b163', 'created': u'2018-08-21T04:31:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-21T04:31:31Z', 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/96734c9e-63ec-4496-b269-bfded599c5e9', 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_580535c0-bd27-49ab-b210-f7513136b163', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-21 04:31:32,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-21 04:31:32,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "networking-bgpvpn-flavor_alt_580535c0-bd27-49ab-b210-f7513136b163", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-21 04:31:32,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e10fba71-1a10-4679-9c22-8374ce8ff965 x-compute-request-id: req-e10fba71-1a10-4679-9c22-8374ce8ff965 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_alt_580535c0-bd27-49ab-b210-f7513136b163", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/cdf2d177-871b-4424-8101-4363fe805ff8", "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": "cdf2d177-871b-4424-8101-4363fe805ff8"}} 2018-08-21 04:31:32,679 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-e10fba71-1a10-4679-9c22-8374ce8ff965 2018-08-21 04:31:32,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0337378978729s 2018-08-21 04:31:32,680 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-e10fba71-1a10-4679-9c22-8374ce8ff965 2018-08-21 04:31:32,680 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_580535c0-bd27-49ab-b210-f7513136b163', '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'9395463b2c594ad385c1520193638f95', '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'cdf2d177-871b-4424-8101-4363fe805ff8', 'swap': 0}) 2018-08-21 04:31:32,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-21 04:31:32,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8/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}ed78b5204f30032556a1860c9626a6bec310c707" -d '{"extra_specs": {}}' 2018-08-21 04:31:32,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 04:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c9e4569-35b0-47b2-a1ea-5f8f160ed86e x-compute-request-id: req-7c9e4569-35b0-47b2-a1ea-5f8f160ed86e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-21 04:31:32,715 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8/os-extra_specs used request id req-7c9e4569-35b0-47b2-a1ea-5f8f160ed86e 2018-08-21 04:31:32,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.033980846405s 2018-08-21 04:31:32,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8/os-extra_specs used request id req-7c9e4569-35b0-47b2-a1ea-5f8f160ed86e 2018-08-21 04:31:32,715 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_580535c0-bd27-49ab-b210-f7513136b163', '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'9395463b2c594ad385c1520193638f95', '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'cdf2d177-871b-4424-8101-4363fe805ff8', 'swap': 0}) 2018-08-21 04:31:36,437 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 04:31:36,437 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 04:31:36,438 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-21 04:31:36,441 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-21 04:31:36,444 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-21 04:31:41,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-02432bf5-c0c6-4c28-9bf6-2e9736ed614d/repo; stestr list '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/networking-bgpvpn/test_list.txt 2>/dev/null) 2018-08-21 04:31:41,187 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-21 04:31:41,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-21 04:31:41,199 - 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-21 06:09:18,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: aba6e3b2-958c-4ffa-9835-88489d1f542f 2018-08-21 06:09:18,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'aba6e3b2-958c-4ffa-9835-88489d1f542f']'. 2018-08-21 06:09:19,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-21 06:09:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-21 06:09:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 06:09:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | aba6e3b2-958c-4ffa-9835-88489d1f542f | 2018-08-21 06:09:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-21 06:09:19,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-21 04:31:43 | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-21 06:09:18 | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 1:37:35 | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 02432bf5-c0c6-4c28-9bf6-2e9736ed614d) | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 15def0d3-f0e1-478b-95f8-6bd11bd002f0) | 2018-08-21 06:09:19,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 44 | 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 5830.193 | 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 23 | 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 3 | 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-21 06:09:19,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-21 06:09:19,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest networking-bgpvpn success_rate is 56.0975609756% 2018-08-21 06:09:19,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 06:09:19,645 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 97:55 | FAIL | +---------------------------+------------------+------------------+----------------+ 2018-08-21 06:09:19,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 06:09:19,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:09:20,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["yRD3XX-eTOasRJua6rPsHA"], "issued_at": "2018-08-21T06:09:19.000000Z"}} 2018-08-21 06:09:20,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:20,986 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66e82833-e22b-487f-ad09-0efa85ca9a3b Date: Tue, 21 Aug 2018 06:09: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-21 06:09:20,986 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9 used request id req-66e82833-e22b-487f-ad09-0efa85ca9a3b 2018-08-21 06:09:20,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.33918499947s 2018-08-21 06:09:20,987 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/96734c9e-63ec-4496-b269-bfded599c5e9 used request id req-66e82833-e22b-487f-ad09-0efa85ca9a3b 2018-08-21 06:09:20,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 06:09:20,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:21,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:09: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-74b1415e-ecc7-4071-a90c-209be2b44d78 x-compute-request-id: req-74b1415e-ecc7-4071-a90c-209be2b44d78 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_580535c0-bd27-49ab-b210-f7513136b163", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b", "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": "034a2d41-72d3-44f3-80e0-f6d93e4f3a3b"}, {"name": "networking-bgpvpn-flavor_alt_580535c0-bd27-49ab-b210-f7513136b163", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/cdf2d177-871b-4424-8101-4363fe805ff8", "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": "cdf2d177-871b-4424-8101-4363fe805ff8"}]} 2018-08-21 06:09:21,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-74b1415e-ecc7-4071-a90c-209be2b44d78 2018-08-21 06:09:21,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.288561105728s 2018-08-21 06:09:21,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-74b1415e-ecc7-4071-a90c-209be2b44d78 2018-08-21 06:09:21,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 06:09:21,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:21,313 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 06:09: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-597ee5bf-fe1e-4c96-a681-339ad5ae9e62 x-compute-request-id: req-597ee5bf-fe1e-4c96-a681-339ad5ae9e62 Content-Length: 0 Content-Type: application/json 2018-08-21 06:09:21,313 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8 used request id req-597ee5bf-fe1e-4c96-a681-339ad5ae9e62 2018-08-21 06:09:21,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0346031188965s 2018-08-21 06:09:21,314 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/cdf2d177-871b-4424-8101-4363fe805ff8 used request id req-597ee5bf-fe1e-4c96-a681-339ad5ae9e62 2018-08-21 06:09:21,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-21 06:09:21,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527/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}cc126b6688357cc5aeaa858f627031921500599e" -d '{"subnet_id": "b8fe6078-d572-46b0-8b52-7100d2435c2d"}' 2018-08-21 06:09:23,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b1421615-7874-4999-9a25-08c066d62ad9 Date: Tue, 21 Aug 2018 06:09:23 GMT RESP BODY: {"network_id": "41ba0a29-9eec-4939-9b73-9fbc1f55e587", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "b8fe6078-d572-46b0-8b52-7100d2435c2d", "subnet_ids": ["b8fe6078-d572-46b0-8b52-7100d2435c2d"], "port_id": "3a14091f-bb73-4ed8-8bfa-6449f4b538ec", "id": "d119c186-692d-4e72-ae89-4a639e303527"} 2018-08-21 06:09:23,284 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527/remove_router_interface.json used request id req-b1421615-7874-4999-9a25-08c066d62ad9 2018-08-21 06:09:23,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.96936297417s 2018-08-21 06:09:23,284 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527/remove_router_interface.json used request id req-b1421615-7874-4999-9a25-08c066d62ad9 returning object d119c186-692d-4e72-ae89-4a639e303527 2018-08-21 06:09:23,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-21 06:09:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:23,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1052 X-Openstack-Request-Id: req-430fa10f-5e3a-4ef2-ad80-b78f5d3c5e64 Date: Tue, 21 Aug 2018 06:09:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "ecdc0a24a4fb4e0ba9eb8234d5e0da73", "created_at": "2018-08-21T04:32:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T04:32:16Z", "revision_number": 0, "routes": [], "project_id": "ecdc0a24a4fb4e0ba9eb8234d5e0da73", "id": "3a0027b5-80de-4f30-8e57-655110206507", "name": ""}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T04:31:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T06:09:22Z", "revision_number": 4, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "d119c186-692d-4e72-ae89-4a639e303527", "name": "networking-bgpvpn-router_580535c0-bd27-49ab-b210-f7513136b163"}]} 2018-08-21 06:09:23,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-430fa10f-5e3a-4ef2-ad80-b78f5d3c5e64 2018-08-21 06:09:23,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117736101151s 2018-08-21 06:09:23,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers.json used request id req-430fa10f-5e3a-4ef2-ad80-b78f5d3c5e64 2018-08-21 06:09:23,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-21 06:09:23,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:24,942 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-99904b24-579d-4bc9-8ab5-3b504a953aad Content-Length: 0 Date: Tue, 21 Aug 2018 06:09:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 06:09:24,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527.json used request id req-99904b24-579d-4bc9-8ab5-3b504a953aad 2018-08-21 06:09:24,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53751015663s 2018-08-21 06:09:24,942 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/d119c186-692d-4e72-ae89-4a639e303527.json used request id req-99904b24-579d-4bc9-8ab5-3b504a953aad 2018-08-21 06:09:24,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-21 06:09:24,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:25,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1299 X-Openstack-Request-Id: req-ee5052eb-381f-4a57-bbcc-304756f67f96 Date: Tue, 21 Aug 2018 06:09:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41ba0a29-9eec-4939-9b73-9fbc1f55e587","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:31:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-21T04:31: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":"9395463b2c594ad385c1520193638f95","id":"b8fe6078-d572-46b0-8b52-7100d2435c2d","subnetpool_id":null,"name":"networking-bgpvpn-subnet_580535c0-bd27-49ab-b210-f7513136b163"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 06:09:25,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-ee5052eb-381f-4a57-bbcc-304756f67f96 2018-08-21 06:09:25,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0908010005951s 2018-08-21 06:09:25,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets.json used request id req-ee5052eb-381f-4a57-bbcc-304756f67f96 2018-08-21 06:09:25,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-21 06:09:25,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/b8fe6078-d572-46b0-8b52-7100d2435c2d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:26,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c65bfa8a-91cd-4763-92e4-819b223e4f45 Date: Tue, 21 Aug 2018 06:09:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 06:09:26,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/b8fe6078-d572-46b0-8b52-7100d2435c2d.json used request id req-c65bfa8a-91cd-4763-92e4-819b223e4f45 2018-08-21 06:09:26,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.16442108154s 2018-08-21 06:09:26,200 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/b8fe6078-d572-46b0-8b52-7100d2435c2d.json used request id req-c65bfa8a-91cd-4763-92e4-819b223e4f45 2018-08-21 06:09:26,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 06:09:26,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:26,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4371 X-Openstack-Request-Id: req-ee4e2b89-4031-443f-a7c4-641c2fed7920 Date: Tue, 21 Aug 2018 06:09:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"41ba0a29-9eec-4939-9b73-9fbc1f55e587","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:09:26Z","provider:segmentation_id":21,"name":"networking-bgpvpn-net_580535c0-bd27-49ab-b210-f7513136b163","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T04:31:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"}]} 2018-08-21 06:09:26,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ee4e2b89-4031-443f-a7c4-641c2fed7920 2018-08-21 06:09:26,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0949609279633s 2018-08-21 06:09:26,296 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json used request id req-ee4e2b89-4031-443f-a7c4-641c2fed7920 2018-08-21 06:09:26,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-21 06:09:26,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/41ba0a29-9eec-4939-9b73-9fbc1f55e587.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:28,164 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0d5d299-72e5-4974-a757-3ca608a01eae Date: Tue, 21 Aug 2018 06:09:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 06:09:28,165 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/41ba0a29-9eec-4939-9b73-9fbc1f55e587.json used request id req-d0d5d299-72e5-4974-a757-3ca608a01eae 2018-08-21 06:09:28,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.86689686775s 2018-08-21 06:09:28,165 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/41ba0a29-9eec-4939-9b73-9fbc1f55e587.json used request id req-d0d5d299-72e5-4974-a757-3ca608a01eae 2018-08-21 06:09:28,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-21 06:09:28,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:28,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-6f5fb935-c850-4f92-86df-399af6f5d296 Date: Tue, 21 Aug 2018 06:09:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T04:31:30Z", "file": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "70d1dd5c-e451-4a3d-8141-125c5611784a", "size": 12716032, "self": "/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/70d1dd5c-e451-4a3d-8141-125c5611784a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_580535c0-bd27-49ab-b210-f7513136b163", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-21T04:31:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-21 06:09:28,194 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-6f5fb935-c850-4f92-86df-399af6f5d296 2018-08-21 06:09:28,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250909328461s 2018-08-21 06:09:28,195 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images used request id req-6f5fb935-c850-4f92-86df-399af6f5d296 2018-08-21 06:09:28,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-21 06:09:28,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:28,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c52dc618-21f5-4beb-a9f9-f4ed8e33eab4 Date: Tue, 21 Aug 2018 06:09: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-21 06:09:28,568 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a used request id req-c52dc618-21f5-4beb-a9f9-f4ed8e33eab4 2018-08-21 06:09:28,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.372119903564s 2018-08-21 06:09:28,569 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/70d1dd5c-e451-4a3d-8141-125c5611784a used request id req-c52dc618-21f5-4beb-a9f9-f4ed8e33eab4 2018-08-21 06:09:28,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-21 06:09:28,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:28,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:09: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-3aadba6e-54eb-4b80-90ce-54e57a25bd47 x-compute-request-id: req-3aadba6e-54eb-4b80-90ce-54e57a25bd47 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_580535c0-bd27-49ab-b210-f7513136b163", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b", "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": "034a2d41-72d3-44f3-80e0-f6d93e4f3a3b"}]} 2018-08-21 06:09:28,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-3aadba6e-54eb-4b80-90ce-54e57a25bd47 2018-08-21 06:09:28,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0330450534821s 2018-08-21 06:09:28,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail?is_public=None used request id req-3aadba6e-54eb-4b80-90ce-54e57a25bd47 2018-08-21 06:09:28,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-21 06:09:28,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc126b6688357cc5aeaa858f627031921500599e" 2018-08-21 06:09:28,628 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 06:09: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-24e70419-7e90-49ec-817b-cb58f3a54468 x-compute-request-id: req-24e70419-7e90-49ec-817b-cb58f3a54468 Content-Length: 0 Content-Type: application/json 2018-08-21 06:09:28,628 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b used request id req-24e70419-7e90-49ec-817b-cb58f3a54468 2018-08-21 06:09:28,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0230841636658s 2018-08-21 06:09:28,628 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/034a2d41-72d3-44f3-80e0-f6d93e4f3a3b used request id req-24e70419-7e90-49ec-817b-cb58f3a54468 2018-08-21 06:09:28,628 - xtesting.ci.run_tests - ERROR - The test case 'networking-bgpvpn' failed. 2018-08-21 06:09:28,683 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:09:28,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:09:28,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:09:28,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:09:28,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:09:28,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e90839-0871-426a-be5d-7019161e66f5 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:09:28,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-50e90839-0871-426a-be5d-7019161e66f5 2018-08-21 06:09:28,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:09:29,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:09:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["T1NO3Tp4RzWwvZGf8aoFKA"], "issued_at": "2018-08-21T06:09:29.000000Z"}} 2018-08-21 06:09:29,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 06:09:29,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}d0487214322d6046c935dbadf7e5c5b708a70616" 2018-08-21 06:09:29,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-1c0cdc9e-11b6-4c83-b56a-d1d91130d3f2 Date: Tue, 21 Aug 2018 06:09:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 06:09:29,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c0cdc9e-11b6-4c83-b56a-d1d91130d3f2 2018-08-21 06:09:29,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357096195221s 2018-08-21 06:09:29,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1c0cdc9e-11b6-4c83-b56a-d1d91130d3f2 2018-08-21 06:09:29,487 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 06:09:32,312 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 06:09:35,080 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 14fac967-1ed2-47db-a9ae-8fb20e6bed3c | 2018-08-21T06:09:34.783272 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 14fac967-1ed2-47db-a9ae-8fb20e6bed3c ~/.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-21 06:09:38,880 - 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-21 06:09:38,880 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 06:09:41,633 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 06:09:45,233 - 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=4ef8ade6-4ef1-4814-841c-404e9daeba81) as the default verifier for the future CLI operations. 2018-08-21 06:09:48,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 06:09:48,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}d0487214322d6046c935dbadf7e5c5b708a70616" 2018-08-21 06:09:48,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-de4a473f-8170-48d0-bf96-3c3f6d37d9fd Date: Tue, 21 Aug 2018 06:09:48 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-21 06:09:48,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-de4a473f-8170-48d0-bf96-3c3f6d37d9fd 2018-08-21 06:09:48,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.401176929474s 2018-08-21 06:09:48,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-de4a473f-8170-48d0-bf96-3c3f6d37d9fd 2018-08-21 06:09:48,928 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-21 06:09:48,928 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-21 06:09:48,928 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-21 06:09:48,989 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:09:49,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:09:49,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:09:49,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:09:49,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e568c8-3159-4236-8375-48ec1e525f5c 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:09:49,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-89e568c8-3159-4236-8375-48ec1e525f5c 2018-08-21 06:09:49,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:09:49,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:09:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["XZK9lxP1QlSLzQWrn_mOCw"], "issued_at": "2018-08-21T06:09:49.000000Z"}} 2018-08-21 06:09:49,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-21 06:09:49,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.44: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}712a379dc64101a508b824d3b99b85d547ea0636" 2018-08-21 06:09:49,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-999191d8-587e-4e95-a3a2-b7066c2166c6 Date: Tue, 21 Aug 2018 06:09:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"}]} 2018-08-21 06:09:49,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-999191d8-587e-4e95-a3a2-b7066c2166c6 2018-08-21 06:09:49,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371741056442s 2018-08-21 06:09:49,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks.json?router%3Aexternal=True used request id req-999191d8-587e-4e95-a3a2-b7066c2166c6 2018-08-21 06:09:49,809 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 06:09:52,542 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-21 06:09:55,479 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b80df62e-a8ab-4e32-92ac-ee9401a7cb73 | 2018-08-21T06:09:55.083654 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b80df62e-a8ab-4e32-92ac-ee9401a7cb73 ~/.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-21 06:09:59,224 - 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-21 06:09:59,224 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 06:10:01,875 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-21 06:10:05,336 - 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=43336fba-9211-4336-81d5-985f551f1cfd) as the default verifier for the future CLI operations. 2018-08-21 06:10:08,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:10:08,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 06:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33247e17-6802-4abc-a1c4-5a1d50a6b6d0 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.44:5000/v3/", "rel": "self"}]}]}} 2018-08-21 06:10:08,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/ used request id req-33247e17-6802-4abc-a1c4-5a1d50a6b6d0 2018-08-21 06:10:08,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-21 06:10:08,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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-21 06:10:08,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 06:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c200cc10-1574-4463-af47-8d36b340f156 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-21 06:10:08,786 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-c200cc10-1574-4463-af47-8d36b340f156 2018-08-21 06:10:08,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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}712a379dc64101a508b824d3b99b85d547ea0636" 2018-08-21 06:10:08,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb39acce-e8e4-43e3-8b74-9254128d4bd9 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/0369ba08f1544f289c29ef88c3ec9cc8"}, "enabled": true, "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/11c776fb04f242c9976bae7367ee3752"}, "enabled": true, "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/12ce0555009042afb8d8fd4a943eeceb"}, "enabled": true, "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/235d1b5e6ce24b53aab774fc087feae5"}, "enabled": true, "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/31d8da5aadec419fb80d4af4a1994c83"}, "enabled": true, "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/57c13cff29114b01a212ff31f1dd50bc"}, "enabled": true, "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/677e2b5bf8b0498e8d9dea72ea31a9d7"}, "enabled": true, "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/68186cfbe75f4eba9a3323cd7f199141"}, "enabled": true, "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/729aa7f7aed646de90cd414dded03868"}, "enabled": true, "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a995eb993213439598e789e96071e8ef"}, "enabled": true, "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/b72bc250fbea445a8c6b38e420318778"}, "enabled": true, "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/bb1111e1b3124f7ab58c61f914a8319f"}, "enabled": true, "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf2554ba3f1d4e4e84f4cd467d564d8b"}, "enabled": true, "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/e14262ebd46e4d1587dff35e02106e91"}, "enabled": true, "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f1f1cbaa19454f1c9fdba6c082f764d5"}, "enabled": true, "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-21 06:10:08,973 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-cb39acce-e8e4-43e3-8b74-9254128d4bd9 2018-08-21 06:10:08,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.193474054337s 2018-08-21 06:10:08,974 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-cb39acce-e8e4-43e3-8b74-9254128d4bd9 2018-08-21 06:10:08,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-21 06:10:08,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}712a379dc64101a508b824d3b99b85d547ea0636" 2018-08-21 06:10:09,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-d900d909-1858-4c4b-a2d0-f0d312df98b4 Date: Tue, 21 Aug 2018 06:10:09 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-21 06:10:09,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-d900d909-1858-4c4b-a2d0-f0d312df98b4 2018-08-21 06:10:09,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.2742831707s 2018-08-21 06:10:09,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/extensions.json used request id req-d900d909-1858-4c4b-a2d0-f0d312df98b4 2018-08-21 06:10:09,263 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-21 06:10:09,263 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-21 06:10:09,268 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 07:06 | FAIL | | neutron-tempest-plugin-api | functest | smoke | 11:52 | FAIL | | rally_sanity | functest | smoke | 23:46 | FAIL | | refstack_defcore | functest | smoke | 06:45 | FAIL | | patrole | functest | smoke | 02:12 | PASS | | vmtp | functest | smoke | 24:56 | PASS | | shaker | functest | smoke | 65:12 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:16 | PASS | | networking-bgpvpn | functest | smoke | 97:55 | FAIL | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-21 06:10:09,280 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-21 06:10:09,314 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 06:10:12,256 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-228 | | 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-21 06:10:12,259 - 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.44,192.30.9.5 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.44:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=KgAUA5pQNT1agN1wevUZyAKZa 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=9395463b2c594ad385c1520193638f95 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=BRS2mMfCzga3c7IUkU4WSC45N export OS_REGION_NAME=regionOne 2018-08-21 06:10:12,259 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-21 06:10:12,259 - 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-21 06:10:12,275 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-21 06:10:12,289 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-21 06:10:21,947 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-21 06:10:21,947 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-08-21 06:10:22,093 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 06:10:22,093 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 00:10 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-08-21 06:10:22,099 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-08-21 06:10:22,131 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-21 06:10:22,627 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:10:23,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:10:23,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:10:23,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:10:23,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:10:23,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:10:23,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:10:23,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:10:23,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:10:23,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:10:23,346 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-21 06:10:23,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:10:23,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5faf6387-05ef-4b26-8a42-960c0c7f656f 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:10:23,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-5faf6387-05ef-4b26-8a42-960c0c7f656f 2018-08-21 06:10:23,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:23,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["nGOFh1fjSqGSFs_J8ZpXDw"], "issued_at": "2018-08-21T06:10:23.000000Z"}} 2018-08-21 06:10:23,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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}3775ae5c45af67d79e374079879568d0372d1d87" 2018-08-21 06:10:23,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3437d187-8d0a-44e0-986c-154327f535f2 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:10:23,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-3437d187-8d0a-44e0-986c-154327f535f2 2018-08-21 06:10:23,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-21 06:10:23,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 21 Aug 2018 06:10:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d1e015f-3fc7-443f-96b5-d3aa1b44c09e 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-21 06:10:23,859 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-0d1e015f-3fc7-443f-96b5-d3aa1b44c09e 2018-08-21 06:10:23,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3775ae5c45af67d79e374079879568d0372d1d87" 2018-08-21 06:10:24,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85b49235-cf2f-4bf2-9b87-445624599f97 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.5:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.5:35357/v3/projects/9395463b2c594ad385c1520193638f95"}, "tags": [], "enabled": true, "id": "9395463b2c594ad385c1520193638f95", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.5:35357/v3/projects/aec6b339c5d5439b99e34e47fc1be375"}, "tags": [], "enabled": true, "id": "aec6b339c5d5439b99e34e47fc1be375", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-21 06:10:24,041 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/projects used request id req-85b49235-cf2f-4bf2-9b87-445624599f97 2018-08-21 06:10:24,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:10:24,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70183f0a-7d6a-42c0-9c61-c05a07da9a48 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:10:24,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-70183f0a-7d6a-42c0-9c61-c05a07da9a48 2018-08-21 06:10:24,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:24,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["1-wO2igIQr2oAUKxrPbM4g"], "issued_at": "2018-08-21T06:10:24.000000Z"}} 2018-08-21 06:10:24,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/quotas/9395463b2c594ad385c1520193638f95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a391e0190a0e6bf107a96a763bc15237a4f5931" 2018-08-21 06:10:24,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-d68c7bea-c288-412f-84c2-3723879eb344 Date: Tue, 21 Aug 2018 06:10:24 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-21 06:10:24,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/quotas/9395463b2c594ad385c1520193638f95 used request id req-d68c7bea-c288-412f-84c2-3723879eb344 2018-08-21 06:10:24,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:10:24,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01e83b9-9785-4f75-9cce-6a321146b7ad 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:10:24,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-d01e83b9-9785-4f75-9cce-6a321146b7ad 2018-08-21 06:10:24,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:25,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["X5HiIr9NSJmNzQfmBCfbNw"], "issued_at": "2018-08-21T06:10:24.000000Z"}} 2018-08-21 06:10:25,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6775d4fd05cf3f3ff9f7a47516ba51665cb74c7" 2018-08-21 06:10:25,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9143464-d60c-4239-b45d-937e2e678244 x-compute-request-id: req-e9143464-d60c-4239-b45d-937e2e678244 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-21 06:10:25,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-quota-class-sets/default used request id req-e9143464-d60c-4239-b45d-937e2e678244 2018-08-21 06:10:25,321 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-21 06:10:25,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/quotas/9395463b2c594ad385c1520193638f95 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a391e0190a0e6bf107a96a763bc15237a4f5931" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-08-21 06:10:25,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-df9810fa-48b4-4dc0-8460-f4c7ba78f750 Date: Tue, 21 Aug 2018 06:10:25 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-21 06:10:25,511 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/quotas/9395463b2c594ad385c1520193638f95 used request id req-df9810fa-48b4-4dc0-8460-f4c7ba78f750 2018-08-21 06:10:25,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:10:25,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:10:25,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:10:25,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:10:25,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:10:25,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:10:25,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:10:25,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:10:25,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:10:25,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:10:25,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:10:25,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119418de-98a4-4e19-9dd6-d15f10cfb212 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:10:25,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-119418de-98a4-4e19-9dd6-d15f10cfb212 2018-08-21 06:10:25,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:25,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["B6MbAejAS-exs5dv2A721A"], "issued_at": "2018-08-21T06:10:25.000000Z"}} 2018-08-21 06:10:25,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e503219d5d81efe001deee510fc88878e1c259e3" 2018-08-21 06:10:26,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8d3179e-ea93-4e79-8885-bb9de3da4ce4 x-compute-request-id: req-f8d3179e-ea93-4e79-8885-bb9de3da4ce4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}]} 2018-08-21 06:10:26,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail used request id req-f8d3179e-ea93-4e79-8885-bb9de3da4ce4 2018-08-21 06:10:26,255 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-21 06:10:26,255 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-21 06:10:26,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44: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}f6775d4fd05cf3f3ff9f7a47516ba51665cb74c7" -d '{"quota_class_set": {"instances": -1}}' 2018-08-21 06:10:26,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10: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-12a6f252-2ef7-496a-b170-5bb3e6b0a64d x-compute-request-id: req-12a6f252-2ef7-496a-b170-5bb3e6b0a64d 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-21 06:10:26,299 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.44:8774/v2.1/os-quota-class-sets/default used request id req-12a6f252-2ef7-496a-b170-5bb3e6b0a64d 2018-08-21 06:10:26,299 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-21 06:10:26,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a391e0190a0e6bf107a96a763bc15237a4f5931" 2018-08-21 06:10:26,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ac77787e-b7ad-446f-9b3e-9c9fa7ce2c7b Date: Tue, 21 Aug 2018 06:10:26 GMT RESP BODY: {"floatingips": []} 2018-08-21 06:10:26,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/floatingips used request id req-ac77787e-b7ad-446f-9b3e-9c9fa7ce2c7b 2018-08-21 06:10:26,353 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-21 06:10:26,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a391e0190a0e6bf107a96a763bc15237a4f5931" 2018-08-21 06:10:26,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d6aa72a7-2b74-46ff-8586-bd252b38bedc Date: Tue, 21 Aug 2018 06:10:26 GMT RESP BODY: {"ports":[]} 2018-08-21 06:10:26,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports used request id req-d6aa72a7-2b74-46ff-8586-bd252b38bedc 2018-08-21 06:10:26,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a391e0190a0e6bf107a96a763bc15237a4f5931" 2018-08-21 06:10:26,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-0e05f22a-1aa1-4116-a6ae-6fd83ac00a98 Date: Tue, 21 Aug 2018 06:10:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "ecdc0a24a4fb4e0ba9eb8234d5e0da73", "created_at": "2018-08-21T04:32:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T04:32:16Z", "revision_number": 0, "routes": [], "project_id": "ecdc0a24a4fb4e0ba9eb8234d5e0da73", "id": "3a0027b5-80de-4f30-8e57-655110206507", "name": ""}]} 2018-08-21 06:10:26,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers used request id req-0e05f22a-1aa1-4116-a6ae-6fd83ac00a98 2018-08-21 06:10:26,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/3a0027b5-80de-4f30-8e57-655110206507 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a391e0190a0e6bf107a96a763bc15237a4f5931" -d '{"router": {"external_gateway_info": {}}}' 2018-08-21 06:10:27,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 409 X-Openstack-Request-Id: req-0fc5731e-72a4-4a38-b8ca-9c3fdcc83f19 Date: Tue, 21 Aug 2018 06:10:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "ecdc0a24a4fb4e0ba9eb8234d5e0da73", "created_at": "2018-08-21T04:32:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T06:10:27Z", "revision_number": 1, "routes": [], "project_id": "ecdc0a24a4fb4e0ba9eb8234d5e0da73", "id": "3a0027b5-80de-4f30-8e57-655110206507", "name": ""}} 2018-08-21 06:10:27,194 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/3a0027b5-80de-4f30-8e57-655110206507 used request id req-0fc5731e-72a4-4a38-b8ca-9c3fdcc83f19 2018-08-21 06:10:27,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/3a0027b5-80de-4f30-8e57-655110206507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a391e0190a0e6bf107a96a763bc15237a4f5931" 2018-08-21 06:10:27,668 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28b9a896-fcab-45c6-8f33-22225b6c657c Content-Length: 0 Date: Tue, 21 Aug 2018 06:10:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 06:10:27,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/3a0027b5-80de-4f30-8e57-655110206507 used request id req-28b9a896-fcab-45c6-8f33-22225b6c657c 2018-08-21 06:10:27,746 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-21 06:10:27,746 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-21 06:10:27,746 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-21 06:10:27,799 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-21 06:10:27,799 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-21 06:10:33,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b2189a77-0971-469d-b5ea-e5eef985ba9a | 2018-08-21T06:10:32.838704 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b2189a77-0971-469d-b5ea-e5eef985ba9a ~/.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-21 06:10:36,987 - 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-21 06:10:36,988 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-21 06:10:42,930 - 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=dbdec69e-450e-4fc7-a605-8c981ba7009f) as the default verifier for the future CLI operations. 2018-08-21 06:10:49,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-21 06:10:49,763 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-21 06:10:49,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:10:49,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:10:49,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:10:49,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:10:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:10:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:10:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:10:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:10:49,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:10:49,768 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 06:10:49,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:10:49,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a0567b-d85b-49ac-8dce-c00964f66731 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:10:49,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-26a0567b-d85b-49ac-8dce-c00964f66731 2018-08-21 06:10:49,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:50,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["T2shClS_Sfue6FutSrrfaA"], "issued_at": "2018-08-21T06:10:50.000000Z"}} 2018-08-21 06:10:50,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ddc8467cc6ffb4359a50cb7e314dc7aea4ec43c" 2018-08-21 06:10:50,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-3a09a6db-bb6b-4453-a5fe-32767e9297bc Date: Tue, 21 Aug 2018 06:10:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 06:10:50,475 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-3a09a6db-bb6b-4453-a5fe-32767e9297bc 2018-08-21 06:10:50,475 - 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-21 06:10:50,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ddc8467cc6ffb4359a50cb7e314dc7aea4ec43c" 2018-08-21 06:10:50,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-e11174f3-f180-481d-b832-ec9189b246a7 Date: Tue, 21 Aug 2018 06:10:50 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-21 06:10:50,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-e11174f3-f180-481d-b832-ec9189b246a7 2018-08-21 06:10:50,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ddc8467cc6ffb4359a50cb7e314dc7aea4ec43c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "bgpvpn-tempest-image", "visibility": "public"}' 2018-08-21 06:10:50,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 646 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b42c0c62-339e-4156-9349-c059a29f3a06 Date: Tue, 21 Aug 2018 06:10:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T06:10:50Z", "file": "/v2/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "size": null, "self": "/v2/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "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-21T06:10:50Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 06:10:50,568 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-b42c0c62-339e-4156-9349-c059a29f3a06 2018-08-21 06:10:50,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ddc8467cc6ffb4359a50cb7e314dc7aea4ec43c" -d '' 2018-08-21 06:10:51,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-409a666b-0219-4638-b501-ae18d4a43ef8 Date: Tue, 21 Aug 2018 06:10:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 06:10:51,055 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea/file used request id req-409a666b-0219-4638-b501-ae18d4a43ef8 2018-08-21 06:10:51,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 06:10:51,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 06:10:51,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 06:10:51,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 06:10:51,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 06:10:51,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 06:10:51,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 06:10:51,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 06:10:51,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 06:10:51,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 06:10:51,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 06:10:51,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ce9a90-33c0-41e1-8f56-b3b308be79b2 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 06:10:51,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-97ce9a90-33c0-41e1-8f56-b3b308be79b2 2018-08-21 06:10:51,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:51,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["n9TG5tM4QFerHDqGxFbd7g"], "issued_at": "2018-08-21T06:10:51.000000Z"}} 2018-08-21 06:10:51,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870cc963a67f33f165215243b0fdfdef7c69d9e8" 2018-08-21 06:10:51,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 06:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cd9118e-4fd5-4c1e-93ad-3a1c3af7f800 x-compute-request-id: req-3cd9118e-4fd5-4c1e-93ad-3a1c3af7f800 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}]} 2018-08-21 06:10:51,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail used request id req-3cd9118e-4fd5-4c1e-93ad-3a1c3af7f800 2018-08-21 06:10:51,736 - sdnvpn-tempest - INFO - Copying tempest.conf to /root/.rally/verification/verifier-dbdec69e-450e-4fc7-a605-8c981ba7009f/for-deployment-b2189a77-0971-469d-b5ea-e5eef985ba9a/bgpvpn_tempest.conf. 2018-08-21 06:10:51,738 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-dbdec69e-450e-4fc7-a605-8c981ba7009f/for-deployment-b2189a77-0971-469d-b5ea-e5eef985ba9a/bgpvpn_tempest.conf with bgpvpn=True 2018-08-21 06:10:51,738 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-dbdec69e-450e-4fc7-a605-8c981ba7009f/for-deployment-b2189a77-0971-469d-b5ea-e5eef985ba9a/bgpvpn_tempest.conf with flavor_id e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac 2018-08-21 06:10:51,738 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-dbdec69e-450e-4fc7-a605-8c981ba7009f/for-deployment-b2189a77-0971-469d-b5ea-e5eef985ba9a/bgpvpn_tempest.conf with image_id cc0cdfc6-580f-49ec-a8d9-30672a6d28ea 2018-08-21 06:10:51,739 - sdnvpn-tempest - INFO - Configuring default tempest conf file 2018-08-21 06:10:51,742 - sdnvpn-tempest - INFO - Executing: tempest run -t --regex networking_bgpvpn_tempest --config-file /etc/tempest/tempest.conf 2018-08-21 07:51:51,133 - sdnvpn-tempest - DEBUG - 2018-08-21 06:10:57.030 63 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2018-08-21 06:10:57.031 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2876 2018-08-21 06:10:57.032 63 DEBUG tempest [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2877 2018-08-21 06:10:57.032 63 DEBUG tempest [-] command line args: [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2878 2018-08-21 06:10:57.032 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-21 06:10:57.032 63 DEBUG tempest [-] ================================================================================ log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2881 2018-08-21 06:10:57.032 63 DEBUG tempest [-] config_dir = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.032 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-21 06:10:57.032 63 DEBUG tempest [-] debug = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.032 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-21 06:10:57.033 63 DEBUG tempest [-] instance_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.033 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-21 06:10:57.033 63 DEBUG tempest [-] log_config_append = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.033 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-21 06:10:57.033 63 DEBUG tempest [-] log_dir = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.033 63 DEBUG tempest [-] log_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.033 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-21 06:10:57.033 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-21 06:10:57.033 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-21 06:10:57.034 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-21 06:10:57.034 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-21 06:10:57.034 63 DEBUG tempest [-] pause_teardown = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.034 63 DEBUG tempest [-] publish_errors = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.034 63 DEBUG tempest [-] rate_limit_burst = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.034 63 DEBUG tempest [-] rate_limit_except_level = CRITICAL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.034 63 DEBUG tempest [-] rate_limit_interval = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.034 63 DEBUG tempest [-] syslog_log_facility = LOG_USER log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.035 63 DEBUG tempest [-] use_journal = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.035 63 DEBUG tempest [-] use_json = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.035 63 DEBUG tempest [-] use_stderr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.035 63 DEBUG tempest [-] use_syslog = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.035 63 DEBUG tempest [-] watch_log_file = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-21 06:10:57.035 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-21 06:10:57.035 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-21 06:10:57.035 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-21 06:10:57.036 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-21 06:10:57.036 63 DEBUG tempest [-] volume-feature-enabled.backup = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.036 63 DEBUG tempest [-] volume-feature-enabled.clone = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.036 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-21 06:10:57.036 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-21 06:10:57.036 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-21 06:10:57.036 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-21 06:10:57.036 63 DEBUG tempest [-] volume-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.036 63 DEBUG tempest [-] bgpvpn.max_asn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.037 63 DEBUG tempest [-] bgpvpn.max_nn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.037 63 DEBUG tempest [-] bgpvpn.min_asn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.037 63 DEBUG tempest [-] bgpvpn.min_nn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.037 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-21 06:10:57.037 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-21 06:10:57.037 63 DEBUG tempest [-] compute.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.037 63 DEBUG tempest [-] compute.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.037 63 DEBUG tempest [-] compute.catalog_type = compute log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.fixed_network_name = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.flavor_ref = e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.flavor_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.hypervisor_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.image_ref = cc0cdfc6-580f-49ec-a8d9-30672a6d28ea log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.image_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.038 63 DEBUG tempest [-] compute.min_compute_nodes = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 63 DEBUG tempest [-] compute.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 63 DEBUG tempest [-] compute.ready_wait = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 63 DEBUG tempest [-] compute.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 63 DEBUG tempest [-] compute.shelved_offload_time = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 63 DEBUG tempest [-] compute.volume_device_name = vdb log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 63 DEBUG tempest [-] service-clients.http_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 63 DEBUG tempest [-] service-clients.proxy_url = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.039 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-21 06:10:57.039 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-21 06:10:57.040 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-21 06:10:57.040 63 DEBUG tempest [-] scenario.dhcp_client = udhcpc log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.040 63 DEBUG tempest [-] scenario.img_container_format = bare log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.040 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-21 06:10:57.040 63 DEBUG tempest [-] scenario.img_dir = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.040 63 DEBUG tempest [-] scenario.img_disk_format = qcow2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.040 63 DEBUG tempest [-] scenario.img_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.040 63 DEBUG tempest [-] scenario.img_properties = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.041 63 DEBUG tempest [-] image.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.041 63 DEBUG tempest [-] image.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.041 63 DEBUG tempest [-] image.catalog_type = image log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.041 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-21 06:10:57.041 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-21 06:10:57.041 63 DEBUG tempest [-] image.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.041 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-21 06:10:57.041 63 DEBUG tempest [-] image.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.042 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-21 06:10:57.042 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-21 06:10:57.042 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-21 06:10:57.042 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-21 06:10:57.042 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-21 06:10:57.042 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-21 06:10:57.042 63 DEBUG tempest [-] identity-feature-enabled.trust = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.042 63 DEBUG tempest [-] auth.admin_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.043 63 DEBUG tempest [-] auth.admin_password = **** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.043 63 DEBUG tempest [-] auth.admin_project_name = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.043 63 DEBUG tempest [-] auth.admin_username = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.043 63 DEBUG tempest [-] auth.create_isolated_networks = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.043 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-21 06:10:57.043 63 DEBUG tempest [-] auth.tempest_roles = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.043 63 DEBUG tempest [-] auth.test_accounts_file = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.043 63 DEBUG tempest [-] auth.use_dynamic_credentials = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.044 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-21 06:10:57.044 63 DEBUG tempest [-] volume.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.044 63 DEBUG tempest [-] volume.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.044 63 DEBUG tempest [-] volume.catalog_type = volume log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.044 63 DEBUG tempest [-] volume.disk_format = raw log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.044 63 DEBUG tempest [-] volume.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.044 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-21 06:10:57.044 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-21 06:10:57.045 63 DEBUG tempest [-] volume.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.045 63 DEBUG tempest [-] volume.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.045 63 DEBUG tempest [-] volume.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.045 63 DEBUG tempest [-] volume.storage_protocol = iSCSI log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.045 63 DEBUG tempest [-] volume.vendor_name = Open Source log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.045 63 DEBUG tempest [-] volume.volume_size = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.045 63 DEBUG tempest [-] debug.trace_requests = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.045 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-21 06:10:57.045 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-21 06:10:57.046 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-21 06:10:57.046 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-21 06:10:57.046 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-21 06:10:57.046 63 DEBUG tempest [-] oslo_concurrency.lock_path = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.046 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-21 06:10:57.046 63 DEBUG tempest [-] object-storage.cluster_name = name1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.046 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-21 06:10:57.046 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-21 06:10:57.047 63 DEBUG tempest [-] object-storage.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.047 63 DEBUG tempest [-] object-storage.operator_role = Member log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.047 63 DEBUG tempest [-] object-storage.realm_name = realm1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.047 63 DEBUG tempest [-] object-storage.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.047 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-21 06:10:57.047 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-21 06:10:57.047 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-21 06:10:57.047 63 DEBUG tempest [-] network-feature-enabled.ipv6 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.048 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-21 06:10:57.048 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-21 06:10:57.048 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-21 06:10:57.048 63 DEBUG tempest [-] validation.auth_method = keypair log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.048 63 DEBUG tempest [-] validation.connect_method = floating log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.048 63 DEBUG tempest [-] validation.connect_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.048 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-21 06:10:57.048 63 DEBUG tempest [-] validation.image_ssh_password = password log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 63 DEBUG tempest [-] validation.image_ssh_user = cirros log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 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-21 06:10:57.049 63 DEBUG tempest [-] validation.network_for_ssh = public log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 63 DEBUG tempest [-] validation.ping_count = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 63 DEBUG tempest [-] validation.ping_size = 56 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 63 DEBUG tempest [-] validation.ping_timeout = 120 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 63 DEBUG tempest [-] validation.run_validation = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 63 DEBUG tempest [-] validation.security_group = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.049 63 DEBUG tempest [-] validation.security_group_rules = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.050 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-21 06:10:57.050 63 DEBUG tempest [-] validation.ssh_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.050 63 DEBUG tempest [-] service_available.cinder = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.050 63 DEBUG tempest [-] service_available.glance = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.050 63 DEBUG tempest [-] service_available.neutron = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.050 63 DEBUG tempest [-] service_available.nova = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.050 63 DEBUG tempest [-] service_available.swift = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.050 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.051 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-21 06:10:57.052 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-21 06:10:57.052 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-21 06:10:57.052 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-21 06:10:57.052 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-21 06:10:57.052 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-21 06:10:57.052 63 DEBUG tempest [-] compute-feature-enabled.pause = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.052 63 DEBUG tempest [-] compute-feature-enabled.personality = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.052 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-21 06:10:57.052 63 DEBUG tempest [-] compute-feature-enabled.rescue = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.053 63 DEBUG tempest [-] compute-feature-enabled.resize = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.053 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-21 06:10:57.053 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-21 06:10:57.053 63 DEBUG tempest [-] compute-feature-enabled.shelve = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.053 63 DEBUG tempest [-] compute-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.053 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-21 06:10:57.053 63 DEBUG tempest [-] compute-feature-enabled.suspend = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.053 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-21 06:10:57.053 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-21 06:10:57.054 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-21 06:10:57.054 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-21 06:10:57.054 63 DEBUG tempest [-] identity.admin_domain_scope = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.054 63 DEBUG tempest [-] identity.admin_role = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.054 63 DEBUG tempest [-] identity.auth_version = v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.054 63 DEBUG tempest [-] identity.ca_certificates_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.054 63 DEBUG tempest [-] identity.catalog_type = identity log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.054 63 DEBUG tempest [-] identity.default_domain_id = default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.055 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-21 06:10:57.055 63 DEBUG tempest [-] identity.region = regionOne log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.055 63 DEBUG tempest [-] identity.uri = http://172.30.9.44:5000/v2.0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.055 63 DEBUG tempest [-] identity.uri_v3 = http://172.30.9.44:5000/v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.055 63 DEBUG tempest [-] identity.user_lockout_duration = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.055 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-21 06:10:57.055 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-21 06:10:57.055 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-21 06:10:57.056 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-21 06:10:57.056 63 DEBUG tempest [-] identity.v3_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.056 63 DEBUG tempest [-] network.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.056 63 DEBUG tempest [-] network.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.056 63 DEBUG tempest [-] network.catalog_type = network log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.056 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-21 06:10:57.056 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-21 06:10:57.056 63 DEBUG tempest [-] network.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.057 63 DEBUG tempest [-] network.floating_network_name = external log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.057 63 DEBUG tempest [-] network.port_profile = {} log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.057 63 DEBUG tempest [-] network.port_vnic_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.057 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-21 06:10:57.057 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-21 06:10:57.057 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-21 06:10:57.057 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-21 06:10:57.057 63 DEBUG tempest [-] network.project_networks_reachable = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.057 63 DEBUG tempest [-] network.public_network_id = be8fdaff-94a3-4138-b7b1-3304e6e27601 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.058 63 DEBUG tempest [-] network.public_router_id = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.058 63 DEBUG tempest [-] network.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.058 63 DEBUG tempest [-] network.shared_physical_network = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-21 06:10:57.058 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2900 2018-08-21 06:10:57.058 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-21 06:10:57.698 63 INFO tempest.lib.common.rest_client [req-6b3400d0-c4c3-42ce-909e-3af93d870b01 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:57.698 63 DEBUG tempest.lib.common.rest_client [req-6b3400d0-c4c3-42ce-909e-3af93d870b01 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b3400d0-c4c3-42ce-909e-3af93d870b01'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "na _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:58.109 63 INFO tempest.lib.common.rest_client [req-32b38dd3-038f-42a1-a9fe-e8a61e7c8800 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:58.109 63 DEBUG tempest.lib.common.rest_client [req-32b38dd3-038f-42a1-a9fe-e8a61e7c8800 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-32b38dd3-038f-42a1-a9fe-e8a61e7c8800'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "na _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:58.219 63 INFO tempest.lib.common.rest_client [req-2efe7ae4-24a4-4533-8801-f37bc4c682de ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/domains?name=Default 0.107s 2018-08-21 06:10:58.219 63 DEBUG tempest.lib.common.rest_client [req-2efe7ae4-24a4-4533-8801-f37bc4c682de ] 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.5:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2efe7ae4-24a4-4533-8801-f37bc4c682de'} Body: {"domains": [{"description": "The default domain", "links": {"self": "http://192.30.9.5:35357/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://192.30.9.5:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:58.441 63 INFO tempest.lib.common.rest_client [req-71f0def7-e892-4254-83e1-b293804c8e92 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.215s 2018-08-21 06:10:58.442 63 DEBUG tempest.lib.common.rest_client [req-71f0def7-e892-4254-83e1-b293804c8e92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-713799909-desc", "name": "tempest-BgpvpnTest-713799909", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71f0def7-e892-4254-83e1-b293804c8e92'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-713799909-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/b6e3b2b62e0c4a928eb6b29397524b02"}, "tags": [], "enabled": true, "id": "b6e3b2b62e0c4a928eb6b29397524b02", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-713799909"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:58.901 63 INFO tempest.lib.common.rest_client [req-f43b56e6-ab39-4903-9b29-9d52c29a7941 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.459s 2018-08-21 06:10:58.902 63 DEBUG tempest.lib.common.rest_client [req-f43b56e6-ab39-4903-9b29-9d52c29a7941 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "I7^R2#aDv7NU%gb", "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-BgpvpnTest-713799909", "email": "tempest-BgpvpnTest-847140549@example.com"}} Response - Headers: {'status': '201', u'content-length': '368', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f43b56e6-ab39-4903-9b29-9d52c29a7941'} Body: {"user": {"name": "tempest-BgpvpnTest-713799909", "links": {"self": "http://192.30.9.5:35357/v3/users/f902b2bfd72a4f488dae8262bb18b795"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f902b2bfd72a4f488dae8262bb18b795", "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "email": "tempest-BgpvpnTest-847140549@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:59.002 63 INFO tempest.lib.common.rest_client [req-f58f37f7-d93b-426e-aff5-e12114ce3c4d ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.099s 2018-08-21 06:10:59.002 63 DEBUG tempest.lib.common.rest_client [req-f58f37f7-d93b-426e-aff5-e12114ce3c4d ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f58f37f7-d93b-426e-aff5-e12114ce3c4d'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:59.175 63 INFO tempest.lib.common.rest_client [req-e9f3a120-f563-4aa1-9298-fde07818ad9b ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.172s 2018-08-21 06:10:59.176 63 DEBUG tempest.lib.common.rest_client [req-e9f3a120-f563-4aa1-9298-fde07818ad9b ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9f3a120-f563-4aa1-9298-fde07818ad9b'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:59.395 63 INFO tempest.lib.common.rest_client [req-640467ba-4a0d-41f5-97de-094232fe45bd ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/b6e3b2b62e0c4a928eb6b29397524b02/users/f902b2bfd72a4f488dae8262bb18b795/roles/db4208113bcf4b5a95dc3ad7c3fa0afc 0.219s 2018-08-21 06:10:59.396 63 DEBUG tempest.lib.common.rest_client [req-640467ba-4a0d-41f5-97de-094232fe45bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/b6e3b2b62e0c4a928eb6b29397524b02/users/f902b2bfd72a4f488dae8262bb18b795/roles/db4208113bcf4b5a95dc3ad7c3fa0afc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:59 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-640467ba-4a0d-41f5-97de-094232fe45bd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:59.396 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-713799909', 'project_name': u'tempest-BgpvpnTest-713799909', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b6e3b2b62e0c4a928eb6b29397524b02', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-713799909', 'user_id': u'f902b2bfd72a4f488dae8262bb18b795', 'project_id': u'b6e3b2b62e0c4a928eb6b29397524b02', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:10:59.397 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-713799909', 'project_name': u'tempest-BgpvpnTest-713799909', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b6e3b2b62e0c4a928eb6b29397524b02', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-713799909', 'user_id': u'f902b2bfd72a4f488dae8262bb18b795', 'project_id': u'b6e3b2b62e0c4a928eb6b29397524b02', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:10:59.784 63 INFO tempest.lib.common.rest_client [req-1ecdacac-d051-4812-990d-d9c3e50a46ca ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:10:59.784 63 DEBUG tempest.lib.common.rest_client [req-1ecdacac-d051-4812-990d-d9c3e50a46ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8969', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ecdacac-d051-4812-990d-d9c3e50a46ca'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:10:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-BgpvpnTest-713799909"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_b6e3b2b62e0c4a928eb6b29397524b02", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"region _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:10:59.998 63 INFO tempest.lib.common.rest_client [req-367752b7-daac-42ba-afe1-afa56b144480 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.212s 2018-08-21 06:10:59.999 63 DEBUG tempest.lib.common.rest_client [req-367752b7-daac-42ba-afe1-afa56b144480 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-655823700-desc", "name": "tempest-BgpvpnTest-655823700", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-367752b7-daac-42ba-afe1-afa56b144480'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-655823700-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/1b663fa141ad484394cba80d0d671919"}, "tags": [], "enabled": true, "id": "1b663fa141ad484394cba80d0d671919", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-655823700"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:00.473 63 INFO tempest.lib.common.rest_client [req-6397d367-e03f-4f44-bba6-306b147ffc2e ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.473s 2018-08-21 06:11:00.473 63 DEBUG tempest.lib.common.rest_client [req-6397d367-e03f-4f44-bba6-306b147ffc2e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "W8_*Ie@GRVRl8vp", "project_id": "1b663fa141ad484394cba80d0d671919", "name": "tempest-BgpvpnTest-655823700", "email": "tempest-BgpvpnTest-1882518511@example.com"}} Response - Headers: {'status': '201', u'content-length': '369', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:10:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6397d367-e03f-4f44-bba6-306b147ffc2e'} Body: {"user": {"name": "tempest-BgpvpnTest-655823700", "links": {"self": "http://192.30.9.5:35357/v3/users/ff45e9f78abb406ab96100f13c9afc89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ff45e9f78abb406ab96100f13c9afc89", "project_id": "1b663fa141ad484394cba80d0d671919", "email": "tempest-BgpvpnTest-1882518511@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:00.582 63 INFO tempest.lib.common.rest_client [req-25db7ecd-deab-45d5-b8cb-331ac0540ebc ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.108s 2018-08-21 06:11:00.582 63 DEBUG tempest.lib.common.rest_client [req-25db7ecd-deab-45d5-b8cb-331ac0540ebc ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-25db7ecd-deab-45d5-b8cb-331ac0540ebc'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:00.770 63 INFO tempest.lib.common.rest_client [req-d449f9e1-d606-4efd-80dd-97491e4e3e7f ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/1b663fa141ad484394cba80d0d671919/users/ff45e9f78abb406ab96100f13c9afc89/roles/3a0fe1d139fc43479f3d98c2920238fb 0.187s 2018-08-21 06:11:00.771 63 DEBUG tempest.lib.common.rest_client [req-d449f9e1-d606-4efd-80dd-97491e4e3e7f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/1b663fa141ad484394cba80d0d671919/users/ff45e9f78abb406ab96100f13c9afc89/roles/3a0fe1d139fc43479f3d98c2920238fb', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:00 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d449f9e1-d606-4efd-80dd-97491e4e3e7f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:00.771 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-655823700', 'project_name': u'tempest-BgpvpnTest-655823700', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'1b663fa141ad484394cba80d0d671919', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-655823700', 'user_id': u'ff45e9f78abb406ab96100f13c9afc89', 'project_id': u'1b663fa141ad484394cba80d0d671919', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:00.772 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-655823700', 'project_name': u'tempest-BgpvpnTest-655823700', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'1b663fa141ad484394cba80d0d671919', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-655823700', 'user_id': u'ff45e9f78abb406ab96100f13c9afc89', 'project_id': u'1b663fa141ad484394cba80d0d671919', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:01.153 63 INFO tempest.lib.common.rest_client [req-33294859-63d3-41ca-ada1-54d05921b709 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:01.153 63 DEBUG tempest.lib.common.rest_client [req-33294859-63d3-41ca-ada1-54d05921b709 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9030', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-33294859-63d3-41ca-ada1-54d05921b709'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b663fa141ad484394cba80d0d671919", "name": "tempest-BgpvpnTest-655823700"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_1b663fa141ad484394cba80d0d671919", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b0 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:01.275 63 INFO tempest.lib.common.rest_client [req-f8ca0e85-7ee3-43b4-af28-f5199005db23 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.120s 2018-08-21 06:11:01.275 63 DEBUG tempest.lib.common.rest_client [req-f8ca0e85-7ee3-43b4-af28-f5199005db23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-299464590-desc", "name": "tempest-BgpvpnTest-299464590", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8ca0e85-7ee3-43b4-af28-f5199005db23'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-299464590-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/4e0c76d4097248b68a9e61a2e25c125e"}, "tags": [], "enabled": true, "id": "4e0c76d4097248b68a9e61a2e25c125e", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-299464590"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:01.709 63 INFO tempest.lib.common.rest_client [req-bc602093-35f0-4e2d-a28a-9dc652c9e0df ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.432s 2018-08-21 06:11:01.709 63 DEBUG tempest.lib.common.rest_client [req-bc602093-35f0-4e2d-a28a-9dc652c9e0df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "D1@Qd8^ELrpBISy", "project_id": "4e0c76d4097248b68a9e61a2e25c125e", "name": "tempest-BgpvpnTest-299464590", "email": "tempest-BgpvpnTest-46358205@example.com"}} Response - Headers: {'status': '201', u'content-length': '367', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bc602093-35f0-4e2d-a28a-9dc652c9e0df'} Body: {"user": {"name": "tempest-BgpvpnTest-299464590", "links": {"self": "http://192.30.9.5:35357/v3/users/724a797b4c964e899953e791bfbbd738"}, "domain_id": "default", "enabled": true, "options": {}, "id": "724a797b4c964e899953e791bfbbd738", "project_id": "4e0c76d4097248b68a9e61a2e25c125e", "email": "tempest-BgpvpnTest-46358205@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:01.985 63 INFO tempest.lib.common.rest_client [req-a4133986-e430-441b-82a3-cb8a2fbc2d75 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.274s 2018-08-21 06:11:01.985 63 DEBUG tempest.lib.common.rest_client [req-a4133986-e430-441b-82a3-cb8a2fbc2d75 ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4133986-e430-441b-82a3-cb8a2fbc2d75'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:02.083 63 INFO tempest.lib.common.rest_client [req-4b3e06ba-b1d6-4142-835d-1ad6d0dc6289 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.097s 2018-08-21 06:11:02.084 63 DEBUG tempest.lib.common.rest_client [req-4b3e06ba-b1d6-4142-835d-1ad6d0dc6289 ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b3e06ba-b1d6-4142-835d-1ad6d0dc6289'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:02.371 63 INFO tempest.lib.common.rest_client [req-0b904413-2ff1-4c90-babc-831d3b0d3e35 ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/4e0c76d4097248b68a9e61a2e25c125e/users/724a797b4c964e899953e791bfbbd738/roles/db4208113bcf4b5a95dc3ad7c3fa0afc 0.286s 2018-08-21 06:11:02.371 63 DEBUG tempest.lib.common.rest_client [req-0b904413-2ff1-4c90-babc-831d3b0d3e35 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/4e0c76d4097248b68a9e61a2e25c125e/users/724a797b4c964e899953e791bfbbd738/roles/db4208113bcf4b5a95dc3ad7c3fa0afc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:02 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-0b904413-2ff1-4c90-babc-831d3b0d3e35'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:02.372 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-299464590', 'project_name': u'tempest-BgpvpnTest-299464590', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'4e0c76d4097248b68a9e61a2e25c125e', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-299464590', 'user_id': u'724a797b4c964e899953e791bfbbd738', 'project_id': u'4e0c76d4097248b68a9e61a2e25c125e', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:02.372 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-299464590', 'project_name': u'tempest-BgpvpnTest-299464590', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'4e0c76d4097248b68a9e61a2e25c125e', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-299464590', 'user_id': u'724a797b4c964e899953e791bfbbd738', 'project_id': u'4e0c76d4097248b68a9e61a2e25c125e', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:02.753 63 INFO tempest.lib.common.rest_client [req-bbf8381d-8287-48e0-bdc0-c2b4788eda81 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:02.753 63 DEBUG tempest.lib.common.rest_client [req-bbf8381d-8287-48e0-bdc0-c2b4788eda81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8969', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bbf8381d-8287-48e0-bdc0-c2b4788eda81'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e0c76d4097248b68a9e61a2e25c125e", "name": "tempest-BgpvpnTest-299464590"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_4e0c76d4097248b68a9e61a2e25c125e", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"region _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:03.165 63 INFO tempest.lib.common.rest_client [req-5c00e1cd-c8fd-426f-8729-7b942ff8fe03 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.409s 2018-08-21 06:11:03.166 63 DEBUG tempest.lib.common.rest_client [req-5c00e1cd-c8fd-426f-8729-7b942ff8fe03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1592873975"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c00e1cd-c8fd-426f-8729-7b942ff8fe03'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1592873975", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "93bce0af-f31a-4379-9ba3-a520c3b4022f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:03.811 63 INFO tempest.lib.common.rest_client [req-336d34da-247e-477a-b0dc-90e17caeaca0 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.44:9696/v2.0/networks 0.644s 2018-08-21 06:11:03.811 63 DEBUG tempest.lib.common.rest_client [req-336d34da-247e-477a-b0dc-90e17caeaca0 ] 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.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-336d34da-247e-477a-b0dc-90e17caeaca0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","id":"a843b3c1-88b5-48c0-a159-7cc7d3b0596b","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:04.011 63 INFO tempest.lib.common.rest_client [req-8b2341f4-eb36-4c0c-9c77-6e20e416f597 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f/network_associations 0.199s 2018-08-21 06:11:04.012 63 DEBUG tempest.lib.common.rest_client [req-8b2341f4-eb36-4c0c-9c77-6e20e416f597 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a843b3c1-88b5-48c0-a159-7cc7d3b0596b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b2341f4-eb36-4c0c-9c77-6e20e416f597'} Body: {"network_association": {"network_id": "a843b3c1-88b5-48c0-a159-7cc7d3b0596b", "id": "394f924c-fc48-42f4-bf05-1fec5cee2d51"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:04.058 63 INFO tempest.lib.common.rest_client [req-4c0939a5-beef-471d-bb32-9a8870409438 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f 0.045s 2018-08-21 06:11:04.058 63 DEBUG tempest.lib.common.rest_client [req-4c0939a5-beef-471d-bb32-9a8870409438 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f', u'date': 'Tue, 21 Aug 2018 06:11:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4c0939a5-beef-471d-bb32-9a8870409438'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": ["a843b3c1-88b5-48c0-a159-7cc7d3b0596b"], "id": "93bce0af-f31a-4379-9ba3-a520c3b4022f", "name": "tempest-test-bgpvpn--1592873975"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:04.357 63 INFO tempest.lib.common.rest_client [req-fd2f7e96-b026-466a-a15a-a70e39dd60df ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f/network_associations/394f924c-fc48-42f4-bf05-1fec5cee2d51 0.298s 2018-08-21 06:11:04.357 63 DEBUG tempest.lib.common.rest_client [req-fd2f7e96-b026-466a-a15a-a70e39dd60df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f/network_associations/394f924c-fc48-42f4-bf05-1fec5cee2d51', u'date': 'Tue, 21 Aug 2018 06:11:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd2f7e96-b026-466a-a15a-a70e39dd60df'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:04.651 63 INFO tempest.lib.common.rest_client [req-25fcc518-2549-4c87-bc4a-2e29dbd58e73 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f 0.293s 2018-08-21 06:11:04.652 63 DEBUG tempest.lib.common.rest_client [req-25fcc518-2549-4c87-bc4a-2e29dbd58e73 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f', u'date': 'Tue, 21 Aug 2018 06:11:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25fcc518-2549-4c87-bc4a-2e29dbd58e73'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "93bce0af-f31a-4379-9ba3-a520c3b4022f", "name": "tempest-test-bgpvpn--1592873975"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:05.547 63 INFO tempest.lib.common.rest_client [req-8c90e09a-69fa-4438-b8a4-229b761ba83b ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.44:9696/v2.0/networks/a843b3c1-88b5-48c0-a159-7cc7d3b0596b 0.894s 2018-08-21 06:11:05.548 63 DEBUG tempest.lib.common.rest_client [req-8c90e09a-69fa-4438-b8a4-229b761ba83b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/a843b3c1-88b5-48c0-a159-7cc7d3b0596b', u'date': 'Tue, 21 Aug 2018 06:11:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8c90e09a-69fa-4438-b8a4-229b761ba83b'} 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.792979s] ... ok 2018-08-21 06:11:06.262 63 INFO tempest.lib.common.rest_client [req-001e1019-57fb-4d16-8e62-1600386d7b64 ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.712s 2018-08-21 06:11:06.263 63 DEBUG tempest.lib.common.rest_client [req-001e1019-57fb-4d16-8e62-1600386d7b64 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--188349089"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-001e1019-57fb-4d16-8e62-1600386d7b64'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--188349089", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "3e970813-30d4-455a-8521-cbdfd6ab1277"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:06.592 63 INFO tempest.lib.common.rest_client [req-970f4a90-28e7-4ded-879e-3c51893a56b0 ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.44:9696/v2.0/routers 0.328s 2018-08-21 06:11:06.593 63 DEBUG tempest.lib.common.rest_client [req-970f4a90-28e7-4ded-879e-3c51893a56b0 ] 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.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:11:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-970f4a90-28e7-4ded-879e-3c51893a56b0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:06Z", "admin_state_up": true, "updated_at": "2018-08-21T06:11:06Z", "revision_number": 0, "routes": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "cc46eb41-f547-4577-9355-79e7f58c0ab1", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:06.957 63 INFO tempest.lib.common.rest_client [req-f717c9f3-bea1-45e6-874f-04ab9ced52a5 ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277/router_associations 0.362s 2018-08-21 06:11:06.957 63 DEBUG tempest.lib.common.rest_client [req-f717c9f3-bea1-45e6-874f-04ab9ced52a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "cc46eb41-f547-4577-9355-79e7f58c0ab1"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277/router_associations', u'date': 'Tue, 21 Aug 2018 06:11:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f717c9f3-bea1-45e6-874f-04ab9ced52a5'} Body: {"router_association": {"router_id": "cc46eb41-f547-4577-9355-79e7f58c0ab1", "id": "97093177-6653-44e1-b6c0-e59d96957e79"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:06.992 63 INFO tempest.lib.common.rest_client [req-f9d2ab98-92b1-434c-bb0b-c59073ed37d1 ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277 0.033s 2018-08-21 06:11:06.992 63 DEBUG tempest.lib.common.rest_client [req-f9d2ab98-92b1-434c-bb0b-c59073ed37d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '183', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277', u'date': 'Tue, 21 Aug 2018 06:11:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9d2ab98-92b1-434c-bb0b-c59073ed37d1'} Body: {"bgpvpn": {"routers": ["cc46eb41-f547-4577-9355-79e7f58c0ab1"], "type": "l3", "networks": [], "id": "3e970813-30d4-455a-8521-cbdfd6ab1277", "name": "tempest-test-bgpvpn--188349089"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:07.598 63 INFO tempest.lib.common.rest_client [req-3edf1162-9e9c-4788-a5d7-f43369515b42 ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277/router_associations/97093177-6653-44e1-b6c0-e59d96957e79 0.605s 2018-08-21 06:11:07.599 63 DEBUG tempest.lib.common.rest_client [req-3edf1162-9e9c-4788-a5d7-f43369515b42 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277/router_associations/97093177-6653-44e1-b6c0-e59d96957e79', u'date': 'Tue, 21 Aug 2018 06:11:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3edf1162-9e9c-4788-a5d7-f43369515b42'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:07.625 63 INFO tempest.lib.common.rest_client [req-ce218998-2414-4473-84bb-671feba1ad19 ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277 0.026s 2018-08-21 06:11:07.626 63 DEBUG tempest.lib.common.rest_client [req-ce218998-2414-4473-84bb-671feba1ad19 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277', u'date': 'Tue, 21 Aug 2018 06:11:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce218998-2414-4473-84bb-671feba1ad19'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "3e970813-30d4-455a-8521-cbdfd6ab1277", "name": "tempest-test-bgpvpn--188349089"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:08.393 63 INFO tempest.lib.common.rest_client [req-3d5a3709-133d-4679-8058-6773273b2e4c ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.44:9696/v2.0/routers/cc46eb41-f547-4577-9355-79e7f58c0ab1 0.767s 2018-08-21 06:11:08.394 63 DEBUG tempest.lib.common.rest_client [req-3d5a3709-133d-4679-8058-6773273b2e4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cc46eb41-f547-4577-9355-79e7f58c0ab1', u'date': 'Tue, 21 Aug 2018 06:11:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3d5a3709-133d-4679-8058-6773273b2e4c'} 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.845851s] ... ok 2018-08-21 06:11:08.665 63 INFO tempest.lib.common.rest_client [req-99b78356-70df-4e23-b394-b68e85422729 ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.269s 2018-08-21 06:11:08.666 63 DEBUG tempest.lib.common.rest_client [req-99b78356-70df-4e23-b394-b68e85422729 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99b78356-70df-4e23-b394-b68e85422729'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "df0931b7-8805-4a2a-89f4-9bfa0fbfb9eb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:09.069 63 INFO tempest.lib.common.rest_client [req-77131e10-3279-4344-9671-7cd7e33ed9ca ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.44:9696/v2.0/networks 0.402s 2018-08-21 06:11:09.070 63 DEBUG tempest.lib.common.rest_client [req-77131e10-3279-4344-9671-7cd7e33ed9ca ] 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.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77131e10-3279-4344-9671-7cd7e33ed9ca'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:09.099 63 INFO tempest.lib.common.rest_client [req-65bfbb13-0ad6-41ac-bc12-f9712bc4da96 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/df0931b7-8805-4a2a-89f4-9bfa0fbfb9eb/network_associations 0.028s 2018-08-21 06:11:09.100 63 DEBUG tempest.lib.common.rest_client [req-65bfbb13-0ad6-41ac-bc12-f9712bc4da96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "816978fa-8475-4c94-8cdd-9991bf610d7a"}} Response - Headers: {'status': '404', u'content-length': '138', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/df0931b7-8805-4a2a-89f4-9bfa0fbfb9eb/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-65bfbb13-0ad6-41ac-bc12-f9712bc4da96'} Body: {"NeutronError": {"message": "Network 816978fa-8475-4c94-8cdd-9991bf610d7a could not be found.", "type": "NetworkNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:09.224 63 INFO tempest.lib.common.rest_client [req-95d0f3f2-852c-4c42-98a2-7defbd776fec ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e0bd2832-a961-4659-b135-623bc35c6def/network_associations 0.124s 2018-08-21 06:11:09.225 63 DEBUG tempest.lib.common.rest_client [req-95d0f3f2-852c-4c42-98a2-7defbd776fec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206"}} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e0bd2832-a961-4659-b135-623bc35c6def/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95d0f3f2-852c-4c42-98a2-7defbd776fec'} Body: {"NeutronError": {"message": "BGPVPN e0bd2832-a961-4659-b135-623bc35c6def 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.830333s] ... ok 2018-08-21 06:11:09.630 63 INFO tempest.lib.common.rest_client [req-6bd2d3e0-ece9-435d-90f4-68371fb672cc ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.403s 2018-08-21 06:11:09.630 63 DEBUG tempest.lib.common.rest_client [req-6bd2d3e0-ece9-435d-90f4-68371fb672cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--776493618"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6bd2d3e0-ece9-435d-90f4-68371fb672cc'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--776493618", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "a92bd7d4-3a61-48b7-8ee4-dfca9cc1ca73"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:09.874 63 INFO tempest.lib.common.rest_client [req-a1ff0e4b-ef51-4a4f-8703-e6a8dd3440a5 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.44:9696/v2.0/networks 0.242s 2018-08-21 06:11:09.874 63 DEBUG tempest.lib.common.rest_client [req-a1ff0e4b-ef51-4a4f-8703-e6a8dd3440a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-BgpvpnTest-test-network-1481567298"}} Response - Headers: {'status': '201', u'content-length': '579', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1ff0e4b-ef51-4a4f-8703-e6a8dd3440a5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:09Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","id":"602a8da1-1411-474a-bd79-ac456b0ac1e1","name":"tempest-BgpvpnTest-test-network-1481567298"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:10.435 63 INFO tempest.lib.common.rest_client [req-186ce88f-197c-48de-b5d9-5172ea07a7f9 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.560s 2018-08-21 06:11:10.436 63 DEBUG tempest.lib.common.rest_client [req-186ce88f-197c-48de-b5d9-5172ea07a7f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "network_id": "602a8da1-1411-474a-bd79-ac456b0ac1e1", "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.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:11:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-186ce88f-197c-48de-b5d9-5172ea07a7f9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"602a8da1-1411-474a-bd79-ac456b0ac1e1","tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:10Z","dns_nameservers":[],"updated_at":"2018-08-21T06:11:10Z","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":"b6e3b2b62e0c4a928eb6b29397524b02","id":"f713d45b-25f2-4408-bb9e-f3431da10f4c","subnetpool_id":null,"name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:10.828 63 INFO tempest.lib.common.rest_client [req-2e6d8961-5ef4-4640-81bf-6cd4ec8e3ad7 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a92bd7d4-3a61-48b7-8ee4-dfca9cc1ca73/network_associations 0.391s 2018-08-21 06:11:10.828 63 DEBUG tempest.lib.common.rest_client [req-2e6d8961-5ef4-4640-81bf-6cd4ec8e3ad7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "602a8da1-1411-474a-bd79-ac456b0ac1e1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a92bd7d4-3a61-48b7-8ee4-dfca9cc1ca73/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e6d8961-5ef4-4640-81bf-6cd4ec8e3ad7'} Body: {"network_association": {"network_id": "602a8da1-1411-474a-bd79-ac456b0ac1e1", "id": "a8a538fb-cfa0-4f1a-8257-2593552c083b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:11.205 63 INFO tempest.lib.common.rest_client [req-4eeac754-52f4-49bf-9527-c4a0e3743e59 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.376s 2018-08-21 06:11:11.205 63 DEBUG tempest.lib.common.rest_client [req-4eeac754-52f4-49bf-9527-c4a0e3743e59 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--2097307663"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4eeac754-52f4-49bf-9527-c4a0e3743e59'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--2097307663", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "900813b5-09fc-43c8-a393-f6f2d199d182"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:11.551 63 INFO tempest.lib.common.rest_client [req-7e34626b-4b8a-4d46-8408-9d29e7e4b5e3 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.44:9696/v2.0/routers 0.344s 2018-08-21 06:11:11.551 63 DEBUG tempest.lib.common.rest_client [req-7e34626b-4b8a-4d46-8408-9d29e7e4b5e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {}, "name": "tempest-test-bgpvpn--466159675", "admin_state_up": false}} Response - Headers: {'status': '201', u'content-length': '418', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:11:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e34626b-4b8a-4d46-8408-9d29e7e4b5e3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:11Z", "admin_state_up": false, "updated_at": "2018-08-21T06:11:11Z", "revision_number": 0, "routes": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "0505b11b-9961-4f00-b7ea-ffa07b1e1d3b", "name": "tempest-test-bgpvpn--466159675"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:11.875 63 INFO tempest.lib.common.rest_client [req-0e4ee9f3-76e2-43bb-a3dc-b68532309dcd ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/900813b5-09fc-43c8-a393-f6f2d199d182/router_associations 0.322s 2018-08-21 06:11:11.875 63 DEBUG tempest.lib.common.rest_client [req-0e4ee9f3-76e2-43bb-a3dc-b68532309dcd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "0505b11b-9961-4f00-b7ea-ffa07b1e1d3b"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/900813b5-09fc-43c8-a393-f6f2d199d182/router_associations', u'date': 'Tue, 21 Aug 2018 06:11:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e4ee9f3-76e2-43bb-a3dc-b68532309dcd'} Body: {"router_association": {"router_id": "0505b11b-9961-4f00-b7ea-ffa07b1e1d3b", "id": "5c2669ed-3b48-4b5f-abfc-0e47c03194f9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:13.621 63 INFO tempest.lib.common.rest_client [req-2d3af50f-aba8-4a56-be1c-127277f8d973 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 409 PUT http://172.30.9.44:9696/v2.0/routers/0505b11b-9961-4f00-b7ea-ffa07b1e1d3b/add_router_interface 1.744s 2018-08-21 06:11:13.621 63 DEBUG tempest.lib.common.rest_client [req-2d3af50f-aba8-4a56-be1c-127277f8d973 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f713d45b-25f2-4408-bb9e-f3431da10f4c"} Response - Headers: {'status': '409', u'content-length': '448', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/0505b11b-9961-4f00-b7ea-ffa07b1e1d3b/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:11:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d3af50f-aba8-4a56-be1c-127277f8d973'} Body: {"NeutronError": {"message": "Error cannot perform router interface attachment due to Callback networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin._notify_adding_interface_to_router--9223372036854653215 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 [4.395810s] ... ok 2018-08-21 06:11:13.793 63 INFO tempest.lib.common.rest_client [req-e02a8ead-8905-4ac0-a749-f3ad9c3e6e08 ] Request (BgpvpnTest:test_create_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.170s 2018-08-21 06:11:13.794 63 DEBUG tempest.lib.common.rest_client [req-e02a8ead-8905-4ac0-a749-f3ad9c3e6e08 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--1681669007"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e02a8ead-8905-4ac0-a749-f3ad9c3e6e08'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1681669007", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "1b663fa141ad484394cba80d0d671919", "route_targets": [], "project_id": "1b663fa141ad484394cba80d0d671919", "type": "l3", "id": "4df68b9d-d1d9-4c10-ad30-a4f61bbd56bb"}} _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.171714s] ... ok 2018-08-21 06:11:13.987 63 INFO tempest.lib.common.rest_client [req-150e4419-7b19-41d7-9b2e-4549ea7f3518 ] Request (BgpvpnTest:test_create_bgpvpn_as_non_admin_fail): 403 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.191s 2018-08-21 06:11:13.987 63 DEBUG tempest.lib.common.rest_client [req-150e4419-7b19-41d7-9b2e-4549ea7f3518 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--1091016820"}} Response - Headers: {'status': '403', u'content-length': '185', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-150e4419-7b19-41d7-9b2e-4549ea7f3518'} 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.193036s] ... ok 2018-08-21 06:11:14.180 63 INFO tempest.lib.common.rest_client [req-336e41a7-c45e-44fe-99d5-82a7a19143f9 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.191s 2018-08-21 06:11:14.181 63 DEBUG tempest.lib.common.rest_client [req-336e41a7-c45e-44fe-99d5-82a7a19143f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "testbgpvpn", "route_targets": ["0"]}} Response - Headers: {'status': '400', u'content-length': '139', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-336e41a7-c45e-44fe-99d5-82a7a19143f9'} 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-21 06:11:14.194 63 INFO tempest.lib.common.rest_client [req-54c6fbcc-351a-4ab1-96dc-d9200bcb12ef ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.012s 2018-08-21 06:11:14.194 63 DEBUG tempest.lib.common.rest_client [req-54c6fbcc-351a-4ab1-96dc-d9200bcb12ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "import_targets": ["test", " "], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '143', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54c6fbcc-351a-4ab1-96dc-d9200bcb12ef'} 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-21 06:11:14.209 63 INFO tempest.lib.common.rest_client [req-de60fd9d-adc4-4ef2-8d50-67404405bcde ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.013s 2018-08-21 06:11:14.209 63 DEBUG tempest.lib.common.rest_client [req-de60fd9d-adc4-4ef2-8d50-67404405bcde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "export_targets": ["64512:1000000000000", "xyz"], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '158', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de60fd9d-adc4-4ef2-8d50-67404405bcde'} 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.221178s] ... ok 2018-08-21 06:11:14.296 63 INFO tempest.lib.common.rest_client [req-b2322177-5f79-484c-a238-0bdf6e763891 ] Request (BgpvpnTest:test_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.085s 2018-08-21 06:11:14.297 63 DEBUG tempest.lib.common.rest_client [req-b2322177-5f79-484c-a238-0bdf6e763891 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1295345414"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2322177-5f79-484c-a238-0bdf6e763891'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1295345414", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "7013f01c-c7a6-4ce8-abbd-e239a49add5b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:14.391 63 INFO tempest.lib.common.rest_client [req-2b120ef6-fbe7-407b-b84c-02fb12622517 ] Request (BgpvpnTest:test_delete_bgpvpn): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7013f01c-c7a6-4ce8-abbd-e239a49add5b 0.093s 2018-08-21 06:11:14.391 63 DEBUG tempest.lib.common.rest_client [req-2b120ef6-fbe7-407b-b84c-02fb12622517 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7013f01c-c7a6-4ce8-abbd-e239a49add5b', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2b120ef6-fbe7-407b-b84c-02fb12622517'} 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.181862s] ... ok 2018-08-21 06:11:14.494 63 INFO tempest.lib.common.rest_client [req-abfb1409-fa9d-4335-bd02-b003d5416bba ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.101s 2018-08-21 06:11:14.494 63 DEBUG tempest.lib.common.rest_client [req-abfb1409-fa9d-4335-bd02-b003d5416bba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--424346600"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abfb1409-fa9d-4335-bd02-b003d5416bba'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--424346600", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "6d827048-fed4-4584-a444-6ac8030f1093"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:14.525 63 INFO tempest.lib.common.rest_client [req-19669e11-60a7-4e6b-913b-3987fdb8f735 ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 403 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6d827048-fed4-4584-a444-6ac8030f1093 0.030s 2018-08-21 06:11:14.526 63 DEBUG tempest.lib.common.rest_client [req-19669e11-60a7-4e6b-913b-3987fdb8f735 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/6d827048-fed4-4584-a444-6ac8030f1093', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-19669e11-60a7-4e6b-913b-3987fdb8f735'} 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.133757s] ... ok 2018-08-21 06:11:14.899 63 INFO tempest.lib.common.rest_client [req-4570552b-c2ed-4af2-8ee9-701ebd4c5c66 ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.372s 2018-08-21 06:11:14.900 63 DEBUG tempest.lib.common.rest_client [req-4570552b-c2ed-4af2-8ee9-701ebd4c5c66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4570552b-c2ed-4af2-8ee9-701ebd4c5c66'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "aa74d22c-7a8d-45c2-b230-db05f7e7347d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:15.097 63 INFO tempest.lib.common.rest_client [req-a069974b-2942-4566-b951-1ae9db05a07f ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.44:9696/v2.0/networks 0.196s 2018-08-21 06:11:15.098 63 DEBUG tempest.lib.common.rest_client [req-a069974b-2942-4566-b951-1ae9db05a07f ] 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.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a069974b-2942-4566-b951-1ae9db05a07f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:15.379 63 INFO tempest.lib.common.rest_client [req-6ed51463-68d9-4f33-bfd3-5a7543cf3b82 ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/aa74d22c-7a8d-45c2-b230-db05f7e7347d/network_associations 0.280s 2018-08-21 06:11:15.379 63 DEBUG tempest.lib.common.rest_client [req-6ed51463-68d9-4f33-bfd3-5a7543cf3b82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "37334e80-1590-4aea-9eaa-2ad0cb21a664"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/aa74d22c-7a8d-45c2-b230-db05f7e7347d/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6ed51463-68d9-4f33-bfd3-5a7543cf3b82'} Body: {"network_association": {"network_id": "37334e80-1590-4aea-9eaa-2ad0cb21a664", "id": "115907ee-8d2f-432e-8793-035aae65e959"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:15.408 63 INFO tempest.lib.common.rest_client [req-c5bb31c6-775b-487d-8214-5889c665b130 ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/aa74d22c-7a8d-45c2-b230-db05f7e7347d/network_associations/1e0d6a21-2d75-4aec-9a71-bcfbadeac072 0.028s 2018-08-21 06:11:15.409 63 DEBUG tempest.lib.common.rest_client [req-c5bb31c6-775b-487d-8214-5889c665b130 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/aa74d22c-7a8d-45c2-b230-db05f7e7347d/network_associations/1e0d6a21-2d75-4aec-9a71-bcfbadeac072', u'date': 'Tue, 21 Aug 2018 06:11:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5bb31c6-775b-487d-8214-5889c665b130'} Body: {"NeutronError": {"message": "BGPVPN network association 1e0d6a21-2d75-4aec-9a71-bcfbadeac072 could not be found for BGPVPN aa74d22c-7a8d-45c2-b230-db05f7e7347d", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:15.440 63 INFO tempest.lib.common.rest_client [req-b275ce20-5061-44af-819f-0232cdb856ee ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3791ef2c-00d0-4147-b2c9-ca97b1968494/network_associations/115907ee-8d2f-432e-8793-035aae65e959 0.030s 2018-08-21 06:11:15.440 63 DEBUG tempest.lib.common.rest_client [req-b275ce20-5061-44af-819f-0232cdb856ee ] 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.44:9696/v2.0/bgpvpn/bgpvpns/3791ef2c-00d0-4147-b2c9-ca97b1968494/network_associations/115907ee-8d2f-432e-8793-035aae65e959', u'date': 'Tue, 21 Aug 2018 06:11:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b275ce20-5061-44af-819f-0232cdb856ee'} Body: {"NeutronError": {"message": "BGPVPN network association 115907ee-8d2f-432e-8793-035aae65e959 could not be found for BGPVPN 3791ef2c-00d0-4147-b2c9-ca97b1968494", "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.914175s] ... ok 2018-08-21 06:11:15.540 63 INFO tempest.lib.common.rest_client [req-ad41786a-9f77-47b7-96c6-175aae70ade0 ] Request (BgpvpnTest:test_list_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.099s 2018-08-21 06:11:15.541 63 DEBUG tempest.lib.common.rest_client [req-ad41786a-9f77-47b7-96c6-175aae70ade0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1497207893"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad41786a-9f77-47b7-96c6-175aae70ade0'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1497207893", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "899b6dab-bb62-4c19-b13f-5c114e8d10cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:15.681 63 INFO tempest.lib.common.rest_client [req-46ad5a00-90fd-491b-b8c4-96a0489bdbfb ] Request (BgpvpnTest:test_list_bgpvpn): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.139s 2018-08-21 06:11:15.682 63 DEBUG tempest.lib.common.rest_client [req-46ad5a00-90fd-491b-b8c4-96a0489bdbfb ] 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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46ad5a00-90fd-491b-b8c4-96a0489bdbfb'} Body: {"bgpvpns": [{"routers": [], "type": "l3", "networks": [], "id": "3e970813-30d4-455a-8521-cbdfd6ab1277", "name": "tempest-test-bgpvpn--188349089"}, {"routers": [], "type": "l3", "networks": [], "id": "6d827048-fed4-4584-a444-6ac8030f1093", "name": "tempest-test-bgpvpn--424346600"}, {"routers": [], "type": "l3", "networks": [], "id": "899b6dab-bb62-4c19-b13f-5c114e8d10cc", "name": "tempest-test-bgpvpn--1497207893"}, {"routers": ["0505b11b-9961-4f00-b7ea-ffa07b1e1d3b"], "type": "l3", "networks": [], "id": "900813b5-09fc-43c8-a393-f6f2d199d182", "name": "tempest-test-bgpvpn--2097307663"}, {"routers": [], "type": "l3", "networks": [], "id": "93bce0af-f31a-4379-9ba3-a520c3b4022f", "name": "tempest-test-bgpvpn--1592873975"}, {"routers": [], "type": "l3", "networks": ["602a8da1-1411-474a-bd79-ac456b0ac1e1"], "id": "a92bd7d4-3a61-48b7-8ee4-dfca9cc1ca73", "name": "tempest-test-bgpvpn--776493618"}, {"routers": [], "type": "l3", "networks": ["37334e80-1590-4aea-9eaa-2ad0cb21a664"], "id": "aa74d22c-7a8d-45c2-b230-db05f7e7347d", "name": "testbgpvpn"}, {"routers": [], "type": "l3", "networks": [], "id": "df0931b7-8805-4a2a-89f4-9bfa0fbfb9eb", "name": "testbgpvpn"}]} _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.241326s] ... ok 2018-08-21 06:11:15.770 63 INFO tempest.lib.common.rest_client [req-5c9795b6-6f81-42c8-ab4c-1454a74dda76 ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.086s 2018-08-21 06:11:15.770 63 DEBUG tempest.lib.common.rest_client [req-5c9795b6-6f81-42c8-ab4c-1454a74dda76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1072873488"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c9795b6-6f81-42c8-ab4c-1454a74dda76'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1072873488", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "3a5b20dc-0099-4fc3-8f2a-4336423ed972"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:16.031 63 INFO tempest.lib.common.rest_client [req-d7bf1a82-6d47-4182-b992-5e55bd88286d ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.259s 2018-08-21 06:11:16.031 63 DEBUG tempest.lib.common.rest_client [req-d7bf1a82-6d47-4182-b992-5e55bd88286d ] 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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7bf1a82-6d47-4182-b992-5e55bd88286d'} 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.348705s] ... ok 2018-08-21 06:11:16.175 63 INFO tempest.lib.common.rest_client [req-0f5016d1-0796-4360-a1e8-a5c8ebae816b ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.142s 2018-08-21 06:11:16.175 63 DEBUG tempest.lib.common.rest_client [req-0f5016d1-0796-4360-a1e8-a5c8ebae816b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1785271723"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f5016d1-0796-4360-a1e8-a5c8ebae816b'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1785271723", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "825b04b0-7ba6-4908-8502-bd5f1b568f06"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:16.416 63 INFO tempest.lib.common.rest_client [req-e3fe0397-317c-41d9-8b92-244563c6ece8 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/networks 0.239s 2018-08-21 06:11:16.416 63 DEBUG tempest.lib.common.rest_client [req-e3fe0397-317c-41d9-8b92-244563c6ece8 ] 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.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3fe0397-317c-41d9-8b92-244563c6ece8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:16.725 63 INFO tempest.lib.common.rest_client [req-45df0411-5337-48cf-ad52-9db8d59d8f33 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/825b04b0-7ba6-4908-8502-bd5f1b568f06/network_associations 0.308s 2018-08-21 06:11:16.725 63 DEBUG tempest.lib.common.rest_client [req-45df0411-5337-48cf-ad52-9db8d59d8f33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ee9d60a8-e93f-4269-9bc0-0f094117999e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/825b04b0-7ba6-4908-8502-bd5f1b568f06/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-45df0411-5337-48cf-ad52-9db8d59d8f33'} Body: {"network_association": {"network_id": "ee9d60a8-e93f-4269-9bc0-0f094117999e", "id": "402ed1b5-5dab-4ab5-baa8-15937d02a255"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:17.010 63 INFO tempest.lib.common.rest_client [req-86e47d2c-012b-4469-890f-e4f655d225bb ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/825b04b0-7ba6-4908-8502-bd5f1b568f06/network_associations 0.283s 2018-08-21 06:11:17.010 63 DEBUG tempest.lib.common.rest_client [req-86e47d2c-012b-4469-890f-e4f655d225bb ] 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.44:9696/v2.0/bgpvpn/bgpvpns/825b04b0-7ba6-4908-8502-bd5f1b568f06/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-86e47d2c-012b-4469-890f-e4f655d225bb'} 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 [0.978727s] ... ok 2018-08-21 06:11:17.363 63 INFO tempest.lib.common.rest_client [req-2b6800df-5056-49aa-9318-6ee03aad48b4 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.350s 2018-08-21 06:11:17.363 63 DEBUG tempest.lib.common.rest_client [req-2b6800df-5056-49aa-9318-6ee03aad48b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1351795941"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b6800df-5056-49aa-9318-6ee03aad48b4'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1351795941", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "c2874874-e386-4faf-a829-75cf74011b18"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:17.583 63 INFO tempest.lib.common.rest_client [req-fac12805-fb45-4e03-96b3-835a541f9fb8 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.219s 2018-08-21 06:11:17.584 63 DEBUG tempest.lib.common.rest_client [req-fac12805-fb45-4e03-96b3-835a541f9fb8 ] 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.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fac12805-fb45-4e03-96b3-835a541f9fb8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:17.935 63 INFO tempest.lib.common.rest_client [req-e98680c0-3c08-4ca4-a3a0-608f5df2a2fb ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18/network_associations 0.351s 2018-08-21 06:11:17.936 63 DEBUG tempest.lib.common.rest_client [req-e98680c0-3c08-4ca4-a3a0-608f5df2a2fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ae2a800c-2e6e-4b33-b5bd-99516b9b54d6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e98680c0-3c08-4ca4-a3a0-608f5df2a2fb'} Body: {"network_association": {"network_id": "ae2a800c-2e6e-4b33-b5bd-99516b9b54d6", "id": "7e0057e0-3341-4d83-955c-02d5936512b7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:18.025 63 INFO tempest.lib.common.rest_client [req-1139835e-14cb-4eb2-a431-3f17a3a904b9 ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18/network_associations 0.089s 2018-08-21 06:11:18.026 63 DEBUG tempest.lib.common.rest_client [req-1139835e-14cb-4eb2-a431-3f17a3a904b9 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1139835e-14cb-4eb2-a431-3f17a3a904b9'} Body: {"network_associations": [{"network_id": "ae2a800c-2e6e-4b33-b5bd-99516b9b54d6", "id": "7e0057e0-3341-4d83-955c-02d5936512b7"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:18.107 63 INFO tempest.lib.common.rest_client [req-57759027-79d1-42a9-922b-32ab1493685d ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18/network_associations/7e0057e0-3341-4d83-955c-02d5936512b7 0.080s 2018-08-21 06:11:18.108 63 DEBUG tempest.lib.common.rest_client [req-57759027-79d1-42a9-922b-32ab1493685d ] 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.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18/network_associations/7e0057e0-3341-4d83-955c-02d5936512b7', u'date': 'Tue, 21 Aug 2018 06:11:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57759027-79d1-42a9-922b-32ab1493685d'} Body: {"network_association": {"network_id": "ae2a800c-2e6e-4b33-b5bd-99516b9b54d6", "id": "7e0057e0-3341-4d83-955c-02d5936512b7"}} _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.096813s] ... ok 2018-08-21 06:11:18.369 63 INFO tempest.lib.common.rest_client [req-ec24c131-96e0-4a8d-a327-d5f49a1cdacb ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.259s 2018-08-21 06:11:18.370 63 DEBUG tempest.lib.common.rest_client [req-ec24c131-96e0-4a8d-a327-d5f49a1cdacb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--820171209"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec24c131-96e0-4a8d-a327-d5f49a1cdacb'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--820171209", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "287b6927-8c4c-4f35-a5da-c2b563052700"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:18.520 63 INFO tempest.lib.common.rest_client [req-9fd72c60-cf17-4026-a46b-190d21b7e181 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.150s 2018-08-21 06:11:18.521 63 DEBUG tempest.lib.common.rest_client [req-9fd72c60-cf17-4026-a46b-190d21b7e181 ] 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.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:11:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fd72c60-cf17-4026-a46b-190d21b7e181'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:18Z", "admin_state_up": true, "updated_at": "2018-08-21T06:11:18Z", "revision_number": 0, "routes": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "99d23d27-4832-43b1-8ce6-5ca475247092", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:19.034 63 INFO tempest.lib.common.rest_client [req-03b1bf89-1b58-4911-8b5f-3fb77b4472f3 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700/router_associations 0.512s 2018-08-21 06:11:19.034 63 DEBUG tempest.lib.common.rest_client [req-03b1bf89-1b58-4911-8b5f-3fb77b4472f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "99d23d27-4832-43b1-8ce6-5ca475247092"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700/router_associations', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03b1bf89-1b58-4911-8b5f-3fb77b4472f3'} Body: {"router_association": {"router_id": "99d23d27-4832-43b1-8ce6-5ca475247092", "id": "2decc9ae-df30-4e47-98f8-c1a7eb9bf24b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:19.151 63 INFO tempest.lib.common.rest_client [req-0a4403c5-000b-4ea6-80c4-f8529aa3aa93 ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700/router_associations 0.116s 2018-08-21 06:11:19.151 63 DEBUG tempest.lib.common.rest_client [req-0a4403c5-000b-4ea6-80c4-f8529aa3aa93 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700/router_associations', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a4403c5-000b-4ea6-80c4-f8529aa3aa93'} Body: {"router_associations": [{"router_id": "99d23d27-4832-43b1-8ce6-5ca475247092", "id": "2decc9ae-df30-4e47-98f8-c1a7eb9bf24b"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:19.255 63 INFO tempest.lib.common.rest_client [req-f5c55b56-2bc8-4e09-abf5-0f5e72e48af8 ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700/router_associations/2decc9ae-df30-4e47-98f8-c1a7eb9bf24b 0.103s 2018-08-21 06:11:19.256 63 DEBUG tempest.lib.common.rest_client [req-f5c55b56-2bc8-4e09-abf5-0f5e72e48af8 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700/router_associations/2decc9ae-df30-4e47-98f8-c1a7eb9bf24b', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5c55b56-2bc8-4e09-abf5-0f5e72e48af8'} Body: {"router_association": {"router_id": "99d23d27-4832-43b1-8ce6-5ca475247092", "id": "2decc9ae-df30-4e47-98f8-c1a7eb9bf24b"}} _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.147638s] ... ok 2018-08-21 06:11:19.338 63 INFO tempest.lib.common.rest_client [req-f05e3661-c8f9-4ab9-9208-eec155914850 ] Request (BgpvpnTest:test_show_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.080s 2018-08-21 06:11:19.339 63 DEBUG tempest.lib.common.rest_client [req-f05e3661-c8f9-4ab9-9208-eec155914850 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1320128335"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f05e3661-c8f9-4ab9-9208-eec155914850'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1320128335", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "cd9d2d2f-69e8-4359-8f3c-02909c8651a2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:19.369 63 INFO tempest.lib.common.rest_client [req-b15d9126-2d31-49a4-867d-b245b345b251 ] Request (BgpvpnTest:test_show_bgpvpn): 200 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9d2d2f-69e8-4359-8f3c-02909c8651a2 0.029s 2018-08-21 06:11:19.369 63 DEBUG tempest.lib.common.rest_client [req-b15d9126-2d31-49a4-867d-b245b345b251 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/cd9d2d2f-69e8-4359-8f3c-02909c8651a2', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b15d9126-2d31-49a4-867d-b245b345b251'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "cd9d2d2f-69e8-4359-8f3c-02909c8651a2", "name": "tempest-test-bgpvpn--1320128335"}} _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.112304s] ... ok 2018-08-21 06:11:19.465 63 INFO tempest.lib.common.rest_client [req-303ec887-834b-41a7-8107-fd835a108ef5 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.094s 2018-08-21 06:11:19.465 63 DEBUG tempest.lib.common.rest_client [req-303ec887-834b-41a7-8107-fd835a108ef5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--1119169665"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-303ec887-834b-41a7-8107-fd835a108ef5'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1119169665", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "5d0bc63f-cee9-46fb-8c85-89aa7ee7687d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:19.740 63 INFO tempest.lib.common.rest_client [req-94165d77-fd4d-41b1-ac75-3225db0a2ba5 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 404 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d0bc63f-cee9-46fb-8c85-89aa7ee7687d 0.273s 2018-08-21 06:11:19.741 63 DEBUG tempest.lib.common.rest_client [req-94165d77-fd4d-41b1-ac75-3225db0a2ba5 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/5d0bc63f-cee9-46fb-8c85-89aa7ee7687d', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94165d77-fd4d-41b1-ac75-3225db0a2ba5'} Body: {"NeutronError": {"message": "BGPVPN 5d0bc63f-cee9-46fb-8c85-89aa7ee7687d 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.371512s] ... ok 2018-08-21 06:11:19.831 63 INFO tempest.lib.common.rest_client [req-ae1910f9-22a8-44e8-ba3e-d50d41051404 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.088s 2018-08-21 06:11:19.831 63 DEBUG tempest.lib.common.rest_client [req-ae1910f9-22a8-44e8-ba3e-d50d41051404 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--652933758"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae1910f9-22a8-44e8-ba3e-d50d41051404'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--652933758", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "0b2ec17f-1eba-42c6-be52-6a51ab21beb6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:20.337 63 INFO tempest.lib.common.rest_client [req-1d7c7459-5b1b-4126-b617-609a2782cd1e ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/networks 0.505s 2018-08-21 06:11:20.338 63 DEBUG tempest.lib.common.rest_client [req-1d7c7459-5b1b-4126-b617-609a2782cd1e ] 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.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d7c7459-5b1b-4126-b617-609a2782cd1e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:20.728 63 INFO tempest.lib.common.rest_client [req-5c70ad22-d390-43d6-93f3-6d0808d8a8fe ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0b2ec17f-1eba-42c6-be52-6a51ab21beb6/network_associations 0.388s 2018-08-21 06:11:20.728 63 DEBUG tempest.lib.common.rest_client [req-5c70ad22-d390-43d6-93f3-6d0808d8a8fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e17cd648-eb40-4ab5-95d0-93e9aff390fa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0b2ec17f-1eba-42c6-be52-6a51ab21beb6/network_associations', u'date': 'Tue, 21 Aug 2018 06:11:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c70ad22-d390-43d6-93f3-6d0808d8a8fe'} Body: {"network_association": {"network_id": "e17cd648-eb40-4ab5-95d0-93e9aff390fa", "id": "dd46e281-1c5f-4e8b-bdee-c52fe89791f4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:21.013 63 INFO tempest.lib.common.rest_client [req-59cd8567-060b-4d06-a98b-13bc0124f6fa ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 404 GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0b2ec17f-1eba-42c6-be52-6a51ab21beb6/network_associations/dd46e281-1c5f-4e8b-bdee-c52fe89791f4 0.284s 2018-08-21 06:11:21.014 63 DEBUG tempest.lib.common.rest_client [req-59cd8567-060b-4d06-a98b-13bc0124f6fa ] 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.44:9696/v2.0/bgpvpn/bgpvpns/0b2ec17f-1eba-42c6-be52-6a51ab21beb6/network_associations/dd46e281-1c5f-4e8b-bdee-c52fe89791f4', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59cd8567-060b-4d06-a98b-13bc0124f6fa'} Body: {"NeutronError": {"message": "BGPVPN network association dd46e281-1c5f-4e8b-bdee-c52fe89791f4 could not be found for BGPVPN 0b2ec17f-1eba-42c6-be52-6a51ab21beb6", "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 [1.272855s] ... ok 2018-08-21 06:11:21.400 63 INFO tempest.lib.common.rest_client [req-d6b288ad-a399-4602-8ceb-abd85728c45f ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.384s 2018-08-21 06:11:21.401 63 DEBUG tempest.lib.common.rest_client [req-d6b288ad-a399-4602-8ceb-abd85728c45f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6b288ad-a399-4602-8ceb-abd85728c45f'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "cb61085f-e046-445b-b14c-38c2efc96f18"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:21.415 63 INFO tempest.lib.common.rest_client [req-a14144c7-485f-4ec3-ae96-9e6c8905135c ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cb61085f-e046-445b-b14c-38c2efc96f18 0.013s 2018-08-21 06:11:21.415 63 DEBUG tempest.lib.common.rest_client [req-a14144c7-485f-4ec3-ae96-9e6c8905135c ] 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.44:9696/v2.0/bgpvpn/bgpvpns/cb61085f-e046-445b-b14c-38c2efc96f18', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a14144c7-485f-4ec3-ae96-9e6c8905135c'} 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-21 06:11:21.425 63 INFO tempest.lib.common.rest_client [req-f04284df-2cb3-42a3-bdfe-f50b5f4300d6 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cb61085f-e046-445b-b14c-38c2efc96f18 0.008s 2018-08-21 06:11:21.425 63 DEBUG tempest.lib.common.rest_client [req-f04284df-2cb3-42a3-bdfe-f50b5f4300d6 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/cb61085f-e046-445b-b14c-38c2efc96f18', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f04284df-2cb3-42a3-bdfe-f50b5f4300d6'} 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-21 06:11:21.433 63 INFO tempest.lib.common.rest_client [req-f2f54211-2219-4f6c-8ddb-8517ee150c90 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cb61085f-e046-445b-b14c-38c2efc96f18 0.007s 2018-08-21 06:11:21.433 63 DEBUG tempest.lib.common.rest_client [req-f2f54211-2219-4f6c-8ddb-8517ee150c90 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/cb61085f-e046-445b-b14c-38c2efc96f18', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2f54211-2219-4f6c-8ddb-8517ee150c90'} 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.418363s] ... ok 2018-08-21 06:11:21.524 63 INFO tempest.lib.common.rest_client [req-da172b42-0b21-4fbe-bb5e-9b0c4304deac ] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.089s 2018-08-21 06:11:21.525 63 DEBUG tempest.lib.common.rest_client [req-da172b42-0b21-4fbe-bb5e-9b0c4304deac ] 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--748964094"}} Response - Headers: {'status': '201', u'content-length': '364', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da172b42-0b21-4fbe-bb5e-9b0c4304deac'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--748964094", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "1b663fa141ad484394cba80d0d671919", "route_targets": ["64512:1"], "project_id": "1b663fa141ad484394cba80d0d671919", "type": "l3", "id": "048b8875-c84f-497d-a080-4c481bd366b7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:22.001 63 INFO tempest.lib.common.rest_client [req-97678c96-acd3-4133-928d-be1e6b6350e1 ] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7 0.475s 2018-08-21 06:11:22.001 63 DEBUG tempest.lib.common.rest_client [req-97678c96-acd3-4133-928d-be1e6b6350e1 ] 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.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97678c96-acd3-4133-928d-be1e6b6350e1'} 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.569272s] ... 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-21 06:11:21,524 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.089s 2018-08-21 06:11:21,525 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--748964094"}} Response - Headers: {'status': '201', u'content-length': '364', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da172b42-0b21-4fbe-bb5e-9b0c4304deac'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--748964094", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "1b663fa141ad484394cba80d0d671919", "route_targets": ["64512:1"], "project_id": "1b663fa141ad484394cba80d0d671919", "type": "l3", "id": "048b8875-c84f-497d-a080-4c481bd366b7"}} 2018-08-21 06:11:22,001 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7 0.475s 2018-08-21 06:11:22,001 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.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97678c96-acd3-4133-928d-be1e6b6350e1'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-21 06:11:22.088 63 INFO tempest.lib.common.rest_client [req-12c1f69c-75c8-4f30-9fdd-201a1b385b97 ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.083s 2018-08-21 06:11:22.089 63 DEBUG tempest.lib.common.rest_client [req-12c1f69c-75c8-4f30-9fdd-201a1b385b97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "name": "tempest-test-bgpvpn--471908160", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '346', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12c1f69c-75c8-4f30-9fdd-201a1b385b97'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--471908160", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "route_targets": ["64512:1"], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "type": "l3", "id": "108696ca-ddcf-4221-96a7-7db1b8e3736c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:22.117 63 INFO tempest.lib.common.rest_client [req-7c2de032-4721-45b9-b7a7-3149d1e3a7ec ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 403 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/108696ca-ddcf-4221-96a7-7db1b8e3736c 0.027s 2018-08-21 06:11:22.117 63 DEBUG tempest.lib.common.rest_client [req-7c2de032-4721-45b9-b7a7-3149d1e3a7ec ] 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.44:9696/v2.0/bgpvpn/bgpvpns/108696ca-ddcf-4221-96a7-7db1b8e3736c', u'date': 'Tue, 21 Aug 2018 06:11:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c2de032-4721-45b9-b7a7-3149d1e3a7ec'} 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.112945s] ... ok 2018-08-21 06:11:22.207 63 INFO tempest.lib.common.rest_client [req-bd70367b-bed2-4e86-95cd-88650474e3d5 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f 0.088s 2018-08-21 06:11:22.207 63 DEBUG tempest.lib.common.rest_client [req-bd70367b-bed2-4e86-95cd-88650474e3d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/93bce0af-f31a-4379-9ba3-a520c3b4022f', u'date': 'Tue, 21 Aug 2018 06:11:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bd70367b-bed2-4e86-95cd-88650474e3d5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:22.489 63 INFO tempest.lib.common.rest_client [req-ec999827-356d-454a-84fd-fb6a5bb22c29 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277 0.281s 2018-08-21 06:11:22.489 63 DEBUG tempest.lib.common.rest_client [req-ec999827-356d-454a-84fd-fb6a5bb22c29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3e970813-30d4-455a-8521-cbdfd6ab1277', u'date': 'Tue, 21 Aug 2018 06:11:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ec999827-356d-454a-84fd-fb6a5bb22c29'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:22.883 63 INFO tempest.lib.common.rest_client [req-065d8c9c-cc74-4c1f-ab29-83a798992b76 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a92bd7d4-3a61-48b7-8ee4-dfca9cc1ca73 0.392s 2018-08-21 06:11:22.883 63 DEBUG tempest.lib.common.rest_client [req-065d8c9c-cc74-4c1f-ab29-83a798992b76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a92bd7d4-3a61-48b7-8ee4-dfca9cc1ca73', u'date': 'Tue, 21 Aug 2018 06:11:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-065d8c9c-cc74-4c1f-ab29-83a798992b76'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.189 63 INFO tempest.lib.common.rest_client [req-cc08696c-8115-4ff7-8681-e386aabf2c13 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/900813b5-09fc-43c8-a393-f6f2d199d182 0.305s 2018-08-21 06:11:23.189 63 DEBUG tempest.lib.common.rest_client [req-cc08696c-8115-4ff7-8681-e386aabf2c13 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/900813b5-09fc-43c8-a393-f6f2d199d182', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cc08696c-8115-4ff7-8681-e386aabf2c13'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.306 63 INFO tempest.lib.common.rest_client [req-400d87b8-6050-4cef-aa23-d77af6afc01f ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4df68b9d-d1d9-4c10-ad30-a4f61bbd56bb 0.116s 2018-08-21 06:11:23.306 63 DEBUG tempest.lib.common.rest_client [req-400d87b8-6050-4cef-aa23-d77af6afc01f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4df68b9d-d1d9-4c10-ad30-a4f61bbd56bb', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-400d87b8-6050-4cef-aa23-d77af6afc01f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.414 63 INFO tempest.lib.common.rest_client [req-a751096e-e573-416d-b9d4-5e1f09f688ce ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6d827048-fed4-4584-a444-6ac8030f1093 0.107s 2018-08-21 06:11:23.414 63 DEBUG tempest.lib.common.rest_client [req-a751096e-e573-416d-b9d4-5e1f09f688ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6d827048-fed4-4584-a444-6ac8030f1093', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a751096e-e573-416d-b9d4-5e1f09f688ce'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.521 63 INFO tempest.lib.common.rest_client [req-88d49339-8510-4b55-82b1-efb93c5678d1 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/899b6dab-bb62-4c19-b13f-5c114e8d10cc 0.106s 2018-08-21 06:11:23.522 63 DEBUG tempest.lib.common.rest_client [req-88d49339-8510-4b55-82b1-efb93c5678d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/899b6dab-bb62-4c19-b13f-5c114e8d10cc', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-88d49339-8510-4b55-82b1-efb93c5678d1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.627 63 INFO tempest.lib.common.rest_client [req-966e2e9c-10b1-485d-805c-c20ae0c0fbc0 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3a5b20dc-0099-4fc3-8f2a-4336423ed972 0.105s 2018-08-21 06:11:23.628 63 DEBUG tempest.lib.common.rest_client [req-966e2e9c-10b1-485d-805c-c20ae0c0fbc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/3a5b20dc-0099-4fc3-8f2a-4336423ed972', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-966e2e9c-10b1-485d-805c-c20ae0c0fbc0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.751 63 INFO tempest.lib.common.rest_client [req-a1ffd917-f030-4b43-b88d-7ab2c0fdc5ef ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/825b04b0-7ba6-4908-8502-bd5f1b568f06 0.123s 2018-08-21 06:11:23.752 63 DEBUG tempest.lib.common.rest_client [req-a1ffd917-f030-4b43-b88d-7ab2c0fdc5ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/825b04b0-7ba6-4908-8502-bd5f1b568f06', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a1ffd917-f030-4b43-b88d-7ab2c0fdc5ef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.877 63 INFO tempest.lib.common.rest_client [req-f28549df-366f-40ba-bdda-d72edda74fde ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18 0.125s 2018-08-21 06:11:23.877 63 DEBUG tempest.lib.common.rest_client [req-f28549df-366f-40ba-bdda-d72edda74fde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c2874874-e386-4faf-a829-75cf74011b18', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f28549df-366f-40ba-bdda-d72edda74fde'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:23.992 63 INFO tempest.lib.common.rest_client [req-64f8f463-b97d-4171-8dfa-2a2733d399e0 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700 0.114s 2018-08-21 06:11:23.993 63 DEBUG tempest.lib.common.rest_client [req-64f8f463-b97d-4171-8dfa-2a2733d399e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/287b6927-8c4c-4f35-a5da-c2b563052700', u'date': 'Tue, 21 Aug 2018 06:11:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-64f8f463-b97d-4171-8dfa-2a2733d399e0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:24.371 63 INFO tempest.lib.common.rest_client [req-aaf8382c-fa72-4ced-ad2b-d587bff504f4 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9d2d2f-69e8-4359-8f3c-02909c8651a2 0.377s 2018-08-21 06:11:24.371 63 DEBUG tempest.lib.common.rest_client [req-aaf8382c-fa72-4ced-ad2b-d587bff504f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9d2d2f-69e8-4359-8f3c-02909c8651a2', u'date': 'Tue, 21 Aug 2018 06:11:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aaf8382c-fa72-4ced-ad2b-d587bff504f4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:24.456 63 INFO tempest.lib.common.rest_client [req-e04f501e-e705-43d7-a74c-9006dfcafb45 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d0bc63f-cee9-46fb-8c85-89aa7ee7687d 0.084s 2018-08-21 06:11:24.456 63 DEBUG tempest.lib.common.rest_client [req-e04f501e-e705-43d7-a74c-9006dfcafb45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d0bc63f-cee9-46fb-8c85-89aa7ee7687d', u'date': 'Tue, 21 Aug 2018 06:11:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e04f501e-e705-43d7-a74c-9006dfcafb45'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:24.584 63 INFO tempest.lib.common.rest_client [req-bd6d857e-74f8-4e82-aa28-358c7b3da309 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0b2ec17f-1eba-42c6-be52-6a51ab21beb6 0.126s 2018-08-21 06:11:24.584 63 DEBUG tempest.lib.common.rest_client [req-bd6d857e-74f8-4e82-aa28-358c7b3da309 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0b2ec17f-1eba-42c6-be52-6a51ab21beb6', u'date': 'Tue, 21 Aug 2018 06:11:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bd6d857e-74f8-4e82-aa28-358c7b3da309'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:24.680 63 INFO tempest.lib.common.rest_client [req-e9fd5677-3814-4b78-bee9-38ee0ebd0870 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7 0.095s 2018-08-21 06:11:24.680 63 DEBUG tempest.lib.common.rest_client [req-e9fd5677-3814-4b78-bee9-38ee0ebd0870 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7', u'date': 'Tue, 21 Aug 2018 06:11:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e9fd5677-3814-4b78-bee9-38ee0ebd0870'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:24.769 63 INFO tempest.lib.common.rest_client [req-75d6984d-9275-4e93-877f-f157324131cd ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/108696ca-ddcf-4221-96a7-7db1b8e3736c 0.089s 2018-08-21 06:11:24.770 63 DEBUG tempest.lib.common.rest_client [req-75d6984d-9275-4e93-877f-f157324131cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/108696ca-ddcf-4221-96a7-7db1b8e3736c', u'date': 'Tue, 21 Aug 2018 06:11:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-75d6984d-9275-4e93-877f-f157324131cd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:25.052 63 INFO tempest.lib.common.rest_client [req-852f65bc-d544-4564-a851-749ed04ebb0f ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.44:9696/v2.0/ports?device_id=0505b11b-9961-4f00-b7ea-ffa07b1e1d3b 0.281s 2018-08-21 06:11:25.052 63 DEBUG tempest.lib.common.rest_client [req-852f65bc-d544-4564-a851-749ed04ebb0f ] 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.44:9696/v2.0/ports?device_id=0505b11b-9961-4f00-b7ea-ffa07b1e1d3b', u'date': 'Tue, 21 Aug 2018 06:11:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-852f65bc-d544-4564-a851-749ed04ebb0f'} Body: {"ports":[]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:25.526 63 INFO tempest.lib.common.rest_client [req-6abbf204-a9ff-4a1b-8c8b-d83a88c91f77 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/routers/0505b11b-9961-4f00-b7ea-ffa07b1e1d3b 0.473s 2018-08-21 06:11:25.527 63 DEBUG tempest.lib.common.rest_client [req-6abbf204-a9ff-4a1b-8c8b-d83a88c91f77 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/0505b11b-9961-4f00-b7ea-ffa07b1e1d3b', u'date': 'Tue, 21 Aug 2018 06:11:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6abbf204-a9ff-4a1b-8c8b-d83a88c91f77'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:26.787 63 INFO tempest.lib.common.rest_client [req-0eeb23f1-af79-4966-8a13-07f7c8025d2b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/f713d45b-25f2-4408-bb9e-f3431da10f4c 1.259s 2018-08-21 06:11:26.787 63 DEBUG tempest.lib.common.rest_client [req-0eeb23f1-af79-4966-8a13-07f7c8025d2b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/f713d45b-25f2-4408-bb9e-f3431da10f4c', u'date': 'Tue, 21 Aug 2018 06:11:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0eeb23f1-af79-4966-8a13-07f7c8025d2b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:28.749 63 INFO tempest.lib.common.rest_client [req-eeb6c825-ae84-4549-8c43-3edbc534715a ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/networks/602a8da1-1411-474a-bd79-ac456b0ac1e1 1.960s 2018-08-21 06:11:28.749 63 DEBUG tempest.lib.common.rest_client [req-eeb6c825-ae84-4549-8c43-3edbc534715a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/602a8da1-1411-474a-bd79-ac456b0ac1e1', u'date': 'Tue, 21 Aug 2018 06:11:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eeb6c825-ae84-4549-8c43-3edbc534715a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:29.194 63 INFO tempest.lib.common.rest_client [req-cf684f7d-6c5f-4a77-aba1-f94a0681b30f ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/ff45e9f78abb406ab96100f13c9afc89 0.443s 2018-08-21 06:11:29.194 63 DEBUG tempest.lib.common.rest_client [req-cf684f7d-6c5f-4a77-aba1-f94a0681b30f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/ff45e9f78abb406ab96100f13c9afc89', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:28 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-cf684f7d-6c5f-4a77-aba1-f94a0681b30f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:29.563 63 INFO tempest.lib.common.rest_client [req-5ac763d0-357e-4300-be67-a3b4b09adb2f ] Request (BgpvpnTest:tearDownClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:29.564 63 DEBUG tempest.lib.common.rest_client [req-5ac763d0-357e-4300-be67-a3b4b09adb2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ac763d0-357e-4300-be67-a3b4b09adb2f'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "na _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:29.976 63 INFO tempest.lib.common.rest_client [req-54a8888d-a93d-4ce3-bc56-c658319aa221 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.44:9696/v2.0/security-groups?tenant_id=1b663fa141ad484394cba80d0d671919&name=default 0.410s 2018-08-21 06:11:29.976 63 DEBUG tempest.lib.common.rest_client [req-54a8888d-a93d-4ce3-bc56-c658319aa221 ] 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.44:9696/v2.0/security-groups?tenant_id=1b663fa141ad484394cba80d0d671919&name=default', u'date': 'Tue, 21 Aug 2018 06:11:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54a8888d-a93d-4ce3-bc56-c658319aa221'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b663fa141ad484394cba80d0d671919", "created_at": "2018-08-21T06:11:29Z", "updated_at": "2018-08-21T06:11:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:29Z", "revision_number": 0, "id": "20a18928-cb8d-44b1-b537-67f6f583a815", "remote_group_id": "da19268b-a8a3-4e37-a0d0-6c49c4a0e01d", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:29Z", "security_group_id": "da19268b-a8a3-4e37-a0d0-6c49c4a0e01d", "tenant_id": "1b663fa141ad484394cba80d0d671919", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b663fa141ad484394cba80d0d671919"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:29Z", "revision_number": 0, "id": "42ebb89b-0596-496a-bf4b-d3580d6093df", "remote_group_id": "da19268b-a8a3-4e37-a0d0-6c49c4a0e01d", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:29Z", "security_group_id": "da19268b-a8a3-4e37-a0d0-6c49c4a0e01d", "tenant_id": "1b663fa141ad484394cba80d0d671919", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b663fa141ad484394cba80d0d671919"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:29Z", "revision_number": 0, "id": "4e43ac95-0d68-461e-b775-d5c89d72751e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:29Z", "security_group_id": "da19268b-a8a3-4e37-a0d0-6c49c4a0e01d", "tenant_id": "1b663fa141ad484394cba80d0d671919", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b663fa141ad484394cba80d0d671919"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:29Z", "revision_number": 0, "id": "805858b6-0310-479c-812a-1ed2703d49f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:29Z", "security_group_id": "da19268b-a8a3-4e37-a0d0-6c49c4a0e01d", "tenant_id": "1b663fa141ad484394cba80d0d671919", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b663fa141ad484394cba80d0d671919"}], "revision_number": 1, "project_id": "1b663fa141ad484394cba80d0d671919", "id": "da19268b-a8a3-4e37-a0d0-6c49c4a0e01d", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:30.326 63 INFO tempest.lib.common.rest_client [req-98cf2fbb-65c1-4a01-86cf-f67db5179802 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/da19268b-a8a3-4e37-a0d0-6c49c4a0e01d 0.349s 2018-08-21 06:11:30.327 63 DEBUG tempest.lib.common.rest_client [req-98cf2fbb-65c1-4a01-86cf-f67db5179802 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/da19268b-a8a3-4e37-a0d0-6c49c4a0e01d', u'date': 'Tue, 21 Aug 2018 06:11:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-98cf2fbb-65c1-4a01-86cf-f67db5179802'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:30.578 63 INFO tempest.lib.common.rest_client [req-05ac23ce-f6f7-4ff8-8d77-926c42735b7f ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/1b663fa141ad484394cba80d0d671919 0.250s 2018-08-21 06:11:30.579 63 DEBUG tempest.lib.common.rest_client [req-05ac23ce-f6f7-4ff8-8d77-926c42735b7f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/1b663fa141ad484394cba80d0d671919', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:30 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-05ac23ce-f6f7-4ff8-8d77-926c42735b7f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:30.827 63 INFO tempest.lib.common.rest_client [req-4e3b13b9-0715-441b-921b-1a73e516a6d9 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/724a797b4c964e899953e791bfbbd738 0.247s 2018-08-21 06:11:30.827 63 DEBUG tempest.lib.common.rest_client [req-4e3b13b9-0715-441b-921b-1a73e516a6d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/724a797b4c964e899953e791bfbbd738', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:30 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-4e3b13b9-0715-441b-921b-1a73e516a6d9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:31.267 63 INFO tempest.lib.common.rest_client [req-bf66121c-2ff1-4b47-94d2-6cd697c0b20e ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.44:9696/v2.0/security-groups?tenant_id=4e0c76d4097248b68a9e61a2e25c125e&name=default 0.439s 2018-08-21 06:11:31.268 63 DEBUG tempest.lib.common.rest_client [req-bf66121c-2ff1-4b47-94d2-6cd697c0b20e ] 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.44:9696/v2.0/security-groups?tenant_id=4e0c76d4097248b68a9e61a2e25c125e&name=default', u'date': 'Tue, 21 Aug 2018 06:11:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf66121c-2ff1-4b47-94d2-6cd697c0b20e'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4e0c76d4097248b68a9e61a2e25c125e", "created_at": "2018-08-21T06:11:30Z", "updated_at": "2018-08-21T06:11:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:30Z", "revision_number": 0, "id": "691ef8ad-c79a-4011-8609-e8885280db2a", "remote_group_id": "11831807-32ef-464c-8f7e-c2c72c3725ac", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:30Z", "security_group_id": "11831807-32ef-464c-8f7e-c2c72c3725ac", "tenant_id": "4e0c76d4097248b68a9e61a2e25c125e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e0c76d4097248b68a9e61a2e25c125e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:30Z", "revision_number": 0, "id": "934fccea-b00d-41f3-885f-d67cf9f4f6ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:30Z", "security_group_id": "11831807-32ef-464c-8f7e-c2c72c3725ac", "tenant_id": "4e0c76d4097248b68a9e61a2e25c125e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e0c76d4097248b68a9e61a2e25c125e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:30Z", "revision_number": 0, "id": "a2bb67bb-ae8e-47b6-acb9-09f74b1fd250", "remote_group_id": "11831807-32ef-464c-8f7e-c2c72c3725ac", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:30Z", "security_group_id": "11831807-32ef-464c-8f7e-c2c72c3725ac", "tenant_id": "4e0c76d4097248b68a9e61a2e25c125e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e0c76d4097248b68a9e61a2e25c125e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:30Z", "revision_number": 0, "id": "a8d545f6-0000-4ac1-8bee-db89e0c2443e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:30Z", "security_group_id": "11831807-32ef-464c-8f7e-c2c72c3725ac", "tenant_id": "4e0c76d4097248b68a9e61a2e25c125e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e0c76d4097248b68a9e61a2e25c125e"}], "revision_number": 1, "project_id": "4e0c76d4097248b68a9e61a2e25c125e", "id": "11831807-32ef-464c-8f7e-c2c72c3725ac", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:31.418 63 INFO tempest.lib.common.rest_client [req-0b69ded4-0024-43d2-a0ad-e017945633a9 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/11831807-32ef-464c-8f7e-c2c72c3725ac 0.150s 2018-08-21 06:11:31.419 63 DEBUG tempest.lib.common.rest_client [req-0b69ded4-0024-43d2-a0ad-e017945633a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/11831807-32ef-464c-8f7e-c2c72c3725ac', u'date': 'Tue, 21 Aug 2018 06:11:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b69ded4-0024-43d2-a0ad-e017945633a9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:31.722 63 INFO tempest.lib.common.rest_client [req-3353ba95-330b-4c4a-8f4e-541ff4a2f9bc ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/4e0c76d4097248b68a9e61a2e25c125e 0.302s 2018-08-21 06:11:31.722 63 DEBUG tempest.lib.common.rest_client [req-3353ba95-330b-4c4a-8f4e-541ff4a2f9bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/4e0c76d4097248b68a9e61a2e25c125e', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:31 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-3353ba95-330b-4c4a-8f4e-541ff4a2f9bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:31.999 63 INFO tempest.lib.common.rest_client [req-e578cc39-42e8-4a30-b129-bd84ab2db3e4 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/f902b2bfd72a4f488dae8262bb18b795 0.276s 2018-08-21 06:11:32.000 63 DEBUG tempest.lib.common.rest_client [req-e578cc39-42e8-4a30-b129-bd84ab2db3e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/f902b2bfd72a4f488dae8262bb18b795', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:31 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-e578cc39-42e8-4a30-b129-bd84ab2db3e4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:32.234 63 INFO tempest.lib.common.rest_client [req-97eceb9f-b08f-4bf9-acbb-90a056ee3585 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.44:9696/v2.0/security-groups?tenant_id=b6e3b2b62e0c4a928eb6b29397524b02&name=default 0.233s 2018-08-21 06:11:32.234 63 DEBUG tempest.lib.common.rest_client [req-97eceb9f-b08f-4bf9-acbb-90a056ee3585 ] 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.44:9696/v2.0/security-groups?tenant_id=b6e3b2b62e0c4a928eb6b29397524b02&name=default', u'date': 'Tue, 21 Aug 2018 06:11:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97eceb9f-b08f-4bf9-acbb-90a056ee3585'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:03Z", "updated_at": "2018-08-21T06:11:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:03Z", "revision_number": 0, "id": "03a54651-bf2b-41b7-b096-a1c77b22cd2a", "remote_group_id": "313976e7-8aba-4577-8c50-ae78c0501a55", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:03Z", "security_group_id": "313976e7-8aba-4577-8c50-ae78c0501a55", "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6e3b2b62e0c4a928eb6b29397524b02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:03Z", "revision_number": 0, "id": "2405b91e-c613-4949-881d-88254424b7ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:03Z", "security_group_id": "313976e7-8aba-4577-8c50-ae78c0501a55", "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6e3b2b62e0c4a928eb6b29397524b02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:03Z", "revision_number": 0, "id": "4e9250d3-2fb4-4df4-8093-bcffb4b14084", "remote_group_id": "313976e7-8aba-4577-8c50-ae78c0501a55", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:03Z", "security_group_id": "313976e7-8aba-4577-8c50-ae78c0501a55", "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6e3b2b62e0c4a928eb6b29397524b02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:03Z", "revision_number": 0, "id": "c65d742a-9912-4dd5-a41f-06a12c7e6452", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:03Z", "security_group_id": "313976e7-8aba-4577-8c50-ae78c0501a55", "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6e3b2b62e0c4a928eb6b29397524b02"}], "revision_number": 1, "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "313976e7-8aba-4577-8c50-ae78c0501a55", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:32.369 63 INFO tempest.lib.common.rest_client [req-36745184-c7af-41b3-a72b-30fe5abd9dc2 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/313976e7-8aba-4577-8c50-ae78c0501a55 0.134s 2018-08-21 06:11:32.370 63 DEBUG tempest.lib.common.rest_client [req-36745184-c7af-41b3-a72b-30fe5abd9dc2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/313976e7-8aba-4577-8c50-ae78c0501a55', u'date': 'Tue, 21 Aug 2018 06:11:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-36745184-c7af-41b3-a72b-30fe5abd9dc2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:32.603 63 INFO tempest.lib.common.rest_client [req-1fc84797-7897-46b5-bafa-de901e5c5052 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/b6e3b2b62e0c4a928eb6b29397524b02 0.232s 2018-08-21 06:11:32.603 63 DEBUG tempest.lib.common.rest_client [req-1fc84797-7897-46b5-bafa-de901e5c5052 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/b6e3b2b62e0c4a928eb6b29397524b02', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:32 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-1fc84797-7897-46b5-bafa-de901e5c5052'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:33.007 63 INFO tempest.lib.common.rest_client [req-ccdd3cae-c21f-4626-80f6-175c3cbaf330 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:33.009 63 DEBUG tempest.lib.common.rest_client [req-ccdd3cae-c21f-4626-80f6-175c3cbaf330 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccdd3cae-c21f-4626-80f6-175c3cbaf330'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "na _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:33.427 63 INFO tempest.lib.common.rest_client [req-2e070508-7bc3-4cf4-9efd-29b56d48105f ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:33.428 63 DEBUG tempest.lib.common.rest_client [req-2e070508-7bc3-4cf4-9efd-29b56d48105f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e070508-7bc3-4cf4-9efd-29b56d48105f'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "na _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:33.571 63 INFO tempest.lib.common.rest_client [req-e8c9ef91-596d-4bdd-a674-3314b1691193 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/domains?name=Default 0.140s 2018-08-21 06:11:33.571 63 DEBUG tempest.lib.common.rest_client [req-e8c9ef91-596d-4bdd-a674-3314b1691193 ] 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.5:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8c9ef91-596d-4bdd-a674-3314b1691193'} Body: {"domains": [{"description": "The default domain", "links": {"self": "http://192.30.9.5:35357/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://192.30.9.5:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:33.703 63 INFO tempest.lib.common.rest_client [req-2311a5be-c183-4792-aff3-cdaa37a74a96 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.130s 2018-08-21 06:11:33.703 63 DEBUG tempest.lib.common.rest_client [req-2311a5be-c183-4792-aff3-cdaa37a74a96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-38799971-desc", "name": "tempest-TestBGPVPNBasic-38799971", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '343', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2311a5be-c183-4792-aff3-cdaa37a74a96'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-38799971-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/76dbb8415c1d404a9a78c64bb0932f34"}, "tags": [], "enabled": true, "id": "76dbb8415c1d404a9a78c64bb0932f34", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-38799971"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:34.153 63 INFO tempest.lib.common.rest_client [req-8bf9ad04-c15b-4eb3-9674-5c57f0bd314e ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.448s 2018-08-21 06:11:34.153 63 DEBUG tempest.lib.common.rest_client [req-8bf9ad04-c15b-4eb3-9674-5c57f0bd314e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "M1%0B!X^UQO3Y63", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-TestBGPVPNBasic-38799971", "email": "tempest-TestBGPVPNBasic-1792792441@example.com"}} Response - Headers: {'status': '201', u'content-length': '378', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8bf9ad04-c15b-4eb3-9674-5c57f0bd314e'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-38799971", "links": {"self": "http://192.30.9.5:35357/v3/users/376feb736cdb42f6b3ca0212d9e1922d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "376feb736cdb42f6b3ca0212d9e1922d", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "email": "tempest-TestBGPVPNBasic-1792792441@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:34.290 63 INFO tempest.lib.common.rest_client [req-d70b502c-bff1-46d9-be31-be73b148c7a4 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.136s 2018-08-21 06:11:34.291 63 DEBUG tempest.lib.common.rest_client [req-d70b502c-bff1-46d9-be31-be73b148c7a4 ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d70b502c-bff1-46d9-be31-be73b148c7a4'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:34.457 63 INFO tempest.lib.common.rest_client [req-f0ac3759-b5ac-4af0-a6f0-8449f3d56650 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.165s 2018-08-21 06:11:34.458 63 DEBUG tempest.lib.common.rest_client [req-f0ac3759-b5ac-4af0-a6f0-8449f3d56650 ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0ac3759-b5ac-4af0-a6f0-8449f3d56650'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:34.638 63 INFO tempest.lib.common.rest_client [req-c95c7e21-5770-4fcf-bbc6-67fdc9f826f5 ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/76dbb8415c1d404a9a78c64bb0932f34/users/376feb736cdb42f6b3ca0212d9e1922d/roles/db4208113bcf4b5a95dc3ad7c3fa0afc 0.179s 2018-08-21 06:11:34.639 63 DEBUG tempest.lib.common.rest_client [req-c95c7e21-5770-4fcf-bbc6-67fdc9f826f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/76dbb8415c1d404a9a78c64bb0932f34/users/376feb736cdb42f6b3ca0212d9e1922d/roles/db4208113bcf4b5a95dc3ad7c3fa0afc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:34 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-c95c7e21-5770-4fcf-bbc6-67fdc9f826f5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:34.639 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-38799971', 'project_name': u'tempest-TestBGPVPNBasic-38799971', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'76dbb8415c1d404a9a78c64bb0932f34', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-38799971', 'user_id': u'376feb736cdb42f6b3ca0212d9e1922d', 'project_id': u'76dbb8415c1d404a9a78c64bb0932f34', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:34.640 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-38799971', 'project_name': u'tempest-TestBGPVPNBasic-38799971', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'76dbb8415c1d404a9a78c64bb0932f34', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-38799971', 'user_id': u'376feb736cdb42f6b3ca0212d9e1922d', 'project_id': u'76dbb8415c1d404a9a78c64bb0932f34', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:35.018 63 INFO tempest.lib.common.rest_client [req-3f246859-4b08-4d3c-9b22-73b9bb1909dc ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:35.018 63 DEBUG tempest.lib.common.rest_client [req-3f246859-4b08-4d3c-9b22-73b9bb1909dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8977', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f246859-4b08-4d3c-9b22-73b9bb1909dc'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-TestBGPVPNBasic-38799971"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"re _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:35.141 63 INFO tempest.lib.common.rest_client [req-2dbaef23-aac2-4d88-9553-c68f331a96d3 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.120s 2018-08-21 06:11:35.142 63 DEBUG tempest.lib.common.rest_client [req-2dbaef23-aac2-4d88-9553-c68f331a96d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-716792935-desc", "name": "tempest-TestBGPVPNBasic-716792935", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '345', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2dbaef23-aac2-4d88-9553-c68f331a96d3'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-716792935-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/fe69274f392944a19e8a5de34183755c"}, "tags": [], "enabled": true, "id": "fe69274f392944a19e8a5de34183755c", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-716792935"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:35.542 63 INFO tempest.lib.common.rest_client [req-0d2de24e-d84f-4c0d-838c-921371f4b02d ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.399s 2018-08-21 06:11:35.543 63 DEBUG tempest.lib.common.rest_client [req-0d2de24e-d84f-4c0d-838c-921371f4b02d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "H4!rotXbt%^Td*+", "project_id": "fe69274f392944a19e8a5de34183755c", "name": "tempest-TestBGPVPNBasic-716792935", "email": "tempest-TestBGPVPNBasic-2024425910@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d2de24e-d84f-4c0d-838c-921371f4b02d'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-716792935", "links": {"self": "http://192.30.9.5:35357/v3/users/206510c99c694129a953f730b7aa7153"}, "domain_id": "default", "enabled": true, "options": {}, "id": "206510c99c694129a953f730b7aa7153", "project_id": "fe69274f392944a19e8a5de34183755c", "email": "tempest-TestBGPVPNBasic-2024425910@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:35.641 63 INFO tempest.lib.common.rest_client [req-0a619ae8-6fb0-437f-ad56-388944e32e04 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.097s 2018-08-21 06:11:35.641 63 DEBUG tempest.lib.common.rest_client [req-0a619ae8-6fb0-437f-ad56-388944e32e04 ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a619ae8-6fb0-437f-ad56-388944e32e04'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:35.820 63 INFO tempest.lib.common.rest_client [req-0ebec777-fedc-4a16-8c24-3f11f4132044 ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/fe69274f392944a19e8a5de34183755c/users/206510c99c694129a953f730b7aa7153/roles/3a0fe1d139fc43479f3d98c2920238fb 0.179s 2018-08-21 06:11:35.821 63 DEBUG tempest.lib.common.rest_client [req-0ebec777-fedc-4a16-8c24-3f11f4132044 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/fe69274f392944a19e8a5de34183755c/users/206510c99c694129a953f730b7aa7153/roles/3a0fe1d139fc43479f3d98c2920238fb', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:35 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-0ebec777-fedc-4a16-8c24-3f11f4132044'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:35.821 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-716792935', 'project_name': u'tempest-TestBGPVPNBasic-716792935', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'fe69274f392944a19e8a5de34183755c', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-716792935', 'user_id': u'206510c99c694129a953f730b7aa7153', 'project_id': u'fe69274f392944a19e8a5de34183755c', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:35.822 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-716792935', 'project_name': u'tempest-TestBGPVPNBasic-716792935', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'fe69274f392944a19e8a5de34183755c', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-716792935', 'user_id': u'206510c99c694129a953f730b7aa7153', 'project_id': u'fe69274f392944a19e8a5de34183755c', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:36.201 63 INFO tempest.lib.common.rest_client [req-9d233360-135f-4481-a744-93cb17022c1e ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:36.201 63 DEBUG tempest.lib.common.rest_client [req-9d233360-135f-4481-a744-93cb17022c1e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9040', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d233360-135f-4481-a744-93cb17022c1e'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe69274f392944a19e8a5de34183755c", "name": "tempest-TestBGPVPNBasic-716792935"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:36.345 63 INFO tempest.lib.common.rest_client [req-a4803cbd-7079-4dc2-9689-093bbaa224d0 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.142s 2018-08-21 06:11:36.345 63 DEBUG tempest.lib.common.rest_client [req-a4803cbd-7079-4dc2-9689-093bbaa224d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-799577710-desc", "name": "tempest-TestBGPVPNBasic-799577710", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '345', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4803cbd-7079-4dc2-9689-093bbaa224d0'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-799577710-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/d75bdb351df044e3878aaf19544cb47f"}, "tags": [], "enabled": true, "id": "d75bdb351df044e3878aaf19544cb47f", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-799577710"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:36.829 63 INFO tempest.lib.common.rest_client [req-72024179-067d-458a-856d-9f1403aade66 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.483s 2018-08-21 06:11:36.830 63 DEBUG tempest.lib.common.rest_client [req-72024179-067d-458a-856d-9f1403aade66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "E3^dy^&GCSs6zyD", "project_id": "d75bdb351df044e3878aaf19544cb47f", "name": "tempest-TestBGPVPNBasic-799577710", "email": "tempest-TestBGPVPNBasic-1223656720@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72024179-067d-458a-856d-9f1403aade66'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-799577710", "links": {"self": "http://192.30.9.5:35357/v3/users/170ae294e9584f4eafb8542b1ea3e25a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "170ae294e9584f4eafb8542b1ea3e25a", "project_id": "d75bdb351df044e3878aaf19544cb47f", "email": "tempest-TestBGPVPNBasic-1223656720@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:36.928 63 INFO tempest.lib.common.rest_client [req-a7f1503a-070c-4df4-be35-f6fcc817609b ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.097s 2018-08-21 06:11:36.928 63 DEBUG tempest.lib.common.rest_client [req-a7f1503a-070c-4df4-be35-f6fcc817609b ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7f1503a-070c-4df4-be35-f6fcc817609b'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:37.072 63 INFO tempest.lib.common.rest_client [req-1c116a66-f2c3-4b75-8709-1460ad3ef518 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.142s 2018-08-21 06:11:37.072 63 DEBUG tempest.lib.common.rest_client [req-1c116a66-f2c3-4b75-8709-1460ad3ef518 ] 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.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c116a66-f2c3-4b75-8709-1460ad3ef518'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0619517bbc2d478aac92602db3d381ed", "links": {"self": "http://192.30.9.5:35357/v3/roles/0619517bbc2d478aac92602db3d381ed"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3a0fe1d139fc43479f3d98c2920238fb", "links": {"self": "http://192.30.9.5:35357/v3/roles/3a0fe1d139fc43479f3d98c2920238fb"}, "name": "admin"}, {"domain_id": null, "id": "3cdfa1748ecc426a8e1c972ff54ac3f8", "links": {"self": "http://192.30.9.5:35357/v3/roles/3cdfa1748ecc426a8e1c972ff54ac3f8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "732da9fd4fb0451ab1e8ec5a9b90a88f", "links": {"self": "http://192.30.9.5:35357/v3/roles/732da9fd4fb0451ab1e8ec5a9b90a88f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7664c3bd904542e9b97d66913ee0697b", "links": {"self": "http://192.30.9.5:35357/v3/roles/7664c3bd904542e9b97d66913ee0697b"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "links": {"self": "http://192.30.9.5:35357/v3/roles/db4208113bcf4b5a95dc3ad7c3fa0afc"}, "name": "member"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:37.298 63 INFO tempest.lib.common.rest_client [req-4925d99c-c881-4855-9525-0e6830e8fafa ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/d75bdb351df044e3878aaf19544cb47f/users/170ae294e9584f4eafb8542b1ea3e25a/roles/db4208113bcf4b5a95dc3ad7c3fa0afc 0.225s 2018-08-21 06:11:37.298 63 DEBUG tempest.lib.common.rest_client [req-4925d99c-c881-4855-9525-0e6830e8fafa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/d75bdb351df044e3878aaf19544cb47f/users/170ae294e9584f4eafb8542b1ea3e25a/roles/db4208113bcf4b5a95dc3ad7c3fa0afc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:37 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-4925d99c-c881-4855-9525-0e6830e8fafa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:37.299 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-799577710', 'project_name': u'tempest-TestBGPVPNBasic-799577710', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'd75bdb351df044e3878aaf19544cb47f', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-799577710', 'user_id': u'170ae294e9584f4eafb8542b1ea3e25a', 'project_id': u'd75bdb351df044e3878aaf19544cb47f', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:37.299 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-799577710', 'project_name': u'tempest-TestBGPVPNBasic-799577710', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'd75bdb351df044e3878aaf19544cb47f', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-799577710', 'user_id': u'170ae294e9584f4eafb8542b1ea3e25a', 'project_id': u'd75bdb351df044e3878aaf19544cb47f', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-21 06:11:37.676 63 INFO tempest.lib.common.rest_client [req-59f8aac4-fe0e-4a1c-bdc9-5a4533671ea8 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 06:11:37.677 63 DEBUG tempest.lib.common.rest_client [req-59f8aac4-fe0e-4a1c-bdc9-5a4533671ea8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8979', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 06:11:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59f8aac4-fe0e-4a1c-bdc9-5a4533671ea8'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T07:11:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d75bdb351df044e3878aaf19544cb47f", "name": "tempest-TestBGPVPNBasic-799577710"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_d75bdb351df044e3878aaf19544cb47f", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"r _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:38.656 63 INFO tempest.lib.common.rest_client [req-cc413f47-2f5b-42ce-918b-1e29b1a0e8aa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.972s 2018-08-21 06:11:38.657 63 DEBUG tempest.lib.common.rest_client [req-cc413f47-2f5b-42ce-918b-1e29b1a0e8aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1612862270 description", "name": "tempest-secgroup-smoke-1612862270"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:11:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc413f47-2f5b-42ce-918b-1e29b1a0e8aa'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1612862270 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:38Z", "updated_at": "2018-08-21T06:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "ccfe002c-ed0c-409f-b543-b41da9f5309d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "df140e64-ccb2-480c-902c-2d731004b65a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6989be8f-9672-4d17-910f-858a2bc51aea", "name": "tempest-secgroup-smoke-1612862270"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:39.137 63 INFO tempest.lib.common.rest_client [req-2bd02c2b-0206-452c-95d6-e4fd58cab6b5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.478s 2018-08-21 06:11:39.138 63 DEBUG tempest.lib.common.rest_client [req-2bd02c2b-0206-452c-95d6-e4fd58cab6b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bd02c2b-0206-452c-95d6-e4fd58cab6b5'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "68d47f9e-db36-4d74-83f9-7878faa82347"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:39.888 63 INFO tempest.lib.common.rest_client [req-f2cdad2f-6a77-4303-b6d1-dc03251ad935 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.749s 2018-08-21 06:11:39.889 63 DEBUG tempest.lib.common.rest_client [req-f2cdad2f-6a77-4303-b6d1-dc03251ad935 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2cdad2f-6a77-4303-b6d1-dc03251ad935'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "32b9acf4-0867-419a-bc10-0b3517664f96"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:40.050 63 INFO tempest.lib.common.rest_client [req-b64db55d-feec-48ae-b87e-9a97eef70f2c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:11:40.051 63 DEBUG tempest.lib.common.rest_client [req-b64db55d-feec-48ae-b87e-9a97eef70f2c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b64db55d-feec-48ae-b87e-9a97eef70f2c'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c6b41103-6e5c-4cb1-ad83-e7e30f6eb1e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:40.733 63 INFO tempest.lib.common.rest_client [req-0d5ea3a7-f12e-4f58-a2ab-321bbb7edfd5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.682s 2018-08-21 06:11:40.734 63 DEBUG tempest.lib.common.rest_client [req-0d5ea3a7-f12e-4f58-a2ab-321bbb7edfd5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d5ea3a7-f12e-4f58-a2ab-321bbb7edfd5'} 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-21T06:11:40Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:40Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "49120818-4701-4464-8f6d-1f304b244c12"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:41.112 63 INFO tempest.lib.common.rest_client [req-0880016d-0a57-49bc-9def-6efb39bc9a72 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.377s 2018-08-21 06:11:41.112 63 DEBUG tempest.lib.common.rest_client [req-0880016d-0a57-49bc-9def-6efb39bc9a72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0880016d-0a57-49bc-9def-6efb39bc9a72'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "54da1e25-4903-4820-83d7-f9b47bec333b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:41.241 63 INFO tempest.lib.common.rest_client [req-51bd4005-99f9-4890-9fb8-39a102ae2837 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.128s 2018-08-21 06:11:41.242 63 DEBUG tempest.lib.common.rest_client [req-51bd4005-99f9-4890-9fb8-39a102ae2837 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51bd4005-99f9-4890-9fb8-39a102ae2837'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ae9c3973-e57e-4182-946a-b22d0bb3b29a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:41.385 63 INFO tempest.lib.common.rest_client [req-2a0ffc47-0c10-429d-af42-9b126e5a2724 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 06:11:41.385 63 DEBUG tempest.lib.common.rest_client [req-2a0ffc47-0c10-429d-af42-9b126e5a2724 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0ffc47-0c10-429d-af42-9b126e5a2724'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "946ba37e-32a7-4294-bbe6-d0f419068bd7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:41.764 63 INFO tempest.lib.common.rest_client [req-5fcdc235-49a4-44e7-a95e-ba6a3b237c67 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.377s 2018-08-21 06:11:41.764 63 DEBUG tempest.lib.common.rest_client [req-5fcdc235-49a4-44e7-a95e-ba6a3b237c67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fcdc235-49a4-44e7-a95e-ba6a3b237c67'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2bcc712c-f42d-484c-a6dc-e882cb1afd6c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:41.983 63 INFO tempest.lib.common.rest_client [req-7d3e99dc-4f7b-4ca7-9209-abbd7c4a7827 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/networks 0.218s 2018-08-21 06:11:41.984 63 DEBUG tempest.lib.common.rest_client [req-7d3e99dc-4f7b-4ca7-9209-abbd7c4a7827 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-71751365"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d3e99dc-4f7b-4ca7-9209-abbd7c4a7827'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:41Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","name":"tempest-A-71751365"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:42.637 63 INFO tempest.lib.common.rest_client [req-fb78fe23-731f-42f4-8f58-e89aea3418ab ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.652s 2018-08-21 06:11:42.638 63 DEBUG tempest.lib.common.rest_client [req-fb78fe23-731f-42f4-8f58-e89aea3418ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "name": "tempest-subnet-A-1-665372731"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:11:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb78fe23-731f-42f4-8f58-e89aea3418ab'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:42Z","dns_nameservers":[],"updated_at":"2018-08-21T06:11:42Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"cdf62189-feca-4b89-9f71-f6dfd0c55207","subnetpool_id":null,"name":"tempest-subnet-A-1-665372731"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:42.924 63 INFO tempest.lib.common.rest_client [req-0014b2d8-b1d4-4c4a-a744-39809b2a2e6f ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/networks 0.285s 2018-08-21 06:11:42.925 63 DEBUG tempest.lib.common.rest_client [req-0014b2d8-b1d4-4c4a-a744-39809b2a2e6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1983255284"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0014b2d8-b1d4-4c4a-a744-39809b2a2e6f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:42Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","name":"tempest-B-1983255284"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:43.740 63 INFO tempest.lib.common.rest_client [req-7b65b064-5d3b-4a0e-8e72-602b2bed714d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.814s 2018-08-21 06:11:43.740 63 DEBUG tempest.lib.common.rest_client [req-7b65b064-5d3b-4a0e-8e72-602b2bed714d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "name": "tempest-subnet-B-1-620122936"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:11:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b65b064-5d3b-4a0e-8e72-602b2bed714d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:43Z","dns_nameservers":[],"updated_at":"2018-08-21T06:11:43Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c6c33e9a-9199-4479-9f28-4abcecea8e52","subnetpool_id":null,"name":"tempest-subnet-B-1-620122936"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:44.196 63 INFO tempest.lib.common.rest_client [req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.455s 2018-08-21 06:11:44.197 63 DEBUG tempest.lib.common.rest_client [req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1728257250"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgOn1vK6qLsowLsf/cWJJH0oWSuid6njsWUW/E7GRA24yij72O6qFwy2BNNNDDl3oFodt8rlSbFdgQalukuB1U9pORw0VrhCIqJUsomHd1CogoPKnH5qChBc24FxbN0UTDuFjOV9iTwx2lfevK1yBkSS9awEGcbZkM9uBD7wGpvRGTETdicLxKok6i+F1wTHqC050VwnD3ToJ1tdFRHnQmg1MgpSdFz1PepwVJba/66IVWzbNV5eCqVxVRmNGHtfJFetZLSriy2PEzRhG8m2ZSZf4/z/GbMJNUv/BrUSG7a574ATc/rwAmlwDW6IFQi3H+i91BPyZZyYNEIRA3cInV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoDp9byuqi7KMC7H/3FiSR9KFkronep47FlFvxOxkQNuMoo+9\njuqhcMtgTTTQw5d6BaHbfK5UmxXYEGpbpLgdVPaTkcNFa4QiKiVLKJh3dQqIKDyp\nx+agoQXNuBcWzdFEw7hYzlfYk8MdpX3rytcgZEkvWsBBnG2ZDPbgQ+8Bqb0RkxE3\nYnC8SqJOovhdcEx6gtOdFcJw906CdbXRUR50JoNTIKUnRc9T3qcFSW2v+uiFVs2z\nVeXgqlcVUZjRh7XyRXrWS0q4stjxM0YRvJtmUmX+P8/xmzCTVL/wa1Ehu2ue+AE3\nP68AJpcA1uiBUItx/ovdQT8mWcmDRCEQN3CJ1QIDAQABAoIBAQCJvt7Y9MwwPrXA\n1CynLInNLwHgCyMneeJIJIiW3bauP1Ce7D3FIJbblivbE92pWI7xSp2biW94yAWw\nzw6sBBBLW5OvyxTiAn0wiFEdvD1uJDi7hrNbBDzxUUDy0v6qwA6Cx/eopMKu/R1+\niUttXRYewP/x37hIF7xs9cwE+vMODPzpF4M5STdXRMjQy84pUVC4dkfjwQsAfBNQ\n6z0NE/UuHb/uScZA6Pp7Wh4fXbF7IlbIdTvaQ6FYg0q4UxCrbUA85TegTPZLNdty\nSju2AMEI0+a2iQBRtXQsFjra122MgnVXTh9YVjhh+kl/lYKYhX9ZWfK8ybDnv7dJ\n2KE/mDo9AoGBANTCO5Xj28X3FKaJkdDvjFRDr2zpg6L7ihPA6Bygi/3odSCRTk96\nmhoG9HJb3JGR+PvXpIgnFSzcWlzT81+5/Bw3DJdxQlQU7gNmAsru7TBVwVohbcuI\nnnNQ4Qb5zXU1CD0WdBz+Z0t4pEkimrP54XBtIXQFr4dOiG0IFUEUroiTAoGBAMDL\nICf6H+4mY0bPZL7Cyr7KcH1s+d4oJ6tIoLIKDpB+9E1p0p8hRlcryUSSvOmI8oJT\n3P26uFAvxBmNQ584hwGy0mM7MaJQ2IKT1e5Ur+j7K9aVkUlOYaAg508cFyKmPWyo\n8WKLTMhNlxAwqXw7dc2u+wZhOzxmxsFJUZ54mKz3AoGAbvmBKwXXNMNUOim3rUvF\n3o4PireiufiKZRNR/tyfKKl/rqUcO8ivaLQH/T59JlEFlhc88uev2950I8dKQrw4\nDF+KadPhzQm9vHgRLNjDT1rrp5+YLXntbCjbt0/FI0WuLm7v0c/BAVTEHIG4P/gu\n5v2FXYc5r1H/Rx/YNkIbZ5ECgYBYAWEgXpEMyQEwZaN7YLfj98z5tDErM/FHwtN3\n8hdL5mfmnpPCiBHv4NDzOHh7skPhMh8Cw6U3FVbSwyVHHSqjn9lh6rdxfK4YjRtu\nu8HA/Ea6oXO8nsb5rYtpFU2KR5BqdYQak7PtC14VyeDUEOBpj6KO+vtrSw8XVDyp\ntisbaQKBgQCSEc3totKyNxBYnpNjmy2oBLZxmP99vY7WmEQCoZ+pwu/fYlClmiTR\n7bRxA3X02Q9emfvvzBfCqqgaSKoOJkPpUVEvGAF2KafJcheyfQ8UsGmtWYvKv/SS\nJRgsGQg0cfuokPUtEgxtFATymALFYqp+Y9TNSSxrtabnYOJVB3n5sg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1728257250", "fingerprint": "f1:a6:e9:e3:56:8f:90:5d:ce:f6:e2:45:91:ba:8b:61"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:44.936 63 INFO tempest.lib.common.rest_client [req-d643ec66-6a9d-4fb7-9a85-05c56bc30bc5 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/ports 0.731s 2018-08-21 06:11:44.936 63 DEBUG tempest.lib.common.rest_client [req-d643ec66-6a9d-4fb7-9a85-05c56bc30bc5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1132654427", "security_groups": ["6989be8f-9672-4d17-910f-858a2bc51aea"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:11:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d643ec66-6a9d-4fb7-9a85-05c56bc30bc5'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:11:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:11:44Z","name":"tempest-port-smoke-1132654427","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:33:74:ac","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"cdf62189-feca-4b89-9f71-f6dfd0c55207","ip_address":"10.101.11.10"}],"id":"2d3d8080-b9d6-4ed3-9255-68c922f449ec","security_groups":["6989be8f-9672-4d17-910f-858a2bc51aea"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:47.722 63 INFO tempest.lib.common.rest_client [req-a745202b-e1a7-418c-a10d-8d72dc740ab5 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.44:8774/v2.1/servers 2.784s 2018-08-21 06:11:47.722 63 DEBUG tempest.lib.common.rest_client [req-a745202b-e1a7-418c-a10d-8d72dc740ab5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1728257250", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "port": "2d3d8080-b9d6-4ed3-9255-68c922f449ec"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-a745202b-e1a7-418c-a10d-8d72dc740ab5', 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a745202b-e1a7-418c-a10d-8d72dc740ab5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "adminPass": "FmK8KVqb8ZBc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:48.734 63 INFO tempest.lib.common.rest_client [req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 1.007s 2018-08-21 06:11:48.734 63 DEBUG tempest.lib.common.rest_client [req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f ] 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:50.431 63 INFO tempest.lib.common.rest_client [req-d914cce8-3560-43c0-a11f-f64c10848635 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.682s 2018-08-21 06:11:50.431 63 DEBUG tempest.lib.common.rest_client [req-d914cce8-3560-43c0-a11f-f64c10848635 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1400', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-d914cce8-3560-43c0-a11f-f64c10848635', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d914cce8-3560-43c0-a11f-f64c10848635'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:50.444 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:11:52.052 63 INFO tempest.lib.common.rest_client [req-2625e9e9-ae84-466b-86c3-03d5d088c872 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.606s 2018-08-21 06:11:52.053 63 DEBUG tempest.lib.common.rest_client [req-2625e9e9-ae84-466b-86c3-03d5d088c872 ] 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-2625e9e9-ae84-466b-86c3-03d5d088c872', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2625e9e9-ae84-466b-86c3-03d5d088c872'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:52.066 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:11:53.497 63 INFO tempest.lib.common.rest_client [req-a2066c3b-5438-4b8e-95f9-dddaf034406c ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.429s 2018-08-21 06:11:53.497 63 DEBUG tempest.lib.common.rest_client [req-a2066c3b-5438-4b8e-95f9-dddaf034406c ] 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-a2066c3b-5438-4b8e-95f9-dddaf034406c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2066c3b-5438-4b8e-95f9-dddaf034406c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:54.955 63 INFO tempest.lib.common.rest_client [req-696692f2-239d-463a-bcae-bdca9c16326c ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.443s 2018-08-21 06:11:54.955 63 DEBUG tempest.lib.common.rest_client [req-696692f2-239d-463a-bcae-bdca9c16326c ] 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-696692f2-239d-463a-bcae-bdca9c16326c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-696692f2-239d-463a-bcae-bdca9c16326c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:11:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:54.970 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:11:55.134 63 INFO tempest.lib.common.rest_client [req-3504cd49-42ae-4119-ba15-f31ce190a60d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.163s 2018-08-21 06:11:55.134 63 DEBUG tempest.lib.common.rest_client [req-3504cd49-42ae-4119-ba15-f31ce190a60d ] 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-3504cd49-42ae-4119-ba15-f31ce190a60d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3504cd49-42ae-4119-ba15-f31ce190a60d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:11:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:55.146 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: ab1b5df9-a6be-4158-9113-471ce4663ca4 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:11:56.257 63 INFO tempest.lib.common.rest_client [req-983bc569-1cde-4d10-a30b-d589cb1f1c4c ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/ports 1.110s 2018-08-21 06:11:56.257 63 DEBUG tempest.lib.common.rest_client [req-983bc569-1cde-4d10-a30b-d589cb1f1c4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-667824408", "security_groups": ["6989be8f-9672-4d17-910f-858a2bc51aea"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-983bc569-1cde-4d10-a30b-d589cb1f1c4c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:11:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:11:55Z","name":"tempest-port-smoke-667824408","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a2:5e:3d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c6c33e9a-9199-4479-9f28-4abcecea8e52","ip_address":"10.102.21.20"}],"id":"d53e268a-ea78-451e-9656-6d060d8b6dc9","security_groups":["6989be8f-9672-4d17-910f-858a2bc51aea"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:57.604 63 INFO tempest.lib.common.rest_client [req-7dee1c4f-402f-4900-9bf1-c5a15aee2513 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.44:8774/v2.1/servers 1.345s 2018-08-21 06:11:57.604 63 DEBUG tempest.lib.common.rest_client [req-7dee1c4f-402f-4900-9bf1-c5a15aee2513 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1728257250", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "port": "d53e268a-ea78-451e-9656-6d060d8b6dc9"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-7dee1c4f-402f-4900-9bf1-c5a15aee2513', 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7dee1c4f-402f-4900-9bf1-c5a15aee2513'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "adminPass": "oNSGZ28c5esz"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:57.669 63 INFO tempest.lib.common.rest_client [req-12e254f1-e587-48f7-9848-092a71026b83 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.060s 2018-08-21 06:11:57.669 63 DEBUG tempest.lib.common.rest_client [req-12e254f1-e587-48f7-9848-092a71026b83 ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-12e254f1-e587-48f7-9848-092a71026b83', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12e254f1-e587-48f7-9848-092a71026b83'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:11:58.761 63 INFO tempest.lib.common.rest_client [req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.077s 2018-08-21 06:11:58.761 63 DEBUG tempest.lib.common.rest_client [req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35 ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:00.087 63 INFO tempest.lib.common.rest_client [req-b3b806e2-67b8-4bac-9691-69ba26de6e3e ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.311s 2018-08-21 06:12:00.088 63 DEBUG tempest.lib.common.rest_client [req-b3b806e2-67b8-4bac-9691-69ba26de6e3e ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-b3b806e2-67b8-4bac-9691-69ba26de6e3e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3b806e2-67b8-4bac-9691-69ba26de6e3e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:00.101 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-21 06:12:01.277 63 INFO tempest.lib.common.rest_client [req-6f11d19f-cca5-4b49-bee7-0585ec3659ed ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.173s 2018-08-21 06:12:01.277 63 DEBUG tempest.lib.common.rest_client [req-6f11d19f-cca5-4b49-bee7-0585ec3659ed ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-6f11d19f-cca5-4b49-bee7-0585ec3659ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f11d19f-cca5-4b49-bee7-0585ec3659ed'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:01.290 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:12:02.701 63 INFO tempest.lib.common.rest_client [req-eb92b71f-ff20-47cf-8177-18d446d6cbee ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.409s 2018-08-21 06:12:02.702 63 DEBUG tempest.lib.common.rest_client [req-eb92b71f-ff20-47cf-8177-18d446d6cbee ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-eb92b71f-ff20-47cf-8177-18d446d6cbee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb92b71f-ff20-47cf-8177-18d446d6cbee'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:03.880 63 INFO tempest.lib.common.rest_client [req-eac753ed-a998-4c56-9117-352fbe4aa851 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.163s 2018-08-21 06:12:03.881 63 DEBUG tempest.lib.common.rest_client [req-eac753ed-a998-4c56-9117-352fbe4aa851 ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-eac753ed-a998-4c56-9117-352fbe4aa851', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eac753ed-a998-4c56-9117-352fbe4aa851'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:05.056 63 INFO tempest.lib.common.rest_client [req-7a63351b-122d-4fce-8302-7dc97864ba9b ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.161s 2018-08-21 06:12:05.056 63 DEBUG tempest.lib.common.rest_client [req-7a63351b-122d-4fce-8302-7dc97864ba9b ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-7a63351b-122d-4fce-8302-7dc97864ba9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a63351b-122d-4fce-8302-7dc97864ba9b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:12:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:05.069 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:12:05.212 63 INFO tempest.lib.common.rest_client [req-b0ea1dab-5a74-4514-94e4-40da2e36dd58 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.142s 2018-08-21 06:12:05.213 63 DEBUG tempest.lib.common.rest_client [req-b0ea1dab-5a74-4514-94e4-40da2e36dd58 ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-b0ea1dab-5a74-4514-94e4-40da2e36dd58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0ea1dab-5a74-4514-94e4-40da2e36dd58'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:12:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:05.226 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:12:05.568 63 INFO tempest.lib.common.rest_client [req-e17a2909-2a1b-4e5a-9d02-de88a3c6e50a ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.342s 2018-08-21 06:12:05.569 63 DEBUG tempest.lib.common.rest_client [req-e17a2909-2a1b-4e5a-9d02-de88a3c6e50a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e17a2909-2a1b-4e5a-9d02-de88a3c6e50a'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "64ac395d-3038-436f-b2bc-86b67c35c1fb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:05.779 63 INFO tempest.lib.common.rest_client [req-3b950997-b4c2-4fe7-b630-ea4a9fa05038 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations 0.209s 2018-08-21 06:12:05.779 63 DEBUG tempest.lib.common.rest_client [req-3b950997-b4c2-4fe7-b630-ea4a9fa05038 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b950997-b4c2-4fe7-b630-ea4a9fa05038'} Body: {"network_association": {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "id": "a18a72b6-6f53-4ffb-8dbc-1a41c3e531a9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:06.387 63 INFO tempest.lib.common.rest_client [req-92b50029-63ea-4e02-9086-ffb4c509e668 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations 0.607s 2018-08-21 06:12:06.388 63 DEBUG tempest.lib.common.rest_client [req-92b50029-63ea-4e02-9086-ffb4c509e668 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations', u'date': 'Tue, 21 Aug 2018 06:12:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92b50029-63ea-4e02-9086-ffb4c509e668'} Body: {"network_association": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "id": "85e143dd-60ed-48ed-84eb-13c5703a8e82"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:06.388 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-21 06:12:06.546 63 INFO tempest.lib.common.rest_client [req-a8535570-7d46-48b8-bfb3-264d90088143 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/routers 0.156s 2018-08-21 06:12:06.546 63 DEBUG tempest.lib.common.rest_client [req-a8535570-7d46-48b8-bfb3-264d90088143 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--946579286", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:12:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8535570-7d46-48b8-bfb3-264d90088143'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:06Z", "admin_state_up": true, "updated_at": "2018-08-21T06:12:06Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "name": "tempest-router--946579286"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:08.217 63 INFO tempest.lib.common.rest_client [req-7820cd21-0798-4695-93d3-cbf3ca6eeff0 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5 1.669s 2018-08-21 06:12:08.218 63 DEBUG tempest.lib.common.rest_client [req-7820cd21-0798-4695-93d3-cbf3ca6eeff0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5', u'date': 'Tue, 21 Aug 2018 06:12:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7820cd21-0798-4695-93d3-cbf3ca6eeff0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:06Z", "admin_state_up": true, "updated_at": "2018-08-21T06:12:08Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "name": "tempest-router--946579286"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:10.532 63 INFO tempest.lib.common.rest_client [req-eb578e73-054c-4416-85c9-ddc3c4f77220 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/add_router_interface 2.314s 2018-08-21 06:12:10.533 63 DEBUG tempest.lib.common.rest_client [req-eb578e73-054c-4416-85c9-ddc3c4f77220 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:12:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb578e73-054c-4416-85c9-ddc3c4f77220'} Body: {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207", "subnet_ids": ["cdf62189-feca-4b89-9f71-f6dfd0c55207"], "port_id": "9fdf16b5-1890-4093-b0dc-178d3341eca9", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:12.358 63 INFO tempest.lib.common.rest_client [req-580152c2-2509-4e7a-b6e4-0051b6267c0f ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.824s 2018-08-21 06:12:12.359 63 DEBUG tempest.lib.common.rest_client [req-580152c2-2509-4e7a-b6e4-0051b6267c0f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "2d3d8080-b9d6-4ed3-9255-68c922f449ec"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:12:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-580152c2-2509-4e7a-b6e4-0051b6267c0f'} Body: {"floatingip": {"router_id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:12:11Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "2d3d8080-b9d6-4ed3-9255-68c922f449ec", "id": "bf93ff49-94de-400b-b901-ec5c5a77bf75", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:11Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:12:12.363 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:12:15.370 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:12:15.439 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:12:15.469 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:12:15.583 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-21 06:12:15.584 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:12:15.586 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:12:15.648 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:12:15.650 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:12:20.658 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-21 06:12:20.659 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-21 06:13:30.723 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-21 06:13:30.724 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:13:30.728 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:13:30.827 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:13:30.856 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:13:35.863 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-21 06:13:35.863 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-21 06:14:45.934 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-21 06:14:45.934 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-21 06:14:45.935 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:45.941 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46.035 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:14:46.067 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46.073 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:14:46.073 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:e7:1c:e9 [ether] on eth0 2018-08-21 06:14:46.074 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-21 06:14:46.074 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46.076 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46.135 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:14:46.139 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46.148 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 06:14:46.148 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-21 06:14:46.149 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46.150 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46.206 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:14:46.214 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46.220 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-21 06:14:46.221 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46.222 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46.284 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:14:46.287 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46.292 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:14:46.293 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:e7:1c:e9 [ether] on eth0 2018-08-21 06:14:46.293 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-21 06:14:46.294 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46.296 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46.356 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:14:46.360 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:51.367 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-21 06:14:51.367 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-21 06:16:01.419 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-21 06:16:01.420 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:16:01.428 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:16:01.529 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:16:01.552 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:16:06.561 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-21 06:16:06.561 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-21 06:17:16.579 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-21 06:17:16.580 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.207: 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:17:17.773 63 INFO tempest.lib.common.rest_client [req-6c2508d4-2d72-4035-baf1-de47ee824276 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/bf93ff49-94de-400b-b901-ec5c5a77bf75 1.185s 2018-08-21 06:17:17.774 63 DEBUG tempest.lib.common.rest_client [req-6c2508d4-2d72-4035-baf1-de47ee824276 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/bf93ff49-94de-400b-b901-ec5c5a77bf75', u'date': 'Tue, 21 Aug 2018 06:17:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6c2508d4-2d72-4035-baf1-de47ee824276'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:19.820 63 INFO tempest.lib.common.rest_client [req-49df238d-e7e3-4cc7-995f-65a4136a9bab ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/remove_router_interface 2.046s 2018-08-21 06:17:19.821 63 DEBUG tempest.lib.common.rest_client [req-49df238d-e7e3-4cc7-995f-65a4136a9bab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:17:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49df238d-e7e3-4cc7-995f-65a4136a9bab'} Body: {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207", "subnet_ids": ["cdf62189-feca-4b89-9f71-f6dfd0c55207"], "port_id": "9fdf16b5-1890-4093-b0dc-178d3341eca9", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:22.284 63 INFO tempest.lib.common.rest_client [req-f15453b2-77ad-46e7-a7e7-bd9e811aee7f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5 2.462s 2018-08-21 06:17:22.285 63 DEBUG tempest.lib.common.rest_client [req-f15453b2-77ad-46e7-a7e7-bd9e811aee7f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f15453b2-77ad-46e7-a7e7-bd9e811aee7f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:22.670 63 INFO tempest.lib.common.rest_client [req-933dbd85-7f91-4db7-a6ee-221990416f29 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.384s 2018-08-21 06:17:22.670 63 DEBUG tempest.lib.common.rest_client [req-933dbd85-7f91-4db7-a6ee-221990416f29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-933dbd85-7f91-4db7-a6ee-221990416f29', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-933dbd85-7f91-4db7-a6ee-221990416f29'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:23.325 63 INFO tempest.lib.common.rest_client [req-35b2f384-0ee2-454a-b0d7-27a2e626e757 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.654s 2018-08-21 06:17:23.325 63 DEBUG tempest.lib.common.rest_client [req-35b2f384-0ee2-454a-b0d7-27a2e626e757 ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-35b2f384-0ee2-454a-b0d7-27a2e626e757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35b2f384-0ee2-454a-b0d7-27a2e626e757'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:22Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:24.780 63 INFO tempest.lib.common.rest_client [req-662f4841-e223-427d-b6a3-21f57d20e9b0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.438s 2018-08-21 06:17:24.780 63 DEBUG tempest.lib.common.rest_client [req-662f4841-e223-427d-b6a3-21f57d20e9b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-662f4841-e223-427d-b6a3-21f57d20e9b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-662f4841-e223-427d-b6a3-21f57d20e9b0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T06:17:24.000000", "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:24.793 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:17:25.842 63 INFO tempest.lib.common.rest_client [req-54854cf6-4f01-477f-85e6-8b196d842d0c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.047s 2018-08-21 06:17:25.843 63 DEBUG tempest.lib.common.rest_client [req-54854cf6-4f01-477f-85e6-8b196d842d0c ] 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-54854cf6-4f01-477f-85e6-8b196d842d0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-54854cf6-4f01-477f-85e6-8b196d842d0c'} Body: {"itemNotFound": {"message": "Instance 3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:26.467 63 INFO tempest.lib.common.rest_client [req-346d587a-738a-457a-a788-c15bf306341f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d53e268a-ea78-451e-9656-6d060d8b6dc9 0.623s 2018-08-21 06:17:26.468 63 DEBUG tempest.lib.common.rest_client [req-346d587a-738a-457a-a788-c15bf306341f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d53e268a-ea78-451e-9656-6d060d8b6dc9', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-346d587a-738a-457a-a788-c15bf306341f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:26.598 63 INFO tempest.lib.common.rest_client [req-cdc896f0-4156-4e39-957c-25a460ab038f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.129s 2018-08-21 06:17:26.598 63 DEBUG tempest.lib.common.rest_client [req-cdc896f0-4156-4e39-957c-25a460ab038f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-cdc896f0-4156-4e39-957c-25a460ab038f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdc896f0-4156-4e39-957c-25a460ab038f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:27.628 63 INFO tempest.lib.common.rest_client [req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 1.029s 2018-08-21 06:17:27.629 63 DEBUG tempest.lib.common.rest_client [req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e ] 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:26Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:28.688 63 INFO tempest.lib.common.rest_client [req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.043s 2018-08-21 06:17:28.689 63 DEBUG tempest.lib.common.rest_client [req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288 ] 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288'} Body: {"itemNotFound": {"message": "Instance ab1b5df9-a6be-4158-9113-471ce4663ca4 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:29.259 63 INFO tempest.lib.common.rest_client [req-f4c05960-971d-4b2b-842a-6ebdabe3dd9d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/2d3d8080-b9d6-4ed3-9255-68c922f449ec 0.569s 2018-08-21 06:17:29.259 63 DEBUG tempest.lib.common.rest_client [req-f4c05960-971d-4b2b-842a-6ebdabe3dd9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/2d3d8080-b9d6-4ed3-9255-68c922f449ec', u'date': 'Tue, 21 Aug 2018 06:17:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f4c05960-971d-4b2b-842a-6ebdabe3dd9d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:29.283 63 INFO tempest.lib.common.rest_client [req-b7fa67a2-e793-4451-b7af-22c88f950ac9 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1728257250 0.023s 2018-08-21 06:17:29.284 63 DEBUG tempest.lib.common.rest_client [req-b7fa67a2-e793-4451-b7af-22c88f950ac9 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1728257250', u'x-compute-request-id': 'req-b7fa67a2-e793-4451-b7af-22c88f950ac9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7fa67a2-e793-4451-b7af-22c88f950ac9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:30.864 63 INFO tempest.lib.common.rest_client [req-67676251-5b97-4a2f-a2d1-97e08727019b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c6c33e9a-9199-4479-9f28-4abcecea8e52 1.579s 2018-08-21 06:17:30.865 63 DEBUG tempest.lib.common.rest_client [req-67676251-5b97-4a2f-a2d1-97e08727019b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c6c33e9a-9199-4479-9f28-4abcecea8e52', u'date': 'Tue, 21 Aug 2018 06:17:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67676251-5b97-4a2f-a2d1-97e08727019b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:32.311 63 INFO tempest.lib.common.rest_client [req-f2c3f81f-4857-49f2-9500-f319a6771392 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938 1.445s 2018-08-21 06:17:32.312 63 DEBUG tempest.lib.common.rest_client [req-f2c3f81f-4857-49f2-9500-f319a6771392 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938', u'date': 'Tue, 21 Aug 2018 06:17:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f2c3f81f-4857-49f2-9500-f319a6771392'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:34.000 63 INFO tempest.lib.common.rest_client [req-66e18fe8-8e24-4ddb-b5c7-5bf2ef7bd163 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/cdf62189-feca-4b89-9f71-f6dfd0c55207 1.687s 2018-08-21 06:17:34.001 63 DEBUG tempest.lib.common.rest_client [req-66e18fe8-8e24-4ddb-b5c7-5bf2ef7bd163 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/cdf62189-feca-4b89-9f71-f6dfd0c55207', u'date': 'Tue, 21 Aug 2018 06:17:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66e18fe8-8e24-4ddb-b5c7-5bf2ef7bd163'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:35.673 63 INFO tempest.lib.common.rest_client [req-d09236ff-87e3-44f6-84cc-8ee00408215a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/eb6d1297-90cf-47ec-9a25-c52ee222b43f 1.671s 2018-08-21 06:17:35.674 63 DEBUG tempest.lib.common.rest_client [req-d09236ff-87e3-44f6-84cc-8ee00408215a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/eb6d1297-90cf-47ec-9a25-c52ee222b43f', u'date': 'Tue, 21 Aug 2018 06:17:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d09236ff-87e3-44f6-84cc-8ee00408215a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:35.925 63 INFO tempest.lib.common.rest_client [req-d7e453a8-b281-42a6-a17b-03f198afba15 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/6989be8f-9672-4d17-910f-858a2bc51aea 0.250s 2018-08-21 06:17:35.926 63 DEBUG tempest.lib.common.rest_client [req-d7e453a8-b281-42a6-a17b-03f198afba15 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/6989be8f-9672-4d17-910f-858a2bc51aea', u'date': 'Tue, 21 Aug 2018 06:17:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7e453a8-b281-42a6-a17b-03f198afba15'} 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 [358.247241s] ... 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-21 06:11:38,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.972s 2018-08-21 06:11:38,657 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1612862270 description", "name": "tempest-secgroup-smoke-1612862270"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:11:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc413f47-2f5b-42ce-918b-1e29b1a0e8aa'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1612862270 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:38Z", "updated_at": "2018-08-21T06:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "ccfe002c-ed0c-409f-b543-b41da9f5309d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "df140e64-ccb2-480c-902c-2d731004b65a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6989be8f-9672-4d17-910f-858a2bc51aea", "name": "tempest-secgroup-smoke-1612862270"}} 2018-08-21 06:11:39,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.478s 2018-08-21 06:11:39,138 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bd02c2b-0206-452c-95d6-e4fd58cab6b5'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "68d47f9e-db36-4d74-83f9-7878faa82347"}} 2018-08-21 06:11:39,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.749s 2018-08-21 06:11:39,889 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2cdad2f-6a77-4303-b6d1-dc03251ad935'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "32b9acf4-0867-419a-bc10-0b3517664f96"}} 2018-08-21 06:11:40,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:11:40,051 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b64db55d-feec-48ae-b87e-9a97eef70f2c'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c6b41103-6e5c-4cb1-ad83-e7e30f6eb1e6"}} 2018-08-21 06:11:40,733 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.682s 2018-08-21 06:11:40,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": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d5ea3a7-f12e-4f58-a2ab-321bbb7edfd5'} 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-21T06:11:40Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:40Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "49120818-4701-4464-8f6d-1f304b244c12"}} 2018-08-21 06:11:41,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.377s 2018-08-21 06:11:41,112 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0880016d-0a57-49bc-9def-6efb39bc9a72'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "54da1e25-4903-4820-83d7-f9b47bec333b"}} 2018-08-21 06:11:41,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.128s 2018-08-21 06:11:41,242 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51bd4005-99f9-4890-9fb8-39a102ae2837'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ae9c3973-e57e-4182-946a-b22d0bb3b29a"}} 2018-08-21 06:11:41,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 06:11:41,385 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0ffc47-0c10-429d-af42-9b126e5a2724'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "946ba37e-32a7-4294-bbe6-d0f419068bd7"}} 2018-08-21 06:11:41,764 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.377s 2018-08-21 06:11:41,764 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fcdc235-49a4-44e7-a95e-ba6a3b237c67'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2bcc712c-f42d-484c-a6dc-e882cb1afd6c"}} 2018-08-21 06:11:41,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/networks 0.218s 2018-08-21 06:11:41,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-71751365"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d3e99dc-4f7b-4ca7-9209-abbd7c4a7827'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:41Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","name":"tempest-A-71751365"}} 2018-08-21 06:11:42,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.652s 2018-08-21 06:11:42,638 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "name": "tempest-subnet-A-1-665372731"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:11:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb78fe23-731f-42f4-8f58-e89aea3418ab'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:42Z","dns_nameservers":[],"updated_at":"2018-08-21T06:11:42Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"cdf62189-feca-4b89-9f71-f6dfd0c55207","subnetpool_id":null,"name":"tempest-subnet-A-1-665372731"}} 2018-08-21 06:11:42,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/networks 0.285s 2018-08-21 06:11:42,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1983255284"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0014b2d8-b1d4-4c4a-a744-39809b2a2e6f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:42Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","name":"tempest-B-1983255284"}} 2018-08-21 06:11:43,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.814s 2018-08-21 06:11:43,740 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "name": "tempest-subnet-B-1-620122936"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:11:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b65b064-5d3b-4a0e-8e72-602b2bed714d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:43Z","dns_nameservers":[],"updated_at":"2018-08-21T06:11:43Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c6c33e9a-9199-4479-9f28-4abcecea8e52","subnetpool_id":null,"name":"tempest-subnet-B-1-620122936"}} 2018-08-21 06:11:44,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.455s 2018-08-21 06:11:44,197 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1728257250"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgOn1vK6qLsowLsf/cWJJH0oWSuid6njsWUW/E7GRA24yij72O6qFwy2BNNNDDl3oFodt8rlSbFdgQalukuB1U9pORw0VrhCIqJUsomHd1CogoPKnH5qChBc24FxbN0UTDuFjOV9iTwx2lfevK1yBkSS9awEGcbZkM9uBD7wGpvRGTETdicLxKok6i+F1wTHqC050VwnD3ToJ1tdFRHnQmg1MgpSdFz1PepwVJba/66IVWzbNV5eCqVxVRmNGHtfJFetZLSriy2PEzRhG8m2ZSZf4/z/GbMJNUv/BrUSG7a574ATc/rwAmlwDW6IFQi3H+i91BPyZZyYNEIRA3cInV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoDp9byuqi7KMC7H/3FiSR9KFkronep47FlFvxOxkQNuMoo+9\njuqhcMtgTTTQw5d6BaHbfK5UmxXYEGpbpLgdVPaTkcNFa4QiKiVLKJh3dQqIKDyp\nx+agoQXNuBcWzdFEw7hYzlfYk8MdpX3rytcgZEkvWsBBnG2ZDPbgQ+8Bqb0RkxE3\nYnC8SqJOovhdcEx6gtOdFcJw906CdbXRUR50JoNTIKUnRc9T3qcFSW2v+uiFVs2z\nVeXgqlcVUZjRh7XyRXrWS0q4stjxM0YRvJtmUmX+P8/xmzCTVL/wa1Ehu2ue+AE3\nP68AJpcA1uiBUItx/ovdQT8mWcmDRCEQN3CJ1QIDAQABAoIBAQCJvt7Y9MwwPrXA\n1CynLInNLwHgCyMneeJIJIiW3bauP1Ce7D3FIJbblivbE92pWI7xSp2biW94yAWw\nzw6sBBBLW5OvyxTiAn0wiFEdvD1uJDi7hrNbBDzxUUDy0v6qwA6Cx/eopMKu/R1+\niUttXRYewP/x37hIF7xs9cwE+vMODPzpF4M5STdXRMjQy84pUVC4dkfjwQsAfBNQ\n6z0NE/UuHb/uScZA6Pp7Wh4fXbF7IlbIdTvaQ6FYg0q4UxCrbUA85TegTPZLNdty\nSju2AMEI0+a2iQBRtXQsFjra122MgnVXTh9YVjhh+kl/lYKYhX9ZWfK8ybDnv7dJ\n2KE/mDo9AoGBANTCO5Xj28X3FKaJkdDvjFRDr2zpg6L7ihPA6Bygi/3odSCRTk96\nmhoG9HJb3JGR+PvXpIgnFSzcWlzT81+5/Bw3DJdxQlQU7gNmAsru7TBVwVohbcuI\nnnNQ4Qb5zXU1CD0WdBz+Z0t4pEkimrP54XBtIXQFr4dOiG0IFUEUroiTAoGBAMDL\nICf6H+4mY0bPZL7Cyr7KcH1s+d4oJ6tIoLIKDpB+9E1p0p8hRlcryUSSvOmI8oJT\n3P26uFAvxBmNQ584hwGy0mM7MaJQ2IKT1e5Ur+j7K9aVkUlOYaAg508cFyKmPWyo\n8WKLTMhNlxAwqXw7dc2u+wZhOzxmxsFJUZ54mKz3AoGAbvmBKwXXNMNUOim3rUvF\n3o4PireiufiKZRNR/tyfKKl/rqUcO8ivaLQH/T59JlEFlhc88uev2950I8dKQrw4\nDF+KadPhzQm9vHgRLNjDT1rrp5+YLXntbCjbt0/FI0WuLm7v0c/BAVTEHIG4P/gu\n5v2FXYc5r1H/Rx/YNkIbZ5ECgYBYAWEgXpEMyQEwZaN7YLfj98z5tDErM/FHwtN3\n8hdL5mfmnpPCiBHv4NDzOHh7skPhMh8Cw6U3FVbSwyVHHSqjn9lh6rdxfK4YjRtu\nu8HA/Ea6oXO8nsb5rYtpFU2KR5BqdYQak7PtC14VyeDUEOBpj6KO+vtrSw8XVDyp\ntisbaQKBgQCSEc3totKyNxBYnpNjmy2oBLZxmP99vY7WmEQCoZ+pwu/fYlClmiTR\n7bRxA3X02Q9emfvvzBfCqqgaSKoOJkPpUVEvGAF2KafJcheyfQ8UsGmtWYvKv/SS\nJRgsGQg0cfuokPUtEgxtFATymALFYqp+Y9TNSSxrtabnYOJVB3n5sg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1728257250", "fingerprint": "f1:a6:e9:e3:56:8f:90:5d:ce:f6:e2:45:91:ba:8b:61"}} 2018-08-21 06:11:44,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/ports 0.731s 2018-08-21 06:11:44,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1132654427", "security_groups": ["6989be8f-9672-4d17-910f-858a2bc51aea"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:11:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d643ec66-6a9d-4fb7-9a85-05c56bc30bc5'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:11:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:11:44Z","name":"tempest-port-smoke-1132654427","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:33:74:ac","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"cdf62189-feca-4b89-9f71-f6dfd0c55207","ip_address":"10.101.11.10"}],"id":"2d3d8080-b9d6-4ed3-9255-68c922f449ec","security_groups":["6989be8f-9672-4d17-910f-858a2bc51aea"],"device_id":""}} 2018-08-21 06:11:47,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.44:8774/v2.1/servers 2.784s 2018-08-21 06:11:47,722 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-1728257250", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "port": "2d3d8080-b9d6-4ed3-9255-68c922f449ec"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-a745202b-e1a7-418c-a10d-8d72dc740ab5', 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a745202b-e1a7-418c-a10d-8d72dc740ab5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "adminPass": "FmK8KVqb8ZBc"}} 2018-08-21 06:11:48,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 1.007s 2018-08-21 06:11:48,734 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:50,431 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.682s 2018-08-21 06:11:50,431 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1400', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-d914cce8-3560-43c0-a11f-f64c10848635', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d914cce8-3560-43c0-a11f-f64c10848635'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:50,444 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:11:52,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.606s 2018-08-21 06:11:52,053 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-2625e9e9-ae84-466b-86c3-03d5d088c872', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2625e9e9-ae84-466b-86c3-03d5d088c872'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:52,066 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:11:53,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.429s 2018-08-21 06:11:53,497 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-a2066c3b-5438-4b8e-95f9-dddaf034406c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2066c3b-5438-4b8e-95f9-dddaf034406c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:54,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.443s 2018-08-21 06:11:54,955 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-696692f2-239d-463a-bcae-bdca9c16326c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-696692f2-239d-463a-bcae-bdca9c16326c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:11:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:54,970 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:11:55,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.163s 2018-08-21 06:11:55,134 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-3504cd49-42ae-4119-ba15-f31ce190a60d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3504cd49-42ae-4119-ba15-f31ce190a60d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:11:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:55,146 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ab1b5df9-a6be-4158-9113-471ce4663ca4 with status: ACTIVE 2018-08-21 06:11:56,257 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/ports 1.110s 2018-08-21 06:11:56,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-667824408", "security_groups": ["6989be8f-9672-4d17-910f-858a2bc51aea"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-983bc569-1cde-4d10-a30b-d589cb1f1c4c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:11:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:11:55Z","name":"tempest-port-smoke-667824408","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a2:5e:3d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c6c33e9a-9199-4479-9f28-4abcecea8e52","ip_address":"10.102.21.20"}],"id":"d53e268a-ea78-451e-9656-6d060d8b6dc9","security_groups":["6989be8f-9672-4d17-910f-858a2bc51aea"],"device_id":""}} 2018-08-21 06:11:57,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.44:8774/v2.1/servers 1.345s 2018-08-21 06:11:57,604 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-1728257250", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "port": "d53e268a-ea78-451e-9656-6d060d8b6dc9"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-7dee1c4f-402f-4900-9bf1-c5a15aee2513', 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7dee1c4f-402f-4900-9bf1-c5a15aee2513'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "adminPass": "oNSGZ28c5esz"}} 2018-08-21 06:11:57,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.060s 2018-08-21 06:11:57,669 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-12e254f1-e587-48f7-9848-092a71026b83', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12e254f1-e587-48f7-9848-092a71026b83'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:58,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.077s 2018-08-21 06:11:58,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:00,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.311s 2018-08-21 06:12:00,088 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-b3b806e2-67b8-4bac-9691-69ba26de6e3e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3b806e2-67b8-4bac-9691-69ba26de6e3e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:00,101 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-21 06:12:01,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.173s 2018-08-21 06:12:01,277 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-6f11d19f-cca5-4b49-bee7-0585ec3659ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f11d19f-cca5-4b49-bee7-0585ec3659ed'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:01,290 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:12:02,701 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.409s 2018-08-21 06:12:02,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-eb92b71f-ff20-47cf-8177-18d446d6cbee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb92b71f-ff20-47cf-8177-18d446d6cbee'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:03,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.163s 2018-08-21 06:12:03,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-eac753ed-a998-4c56-9117-352fbe4aa851', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eac753ed-a998-4c56-9117-352fbe4aa851'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:05,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.161s 2018-08-21 06:12:05,056 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-7a63351b-122d-4fce-8302-7dc97864ba9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a63351b-122d-4fce-8302-7dc97864ba9b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:12:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:05,069 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:12:05,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.142s 2018-08-21 06:12:05,213 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-b0ea1dab-5a74-4514-94e4-40da2e36dd58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0ea1dab-5a74-4514-94e4-40da2e36dd58'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:12:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:05,226 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c with status: ACTIVE 2018-08-21 06:12:05,568 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.342s 2018-08-21 06:12:05,569 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e17a2909-2a1b-4e5a-9d02-de88a3c6e50a'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "64ac395d-3038-436f-b2bc-86b67c35c1fb"}} 2018-08-21 06:12:05,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations 0.209s 2018-08-21 06:12:05,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": "eb6d1297-90cf-47ec-9a25-c52ee222b43f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b950997-b4c2-4fe7-b630-ea4a9fa05038'} Body: {"network_association": {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "id": "a18a72b6-6f53-4ffb-8dbc-1a41c3e531a9"}} 2018-08-21 06:12:06,387 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations 0.607s 2018-08-21 06:12:06,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations', u'date': 'Tue, 21 Aug 2018 06:12:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92b50029-63ea-4e02-9086-ffb4c509e668'} Body: {"network_association": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "id": "85e143dd-60ed-48ed-84eb-13c5703a8e82"}} 2018-08-21 06:12:06,388 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:12:06,546 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/routers 0.156s 2018-08-21 06:12:06,546 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--946579286", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:12:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8535570-7d46-48b8-bfb3-264d90088143'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:06Z", "admin_state_up": true, "updated_at": "2018-08-21T06:12:06Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "name": "tempest-router--946579286"}} 2018-08-21 06:12:08,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5 1.669s 2018-08-21 06:12:08,218 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5', u'date': 'Tue, 21 Aug 2018 06:12:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7820cd21-0798-4695-93d3-cbf3ca6eeff0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:06Z", "admin_state_up": true, "updated_at": "2018-08-21T06:12:08Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "name": "tempest-router--946579286"}} 2018-08-21 06:12:10,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/add_router_interface 2.314s 2018-08-21 06:12:10,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:12:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb578e73-054c-4416-85c9-ddc3c4f77220'} Body: {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207", "subnet_ids": ["cdf62189-feca-4b89-9f71-f6dfd0c55207"], "port_id": "9fdf16b5-1890-4093-b0dc-178d3341eca9", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5"} 2018-08-21 06:12:12,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.824s 2018-08-21 06:12:12,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "2d3d8080-b9d6-4ed3-9255-68c922f449ec"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:12:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-580152c2-2509-4e7a-b6e4-0051b6267c0f'} Body: {"floatingip": {"router_id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:12:11Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "2d3d8080-b9d6-4ed3-9255-68c922f449ec", "id": "bf93ff49-94de-400b-b901-ec5c5a77bf75", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:11Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:12:12,363 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:12:15,370 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:12:15,439 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:12:15,469 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:12:15,583 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-21 06:12:15,584 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:12:15,586 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:12:15,648 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:12:15,650 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:12:20,658 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:12:20,659 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. 2018-08-21 06:13:30,723 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-21 06:13:30,724 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:13:30,728 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:13:30,827 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:13:30,856 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:13:35,863 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:13:35,863 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. 2018-08-21 06:14:45,934 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:14:45,934 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-21 06:14:45,935 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:45,941 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,035 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,067 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,073 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:14:46,073 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e7:1c:e9 [ether] on eth0 2018-08-21 06:14:46,074 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-21 06:14:46,074 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,076 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,135 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,139 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,148 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:14:46,148 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-21 06:14:46,149 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,150 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,206 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,214 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,220 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-21 06:14:46,221 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,284 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,287 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,292 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:14:46,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e7:1c:e9 [ether] on eth0 2018-08-21 06:14:46,293 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-21 06:14:46,294 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,296 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,356 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,360 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:51,367 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:14:51,367 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. 2018-08-21 06:16:01,419 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-21 06:16:01,420 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:16:01,428 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:16:01,529 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:16:01,552 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:16:06,561 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:16:06,561 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. 2018-08-21 06:17:16,579 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:17:16,580 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.207: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:17:17,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/bf93ff49-94de-400b-b901-ec5c5a77bf75 1.185s 2018-08-21 06:17:17,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.44:9696/v2.0/floatingips/bf93ff49-94de-400b-b901-ec5c5a77bf75', u'date': 'Tue, 21 Aug 2018 06:17:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6c2508d4-2d72-4035-baf1-de47ee824276'} Body: 2018-08-21 06:17:19,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/remove_router_interface 2.046s 2018-08-21 06:17:19,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:17:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49df238d-e7e3-4cc7-995f-65a4136a9bab'} Body: {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207", "subnet_ids": ["cdf62189-feca-4b89-9f71-f6dfd0c55207"], "port_id": "9fdf16b5-1890-4093-b0dc-178d3341eca9", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5"} 2018-08-21 06:17:22,284 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5 2.462s 2018-08-21 06:17:22,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f15453b2-77ad-46e7-a7e7-bd9e811aee7f'} Body: 2018-08-21 06:17:22,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.384s 2018-08-21 06:17:22,670 63 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-933dbd85-7f91-4db7-a6ee-221990416f29', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-933dbd85-7f91-4db7-a6ee-221990416f29'} Body: 2018-08-21 06:17:23,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.654s 2018-08-21 06:17:23,325 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-35b2f384-0ee2-454a-b0d7-27a2e626e757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35b2f384-0ee2-454a-b0d7-27a2e626e757'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:22Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:24,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.438s 2018-08-21 06:17:24,780 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-662f4841-e223-427d-b6a3-21f57d20e9b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-662f4841-e223-427d-b6a3-21f57d20e9b0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T06:17:24.000000", "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:24,793 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:17:25,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.047s 2018-08-21 06:17:25,843 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-54854cf6-4f01-477f-85e6-8b196d842d0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-54854cf6-4f01-477f-85e6-8b196d842d0c'} Body: {"itemNotFound": {"message": "Instance 3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c could not be found.", "code": 404}} 2018-08-21 06:17:26,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d53e268a-ea78-451e-9656-6d060d8b6dc9 0.623s 2018-08-21 06:17:26,468 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d53e268a-ea78-451e-9656-6d060d8b6dc9', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-346d587a-738a-457a-a788-c15bf306341f'} Body: 2018-08-21 06:17:26,598 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.129s 2018-08-21 06:17:26,598 63 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-cdc896f0-4156-4e39-957c-25a460ab038f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdc896f0-4156-4e39-957c-25a460ab038f'} Body: 2018-08-21 06:17:27,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 1.029s 2018-08-21 06:17:27,629 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:26Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:28,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.043s 2018-08-21 06:17:28,689 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288'} Body: {"itemNotFound": {"message": "Instance ab1b5df9-a6be-4158-9113-471ce4663ca4 could not be found.", "code": 404}} 2018-08-21 06:17:29,259 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/2d3d8080-b9d6-4ed3-9255-68c922f449ec 0.569s 2018-08-21 06:17:29,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.44:9696/v2.0/ports/2d3d8080-b9d6-4ed3-9255-68c922f449ec', u'date': 'Tue, 21 Aug 2018 06:17:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f4c05960-971d-4b2b-842a-6ebdabe3dd9d'} Body: 2018-08-21 06:17:29,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1728257250 0.023s 2018-08-21 06:17:29,284 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1728257250', u'x-compute-request-id': 'req-b7fa67a2-e793-4451-b7af-22c88f950ac9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7fa67a2-e793-4451-b7af-22c88f950ac9'} Body: 2018-08-21 06:17:30,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c6c33e9a-9199-4479-9f28-4abcecea8e52 1.579s 2018-08-21 06:17:30,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c6c33e9a-9199-4479-9f28-4abcecea8e52', u'date': 'Tue, 21 Aug 2018 06:17:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67676251-5b97-4a2f-a2d1-97e08727019b'} Body: 2018-08-21 06:17:32,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938 1.445s 2018-08-21 06:17:32,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938', u'date': 'Tue, 21 Aug 2018 06:17:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f2c3f81f-4857-49f2-9500-f319a6771392'} Body: 2018-08-21 06:17:34,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/cdf62189-feca-4b89-9f71-f6dfd0c55207 1.687s 2018-08-21 06:17:34,001 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/cdf62189-feca-4b89-9f71-f6dfd0c55207', u'date': 'Tue, 21 Aug 2018 06:17:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66e18fe8-8e24-4ddb-b5c7-5bf2ef7bd163'} Body: 2018-08-21 06:17:35,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/eb6d1297-90cf-47ec-9a25-c52ee222b43f 1.671s 2018-08-21 06:17:35,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/eb6d1297-90cf-47ec-9a25-c52ee222b43f', u'date': 'Tue, 21 Aug 2018 06:17:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d09236ff-87e3-44f6-84cc-8ee00408215a'} Body: 2018-08-21 06:17:35,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/6989be8f-9672-4d17-910f-858a2bc51aea 0.250s 2018-08-21 06:17:35,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/6989be8f-9672-4d17-910f-858a2bc51aea', u'date': 'Tue, 21 Aug 2018 06:17:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7e453a8-b281-42a6-a17b-03f198afba15'} Body: 2018-08-21 06:17:36.443 63 INFO tempest.lib.common.rest_client [req-429f1cf7-0a1e-43c8-ab8b-a028c120cb2e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.489s 2018-08-21 06:17:36.444 63 DEBUG tempest.lib.common.rest_client [req-429f1cf7-0a1e-43c8-ab8b-a028c120cb2e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1699692732 description", "name": "tempest-secgroup-smoke-1699692732"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-429f1cf7-0a1e-43c8-ab8b-a028c120cb2e'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1699692732 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "updated_at": "2018-08-21T06:17:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:17:36Z", "revision_number": 0, "id": "1b7801bc-c0f1-4133-a98b-a4926ea66629", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:17:36Z", "revision_number": 0, "id": "6dbbd98e-f7a1-4246-b7c7-78357b8f4ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "name": "tempest-secgroup-smoke-1699692732"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:36.605 63 INFO tempest.lib.common.rest_client [req-0df9d8ac-51d3-41cc-a58d-24b20cc9e712 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:17:36.606 63 DEBUG tempest.lib.common.rest_client [req-0df9d8ac-51d3-41cc-a58d-24b20cc9e712 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0df9d8ac-51d3-41cc-a58d-24b20cc9e712'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "835e9f24-e96e-4506-9d9b-e6aec5dbea37"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:36.773 63 INFO tempest.lib.common.rest_client [req-d44ce014-d2a1-4757-af47-e4bad035b079 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.165s 2018-08-21 06:17:36.773 63 DEBUG tempest.lib.common.rest_client [req-d44ce014-d2a1-4757-af47-e4bad035b079 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d44ce014-d2a1-4757-af47-e4bad035b079'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "57beb04d-4a73-4ac8-876c-c88472e875e4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:36.948 63 INFO tempest.lib.common.rest_client [req-ebdcf1ad-c0ae-45f1-91ae-d188db3394e6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:17:36.949 63 DEBUG tempest.lib.common.rest_client [req-ebdcf1ad-c0ae-45f1-91ae-d188db3394e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebdcf1ad-c0ae-45f1-91ae-d188db3394e6'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2c2974bb-65c8-46fe-a151-c17f31558e15"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:37.114 63 INFO tempest.lib.common.rest_client [req-83f0974c-97ec-4cfe-85b8-2be6cd89fddc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:17:37.115 63 DEBUG tempest.lib.common.rest_client [req-83f0974c-97ec-4cfe-85b8-2be6cd89fddc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83f0974c-97ec-4cfe-85b8-2be6cd89fddc'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dbd15a46-0ce0-4b2c-a669-73787aea8136"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:37.240 63 INFO tempest.lib.common.rest_client [req-ee700ef3-b036-4f28-ad28-76c2d0e819c5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.124s 2018-08-21 06:17:37.241 63 DEBUG tempest.lib.common.rest_client [req-ee700ef3-b036-4f28-ad28-76c2d0e819c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee700ef3-b036-4f28-ad28-76c2d0e819c5'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5daafe96-36b1-4db2-8d59-1311e7d1deaf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:37.414 63 INFO tempest.lib.common.rest_client [req-28a03574-3794-4507-9ea8-a2656b01b690 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 06:17:37.415 63 DEBUG tempest.lib.common.rest_client [req-28a03574-3794-4507-9ea8-a2656b01b690 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28a03574-3794-4507-9ea8-a2656b01b690'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dfb38f45-b93b-448b-b609-238863043797"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:37.576 63 INFO tempest.lib.common.rest_client [req-4bd94b4f-d6f5-4c31-9521-75554277185d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:17:37.576 63 DEBUG tempest.lib.common.rest_client [req-4bd94b4f-d6f5-4c31-9521-75554277185d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4bd94b4f-d6f5-4c31-9521-75554277185d'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1e6a3b09-f6ed-48f2-86c7-6b94650798aa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:37.752 63 INFO tempest.lib.common.rest_client [req-750d5d76-d0d2-4e2d-9f05-310f2f278f0a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.174s 2018-08-21 06:17:37.752 63 DEBUG tempest.lib.common.rest_client [req-750d5d76-d0d2-4e2d-9f05-310f2f278f0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-750d5d76-d0d2-4e2d-9f05-310f2f278f0a'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "63b89c07-6868-4196-85d8-bf08c117a0cf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:38.017 63 INFO tempest.lib.common.rest_client [req-927c0019-54e1-4d87-a03f-fd9cd3930932 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/networks 0.264s 2018-08-21 06:17:38.018 63 DEBUG tempest.lib.common.rest_client [req-927c0019-54e1-4d87-a03f-fd9cd3930932 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1299449163"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-927c0019-54e1-4d87-a03f-fd9cd3930932'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:17:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","name":"tempest-A-1299449163"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:38.560 63 INFO tempest.lib.common.rest_client [req-755d512b-02cf-4b26-80f7-47f430f2d61b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.541s 2018-08-21 06:17:38.560 63 DEBUG tempest.lib.common.rest_client [req-755d512b-02cf-4b26-80f7-47f430f2d61b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "name": "tempest-subnet-A-1-1522001635"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-755d512b-02cf-4b26-80f7-47f430f2d61b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:38Z","dns_nameservers":[],"updated_at":"2018-08-21T06:17:38Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"7a37487c-93fb-4548-aef8-a221d1831129","subnetpool_id":null,"name":"tempest-subnet-A-1-1522001635"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:38.748 63 INFO tempest.lib.common.rest_client [req-99c9e5b1-e78a-450a-807c-a154aceee865 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/networks 0.187s 2018-08-21 06:17:38.748 63 DEBUG tempest.lib.common.rest_client [req-99c9e5b1-e78a-450a-807c-a154aceee865 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1339806963"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99c9e5b1-e78a-450a-807c-a154aceee865'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:17:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","name":"tempest-B-1339806963"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:39.378 63 INFO tempest.lib.common.rest_client [req-ae70082f-535c-4341-8ad9-1c59cd61ec19 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.628s 2018-08-21 06:17:39.378 63 DEBUG tempest.lib.common.rest_client [req-ae70082f-535c-4341-8ad9-1c59cd61ec19 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "name": "tempest-subnet-B-1-889220544"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:17:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae70082f-535c-4341-8ad9-1c59cd61ec19'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:39Z","dns_nameservers":[],"updated_at":"2018-08-21T06:17:39Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"937646fa-5860-4e87-92c5-698293596c8d","subnetpool_id":null,"name":"tempest-subnet-B-1-889220544"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:39.894 63 INFO tempest.lib.common.rest_client [req-5fb22898-cbd5-4568-b142-ad32872353a7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.515s 2018-08-21 06:17:39.895 63 DEBUG tempest.lib.common.rest_client [req-5fb22898-cbd5-4568-b142-ad32872353a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:17:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fb22898-cbd5-4568-b142-ad32872353a7'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a29ab2b4-ab94-471b-8726-365dabd6dc68"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:40.426 63 INFO tempest.lib.common.rest_client [req-475c6ad5-0e5b-4f56-a349-354d2c242e9e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations 0.530s 2018-08-21 06:17:40.426 63 DEBUG tempest.lib.common.rest_client [req-475c6ad5-0e5b-4f56-a349-354d2c242e9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-475c6ad5-0e5b-4f56-a349-354d2c242e9e'} Body: {"network_association": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "id": "603adb0d-e00b-490b-863a-cb9e2699aff6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:40.929 63 INFO tempest.lib.common.rest_client [req-748e5b5a-a94c-44b8-99ba-bd550d9befbd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations 0.502s 2018-08-21 06:17:40.930 63 DEBUG tempest.lib.common.rest_client [req-748e5b5a-a94c-44b8-99ba-bd550d9befbd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-748e5b5a-a94c-44b8-99ba-bd550d9befbd'} Body: {"network_association": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "id": "9b72fb43-b32b-43d2-8b6d-591884d1f891"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:40.930 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-21 06:17:41.185 63 INFO tempest.lib.common.rest_client [req-930436be-e468-4b86-86b8-d46d735da51b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.254s 2018-08-21 06:17:41.186 63 DEBUG tempest.lib.common.rest_client [req-930436be-e468-4b86-86b8-d46d735da51b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-122814943"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-930436be-e468-4b86-86b8-d46d735da51b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-930436be-e468-4b86-86b8-d46d735da51b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsPjoaK6dxS10FOrWZz8zkj601tRUiF9gXa+hTQhsIMQuybtIJSxR/VU6unt2etac9qWQKL2G5KxLpfUbeJEwaNsZHle2sQwDLqiYBxc0LVQKI7OOQ4eSnz0Q0gtGmVcv4BsocbhhmJWh7nUsMhB80dmh0EYxcHW4FC+bdsbWQauTxswLlPbgFeI+X3CP2BKjpFzK2pp8dKZHsmakvTnrex8urwHJGVSrdSc2EqyXd3/BW/sxd9k7HbcX5RD6remDfuO0q3YRLjt/WbqLynuPkHyrezcBbhCAaC09vkFbl8LHPXWIELeFMcc0ypyNeZ7YPxMgCNubW8RQEAKIecEvR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEArD46GiuncUtdBTq1mc/M5I+tNbUVIhfYF2voU0IbCDELsm7S\nCUsUf1VOrp7dnrWnPalkCi9huSsS6X1G3iRMGjbGR5XtrEMAy6omAcXNC1UCiOzj\nkOHkp89ENILRplXL+AbKHG4YZiVoe51LDIQfNHZodBGMXB1uBQvm3bG1kGrk8bMC\n5T24BXiPl9wj9gSo6RcytqafHSmR7JmpL0563sfLq8ByRlUq3UnNhKsl3d/wVv7M\nXfZOx23F+UQ+q3pg37jtKt2ES47f1m6i8p7j5B8q3s3AW4QgGgtPb5BW5fCxz11i\nBC3hTHHNMqcjXme2D8TIAjbm1vEUBACiHnBL0QIDAQABAoIBAQCHFKIyhgviUS1Z\nfYqQXyScF4XKugIh47tH2wuvyAc1LGm0/S5htW0U041KazL5VhMby622QySLuJkz\nXllmu+anJE/qMk3cLAwCraTy/PJqsbe0NLvfkxjk9irSV8odfenh0UlOdJVT/oBr\neZcy8KccWMRgSqbeUwJGmOfs84KmB7TwLnTUhCOYQDyLpzV8w308vMgi936LU1I5\n81vm99mjLb6cSMHRZNxXaXQ8pR5tGAgCNXsyWP9R6bP0WrsefYJXOqUMqyK0XusA\n0lNTtSLSjAb2KE3T9N82RxVdTl+UMiK5cPcC3aWlbjdh5IWA/h3At+MWF47hS8Dr\nx2cXjCIxAoGBAOEC8N2e22b9jKRN7e5AWG3kFlX/0I8RIQ+3oUNrvoaUbgQof9Mc\n/cmTCUTncayNYYYi4uZOPHPCVrz/bBmyYZiIG/OYGbdjE/TuyxxGTh7mc2GOFUwE\nRY+8NDbWBzp5LXHcbSQ4Wq5T2Z2ssiXl+UmklF/uFBrUNnW5bMdjqSI9AoGBAMP2\n3sU5gjz3WJ8ydkfR8vfm0wtJSNfvDi8cO4jxIhqZD5nO9E4K+ERvSR4MdveIYGKI\nKHu03Vh80bZjcIkkOktjqrh6KeA00sNCOT1BY70lzWjTXdQGvZqyMbWQWOWpp6Lu\nJLjiKSfjaWL60BcRwh9ruU0CBwJMKctimTgrmk0lAoGBAMDD9TfXzRy5YNCt1oVC\n6L8UJTJ92t2GDi3Z4jTRTEMdS/cR/xgMgTs8VTeLk+4AnSj+ICavpciCGC8IH0MQ\nd93l1RRmHLnoDoPKQ4UwkeKVCQntYD9kdXeDA7RqvXyRraYa8gGSqdUpDoivF1uy\nXlOBxH8+hkjJvvIx7YgP0Cj9AoGBAIjJX8KnW+OWfAPTw4BqaoDkXFg6dWBU+7+i\no2P5fWa3hI5GSX3YZmfOjmktJjWuuijNBgUjwIWtyuzXCIyR/yb0kQxoKabY+G1X\nYoEBjc9P/cu4Dnybn+nFjLFB6uuUuvEd7gAnzbaMJNn0XSBdQvWPyi6Yxa+y3lGb\np3vv46sJAoGBAN9GbCEBqWRl0hKTU1b8e0199UOV35NC6YjF/E/SAeyxHAJpC41s\nQDCoJ89nQI3RX2Az93CHguJUYMqD5ZO4UeZlv6N4D5SScNkzJrhd1aD+vMFX/Xxa\nbEYvlW6tsD+iX91Eq6WYLou4qHnbnobrs6ICbM8UaTeeXT1x2ecXwYVO\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-122814943", "fingerprint": "7a:61:4c:88:b4:e1:7d:49:07:90:36:32:8e:ef:09:48"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:41.996 63 INFO tempest.lib.common.rest_client [req-739ce10e-c49b-4de0-9f90-dd94a56b27ed ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/ports 0.806s 2018-08-21 06:17:41.996 63 DEBUG tempest.lib.common.rest_client [req-739ce10e-c49b-4de0-9f90-dd94a56b27ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1196453763", "security_groups": ["577dfdec-a057-438e-899d-77ccaa1a4f67"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:17:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-739ce10e-c49b-4de0-9f90-dd94a56b27ed'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:17:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:17:41Z","name":"tempest-port-smoke-1196453763","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:7c:d2:ea","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"7a37487c-93fb-4548-aef8-a221d1831129","ip_address":"10.101.11.10"}],"id":"ca120f5e-4707-4bd8-ad0e-e6ca4bce886d","security_groups":["577dfdec-a057-438e-899d-77ccaa1a4f67"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:44.174 63 INFO tempest.lib.common.rest_client [req-f52322aa-ce70-49f9-a599-fee1c8b3123c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.44:8774/v2.1/servers 2.176s 2018-08-21 06:17:44.174 63 DEBUG tempest.lib.common.rest_client [req-f52322aa-ce70-49f9-a599-fee1c8b3123c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-122814943", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "port": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-f52322aa-ce70-49f9-a599-fee1c8b3123c', 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f52322aa-ce70-49f9-a599-fee1c8b3123c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "adminPass": "ce8RRK6meJXg"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:44.523 63 INFO tempest.lib.common.rest_client [req-62f23b72-894f-4361-8075-fbc97a300218 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.345s 2018-08-21 06:17:44.523 63 DEBUG tempest.lib.common.rest_client [req-62f23b72-894f-4361-8075-fbc97a300218 ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-62f23b72-894f-4361-8075-fbc97a300218', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62f23b72-894f-4361-8075-fbc97a300218'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:45.595 63 INFO tempest.lib.common.rest_client [req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.057s 2018-08-21 06:17:45.596 63 DEBUG tempest.lib.common.rest_client [req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:46.883 63 INFO tempest.lib.common.rest_client [req-8097adb7-6561-4ccb-b0b1-be506ad73f0d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.275s 2018-08-21 06:17:46.884 63 DEBUG tempest.lib.common.rest_client [req-8097adb7-6561-4ccb-b0b1-be506ad73f0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-8097adb7-6561-4ccb-b0b1-be506ad73f0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8097adb7-6561-4ccb-b0b1-be506ad73f0d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:46.897 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:17:48.063 63 INFO tempest.lib.common.rest_client [req-836daa82-9849-4ded-9476-43bd5db1ebea ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.163s 2018-08-21 06:17:48.063 63 DEBUG tempest.lib.common.rest_client [req-836daa82-9849-4ded-9476-43bd5db1ebea ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-836daa82-9849-4ded-9476-43bd5db1ebea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-836daa82-9849-4ded-9476-43bd5db1ebea'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:49.497 63 INFO tempest.lib.common.rest_client [req-461c19a2-4fd7-4b00-a7fc-b2566410b103 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.419s 2018-08-21 06:17:49.498 63 DEBUG tempest.lib.common.rest_client [req-461c19a2-4fd7-4b00-a7fc-b2566410b103 ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-461c19a2-4fd7-4b00-a7fc-b2566410b103', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-461c19a2-4fd7-4b00-a7fc-b2566410b103'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:50.857 63 INFO tempest.lib.common.rest_client [req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.345s 2018-08-21 06:17:50.858 63 DEBUG tempest.lib.common.rest_client [req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:52.546 63 INFO tempest.lib.common.rest_client [req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.673s 2018-08-21 06:17:52.546 63 DEBUG tempest.lib.common.rest_client [req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:52.561 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:17:53.194 63 INFO tempest.lib.common.rest_client [req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.632s 2018-08-21 06:17:53.195 63 DEBUG tempest.lib.common.rest_client [req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:53.208 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:17:54.262 63 INFO tempest.lib.common.rest_client [req-a67a1216-f803-45a6-93dd-dfe4b9de3e03 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/ports 1.052s 2018-08-21 06:17:54.262 63 DEBUG tempest.lib.common.rest_client [req-a67a1216-f803-45a6-93dd-dfe4b9de3e03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-54496489", "security_groups": ["577dfdec-a057-438e-899d-77ccaa1a4f67"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:17:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a67a1216-f803-45a6-93dd-dfe4b9de3e03'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:17:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:17:53Z","name":"tempest-port-smoke-54496489","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3b:a9:60","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"937646fa-5860-4e87-92c5-698293596c8d","ip_address":"10.102.21.20"}],"id":"eadaef51-f854-4593-b918-7c41d551da1a","security_groups":["577dfdec-a057-438e-899d-77ccaa1a4f67"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:56.421 63 INFO tempest.lib.common.rest_client [req-bda38b03-b815-4eb9-91e2-eef803c4565c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.44:8774/v2.1/servers 2.157s 2018-08-21 06:17:56.421 63 DEBUG tempest.lib.common.rest_client [req-bda38b03-b815-4eb9-91e2-eef803c4565c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-122814943", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "port": "eadaef51-f854-4593-b918-7c41d551da1a"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-bda38b03-b815-4eb9-91e2-eef803c4565c', 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bda38b03-b815-4eb9-91e2-eef803c4565c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "adminPass": "ADfNuchU77hP"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:57.098 63 INFO tempest.lib.common.rest_client [req-f21b6299-9893-4936-9475-cff509bb3e3b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.673s 2018-08-21 06:17:57.099 63 DEBUG tempest.lib.common.rest_client [req-f21b6299-9893-4936-9475-cff509bb3e3b ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-f21b6299-9893-4936-9475-cff509bb3e3b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f21b6299-9893-4936-9475-cff509bb3e3b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:58.412 63 INFO tempest.lib.common.rest_client [req-d6e4e3a8-9644-43d7-8db0-d20e90204799 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.299s 2018-08-21 06:17:58.412 63 DEBUG tempest.lib.common.rest_client [req-d6e4e3a8-9644-43d7-8db0-d20e90204799 ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-d6e4e3a8-9644-43d7-8db0-d20e90204799', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6e4e3a8-9644-43d7-8db0-d20e90204799'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:58.425 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 06:17:59.877 63 INFO tempest.lib.common.rest_client [req-760d88be-c9d2-433d-adff-52eac79662e3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.450s 2018-08-21 06:17:59.878 63 DEBUG tempest.lib.common.rest_client [req-760d88be-c9d2-433d-adff-52eac79662e3 ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-760d88be-c9d2-433d-adff-52eac79662e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-760d88be-c9d2-433d-adff-52eac79662e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:17:59.891 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:18:01.627 63 INFO tempest.lib.common.rest_client [req-fb0995ab-f275-4482-b73c-0625e86907f4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.734s 2018-08-21 06:18:01.627 63 DEBUG tempest.lib.common.rest_client [req-fb0995ab-f275-4482-b73c-0625e86907f4 ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-fb0995ab-f275-4482-b73c-0625e86907f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb0995ab-f275-4482-b73c-0625e86907f4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:18:02.801 63 INFO tempest.lib.common.rest_client [req-e2c44410-90f0-47c7-ba28-fb47ad4bce68 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.159s 2018-08-21 06:18:02.801 63 DEBUG tempest.lib.common.rest_client [req-e2c44410-90f0-47c7-ba28-fb47ad4bce68 ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-e2c44410-90f0-47c7-ba28-fb47ad4bce68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2c44410-90f0-47c7-ba28-fb47ad4bce68'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:18:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:18:02.815 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:18:02.959 63 INFO tempest.lib.common.rest_client [req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.143s 2018-08-21 06:18:02.959 63 DEBUG tempest.lib.common.rest_client [req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1 ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:18:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:18:02.972 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 8292c998-bade-4bea-b452-2a1897d14ab6 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:18:03.061 63 INFO tempest.lib.common.rest_client [req-2c53ac3d-e992-4fb0-9c58-1484d36c2b55 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/routers 0.088s 2018-08-21 06:18:03.062 63 DEBUG tempest.lib.common.rest_client [req-2c53ac3d-e992-4fb0-9c58-1484d36c2b55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1729968099", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:18:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c53ac3d-e992-4fb0-9c58-1484d36c2b55'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:03Z", "admin_state_up": true, "updated_at": "2018-08-21T06:18:03Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4c81ce65-5b30-4952-bd20-23ac44118043", "name": "tempest-router--1729968099"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:18:04.558 63 INFO tempest.lib.common.rest_client [req-218baa40-43d3-4721-b4e7-51dd50686332 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043 1.495s 2018-08-21 06:18:04.558 63 DEBUG tempest.lib.common.rest_client [req-218baa40-43d3-4721-b4e7-51dd50686332 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043', u'date': 'Tue, 21 Aug 2018 06:18:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-218baa40-43d3-4721-b4e7-51dd50686332'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:03Z", "admin_state_up": true, "updated_at": "2018-08-21T06:18:04Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4c81ce65-5b30-4952-bd20-23ac44118043", "name": "tempest-router--1729968099"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:18:07.127 63 INFO tempest.lib.common.rest_client [req-bb90cec5-e9cd-46e7-a76c-b2fbe8f7440a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/add_router_interface 2.568s 2018-08-21 06:18:07.128 63 DEBUG tempest.lib.common.rest_client [req-bb90cec5-e9cd-46e7-a76c-b2fbe8f7440a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:18:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb90cec5-e9cd-46e7-a76c-b2fbe8f7440a'} Body: {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129", "subnet_ids": ["7a37487c-93fb-4548-aef8-a221d1831129"], "port_id": "9aa6a63f-41b9-428c-8da2-10c023d5f51c", "id": "4c81ce65-5b30-4952-bd20-23ac44118043"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:18:08.942 63 INFO tempest.lib.common.rest_client [req-58fe7251-1b1e-4bcb-8492-3969609eac35 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.813s 2018-08-21 06:18:08.943 63 DEBUG tempest.lib.common.rest_client [req-58fe7251-1b1e-4bcb-8492-3969609eac35 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:18:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58fe7251-1b1e-4bcb-8492-3969609eac35'} Body: {"floatingip": {"router_id": "4c81ce65-5b30-4952-bd20-23ac44118043", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:18:07Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d", "id": "5173de4f-bec3-435d-a257-3e05a326be88", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:07Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:18:08.944 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:18:10.946 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:18:11.011 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:18:11.043 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:18:11.157 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-21 06:18:11.158 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:18:11.159 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:18:11.220 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:18:11.223 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:18:16.233 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-21 06:18:16.233 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-21 06:19:26.247 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-21 06:19:26.248 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:19:26.251 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:19:26.351 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:19:26.379 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:19:31.385 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-21 06:19:31.386 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-21 06:20:41.388 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-21 06:20:41.388 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-21 06:20:41.389 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41.393 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41.492 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:20:41.521 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41.527 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:20:41.527 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:47:2e:9b [ether] on eth0 2018-08-21 06:20:41.527 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-21 06:20:41.528 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41.530 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41.591 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:20:41.594 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41.604 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 06:20:41.604 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-21 06:20:41.604 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41.606 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41.666 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:20:41.670 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41.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-21 06:20:41.676 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41.678 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41.738 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:20:41.742 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41.748 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:20:41.748 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:47:2e:9b [ether] on eth0 2018-08-21 06:20:41.749 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-21 06:20:41.749 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41.751 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41.810 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:20:41.815 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:46.822 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-21 06:20:46.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.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 06:21:56.867 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-21 06:21:56.867 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:21:56.871 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:21:56.969 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:21:56.999 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:22:02.006 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-21 06:22:02.007 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-21 06:23:12.051 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-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:23:13.265 63 INFO tempest.lib.common.rest_client [req-93a23d91-59b6-41d8-97da-b84dee1c8852 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/5173de4f-bec3-435d-a257-3e05a326be88 1.211s 2018-08-21 06:23:13.266 63 DEBUG tempest.lib.common.rest_client [req-93a23d91-59b6-41d8-97da-b84dee1c8852 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/5173de4f-bec3-435d-a257-3e05a326be88', u'date': 'Tue, 21 Aug 2018 06:23:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-93a23d91-59b6-41d8-97da-b84dee1c8852'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:15.923 63 INFO tempest.lib.common.rest_client [req-02e4c046-5e92-4c90-954c-734829ea2d95 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/remove_router_interface 2.656s 2018-08-21 06:23:15.924 63 DEBUG tempest.lib.common.rest_client [req-02e4c046-5e92-4c90-954c-734829ea2d95 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:23:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02e4c046-5e92-4c90-954c-734829ea2d95'} Body: {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129", "subnet_ids": ["7a37487c-93fb-4548-aef8-a221d1831129"], "port_id": "9aa6a63f-41b9-428c-8da2-10c023d5f51c", "id": "4c81ce65-5b30-4952-bd20-23ac44118043"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:17.479 63 INFO tempest.lib.common.rest_client [req-1e934324-bf38-48e1-b161-3f1b7f21efc3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043 1.553s 2018-08-21 06:23:17.479 63 DEBUG tempest.lib.common.rest_client [req-1e934324-bf38-48e1-b161-3f1b7f21efc3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1e934324-bf38-48e1-b161-3f1b7f21efc3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:17.901 63 INFO tempest.lib.common.rest_client [req-9978416c-6886-49b0-9efb-a70755cba6c8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.420s 2018-08-21 06:23:17.901 63 DEBUG tempest.lib.common.rest_client [req-9978416c-6886-49b0-9efb-a70755cba6c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-9978416c-6886-49b0-9efb-a70755cba6c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9978416c-6886-49b0-9efb-a70755cba6c8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:18.957 63 INFO tempest.lib.common.rest_client [req-41ebbad9-10bc-4d24-8540-1bf0ee20192a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 1.055s 2018-08-21 06:23:18.958 63 DEBUG tempest.lib.common.rest_client [req-41ebbad9-10bc-4d24-8540-1bf0ee20192a ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-41ebbad9-10bc-4d24-8540-1bf0ee20192a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ebbad9-10bc-4d24-8540-1bf0ee20192a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:20.025 63 INFO tempest.lib.common.rest_client [req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.051s 2018-08-21 06:23:20.025 63 DEBUG tempest.lib.common.rest_client [req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b ] 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b'} Body: {"itemNotFound": {"message": "Instance 8292c998-bade-4bea-b452-2a1897d14ab6 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:20.647 63 INFO tempest.lib.common.rest_client [req-d433fc3d-73dc-48a0-bc8e-282897c372a0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/eadaef51-f854-4593-b918-7c41d551da1a 0.620s 2018-08-21 06:23:20.647 63 DEBUG tempest.lib.common.rest_client [req-d433fc3d-73dc-48a0-bc8e-282897c372a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/eadaef51-f854-4593-b918-7c41d551da1a', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d433fc3d-73dc-48a0-bc8e-282897c372a0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:20.809 63 INFO tempest.lib.common.rest_client [req-de71edcb-2e2c-40e2-a113-843bc45cd12c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.161s 2018-08-21 06:23:20.810 63 DEBUG tempest.lib.common.rest_client [req-de71edcb-2e2c-40e2-a113-843bc45cd12c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-de71edcb-2e2c-40e2-a113-843bc45cd12c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de71edcb-2e2c-40e2-a113-843bc45cd12c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:21.495 63 INFO tempest.lib.common.rest_client [req-f7b7759e-334b-41ba-84bf-6c118059de93 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.683s 2018-08-21 06:23:21.495 63 DEBUG tempest.lib.common.rest_client [req-f7b7759e-334b-41ba-84bf-6c118059de93 ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-f7b7759e-334b-41ba-84bf-6c118059de93', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7b7759e-334b-41ba-84bf-6c118059de93'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:20Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:22.559 63 INFO tempest.lib.common.rest_client [req-7108b074-433e-4b91-a553-443848e5bd91 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.046s 2018-08-21 06:23:22.559 63 DEBUG tempest.lib.common.rest_client [req-7108b074-433e-4b91-a553-443848e5bd91 ] 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-7108b074-433e-4b91-a553-443848e5bd91', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7108b074-433e-4b91-a553-443848e5bd91'} Body: {"itemNotFound": {"message": "Instance 3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:23.525 63 INFO tempest.lib.common.rest_client [req-ef0cc706-b1a3-490c-9886-8e2354598ff8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ca120f5e-4707-4bd8-ad0e-e6ca4bce886d 0.964s 2018-08-21 06:23:23.525 63 DEBUG tempest.lib.common.rest_client [req-ef0cc706-b1a3-490c-9886-8e2354598ff8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/ca120f5e-4707-4bd8-ad0e-e6ca4bce886d', u'date': 'Tue, 21 Aug 2018 06:23:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef0cc706-b1a3-490c-9886-8e2354598ff8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:23.578 63 INFO tempest.lib.common.rest_client [req-d59b87de-ef86-47ab-b750-95f69c0633b9 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122814943 0.052s 2018-08-21 06:23:23.579 63 DEBUG tempest.lib.common.rest_client [req-d59b87de-ef86-47ab-b750-95f69c0633b9 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122814943', u'x-compute-request-id': 'req-d59b87de-ef86-47ab-b750-95f69c0633b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d59b87de-ef86-47ab-b750-95f69c0633b9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:24.570 63 INFO tempest.lib.common.rest_client [req-8495cf3c-fa08-4d29-8dcb-6aa8eee62d3d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/937646fa-5860-4e87-92c5-698293596c8d 0.989s 2018-08-21 06:23:24.570 63 DEBUG tempest.lib.common.rest_client [req-8495cf3c-fa08-4d29-8dcb-6aa8eee62d3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/937646fa-5860-4e87-92c5-698293596c8d', u'date': 'Tue, 21 Aug 2018 06:23:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8495cf3c-fa08-4d29-8dcb-6aa8eee62d3d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:26.279 63 INFO tempest.lib.common.rest_client [req-debbc8c7-1ab1-405c-b0e2-5630f6cc466c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/a025ec86-f406-471c-a80e-b974ed3bb5f3 1.708s 2018-08-21 06:23:26.280 63 DEBUG tempest.lib.common.rest_client [req-debbc8c7-1ab1-405c-b0e2-5630f6cc466c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/a025ec86-f406-471c-a80e-b974ed3bb5f3', u'date': 'Tue, 21 Aug 2018 06:23:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-debbc8c7-1ab1-405c-b0e2-5630f6cc466c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:27.662 63 INFO tempest.lib.common.rest_client [req-19d62ed3-e210-4dd1-8250-6b92dd3a6a76 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/7a37487c-93fb-4548-aef8-a221d1831129 1.381s 2018-08-21 06:23:27.663 63 DEBUG tempest.lib.common.rest_client [req-19d62ed3-e210-4dd1-8250-6b92dd3a6a76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/7a37487c-93fb-4548-aef8-a221d1831129', u'date': 'Tue, 21 Aug 2018 06:23:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-19d62ed3-e210-4dd1-8250-6b92dd3a6a76'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:29.534 63 INFO tempest.lib.common.rest_client [req-843e0452-3d5e-4590-becf-521cdb4f4130 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/9037eef7-6415-4b8b-ac7a-21d0f38ee207 1.870s 2018-08-21 06:23:29.535 63 DEBUG tempest.lib.common.rest_client [req-843e0452-3d5e-4590-becf-521cdb4f4130 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/9037eef7-6415-4b8b-ac7a-21d0f38ee207', u'date': 'Tue, 21 Aug 2018 06:23:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-843e0452-3d5e-4590-becf-521cdb4f4130'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:29.785 63 INFO tempest.lib.common.rest_client [req-1d4e4dd0-4d6b-43ff-b30a-f526c3ec8f4c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/577dfdec-a057-438e-899d-77ccaa1a4f67 0.249s 2018-08-21 06:23:29.786 63 DEBUG tempest.lib.common.rest_client [req-1d4e4dd0-4d6b-43ff-b30a-f526c3ec8f4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/577dfdec-a057-438e-899d-77ccaa1a4f67', u'date': 'Tue, 21 Aug 2018 06:23:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1d4e4dd0-4d6b-43ff-b30a-f526c3ec8f4c'} 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 [353.833980s] ... 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-21 06:17:36,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.489s 2018-08-21 06:17:36,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1699692732 description", "name": "tempest-secgroup-smoke-1699692732"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-429f1cf7-0a1e-43c8-ab8b-a028c120cb2e'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1699692732 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "updated_at": "2018-08-21T06:17:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:17:36Z", "revision_number": 0, "id": "1b7801bc-c0f1-4133-a98b-a4926ea66629", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:17:36Z", "revision_number": 0, "id": "6dbbd98e-f7a1-4246-b7c7-78357b8f4ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "name": "tempest-secgroup-smoke-1699692732"}} 2018-08-21 06:17:36,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:17:36,606 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0df9d8ac-51d3-41cc-a58d-24b20cc9e712'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "835e9f24-e96e-4506-9d9b-e6aec5dbea37"}} 2018-08-21 06:17:36,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.165s 2018-08-21 06:17:36,773 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d44ce014-d2a1-4757-af47-e4bad035b079'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "57beb04d-4a73-4ac8-876c-c88472e875e4"}} 2018-08-21 06:17:36,948 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:17:36,949 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebdcf1ad-c0ae-45f1-91ae-d188db3394e6'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2c2974bb-65c8-46fe-a151-c17f31558e15"}} 2018-08-21 06:17:37,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:17:37,115 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83f0974c-97ec-4cfe-85b8-2be6cd89fddc'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dbd15a46-0ce0-4b2c-a669-73787aea8136"}} 2018-08-21 06:17:37,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.124s 2018-08-21 06:17:37,241 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee700ef3-b036-4f28-ad28-76c2d0e819c5'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5daafe96-36b1-4db2-8d59-1311e7d1deaf"}} 2018-08-21 06:17:37,414 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 06:17:37,415 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28a03574-3794-4507-9ea8-a2656b01b690'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dfb38f45-b93b-448b-b609-238863043797"}} 2018-08-21 06:17:37,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:17:37,576 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4bd94b4f-d6f5-4c31-9521-75554277185d'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1e6a3b09-f6ed-48f2-86c7-6b94650798aa"}} 2018-08-21 06:17:37,752 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.174s 2018-08-21 06:17:37,752 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-750d5d76-d0d2-4e2d-9f05-310f2f278f0a'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "63b89c07-6868-4196-85d8-bf08c117a0cf"}} 2018-08-21 06:17:38,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/networks 0.264s 2018-08-21 06:17:38,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1299449163"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-927c0019-54e1-4d87-a03f-fd9cd3930932'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:17:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","name":"tempest-A-1299449163"}} 2018-08-21 06:17:38,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.541s 2018-08-21 06:17:38,560 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "name": "tempest-subnet-A-1-1522001635"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-755d512b-02cf-4b26-80f7-47f430f2d61b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:38Z","dns_nameservers":[],"updated_at":"2018-08-21T06:17:38Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"7a37487c-93fb-4548-aef8-a221d1831129","subnetpool_id":null,"name":"tempest-subnet-A-1-1522001635"}} 2018-08-21 06:17:38,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/networks 0.187s 2018-08-21 06:17:38,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1339806963"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99c9e5b1-e78a-450a-807c-a154aceee865'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:17:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","name":"tempest-B-1339806963"}} 2018-08-21 06:17:39,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.628s 2018-08-21 06:17:39,378 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "name": "tempest-subnet-B-1-889220544"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:17:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae70082f-535c-4341-8ad9-1c59cd61ec19'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:39Z","dns_nameservers":[],"updated_at":"2018-08-21T06:17:39Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"937646fa-5860-4e87-92c5-698293596c8d","subnetpool_id":null,"name":"tempest-subnet-B-1-889220544"}} 2018-08-21 06:17:39,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.515s 2018-08-21 06:17:39,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:17:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fb22898-cbd5-4568-b142-ad32872353a7'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a29ab2b4-ab94-471b-8726-365dabd6dc68"}} 2018-08-21 06:17:40,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations 0.530s 2018-08-21 06:17:40,426 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-475c6ad5-0e5b-4f56-a349-354d2c242e9e'} Body: {"network_association": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "id": "603adb0d-e00b-490b-863a-cb9e2699aff6"}} 2018-08-21 06:17:40,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations 0.502s 2018-08-21 06:17:40,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-748e5b5a-a94c-44b8-99ba-bd550d9befbd'} Body: {"network_association": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "id": "9b72fb43-b32b-43d2-8b6d-591884d1f891"}} 2018-08-21 06:17:40,930 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:17:41,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.254s 2018-08-21 06:17:41,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-122814943"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-930436be-e468-4b86-86b8-d46d735da51b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-930436be-e468-4b86-86b8-d46d735da51b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsPjoaK6dxS10FOrWZz8zkj601tRUiF9gXa+hTQhsIMQuybtIJSxR/VU6unt2etac9qWQKL2G5KxLpfUbeJEwaNsZHle2sQwDLqiYBxc0LVQKI7OOQ4eSnz0Q0gtGmVcv4BsocbhhmJWh7nUsMhB80dmh0EYxcHW4FC+bdsbWQauTxswLlPbgFeI+X3CP2BKjpFzK2pp8dKZHsmakvTnrex8urwHJGVSrdSc2EqyXd3/BW/sxd9k7HbcX5RD6remDfuO0q3YRLjt/WbqLynuPkHyrezcBbhCAaC09vkFbl8LHPXWIELeFMcc0ypyNeZ7YPxMgCNubW8RQEAKIecEvR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEArD46GiuncUtdBTq1mc/M5I+tNbUVIhfYF2voU0IbCDELsm7S\nCUsUf1VOrp7dnrWnPalkCi9huSsS6X1G3iRMGjbGR5XtrEMAy6omAcXNC1UCiOzj\nkOHkp89ENILRplXL+AbKHG4YZiVoe51LDIQfNHZodBGMXB1uBQvm3bG1kGrk8bMC\n5T24BXiPl9wj9gSo6RcytqafHSmR7JmpL0563sfLq8ByRlUq3UnNhKsl3d/wVv7M\nXfZOx23F+UQ+q3pg37jtKt2ES47f1m6i8p7j5B8q3s3AW4QgGgtPb5BW5fCxz11i\nBC3hTHHNMqcjXme2D8TIAjbm1vEUBACiHnBL0QIDAQABAoIBAQCHFKIyhgviUS1Z\nfYqQXyScF4XKugIh47tH2wuvyAc1LGm0/S5htW0U041KazL5VhMby622QySLuJkz\nXllmu+anJE/qMk3cLAwCraTy/PJqsbe0NLvfkxjk9irSV8odfenh0UlOdJVT/oBr\neZcy8KccWMRgSqbeUwJGmOfs84KmB7TwLnTUhCOYQDyLpzV8w308vMgi936LU1I5\n81vm99mjLb6cSMHRZNxXaXQ8pR5tGAgCNXsyWP9R6bP0WrsefYJXOqUMqyK0XusA\n0lNTtSLSjAb2KE3T9N82RxVdTl+UMiK5cPcC3aWlbjdh5IWA/h3At+MWF47hS8Dr\nx2cXjCIxAoGBAOEC8N2e22b9jKRN7e5AWG3kFlX/0I8RIQ+3oUNrvoaUbgQof9Mc\n/cmTCUTncayNYYYi4uZOPHPCVrz/bBmyYZiIG/OYGbdjE/TuyxxGTh7mc2GOFUwE\nRY+8NDbWBzp5LXHcbSQ4Wq5T2Z2ssiXl+UmklF/uFBrUNnW5bMdjqSI9AoGBAMP2\n3sU5gjz3WJ8ydkfR8vfm0wtJSNfvDi8cO4jxIhqZD5nO9E4K+ERvSR4MdveIYGKI\nKHu03Vh80bZjcIkkOktjqrh6KeA00sNCOT1BY70lzWjTXdQGvZqyMbWQWOWpp6Lu\nJLjiKSfjaWL60BcRwh9ruU0CBwJMKctimTgrmk0lAoGBAMDD9TfXzRy5YNCt1oVC\n6L8UJTJ92t2GDi3Z4jTRTEMdS/cR/xgMgTs8VTeLk+4AnSj+ICavpciCGC8IH0MQ\nd93l1RRmHLnoDoPKQ4UwkeKVCQntYD9kdXeDA7RqvXyRraYa8gGSqdUpDoivF1uy\nXlOBxH8+hkjJvvIx7YgP0Cj9AoGBAIjJX8KnW+OWfAPTw4BqaoDkXFg6dWBU+7+i\no2P5fWa3hI5GSX3YZmfOjmktJjWuuijNBgUjwIWtyuzXCIyR/yb0kQxoKabY+G1X\nYoEBjc9P/cu4Dnybn+nFjLFB6uuUuvEd7gAnzbaMJNn0XSBdQvWPyi6Yxa+y3lGb\np3vv46sJAoGBAN9GbCEBqWRl0hKTU1b8e0199UOV35NC6YjF/E/SAeyxHAJpC41s\nQDCoJ89nQI3RX2Az93CHguJUYMqD5ZO4UeZlv6N4D5SScNkzJrhd1aD+vMFX/Xxa\nbEYvlW6tsD+iX91Eq6WYLou4qHnbnobrs6ICbM8UaTeeXT1x2ecXwYVO\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-122814943", "fingerprint": "7a:61:4c:88:b4:e1:7d:49:07:90:36:32:8e:ef:09:48"}} 2018-08-21 06:17:41,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/ports 0.806s 2018-08-21 06:17:41,996 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1196453763", "security_groups": ["577dfdec-a057-438e-899d-77ccaa1a4f67"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:17:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-739ce10e-c49b-4de0-9f90-dd94a56b27ed'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:17:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:17:41Z","name":"tempest-port-smoke-1196453763","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:7c:d2:ea","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"7a37487c-93fb-4548-aef8-a221d1831129","ip_address":"10.101.11.10"}],"id":"ca120f5e-4707-4bd8-ad0e-e6ca4bce886d","security_groups":["577dfdec-a057-438e-899d-77ccaa1a4f67"],"device_id":""}} 2018-08-21 06:17:44,174 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.44:8774/v2.1/servers 2.176s 2018-08-21 06:17:44,174 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-122814943", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "port": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-f52322aa-ce70-49f9-a599-fee1c8b3123c', 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f52322aa-ce70-49f9-a599-fee1c8b3123c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "adminPass": "ce8RRK6meJXg"}} 2018-08-21 06:17:44,523 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.345s 2018-08-21 06:17:44,523 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-62f23b72-894f-4361-8075-fbc97a300218', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62f23b72-894f-4361-8075-fbc97a300218'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:45,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.057s 2018-08-21 06:17:45,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:46,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.275s 2018-08-21 06:17:46,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': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-8097adb7-6561-4ccb-b0b1-be506ad73f0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8097adb7-6561-4ccb-b0b1-be506ad73f0d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:46,897 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:17:48,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.163s 2018-08-21 06:17:48,063 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-836daa82-9849-4ded-9476-43bd5db1ebea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-836daa82-9849-4ded-9476-43bd5db1ebea'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:49,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.419s 2018-08-21 06:17:49,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-461c19a2-4fd7-4b00-a7fc-b2566410b103', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-461c19a2-4fd7-4b00-a7fc-b2566410b103'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:50,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.345s 2018-08-21 06:17:50,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:52,546 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.673s 2018-08-21 06:17:52,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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:52,561 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:17:53,194 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.632s 2018-08-21 06:17:53,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:53,208 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e with status: ACTIVE 2018-08-21 06:17:54,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/ports 1.052s 2018-08-21 06:17:54,262 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-54496489", "security_groups": ["577dfdec-a057-438e-899d-77ccaa1a4f67"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:17:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a67a1216-f803-45a6-93dd-dfe4b9de3e03'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:17:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:17:53Z","name":"tempest-port-smoke-54496489","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3b:a9:60","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"937646fa-5860-4e87-92c5-698293596c8d","ip_address":"10.102.21.20"}],"id":"eadaef51-f854-4593-b918-7c41d551da1a","security_groups":["577dfdec-a057-438e-899d-77ccaa1a4f67"],"device_id":""}} 2018-08-21 06:17:56,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.44:8774/v2.1/servers 2.157s 2018-08-21 06:17:56,421 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-122814943", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "port": "eadaef51-f854-4593-b918-7c41d551da1a"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-bda38b03-b815-4eb9-91e2-eef803c4565c', 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bda38b03-b815-4eb9-91e2-eef803c4565c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "adminPass": "ADfNuchU77hP"}} 2018-08-21 06:17:57,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.673s 2018-08-21 06:17:57,099 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-f21b6299-9893-4936-9475-cff509bb3e3b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f21b6299-9893-4936-9475-cff509bb3e3b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:58,412 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.299s 2018-08-21 06:17:58,412 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-d6e4e3a8-9644-43d7-8db0-d20e90204799', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6e4e3a8-9644-43d7-8db0-d20e90204799'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:58,425 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 06:17:59,877 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.450s 2018-08-21 06:17:59,878 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-760d88be-c9d2-433d-adff-52eac79662e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-760d88be-c9d2-433d-adff-52eac79662e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:59,891 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:18:01,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.734s 2018-08-21 06:18:01,627 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-fb0995ab-f275-4482-b73c-0625e86907f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb0995ab-f275-4482-b73c-0625e86907f4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:18:02,801 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.159s 2018-08-21 06:18:02,801 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-e2c44410-90f0-47c7-ba28-fb47ad4bce68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2c44410-90f0-47c7-ba28-fb47ad4bce68'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:18:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:18:02,815 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:18:02,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.143s 2018-08-21 06:18:02,959 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:18:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:18:02,972 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8292c998-bade-4bea-b452-2a1897d14ab6 with status: ACTIVE 2018-08-21 06:18:03,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/routers 0.088s 2018-08-21 06:18:03,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1729968099", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:18:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c53ac3d-e992-4fb0-9c58-1484d36c2b55'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:03Z", "admin_state_up": true, "updated_at": "2018-08-21T06:18:03Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4c81ce65-5b30-4952-bd20-23ac44118043", "name": "tempest-router--1729968099"}} 2018-08-21 06:18:04,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043 1.495s 2018-08-21 06:18:04,558 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043', u'date': 'Tue, 21 Aug 2018 06:18:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-218baa40-43d3-4721-b4e7-51dd50686332'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:03Z", "admin_state_up": true, "updated_at": "2018-08-21T06:18:04Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4c81ce65-5b30-4952-bd20-23ac44118043", "name": "tempest-router--1729968099"}} 2018-08-21 06:18:07,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/add_router_interface 2.568s 2018-08-21 06:18:07,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:18:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb90cec5-e9cd-46e7-a76c-b2fbe8f7440a'} Body: {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129", "subnet_ids": ["7a37487c-93fb-4548-aef8-a221d1831129"], "port_id": "9aa6a63f-41b9-428c-8da2-10c023d5f51c", "id": "4c81ce65-5b30-4952-bd20-23ac44118043"} 2018-08-21 06:18:08,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.813s 2018-08-21 06:18:08,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:18:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58fe7251-1b1e-4bcb-8492-3969609eac35'} Body: {"floatingip": {"router_id": "4c81ce65-5b30-4952-bd20-23ac44118043", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:18:07Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d", "id": "5173de4f-bec3-435d-a257-3e05a326be88", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:07Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:18:08,944 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:18:10,946 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:18:11,011 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:18:11,043 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:18:11,157 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-21 06:18:11,158 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:18:11,159 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:18:11,220 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:18:11,223 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:18:16,233 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-21 06:18:16,233 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-21 06:19:26,247 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-21 06:19:26,248 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:19:26,251 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:19:26,351 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:19:26,379 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:19:31,385 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-21 06:19:31,386 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-21 06:20:41,388 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:20:41,388 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-21 06:20:41,389 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,393 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,492 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,521 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,527 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:20:41,527 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:2e:9b [ether] on eth0 2018-08-21 06:20:41,527 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-21 06:20:41,528 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,530 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,591 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,594 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,604 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:20:41,604 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-21 06:20:41,604 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,606 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,666 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,670 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,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-21 06:20:41,676 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,678 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,738 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,742 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,748 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:20:41,748 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:2e:9b [ether] on eth0 2018-08-21 06:20:41,749 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-21 06:20:41,749 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,751 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,810 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,815 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:46,822 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-21 06:20:46,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.201. 2018-08-21 06:21:56,867 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-21 06:21:56,867 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:21:56,871 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:21:56,969 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:21:56,999 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:22:02,006 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-21 06:22:02,007 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-21 06:23:12,051 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:23:12,052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:23:13,265 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/5173de4f-bec3-435d-a257-3e05a326be88 1.211s 2018-08-21 06:23:13,266 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/5173de4f-bec3-435d-a257-3e05a326be88', u'date': 'Tue, 21 Aug 2018 06:23:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-93a23d91-59b6-41d8-97da-b84dee1c8852'} Body: 2018-08-21 06:23:15,923 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/remove_router_interface 2.656s 2018-08-21 06:23:15,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:23:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02e4c046-5e92-4c90-954c-734829ea2d95'} Body: {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129", "subnet_ids": ["7a37487c-93fb-4548-aef8-a221d1831129"], "port_id": "9aa6a63f-41b9-428c-8da2-10c023d5f51c", "id": "4c81ce65-5b30-4952-bd20-23ac44118043"} 2018-08-21 06:23:17,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043 1.553s 2018-08-21 06:23:17,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1e934324-bf38-48e1-b161-3f1b7f21efc3'} Body: 2018-08-21 06:23:17,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.420s 2018-08-21 06:23:17,901 63 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-9978416c-6886-49b0-9efb-a70755cba6c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9978416c-6886-49b0-9efb-a70755cba6c8'} Body: 2018-08-21 06:23:18,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 1.055s 2018-08-21 06:23:18,958 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-41ebbad9-10bc-4d24-8540-1bf0ee20192a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ebbad9-10bc-4d24-8540-1bf0ee20192a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:20,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.051s 2018-08-21 06:23:20,025 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b'} Body: {"itemNotFound": {"message": "Instance 8292c998-bade-4bea-b452-2a1897d14ab6 could not be found.", "code": 404}} 2018-08-21 06:23:20,647 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/eadaef51-f854-4593-b918-7c41d551da1a 0.620s 2018-08-21 06:23:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/eadaef51-f854-4593-b918-7c41d551da1a', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d433fc3d-73dc-48a0-bc8e-282897c372a0'} Body: 2018-08-21 06:23:20,809 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.161s 2018-08-21 06:23:20,810 63 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-de71edcb-2e2c-40e2-a113-843bc45cd12c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de71edcb-2e2c-40e2-a113-843bc45cd12c'} Body: 2018-08-21 06:23:21,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.683s 2018-08-21 06:23:21,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-f7b7759e-334b-41ba-84bf-6c118059de93', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7b7759e-334b-41ba-84bf-6c118059de93'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:20Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:22,559 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.046s 2018-08-21 06:23:22,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-7108b074-433e-4b91-a553-443848e5bd91', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7108b074-433e-4b91-a553-443848e5bd91'} Body: {"itemNotFound": {"message": "Instance 3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e could not be found.", "code": 404}} 2018-08-21 06:23:23,525 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ca120f5e-4707-4bd8-ad0e-e6ca4bce886d 0.964s 2018-08-21 06:23:23,525 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/ca120f5e-4707-4bd8-ad0e-e6ca4bce886d', u'date': 'Tue, 21 Aug 2018 06:23:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef0cc706-b1a3-490c-9886-8e2354598ff8'} Body: 2018-08-21 06:23:23,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122814943 0.052s 2018-08-21 06:23:23,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122814943', u'x-compute-request-id': 'req-d59b87de-ef86-47ab-b750-95f69c0633b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d59b87de-ef86-47ab-b750-95f69c0633b9'} Body: 2018-08-21 06:23:24,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/937646fa-5860-4e87-92c5-698293596c8d 0.989s 2018-08-21 06:23:24,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/937646fa-5860-4e87-92c5-698293596c8d', u'date': 'Tue, 21 Aug 2018 06:23:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8495cf3c-fa08-4d29-8dcb-6aa8eee62d3d'} Body: 2018-08-21 06:23:26,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/a025ec86-f406-471c-a80e-b974ed3bb5f3 1.708s 2018-08-21 06:23:26,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/a025ec86-f406-471c-a80e-b974ed3bb5f3', u'date': 'Tue, 21 Aug 2018 06:23:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-debbc8c7-1ab1-405c-b0e2-5630f6cc466c'} Body: 2018-08-21 06:23:27,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/7a37487c-93fb-4548-aef8-a221d1831129 1.381s 2018-08-21 06:23:27,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/7a37487c-93fb-4548-aef8-a221d1831129', u'date': 'Tue, 21 Aug 2018 06:23:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-19d62ed3-e210-4dd1-8250-6b92dd3a6a76'} Body: 2018-08-21 06:23:29,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/9037eef7-6415-4b8b-ac7a-21d0f38ee207 1.870s 2018-08-21 06:23:29,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/9037eef7-6415-4b8b-ac7a-21d0f38ee207', u'date': 'Tue, 21 Aug 2018 06:23:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-843e0452-3d5e-4590-becf-521cdb4f4130'} Body: 2018-08-21 06:23:29,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/577dfdec-a057-438e-899d-77ccaa1a4f67 0.249s 2018-08-21 06:23:29,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/577dfdec-a057-438e-899d-77ccaa1a4f67', u'date': 'Tue, 21 Aug 2018 06:23:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1d4e4dd0-4d6b-43ff-b30a-f526c3ec8f4c'} Body: 2018-08-21 06:23:30.355 63 INFO tempest.lib.common.rest_client [req-f5cf5af4-7930-4d5e-9927-13b3678e7acb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.542s 2018-08-21 06:23:30.356 63 DEBUG tempest.lib.common.rest_client [req-f5cf5af4-7930-4d5e-9927-13b3678e7acb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1138957097 description", "name": "tempest-secgroup-smoke-1138957097"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5cf5af4-7930-4d5e-9927-13b3678e7acb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1138957097 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "updated_at": "2018-08-21T06:23:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:23:30Z", "revision_number": 0, "id": "51838eee-6608-43dd-9c43-6358d8b3f4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:23:30Z", "revision_number": 0, "id": "e6e0901f-f0b0-4355-ac75-d3e8ce9539f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4dc6f220-2201-4530-a960-40eeada5e901", "name": "tempest-secgroup-smoke-1138957097"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:30.795 63 INFO tempest.lib.common.rest_client [req-8b9ba8a5-e59d-4f5a-a4b3-87ad688c6806 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.438s 2018-08-21 06:23:30.796 63 DEBUG tempest.lib.common.rest_client [req-8b9ba8a5-e59d-4f5a-a4b3-87ad688c6806 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b9ba8a5-e59d-4f5a-a4b3-87ad688c6806'} 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-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3ba190b0-069e-496a-b2d3-7514b60de7a2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:30.963 63 INFO tempest.lib.common.rest_client [req-aebe47dc-ffd8-4f47-9c39-3ebb0c2fb9b3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 06:23:30.964 63 DEBUG tempest.lib.common.rest_client [req-aebe47dc-ffd8-4f47-9c39-3ebb0c2fb9b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aebe47dc-ffd8-4f47-9c39-3ebb0c2fb9b3'} 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-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1f8c66f9-13e6-4a89-a84f-58c278caf345"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:31.109 63 INFO tempest.lib.common.rest_client [req-acf772b6-940a-4be4-8d06-3baf75176ade ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.144s 2018-08-21 06:23:31.109 63 DEBUG tempest.lib.common.rest_client [req-acf772b6-940a-4be4-8d06-3baf75176ade ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acf772b6-940a-4be4-8d06-3baf75176ade'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "57294adb-fecd-4dab-9af6-537ce22447ae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:31.261 63 INFO tempest.lib.common.rest_client [req-5a992549-b256-4bc1-bbb6-692727382ec6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.151s 2018-08-21 06:23:31.262 63 DEBUG tempest.lib.common.rest_client [req-5a992549-b256-4bc1-bbb6-692727382ec6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a992549-b256-4bc1-bbb6-692727382ec6'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "db5abf84-6437-48fc-a611-1c81a0118416"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:31.436 63 INFO tempest.lib.common.rest_client [req-e1a2750e-3125-42cd-858a-be1c5de456ff ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:23:31.436 63 DEBUG tempest.lib.common.rest_client [req-e1a2750e-3125-42cd-858a-be1c5de456ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1a2750e-3125-42cd-858a-be1c5de456ff'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c934c573-d6d4-40c1-8be5-3d07aeb587d9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:31.646 63 INFO tempest.lib.common.rest_client [req-9b1c00e3-4019-4f56-951a-2d48550187bf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.208s 2018-08-21 06:23:31.646 63 DEBUG tempest.lib.common.rest_client [req-9b1c00e3-4019-4f56-951a-2d48550187bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b1c00e3-4019-4f56-951a-2d48550187bf'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7b40fa6c-602f-472e-b353-99b0a98b9bfd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:31.792 63 INFO tempest.lib.common.rest_client [req-e9a548af-c386-4e03-9311-ab521d7cbf2a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.144s 2018-08-21 06:23:31.792 63 DEBUG tempest.lib.common.rest_client [req-e9a548af-c386-4e03-9311-ab521d7cbf2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9a548af-c386-4e03-9311-ab521d7cbf2a'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5cf98a1b-e907-445b-89cd-1cdbbfa9d3b4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:31.936 63 INFO tempest.lib.common.rest_client [req-bbeb816b-b1e5-4b48-96dd-50c48c2f275b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 06:23:31.936 63 DEBUG tempest.lib.common.rest_client [req-bbeb816b-b1e5-4b48-96dd-50c48c2f275b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bbeb816b-b1e5-4b48-96dd-50c48c2f275b'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9d6926ec-050a-4763-9ffa-0eeee46fbea1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:32.190 63 INFO tempest.lib.common.rest_client [req-edd5c52e-dedf-4ede-b963-8cbd3fb57434 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.252s 2018-08-21 06:23:32.190 63 DEBUG tempest.lib.common.rest_client [req-edd5c52e-dedf-4ede-b963-8cbd3fb57434 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-804591283"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:23:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edd5c52e-dedf-4ede-b963-8cbd3fb57434'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:23:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","name":"tempest-A-804591283"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:32.977 63 INFO tempest.lib.common.rest_client [req-526a953d-a577-47fc-bc28-3e87a656cbf8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.785s 2018-08-21 06:23:32.977 63 DEBUG tempest.lib.common.rest_client [req-526a953d-a577-47fc-bc28-3e87a656cbf8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "name": "tempest-subnet-A-1-800384156"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:23:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-526a953d-a577-47fc-bc28-3e87a656cbf8'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:23:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"5cc29dc9-47d9-4362-a99b-87c243d0a761","subnetpool_id":null,"name":"tempest-subnet-A-1-800384156"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:33.450 63 INFO tempest.lib.common.rest_client [req-7da67b40-7c14-49c6-b769-170e88a38529 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.472s 2018-08-21 06:23:33.451 63 DEBUG tempest.lib.common.rest_client [req-7da67b40-7c14-49c6-b769-170e88a38529 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1821453017"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:23:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7da67b40-7c14-49c6-b769-170e88a38529'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:23:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","name":"tempest-B-1821453017"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:34.809 63 INFO tempest.lib.common.rest_client [req-6e4ee858-cd9a-4492-bae4-08253e5a1196 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.357s 2018-08-21 06:23:34.810 63 DEBUG tempest.lib.common.rest_client [req-6e4ee858-cd9a-4492-bae4-08253e5a1196 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "name": "tempest-subnet-B-1-499848085"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:23:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e4ee858-cd9a-4492-bae4-08253e5a1196'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:34Z","dns_nameservers":[],"updated_at":"2018-08-21T06:23:34Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"714b67f3-317e-4e30-95a7-eb7193d3e934","subnetpool_id":null,"name":"tempest-subnet-B-1-499848085"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:35.296 63 INFO tempest.lib.common.rest_client [req-f9224978-0e55-452e-9beb-91282d438332 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.485s 2018-08-21 06:23:35.297 63 DEBUG tempest.lib.common.rest_client [req-f9224978-0e55-452e-9beb-91282d438332 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9224978-0e55-452e-9beb-91282d438332'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "4d8ba35e-8926-4189-8e7f-b45ea1c4ece0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:35.559 63 INFO tempest.lib.common.rest_client [req-5227d599-25b5-4fa1-a5d6-cf3d33dc9726 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations 0.261s 2018-08-21 06:23:35.560 63 DEBUG tempest.lib.common.rest_client [req-5227d599-25b5-4fa1-a5d6-cf3d33dc9726 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations', u'date': 'Tue, 21 Aug 2018 06:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5227d599-25b5-4fa1-a5d6-cf3d33dc9726'} Body: {"network_association": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "id": "d035a704-2f02-4967-bfa9-9d1ed8c60723"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:36.117 63 INFO tempest.lib.common.rest_client [req-ad669f25-80da-4475-a453-9428c8a714bf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations 0.557s 2018-08-21 06:23:36.118 63 DEBUG tempest.lib.common.rest_client [req-ad669f25-80da-4475-a453-9428c8a714bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations', u'date': 'Tue, 21 Aug 2018 06:23:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad669f25-80da-4475-a453-9428c8a714bf'} Body: {"network_association": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "id": "e7050292-7714-44f6-bd4a-7895d2034352"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:36.262 63 INFO tempest.lib.common.rest_client [req-94a1ef11-e538-486d-9517-94a8fa4409a7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.143s 2018-08-21 06:23:36.263 63 DEBUG tempest.lib.common.rest_client [req-94a1ef11-e538-486d-9517-94a8fa4409a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2116593774"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-94a1ef11-e538-486d-9517-94a8fa4409a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a1ef11-e538-486d-9517-94a8fa4409a7'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2appmLTh9Hvgn4ZmIa1twflOwi0Jk6G/dVBx3pcD4uRxKpc6AG7Hf6WD1jnCneRaSuiK5T5EWMLmu+bFPDcxKaqES24k+Nr+FxzUhVAo+ZVIpMj+ZBaKlXd+CF1UU06flCfeQR9Cfl6Lt+4HrQ/Yr/bXgkSZE6xvELjjxXlVwJn8K/d/+QPlw6/UNay/TP3VAlD+zwU09Afh39VC1WyNDnkd8qxLMNBRHvnidHXxmd+miEEjy5GmAgJeal5GTbtVBeMEnohyuf7svfVa9+QJgH8Zo0FpWSeKMZiDQHSpv28wwh3gGSzG7UL40jMCKxtTviL/oVaSmFnG0OW99ux7N Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtmqaZi04fR74J+GZiGtbcH5TsItCZOhv3VQcd6XA+LkcSqXO\ngBux3+lg9Y5wp3kWkroiuU+RFjC5rvmxTw3MSmqhEtuJPja/hcc1IVQKPmVSKTI/\nmQWipV3fghdVFNOn5Qn3kEfQn5ei7fuB60P2K/214JEmROsbxC448V5VcCZ/Cv3f\n/kD5cOv1DWsv0z91QJQ/s8FNPQH4d/VQtVsjQ55HfKsSzDQUR754nR18ZnfpohBI\n8uRpgICXmpeRk27VQXjBJ6Icrn+7L31WvfkCYB/GaNBaVknijGYg0B0qb9vMMId4\nBksxu1C+NIzAisbU74i/6FWkphZxtDlvfbsezQIDAQABAoIBAEhkFdHmsDw3RhPN\nm7hfonIKL/wnx7lz5LDY6FMzHFmYXHnjQwfj9br+StQoKtzLWQHxjEYuJU3BGG8v\n+AV/XEtL9ZAeP2DJKUhVvef0CfypCOoAXuzDJ8CoeEKQL9uMA10Jj41acphi/O2k\nmfJbjh33GW59K8q94s7/6Okgnpdagvcx/fL71CczCYMqrwNw+epyfOcQojJdYt7a\nwYJGRwwycSYVk3HaJdeOE+pjRILt4ad5xcVGJwZYMvvp8DA9VypyozpcR/RXt8jn\n6MDHGoKFi62VJ41niyOYNwjz7uWjBTPgf84NwMVgiuA30HCDWbbKJtMxJ96eIRjY\njxiIAKECgYEA8oY9978TKxjonCOnLu/neMSMQ0dswaw+TpaOI7nV4xjlhodrk/V3\nQQsUkDApMTHVTeTwfiV8KeNx1lexd1/RaB9FL8+luwGvDRltQi9aQZ2AYsM4tfbt\n2PG9hh8QF8zMOZ0mTo/NwwIqwlKj14GYGvMMUBJDY2YGZyQw/8NP1v8CgYEAwI1c\n38Woa6WBkYxpWLUKr0fb0QT2Wo58HJH5AgRXkMcED2IB5t3ZLSWhryxkM4VnbP2A\n/ZovMd4b0ELZsvILcF0+EE9oUXKMDXCzieFh7fGiAWvJCxwKnB4hNzmk+S/WiIHX\njuaRcf/tXSADXLWEnYnLmVxpFJqjnLkzRjgGtjMCgYEA5DT1cn5VpyQVHXdfBYex\nI66u3VAEQmm1Z3W74lonrT3sHJ6o190OjiHDA7qNyEDAGj/nHIxhPXlL0QlLcKy0\n+2kRTV/y7vkyovzeFn1ATKXL/SL95huoy48Na3snRX3sXfpF5X7jezA61Ae3LD5B\nxnoVh/Lnfkyukbc4dDJwmjkCgYA8/Ej/IuZd+dSY2cT/8I9KxtKrWAwC0IAkuGMK\nrX9ifnYdvSfnDDrd3r5f8gpmewkv7vas2+m4vKVIh/PVhm3zD8U5ez0KFuKe2yQy\nNm1C5LYwBwhs+Vuu6KgSirJirjEfmShBvWsxlSKDzUDjWyZ+kwcmMquhd/z8BXhk\n9BfEGwKBgD9qKlcUkQ/+nmwfoXFtp4VAaiHTg/9N1zjq0iB8NhXPKImPK1JDQCC7\n1S8BP++6j1LwsrGlVtzjwlPVpR2Spb7ZeQwy8BSSTbIyh6aCMihx4xPb0ulJFCWt\ndWLpl2zv0svqUfXVoOZXEYC2E0JtiCfV2sHqcmZN8dfrg+cR0Ryl\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-2116593774", "fingerprint": "9d:0f:0f:0c:5f:9c:5a:12:2f:4f:8b:ea:6d:e2:3c:b8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:37.150 63 INFO tempest.lib.common.rest_client [req-27f26190-e720-4f22-be62-e554a134cee3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/ports 0.883s 2018-08-21 06:23:37.151 63 DEBUG tempest.lib.common.rest_client [req-27f26190-e720-4f22-be62-e554a134cee3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2021293479", "security_groups": ["4dc6f220-2201-4530-a960-40eeada5e901"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:23:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27f26190-e720-4f22-be62-e554a134cee3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:23:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:23:36Z","name":"tempest-port-smoke-2021293479","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:7d:79:74","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"5cc29dc9-47d9-4362-a99b-87c243d0a761","ip_address":"10.101.11.10"}],"id":"f2ad2a81-a642-4220-840a-93138cc89e69","security_groups":["4dc6f220-2201-4530-a960-40eeada5e901"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:39.003 63 INFO tempest.lib.common.rest_client [req-17826aa4-7d19-4379-b8d6-65ca3b8ef966 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.850s 2018-08-21 06:23:39.004 63 DEBUG tempest.lib.common.rest_client [req-17826aa4-7d19-4379-b8d6-65ca3b8ef966 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2116593774", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "port": "f2ad2a81-a642-4220-840a-93138cc89e69"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-17826aa4-7d19-4379-b8d6-65ca3b8ef966', 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17826aa4-7d19-4379-b8d6-65ca3b8ef966'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0685553c-3a58-445c-a409-49096f574a4a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "adminPass": "fYa5W5wci4tr"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:39.631 63 INFO tempest.lib.common.rest_client [req-c1a31c91-ff5c-4816-ae53-d3451c05ca58 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.622s 2018-08-21 06:23:39.631 63 DEBUG tempest.lib.common.rest_client [req-c1a31c91-ff5c-4816-ae53-d3451c05ca58 ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-c1a31c91-ff5c-4816-ae53-d3451c05ca58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1a31c91-ff5c-4816-ae53-d3451c05ca58'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:41.465 63 INFO tempest.lib.common.rest_client [req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.807s 2018-08-21 06:23:41.466 63 DEBUG tempest.lib.common.rest_client [req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122 ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:43.232 63 INFO tempest.lib.common.rest_client [req-657ac6d0-b401-411e-b2d3-f6cddce5286f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.749s 2018-08-21 06:23:43.233 63 DEBUG tempest.lib.common.rest_client [req-657ac6d0-b401-411e-b2d3-f6cddce5286f ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-657ac6d0-b401-411e-b2d3-f6cddce5286f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-657ac6d0-b401-411e-b2d3-f6cddce5286f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:43.244 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:23:44.652 63 INFO tempest.lib.common.rest_client [req-0e62e473-0157-45ee-845c-64a231350e07 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.406s 2018-08-21 06:23:44.653 63 DEBUG tempest.lib.common.rest_client [req-0e62e473-0157-45ee-845c-64a231350e07 ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-0e62e473-0157-45ee-845c-64a231350e07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e62e473-0157-45ee-845c-64a231350e07'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:46.150 63 INFO tempest.lib.common.rest_client [req-1da47084-cae5-4057-9db2-236402658da4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.484s 2018-08-21 06:23:46.151 63 DEBUG tempest.lib.common.rest_client [req-1da47084-cae5-4057-9db2-236402658da4 ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-1da47084-cae5-4057-9db2-236402658da4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1da47084-cae5-4057-9db2-236402658da4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:46.164 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:23:46.510 63 INFO tempest.lib.common.rest_client [req-e9107046-7f85-40c3-873b-566ca741e15a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.345s 2018-08-21 06:23:46.511 63 DEBUG tempest.lib.common.rest_client [req-e9107046-7f85-40c3-873b-566ca741e15a ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-e9107046-7f85-40c3-873b-566ca741e15a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9107046-7f85-40c3-873b-566ca741e15a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:46.524 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 0685553c-3a58-445c-a409-49096f574a4a with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:23:47.293 63 INFO tempest.lib.common.rest_client [req-9848fe63-2986-48ad-9435-42453a5989c1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/ports 0.768s 2018-08-21 06:23:47.293 63 DEBUG tempest.lib.common.rest_client [req-9848fe63-2986-48ad-9435-42453a5989c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1242209447", "security_groups": ["4dc6f220-2201-4530-a960-40eeada5e901"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:23:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9848fe63-2986-48ad-9435-42453a5989c1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:23:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:23:46Z","name":"tempest-port-smoke-1242209447","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a5:6b:16","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"714b67f3-317e-4e30-95a7-eb7193d3e934","ip_address":"10.102.21.20"}],"id":"d08341f9-6c34-4e0c-89dd-a7245404c0ac","security_groups":["4dc6f220-2201-4530-a960-40eeada5e901"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:49.091 63 INFO tempest.lib.common.rest_client [req-0ca62538-7a5c-4808-8ae6-7eeb112434c4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.796s 2018-08-21 06:23:49.091 63 DEBUG tempest.lib.common.rest_client [req-0ca62538-7a5c-4808-8ae6-7eeb112434c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2116593774", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "port": "d08341f9-6c34-4e0c-89dd-a7245404c0ac"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0ca62538-7a5c-4808-8ae6-7eeb112434c4', 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ca62538-7a5c-4808-8ae6-7eeb112434c4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "adminPass": "KHWTP9XhzAF6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:49.160 63 INFO tempest.lib.common.rest_client [req-15c03ada-369d-4e47-bcc4-79c5f559a0f9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.064s 2018-08-21 06:23:49.161 63 DEBUG tempest.lib.common.rest_client [req-15c03ada-369d-4e47-bcc4-79c5f559a0f9 ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-15c03ada-369d-4e47-bcc4-79c5f559a0f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15c03ada-369d-4e47-bcc4-79c5f559a0f9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:50.235 63 INFO tempest.lib.common.rest_client [req-fc4d985c-3cbc-4c15-a1ef-748244e89481 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.061s 2018-08-21 06:23:50.236 63 DEBUG tempest.lib.common.rest_client [req-fc4d985c-3cbc-4c15-a1ef-748244e89481 ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-fc4d985c-3cbc-4c15-a1ef-748244e89481', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc4d985c-3cbc-4c15-a1ef-748244e89481'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:51.578 63 INFO tempest.lib.common.rest_client [req-718b03db-99a2-4d4f-9b50-1d10f16363d7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.327s 2018-08-21 06:23:51.579 63 DEBUG tempest.lib.common.rest_client [req-718b03db-99a2-4d4f-9b50-1d10f16363d7 ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-718b03db-99a2-4d4f-9b50-1d10f16363d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-718b03db-99a2-4d4f-9b50-1d10f16363d7'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:51.591 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:23:53.224 63 INFO tempest.lib.common.rest_client [req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.631s 2018-08-21 06:23:53.225 63 DEBUG tempest.lib.common.rest_client [req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2 ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:53.237 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:23:54.596 63 INFO tempest.lib.common.rest_client [req-9755672a-3393-40c9-9248-5405f9179a1d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.357s 2018-08-21 06:23:54.596 63 DEBUG tempest.lib.common.rest_client [req-9755672a-3393-40c9-9248-5405f9179a1d ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-9755672a-3393-40c9-9248-5405f9179a1d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9755672a-3393-40c9-9248-5405f9179a1d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:56.379 63 INFO tempest.lib.common.rest_client [req-6cdc1732-cc34-4826-9102-bb39eeaab239 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.769s 2018-08-21 06:23:56.380 63 DEBUG tempest.lib.common.rest_client [req-6cdc1732-cc34-4826-9102-bb39eeaab239 ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-6cdc1732-cc34-4826-9102-bb39eeaab239', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cdc1732-cc34-4826-9102-bb39eeaab239'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:56.393 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:23:56.579 63 INFO tempest.lib.common.rest_client [req-becbb4e1-b61e-47fa-a0c6-db2334755cf1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.185s 2018-08-21 06:23:56.579 63 DEBUG tempest.lib.common.rest_client [req-becbb4e1-b61e-47fa-a0c6-db2334755cf1 ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-becbb4e1-b61e-47fa-a0c6-db2334755cf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-becbb4e1-b61e-47fa-a0c6-db2334755cf1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:56.592 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:23:56.709 63 INFO tempest.lib.common.rest_client [req-49280c88-cd41-47e2-8f72-0dda31578dd0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.116s 2018-08-21 06:23:56.709 63 DEBUG tempest.lib.common.rest_client [req-49280c88-cd41-47e2-8f72-0dda31578dd0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--141968961", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:23:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49280c88-cd41-47e2-8f72-0dda31578dd0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:56Z", "admin_state_up": true, "updated_at": "2018-08-21T06:23:56Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "name": "tempest-router--141968961"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:23:58.291 63 INFO tempest.lib.common.rest_client [req-3e23090c-a00c-43ef-8928-6867599d80a6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6 1.580s 2018-08-21 06:23:58.291 63 DEBUG tempest.lib.common.rest_client [req-3e23090c-a00c-43ef-8928-6867599d80a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6', u'date': 'Tue, 21 Aug 2018 06:23:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e23090c-a00c-43ef-8928-6867599d80a6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:56Z", "admin_state_up": true, "updated_at": "2018-08-21T06:23:58Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "name": "tempest-router--141968961"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:24:00.866 63 INFO tempest.lib.common.rest_client [req-7a71e279-ef5a-4c58-813f-8f6057942472 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/add_router_interface 2.574s 2018-08-21 06:24:00.867 63 DEBUG tempest.lib.common.rest_client [req-7a71e279-ef5a-4c58-813f-8f6057942472 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:24:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a71e279-ef5a-4c58-813f-8f6057942472'} Body: {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761", "subnet_ids": ["5cc29dc9-47d9-4362-a99b-87c243d0a761"], "port_id": "4ce5e0e8-d0cb-4a7e-874a-8c9d702c3d43", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:24:02.687 63 INFO tempest.lib.common.rest_client [req-a70d475e-7ab6-4ea0-a306-0cb9469c7df1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.819s 2018-08-21 06:24:02.688 63 DEBUG tempest.lib.common.rest_client [req-a70d475e-7ab6-4ea0-a306-0cb9469c7df1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "f2ad2a81-a642-4220-840a-93138cc89e69"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:24:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a70d475e-7ab6-4ea0-a306-0cb9469c7df1'} Body: {"floatingip": {"router_id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:24:01Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "f2ad2a81-a642-4220-840a-93138cc89e69", "id": "db258364-d34c-4796-83d3-4392df03443f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:24:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:24:02.689 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:24:04.691 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:24:04.756 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:24:04.788 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:24:04.903 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-21 06:24:04.903 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:24:04.905 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:24:04.966 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:24:04.970 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:24:09.976 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:24:09.977 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-21 06:25:20.046 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-21 06:25:20.047 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:25:20.051 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:25:20.153 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:25:20.179 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:25:25.186 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:25:25.186 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-21 06:26:35.217 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-21 06:26:35.218 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-21 06:26:35.218 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35.222 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35.285 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:26:35.287 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35.292 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:26:35.293 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:6e:67:8b [ether] on eth0 2018-08-21 06:26:35.293 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-21 06:26:35.294 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35.295 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35.356 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:26:35.360 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35.368 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 06:26:35.368 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-21 06:26:35.369 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35.371 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35.429 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:26:35.435 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35.441 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-21 06:26:35.442 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35.444 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35.505 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:26:35.508 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35.513 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:26:35.513 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:6e:67:8b [ether] on eth0 2018-08-21 06:26:35.514 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-21 06:26:35.514 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35.516 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35.577 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:26:35.579 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:40.586 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:26:40.587 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-21 06:27:50.632 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-21 06:27:50.633 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:27:50.636 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:27:50.735 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:27:50.764 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:27:55.772 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:27:55.772 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-21 06:29:05.832 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-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:29:07.354 63 INFO tempest.lib.common.rest_client [req-8780d79d-3c16-4c76-9abc-18361dd890bc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/db258364-d34c-4796-83d3-4392df03443f 1.518s 2018-08-21 06:29:07.355 63 DEBUG tempest.lib.common.rest_client [req-8780d79d-3c16-4c76-9abc-18361dd890bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/db258364-d34c-4796-83d3-4392df03443f', u'date': 'Tue, 21 Aug 2018 06:29:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8780d79d-3c16-4c76-9abc-18361dd890bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:09.062 63 INFO tempest.lib.common.rest_client [req-6a3dcae1-fab7-4ad7-ba92-a3fecf55149f ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/remove_router_interface 1.706s 2018-08-21 06:29:09.063 63 DEBUG tempest.lib.common.rest_client [req-6a3dcae1-fab7-4ad7-ba92-a3fecf55149f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6a3dcae1-fab7-4ad7-ba92-a3fecf55149f'} Body: {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761", "subnet_ids": ["5cc29dc9-47d9-4362-a99b-87c243d0a761"], "port_id": "4ce5e0e8-d0cb-4a7e-874a-8c9d702c3d43", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:10.549 63 INFO tempest.lib.common.rest_client [req-e71838e6-54cc-496c-8e78-d0204068b682 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6 1.485s 2018-08-21 06:29:10.550 63 DEBUG tempest.lib.common.rest_client [req-e71838e6-54cc-496c-8e78-d0204068b682 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6', u'date': 'Tue, 21 Aug 2018 06:29:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e71838e6-54cc-496c-8e78-d0204068b682'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:11.047 63 INFO tempest.lib.common.rest_client [req-6a339585-ccf2-4684-b36b-cd640df2d814 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.495s 2018-08-21 06:29:11.047 63 DEBUG tempest.lib.common.rest_client [req-6a339585-ccf2-4684-b36b-cd640df2d814 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-6a339585-ccf2-4684-b36b-cd640df2d814', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a339585-ccf2-4684-b36b-cd640df2d814'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:11.837 63 INFO tempest.lib.common.rest_client [req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.788s 2018-08-21 06:29:11.838 63 DEBUG tempest.lib.common.rest_client [req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349 ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:12.900 63 INFO tempest.lib.common.rest_client [req-b7609c22-a14c-4191-be94-91f4b7bb43ee ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.047s 2018-08-21 06:29:12.901 63 DEBUG tempest.lib.common.rest_client [req-b7609c22-a14c-4191-be94-91f4b7bb43ee ] 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-b7609c22-a14c-4191-be94-91f4b7bb43ee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:12 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b7609c22-a14c-4191-be94-91f4b7bb43ee'} Body: {"itemNotFound": {"message": "Instance c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:14.085 63 INFO tempest.lib.common.rest_client [req-7b98f1df-ecf1-42ed-aa61-1b82adbee13a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d08341f9-6c34-4e0c-89dd-a7245404c0ac 1.182s 2018-08-21 06:29:14.085 63 DEBUG tempest.lib.common.rest_client [req-7b98f1df-ecf1-42ed-aa61-1b82adbee13a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d08341f9-6c34-4e0c-89dd-a7245404c0ac', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7b98f1df-ecf1-42ed-aa61-1b82adbee13a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:14.262 63 INFO tempest.lib.common.rest_client [req-44a87fef-aafb-4305-b2e2-f276984a5299 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.175s 2018-08-21 06:29:14.263 63 DEBUG tempest.lib.common.rest_client [req-44a87fef-aafb-4305-b2e2-f276984a5299 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-44a87fef-aafb-4305-b2e2-f276984a5299', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44a87fef-aafb-4305-b2e2-f276984a5299'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:14.931 63 INFO tempest.lib.common.rest_client [req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.668s 2018-08-21 06:29:14.932 63 DEBUG tempest.lib.common.rest_client [req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0 ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:15.989 63 INFO tempest.lib.common.rest_client [req-b8a13671-4163-4232-997a-4379a9382d6f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.043s 2018-08-21 06:29:15.989 63 DEBUG tempest.lib.common.rest_client [req-b8a13671-4163-4232-997a-4379a9382d6f ] 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-b8a13671-4163-4232-997a-4379a9382d6f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b8a13671-4163-4232-997a-4379a9382d6f'} Body: {"itemNotFound": {"message": "Instance 0685553c-3a58-445c-a409-49096f574a4a could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:16.726 63 INFO tempest.lib.common.rest_client [req-be842183-ac15-4211-9d03-d9287ba59308 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f2ad2a81-a642-4220-840a-93138cc89e69 0.735s 2018-08-21 06:29:16.727 63 DEBUG tempest.lib.common.rest_client [req-be842183-ac15-4211-9d03-d9287ba59308 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f2ad2a81-a642-4220-840a-93138cc89e69', u'date': 'Tue, 21 Aug 2018 06:29:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-be842183-ac15-4211-9d03-d9287ba59308'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:16.755 63 INFO tempest.lib.common.rest_client [req-849bb85e-c539-4264-86a6-6fb740bc880d ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2116593774 0.027s 2018-08-21 06:29:16.755 63 DEBUG tempest.lib.common.rest_client [req-849bb85e-c539-4264-86a6-6fb740bc880d ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2116593774', u'x-compute-request-id': 'req-849bb85e-c539-4264-86a6-6fb740bc880d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-849bb85e-c539-4264-86a6-6fb740bc880d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:18.098 63 INFO tempest.lib.common.rest_client [req-c3173c02-ea5b-47f9-a61f-3cb9477ea255 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/714b67f3-317e-4e30-95a7-eb7193d3e934 1.342s 2018-08-21 06:29:18.099 63 DEBUG tempest.lib.common.rest_client [req-c3173c02-ea5b-47f9-a61f-3cb9477ea255 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/714b67f3-317e-4e30-95a7-eb7193d3e934', u'date': 'Tue, 21 Aug 2018 06:29:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c3173c02-ea5b-47f9-a61f-3cb9477ea255'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:20.246 63 INFO tempest.lib.common.rest_client [req-c8848e2e-afed-4da4-86e8-2642f7fc25b4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c8b63a07-7f27-4e70-9c82-b89c1eda7a38 2.146s 2018-08-21 06:29:20.247 63 DEBUG tempest.lib.common.rest_client [req-c8848e2e-afed-4da4-86e8-2642f7fc25b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c8b63a07-7f27-4e70-9c82-b89c1eda7a38', u'date': 'Tue, 21 Aug 2018 06:29:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8848e2e-afed-4da4-86e8-2642f7fc25b4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:22.021 63 INFO tempest.lib.common.rest_client [req-88db31af-0a29-4c18-8ebb-47601fbf2695 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/5cc29dc9-47d9-4362-a99b-87c243d0a761 1.774s 2018-08-21 06:29:22.022 63 DEBUG tempest.lib.common.rest_client [req-88db31af-0a29-4c18-8ebb-47601fbf2695 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/5cc29dc9-47d9-4362-a99b-87c243d0a761', u'date': 'Tue, 21 Aug 2018 06:29:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-88db31af-0a29-4c18-8ebb-47601fbf2695'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:23.444 63 INFO tempest.lib.common.rest_client [req-e401ec26-7bb3-4ca8-9310-092342fb64a0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/e6ceedd4-3ae1-4f52-a5ef-7772099defdf 1.421s 2018-08-21 06:29:23.445 63 DEBUG tempest.lib.common.rest_client [req-e401ec26-7bb3-4ca8-9310-092342fb64a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/e6ceedd4-3ae1-4f52-a5ef-7772099defdf', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e401ec26-7bb3-4ca8-9310-092342fb64a0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:23.722 63 INFO tempest.lib.common.rest_client [req-d3b83da6-93f9-4973-bdfd-8d843f40ff8d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/4dc6f220-2201-4530-a960-40eeada5e901 0.276s 2018-08-21 06:29:23.723 63 DEBUG tempest.lib.common.rest_client [req-d3b83da6-93f9-4973-bdfd-8d843f40ff8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/4dc6f220-2201-4530-a960-40eeada5e901', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d3b83da6-93f9-4973-bdfd-8d843f40ff8d'} 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 [353.912529s] ... 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-21 06:23:30,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.542s 2018-08-21 06:23:30,356 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1138957097 description", "name": "tempest-secgroup-smoke-1138957097"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5cf5af4-7930-4d5e-9927-13b3678e7acb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1138957097 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "updated_at": "2018-08-21T06:23:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:23:30Z", "revision_number": 0, "id": "51838eee-6608-43dd-9c43-6358d8b3f4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:23:30Z", "revision_number": 0, "id": "e6e0901f-f0b0-4355-ac75-d3e8ce9539f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4dc6f220-2201-4530-a960-40eeada5e901", "name": "tempest-secgroup-smoke-1138957097"}} 2018-08-21 06:23:30,795 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.438s 2018-08-21 06:23:30,796 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b9ba8a5-e59d-4f5a-a4b3-87ad688c6806'} 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-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3ba190b0-069e-496a-b2d3-7514b60de7a2"}} 2018-08-21 06:23:30,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 06:23:30,964 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aebe47dc-ffd8-4f47-9c39-3ebb0c2fb9b3'} 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-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1f8c66f9-13e6-4a89-a84f-58c278caf345"}} 2018-08-21 06:23:31,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.144s 2018-08-21 06:23:31,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": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acf772b6-940a-4be4-8d06-3baf75176ade'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "57294adb-fecd-4dab-9af6-537ce22447ae"}} 2018-08-21 06:23:31,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.151s 2018-08-21 06:23:31,262 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a992549-b256-4bc1-bbb6-692727382ec6'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "db5abf84-6437-48fc-a611-1c81a0118416"}} 2018-08-21 06:23:31,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:23:31,436 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1a2750e-3125-42cd-858a-be1c5de456ff'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c934c573-d6d4-40c1-8be5-3d07aeb587d9"}} 2018-08-21 06:23:31,646 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.208s 2018-08-21 06:23:31,646 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b1c00e3-4019-4f56-951a-2d48550187bf'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7b40fa6c-602f-472e-b353-99b0a98b9bfd"}} 2018-08-21 06:23:31,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.144s 2018-08-21 06:23:31,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9a548af-c386-4e03-9311-ab521d7cbf2a'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5cf98a1b-e907-445b-89cd-1cdbbfa9d3b4"}} 2018-08-21 06:23:31,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 06:23:31,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bbeb816b-b1e5-4b48-96dd-50c48c2f275b'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9d6926ec-050a-4763-9ffa-0eeee46fbea1"}} 2018-08-21 06:23:32,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.252s 2018-08-21 06:23:32,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-804591283"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:23:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edd5c52e-dedf-4ede-b963-8cbd3fb57434'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:23:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","name":"tempest-A-804591283"}} 2018-08-21 06:23:32,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.785s 2018-08-21 06:23:32,977 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "name": "tempest-subnet-A-1-800384156"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:23:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-526a953d-a577-47fc-bc28-3e87a656cbf8'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:23:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"5cc29dc9-47d9-4362-a99b-87c243d0a761","subnetpool_id":null,"name":"tempest-subnet-A-1-800384156"}} 2018-08-21 06:23:33,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.472s 2018-08-21 06:23:33,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1821453017"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:23:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7da67b40-7c14-49c6-b769-170e88a38529'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:23:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","name":"tempest-B-1821453017"}} 2018-08-21 06:23:34,809 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.357s 2018-08-21 06:23:34,810 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "name": "tempest-subnet-B-1-499848085"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:23:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e4ee858-cd9a-4492-bae4-08253e5a1196'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:34Z","dns_nameservers":[],"updated_at":"2018-08-21T06:23:34Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"714b67f3-317e-4e30-95a7-eb7193d3e934","subnetpool_id":null,"name":"tempest-subnet-B-1-499848085"}} 2018-08-21 06:23:35,296 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.485s 2018-08-21 06:23:35,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9224978-0e55-452e-9beb-91282d438332'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "4d8ba35e-8926-4189-8e7f-b45ea1c4ece0"}} 2018-08-21 06:23:35,559 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations 0.261s 2018-08-21 06:23:35,560 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations', u'date': 'Tue, 21 Aug 2018 06:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5227d599-25b5-4fa1-a5d6-cf3d33dc9726'} Body: {"network_association": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "id": "d035a704-2f02-4967-bfa9-9d1ed8c60723"}} 2018-08-21 06:23:36,117 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations 0.557s 2018-08-21 06:23:36,118 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations', u'date': 'Tue, 21 Aug 2018 06:23:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad669f25-80da-4475-a453-9428c8a714bf'} Body: {"network_association": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "id": "e7050292-7714-44f6-bd4a-7895d2034352"}} 2018-08-21 06:23:36,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.143s 2018-08-21 06:23:36,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2116593774"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-94a1ef11-e538-486d-9517-94a8fa4409a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a1ef11-e538-486d-9517-94a8fa4409a7'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2appmLTh9Hvgn4ZmIa1twflOwi0Jk6G/dVBx3pcD4uRxKpc6AG7Hf6WD1jnCneRaSuiK5T5EWMLmu+bFPDcxKaqES24k+Nr+FxzUhVAo+ZVIpMj+ZBaKlXd+CF1UU06flCfeQR9Cfl6Lt+4HrQ/Yr/bXgkSZE6xvELjjxXlVwJn8K/d/+QPlw6/UNay/TP3VAlD+zwU09Afh39VC1WyNDnkd8qxLMNBRHvnidHXxmd+miEEjy5GmAgJeal5GTbtVBeMEnohyuf7svfVa9+QJgH8Zo0FpWSeKMZiDQHSpv28wwh3gGSzG7UL40jMCKxtTviL/oVaSmFnG0OW99ux7N Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtmqaZi04fR74J+GZiGtbcH5TsItCZOhv3VQcd6XA+LkcSqXO\ngBux3+lg9Y5wp3kWkroiuU+RFjC5rvmxTw3MSmqhEtuJPja/hcc1IVQKPmVSKTI/\nmQWipV3fghdVFNOn5Qn3kEfQn5ei7fuB60P2K/214JEmROsbxC448V5VcCZ/Cv3f\n/kD5cOv1DWsv0z91QJQ/s8FNPQH4d/VQtVsjQ55HfKsSzDQUR754nR18ZnfpohBI\n8uRpgICXmpeRk27VQXjBJ6Icrn+7L31WvfkCYB/GaNBaVknijGYg0B0qb9vMMId4\nBksxu1C+NIzAisbU74i/6FWkphZxtDlvfbsezQIDAQABAoIBAEhkFdHmsDw3RhPN\nm7hfonIKL/wnx7lz5LDY6FMzHFmYXHnjQwfj9br+StQoKtzLWQHxjEYuJU3BGG8v\n+AV/XEtL9ZAeP2DJKUhVvef0CfypCOoAXuzDJ8CoeEKQL9uMA10Jj41acphi/O2k\nmfJbjh33GW59K8q94s7/6Okgnpdagvcx/fL71CczCYMqrwNw+epyfOcQojJdYt7a\nwYJGRwwycSYVk3HaJdeOE+pjRILt4ad5xcVGJwZYMvvp8DA9VypyozpcR/RXt8jn\n6MDHGoKFi62VJ41niyOYNwjz7uWjBTPgf84NwMVgiuA30HCDWbbKJtMxJ96eIRjY\njxiIAKECgYEA8oY9978TKxjonCOnLu/neMSMQ0dswaw+TpaOI7nV4xjlhodrk/V3\nQQsUkDApMTHVTeTwfiV8KeNx1lexd1/RaB9FL8+luwGvDRltQi9aQZ2AYsM4tfbt\n2PG9hh8QF8zMOZ0mTo/NwwIqwlKj14GYGvMMUBJDY2YGZyQw/8NP1v8CgYEAwI1c\n38Woa6WBkYxpWLUKr0fb0QT2Wo58HJH5AgRXkMcED2IB5t3ZLSWhryxkM4VnbP2A\n/ZovMd4b0ELZsvILcF0+EE9oUXKMDXCzieFh7fGiAWvJCxwKnB4hNzmk+S/WiIHX\njuaRcf/tXSADXLWEnYnLmVxpFJqjnLkzRjgGtjMCgYEA5DT1cn5VpyQVHXdfBYex\nI66u3VAEQmm1Z3W74lonrT3sHJ6o190OjiHDA7qNyEDAGj/nHIxhPXlL0QlLcKy0\n+2kRTV/y7vkyovzeFn1ATKXL/SL95huoy48Na3snRX3sXfpF5X7jezA61Ae3LD5B\nxnoVh/Lnfkyukbc4dDJwmjkCgYA8/Ej/IuZd+dSY2cT/8I9KxtKrWAwC0IAkuGMK\nrX9ifnYdvSfnDDrd3r5f8gpmewkv7vas2+m4vKVIh/PVhm3zD8U5ez0KFuKe2yQy\nNm1C5LYwBwhs+Vuu6KgSirJirjEfmShBvWsxlSKDzUDjWyZ+kwcmMquhd/z8BXhk\n9BfEGwKBgD9qKlcUkQ/+nmwfoXFtp4VAaiHTg/9N1zjq0iB8NhXPKImPK1JDQCC7\n1S8BP++6j1LwsrGlVtzjwlPVpR2Spb7ZeQwy8BSSTbIyh6aCMihx4xPb0ulJFCWt\ndWLpl2zv0svqUfXVoOZXEYC2E0JtiCfV2sHqcmZN8dfrg+cR0Ryl\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-2116593774", "fingerprint": "9d:0f:0f:0c:5f:9c:5a:12:2f:4f:8b:ea:6d:e2:3c:b8"}} 2018-08-21 06:23:37,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/ports 0.883s 2018-08-21 06:23:37,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2021293479", "security_groups": ["4dc6f220-2201-4530-a960-40eeada5e901"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:23:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27f26190-e720-4f22-be62-e554a134cee3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:23:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:23:36Z","name":"tempest-port-smoke-2021293479","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:7d:79:74","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"5cc29dc9-47d9-4362-a99b-87c243d0a761","ip_address":"10.101.11.10"}],"id":"f2ad2a81-a642-4220-840a-93138cc89e69","security_groups":["4dc6f220-2201-4530-a960-40eeada5e901"],"device_id":""}} 2018-08-21 06:23:39,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.850s 2018-08-21 06:23:39,004 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-2116593774", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "port": "f2ad2a81-a642-4220-840a-93138cc89e69"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-17826aa4-7d19-4379-b8d6-65ca3b8ef966', 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17826aa4-7d19-4379-b8d6-65ca3b8ef966'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0685553c-3a58-445c-a409-49096f574a4a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "adminPass": "fYa5W5wci4tr"}} 2018-08-21 06:23:39,631 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.622s 2018-08-21 06:23:39,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-c1a31c91-ff5c-4816-ae53-d3451c05ca58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1a31c91-ff5c-4816-ae53-d3451c05ca58'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:41,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.807s 2018-08-21 06:23:41,466 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:43,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.749s 2018-08-21 06:23:43,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-657ac6d0-b401-411e-b2d3-f6cddce5286f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-657ac6d0-b401-411e-b2d3-f6cddce5286f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:43,244 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:23:44,652 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.406s 2018-08-21 06:23:44,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-0e62e473-0157-45ee-845c-64a231350e07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e62e473-0157-45ee-845c-64a231350e07'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:46,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.484s 2018-08-21 06:23:46,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-1da47084-cae5-4057-9db2-236402658da4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1da47084-cae5-4057-9db2-236402658da4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:46,164 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:23:46,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.345s 2018-08-21 06:23:46,511 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-e9107046-7f85-40c3-873b-566ca741e15a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9107046-7f85-40c3-873b-566ca741e15a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:46,524 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0685553c-3a58-445c-a409-49096f574a4a with status: ACTIVE 2018-08-21 06:23:47,293 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/ports 0.768s 2018-08-21 06:23:47,293 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1242209447", "security_groups": ["4dc6f220-2201-4530-a960-40eeada5e901"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:23:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9848fe63-2986-48ad-9435-42453a5989c1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:23:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:23:46Z","name":"tempest-port-smoke-1242209447","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a5:6b:16","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"714b67f3-317e-4e30-95a7-eb7193d3e934","ip_address":"10.102.21.20"}],"id":"d08341f9-6c34-4e0c-89dd-a7245404c0ac","security_groups":["4dc6f220-2201-4530-a960-40eeada5e901"],"device_id":""}} 2018-08-21 06:23:49,091 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.796s 2018-08-21 06:23:49,091 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-2116593774", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "port": "d08341f9-6c34-4e0c-89dd-a7245404c0ac"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0ca62538-7a5c-4808-8ae6-7eeb112434c4', 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ca62538-7a5c-4808-8ae6-7eeb112434c4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "adminPass": "KHWTP9XhzAF6"}} 2018-08-21 06:23:49,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.064s 2018-08-21 06:23:49,161 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-15c03ada-369d-4e47-bcc4-79c5f559a0f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15c03ada-369d-4e47-bcc4-79c5f559a0f9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:50,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.061s 2018-08-21 06:23:50,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-fc4d985c-3cbc-4c15-a1ef-748244e89481', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc4d985c-3cbc-4c15-a1ef-748244e89481'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:51,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.327s 2018-08-21 06:23:51,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': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-718b03db-99a2-4d4f-9b50-1d10f16363d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-718b03db-99a2-4d4f-9b50-1d10f16363d7'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:51,591 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:23:53,224 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.631s 2018-08-21 06:23:53,225 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:53,237 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:23:54,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.357s 2018-08-21 06:23:54,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-9755672a-3393-40c9-9248-5405f9179a1d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9755672a-3393-40c9-9248-5405f9179a1d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:56,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.769s 2018-08-21 06:23:56,380 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-6cdc1732-cc34-4826-9102-bb39eeaab239', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cdc1732-cc34-4826-9102-bb39eeaab239'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:56,393 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:23:56,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.185s 2018-08-21 06:23:56,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-becbb4e1-b61e-47fa-a0c6-db2334755cf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-becbb4e1-b61e-47fa-a0c6-db2334755cf1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:56,592 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 with status: ACTIVE 2018-08-21 06:23:56,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.116s 2018-08-21 06:23:56,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--141968961", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:23:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49280c88-cd41-47e2-8f72-0dda31578dd0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:56Z", "admin_state_up": true, "updated_at": "2018-08-21T06:23:56Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "name": "tempest-router--141968961"}} 2018-08-21 06:23:58,291 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6 1.580s 2018-08-21 06:23:58,291 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6', u'date': 'Tue, 21 Aug 2018 06:23:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e23090c-a00c-43ef-8928-6867599d80a6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:56Z", "admin_state_up": true, "updated_at": "2018-08-21T06:23:58Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "name": "tempest-router--141968961"}} 2018-08-21 06:24:00,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/add_router_interface 2.574s 2018-08-21 06:24:00,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:24:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a71e279-ef5a-4c58-813f-8f6057942472'} Body: {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761", "subnet_ids": ["5cc29dc9-47d9-4362-a99b-87c243d0a761"], "port_id": "4ce5e0e8-d0cb-4a7e-874a-8c9d702c3d43", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6"} 2018-08-21 06:24:02,687 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.819s 2018-08-21 06:24:02,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "f2ad2a81-a642-4220-840a-93138cc89e69"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:24:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a70d475e-7ab6-4ea0-a306-0cb9469c7df1'} Body: {"floatingip": {"router_id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:24:01Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "f2ad2a81-a642-4220-840a-93138cc89e69", "id": "db258364-d34c-4796-83d3-4392df03443f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:24:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:24:02,689 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:24:04,691 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:24:04,756 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:24:04,788 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:24:04,903 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-21 06:24:04,903 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:24:04,905 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:24:04,966 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:24:04,970 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:24:09,976 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:24:09,977 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-21 06:25:20,046 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-21 06:25:20,047 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:25:20,051 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:25:20,153 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:25:20,179 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:25:25,186 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:25:25,186 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-21 06:26:35,217 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:26:35,218 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-21 06:26:35,218 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,285 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,287 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,292 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:26:35,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6e:67:8b [ether] on eth0 2018-08-21 06:26:35,293 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-21 06:26:35,294 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,295 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,356 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,360 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,368 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:26:35,368 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-21 06:26:35,369 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,371 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,429 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,435 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,441 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-21 06:26:35,442 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,444 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,505 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,508 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:26:35,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6e:67:8b [ether] on eth0 2018-08-21 06:26:35,514 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-21 06:26:35,514 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,516 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,577 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,579 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:40,586 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:26:40,587 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-21 06:27:50,632 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-21 06:27:50,633 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:27:50,636 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:27:50,735 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:27:50,764 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:27:55,772 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:27:55,772 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-21 06:29:05,832 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:29:05,833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:29:07,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/db258364-d34c-4796-83d3-4392df03443f 1.518s 2018-08-21 06:29:07,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.44:9696/v2.0/floatingips/db258364-d34c-4796-83d3-4392df03443f', u'date': 'Tue, 21 Aug 2018 06:29:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8780d79d-3c16-4c76-9abc-18361dd890bc'} Body: 2018-08-21 06:29:09,062 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/remove_router_interface 1.706s 2018-08-21 06:29:09,063 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6a3dcae1-fab7-4ad7-ba92-a3fecf55149f'} Body: {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761", "subnet_ids": ["5cc29dc9-47d9-4362-a99b-87c243d0a761"], "port_id": "4ce5e0e8-d0cb-4a7e-874a-8c9d702c3d43", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6"} 2018-08-21 06:29:10,549 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6 1.485s 2018-08-21 06:29:10,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6', u'date': 'Tue, 21 Aug 2018 06:29:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e71838e6-54cc-496c-8e78-d0204068b682'} Body: 2018-08-21 06:29:11,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.495s 2018-08-21 06:29:11,047 63 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-6a339585-ccf2-4684-b36b-cd640df2d814', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a339585-ccf2-4684-b36b-cd640df2d814'} Body: 2018-08-21 06:29:11,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.788s 2018-08-21 06:29:11,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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:12,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.047s 2018-08-21 06:29:12,901 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-b7609c22-a14c-4191-be94-91f4b7bb43ee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:12 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b7609c22-a14c-4191-be94-91f4b7bb43ee'} Body: {"itemNotFound": {"message": "Instance c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 could not be found.", "code": 404}} 2018-08-21 06:29:14,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d08341f9-6c34-4e0c-89dd-a7245404c0ac 1.182s 2018-08-21 06:29:14,085 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d08341f9-6c34-4e0c-89dd-a7245404c0ac', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7b98f1df-ecf1-42ed-aa61-1b82adbee13a'} Body: 2018-08-21 06:29:14,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.175s 2018-08-21 06:29:14,263 63 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-44a87fef-aafb-4305-b2e2-f276984a5299', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44a87fef-aafb-4305-b2e2-f276984a5299'} Body: 2018-08-21 06:29:14,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.668s 2018-08-21 06:29:14,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:15,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.043s 2018-08-21 06:29:15,989 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-b8a13671-4163-4232-997a-4379a9382d6f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b8a13671-4163-4232-997a-4379a9382d6f'} Body: {"itemNotFound": {"message": "Instance 0685553c-3a58-445c-a409-49096f574a4a could not be found.", "code": 404}} 2018-08-21 06:29:16,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f2ad2a81-a642-4220-840a-93138cc89e69 0.735s 2018-08-21 06:29:16,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f2ad2a81-a642-4220-840a-93138cc89e69', u'date': 'Tue, 21 Aug 2018 06:29:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-be842183-ac15-4211-9d03-d9287ba59308'} Body: 2018-08-21 06:29:16,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2116593774 0.027s 2018-08-21 06:29:16,755 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2116593774', u'x-compute-request-id': 'req-849bb85e-c539-4264-86a6-6fb740bc880d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-849bb85e-c539-4264-86a6-6fb740bc880d'} Body: 2018-08-21 06:29:18,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/714b67f3-317e-4e30-95a7-eb7193d3e934 1.342s 2018-08-21 06:29:18,099 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/714b67f3-317e-4e30-95a7-eb7193d3e934', u'date': 'Tue, 21 Aug 2018 06:29:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c3173c02-ea5b-47f9-a61f-3cb9477ea255'} Body: 2018-08-21 06:29:20,246 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c8b63a07-7f27-4e70-9c82-b89c1eda7a38 2.146s 2018-08-21 06:29:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c8b63a07-7f27-4e70-9c82-b89c1eda7a38', u'date': 'Tue, 21 Aug 2018 06:29:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8848e2e-afed-4da4-86e8-2642f7fc25b4'} Body: 2018-08-21 06:29:22,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/5cc29dc9-47d9-4362-a99b-87c243d0a761 1.774s 2018-08-21 06:29:22,022 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/5cc29dc9-47d9-4362-a99b-87c243d0a761', u'date': 'Tue, 21 Aug 2018 06:29:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-88db31af-0a29-4c18-8ebb-47601fbf2695'} Body: 2018-08-21 06:29:23,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/e6ceedd4-3ae1-4f52-a5ef-7772099defdf 1.421s 2018-08-21 06:29:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/e6ceedd4-3ae1-4f52-a5ef-7772099defdf', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e401ec26-7bb3-4ca8-9310-092342fb64a0'} Body: 2018-08-21 06:29:23,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/4dc6f220-2201-4530-a960-40eeada5e901 0.276s 2018-08-21 06:29:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/4dc6f220-2201-4530-a960-40eeada5e901', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d3b83da6-93f9-4973-bdfd-8d843f40ff8d'} Body: 2018-08-21 06:29:23.955 63 INFO tempest.lib.common.rest_client [req-8970bcc1-40db-4f86-8381-1d4aac8b6596 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.207s 2018-08-21 06:29:23.955 63 DEBUG tempest.lib.common.rest_client [req-8970bcc1-40db-4f86-8381-1d4aac8b6596 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1013616335 description", "name": "tempest-secgroup-smoke-1013616335"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8970bcc1-40db-4f86-8381-1d4aac8b6596'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1013616335 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:23Z", "updated_at": "2018-08-21T06:29:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:29:23Z", "revision_number": 0, "id": "d6157b8e-2a01-40e7-af43-8bcd02347e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:29:23Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:29:23Z", "revision_number": 0, "id": "f80ff9f2-220c-476c-832f-8fc5f73c7b73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:29:23Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "name": "tempest-secgroup-smoke-1013616335"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:24.149 63 INFO tempest.lib.common.rest_client [req-1f7a51f1-2a85-412f-8cc6-437ba242c0fa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 06:29:24.150 63 DEBUG tempest.lib.common.rest_client [req-1f7a51f1-2a85-412f-8cc6-437ba242c0fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f7a51f1-2a85-412f-8cc6-437ba242c0fa'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b71ab916-9aa4-48b9-980a-f223a55d9a9a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:24.333 63 INFO tempest.lib.common.rest_client [req-42878386-c846-4f81-89f3-a6115cce3c50 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 06:29:24.333 63 DEBUG tempest.lib.common.rest_client [req-42878386-c846-4f81-89f3-a6115cce3c50 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42878386-c846-4f81-89f3-a6115cce3c50'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d78678ac-0b02-4d17-869b-20e1ccbdec16"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:24.514 63 INFO tempest.lib.common.rest_client [req-e68b2bd1-0813-404c-908e-b9fc17d9e49d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.180s 2018-08-21 06:29:24.515 63 DEBUG tempest.lib.common.rest_client [req-e68b2bd1-0813-404c-908e-b9fc17d9e49d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e68b2bd1-0813-404c-908e-b9fc17d9e49d'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "647c7649-e68b-4884-b0ad-6b3fdfc0761f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:24.694 63 INFO tempest.lib.common.rest_client [req-ba022067-086d-4be9-a239-3e7e7b130b54 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.178s 2018-08-21 06:29:24.694 63 DEBUG tempest.lib.common.rest_client [req-ba022067-086d-4be9-a239-3e7e7b130b54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba022067-086d-4be9-a239-3e7e7b130b54'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1f6ed772-0588-4d1f-a7eb-080a3dd44855"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:24.836 63 INFO tempest.lib.common.rest_client [req-5fc6056e-7429-4727-b37a-a6c3b9b2b28b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.141s 2018-08-21 06:29:24.836 63 DEBUG tempest.lib.common.rest_client [req-5fc6056e-7429-4727-b37a-a6c3b9b2b28b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fc6056e-7429-4727-b37a-a6c3b9b2b28b'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "459da765-e659-4170-a8bb-f01092449cea"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:24.984 63 INFO tempest.lib.common.rest_client [req-ef96f0de-625f-434b-9333-603f4206acf0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.147s 2018-08-21 06:29:24.985 63 DEBUG tempest.lib.common.rest_client [req-ef96f0de-625f-434b-9333-603f4206acf0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef96f0de-625f-434b-9333-603f4206acf0'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03459776-bdc5-4442-96f1-e9b273a41856"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:25.155 63 INFO tempest.lib.common.rest_client [req-5cd63fd6-c1aa-40ad-a1a4-664a682c4c2f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.169s 2018-08-21 06:29:25.155 63 DEBUG tempest.lib.common.rest_client [req-5cd63fd6-c1aa-40ad-a1a4-664a682c4c2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5cd63fd6-c1aa-40ad-a1a4-664a682c4c2f'} 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-21T06:29:25Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0e4a74c5-eb63-4214-911c-f16c323e5a89"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:25.352 63 INFO tempest.lib.common.rest_client [req-76746d4a-3df3-4ae9-9378-3e152dc2a73b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.195s 2018-08-21 06:29:25.352 63 DEBUG tempest.lib.common.rest_client [req-76746d4a-3df3-4ae9-9378-3e152dc2a73b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76746d4a-3df3-4ae9-9378-3e152dc2a73b'} 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-21T06:29:25Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a5b722d1-589a-492c-8d78-5ac9e3d252a5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:25.630 63 INFO tempest.lib.common.rest_client [req-edb80b9d-8616-4d5a-9c00-77a9a39cb3dc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.276s 2018-08-21 06:29:25.631 63 DEBUG tempest.lib.common.rest_client [req-edb80b9d-8616-4d5a-9c00-77a9a39cb3dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1790359040"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edb80b9d-8616-4d5a-9c00-77a9a39cb3dc'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:29:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","name":"tempest-A-1790359040"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:26.451 63 INFO tempest.lib.common.rest_client [req-1a2589f4-710a-4ed6-80da-f57ec6fe9047 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.820s 2018-08-21 06:29:26.452 63 DEBUG tempest.lib.common.rest_client [req-1a2589f4-710a-4ed6-80da-f57ec6fe9047 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "name": "tempest-subnet-A-1-264446437"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a2589f4-710a-4ed6-80da-f57ec6fe9047'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:29:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"81ff033d-be76-4d39-80cc-db8a6d768421","subnetpool_id":null,"name":"tempest-subnet-A-1-264446437"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:26.691 63 INFO tempest.lib.common.rest_client [req-63659459-99b4-412b-8534-495d60ee33be ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.237s 2018-08-21 06:29:26.691 63 DEBUG tempest.lib.common.rest_client [req-63659459-99b4-412b-8534-495d60ee33be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-449309261"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63659459-99b4-412b-8534-495d60ee33be'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:29:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"081a33dd-5f88-4662-b6df-f4390c400b1d","name":"tempest-B-449309261"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:27.308 63 INFO tempest.lib.common.rest_client [req-c8803183-d4fe-42b2-8b1f-91a90e7f95fd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.615s 2018-08-21 06:29:27.309 63 DEBUG tempest.lib.common.rest_client [req-c8803183-d4fe-42b2-8b1f-91a90e7f95fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "name": "tempest-subnet-B-1-1195698426"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:29:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8803183-d4fe-42b2-8b1f-91a90e7f95fd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"081a33dd-5f88-4662-b6df-f4390c400b1d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:26Z","dns_nameservers":[],"updated_at":"2018-08-21T06:29:26Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"5dad8017-616e-4d3b-b286-43566777216a","subnetpool_id":null,"name":"tempest-subnet-B-1-1195698426"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:27.471 63 INFO tempest.lib.common.rest_client [req-55ee274e-0475-4593-bf1d-f7cf702a23af ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.162s 2018-08-21 06:29:27.472 63 DEBUG tempest.lib.common.rest_client [req-55ee274e-0475-4593-bf1d-f7cf702a23af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1821669729", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:29:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55ee274e-0475-4593-bf1d-f7cf702a23af'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:27Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:27Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "name": "tempest-router--1821669729"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:29.063 63 INFO tempest.lib.common.rest_client [req-ab877551-a292-4307-a327-4d0641b1fbc3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8 1.590s 2018-08-21 06:29:29.064 63 DEBUG tempest.lib.common.rest_client [req-ab877551-a292-4307-a327-4d0641b1fbc3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8', u'date': 'Tue, 21 Aug 2018 06:29:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab877551-a292-4307-a327-4d0641b1fbc3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:27Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:28Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "name": "tempest-router--1821669729"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:31.014 63 INFO tempest.lib.common.rest_client [req-dbb67890-30cc-4572-b3f1-58d694e2d13a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/add_router_interface 1.949s 2018-08-21 06:29:31.015 63 DEBUG tempest.lib.common.rest_client [req-dbb67890-30cc-4572-b3f1-58d694e2d13a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5dad8017-616e-4d3b-b286-43566777216a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbb67890-30cc-4572-b3f1-58d694e2d13a'} Body: {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5dad8017-616e-4d3b-b286-43566777216a", "subnet_ids": ["5dad8017-616e-4d3b-b286-43566777216a"], "port_id": "a17a86b7-9eaf-4cdc-8a7b-373e5321ecea", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:31.455 63 INFO tempest.lib.common.rest_client [req-ad12b001-1a0e-4f51-91c5-756c798d9eb0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.439s 2018-08-21 06:29:31.455 63 DEBUG tempest.lib.common.rest_client [req-ad12b001-1a0e-4f51-91c5-756c798d9eb0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad12b001-1a0e-4f51-91c5-756c798d9eb0'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:31.722 63 INFO tempest.lib.common.rest_client [req-3666e1ff-e7cd-4c4c-9ca2-63ad1c87a1a6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/network_associations 0.266s 2018-08-21 06:29:31.723 63 DEBUG tempest.lib.common.rest_client [req-3666e1ff-e7cd-4c4c-9ca2-63ad1c87a1a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/network_associations', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3666e1ff-e7cd-4c4c-9ca2-63ad1c87a1a6'} Body: {"network_association": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "id": "044b01e1-01f1-4df7-8740-8ff387d61785"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:32.573 63 INFO tempest.lib.common.rest_client [req-214b6ba0-c274-49a6-a036-60f7522f252e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/router_associations 0.849s 2018-08-21 06:29:32.574 63 DEBUG tempest.lib.common.rest_client [req-214b6ba0-c274-49a6-a036-60f7522f252e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/router_associations', u'date': 'Tue, 21 Aug 2018 06:29:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-214b6ba0-c274-49a6-a036-60f7522f252e'} Body: {"router_association": {"router_id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "id": "204189e9-996d-404b-a915-b11581be09f6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:32.737 63 INFO tempest.lib.common.rest_client [req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.162s 2018-08-21 06:29:32.737 63 DEBUG tempest.lib.common.rest_client [req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1921213495"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyiuVexqEm99pQYCDEco7D8qUX6ivBX8F7D3sf9AI/hHA0sGnvdXhpBRoYPmQ0jeXD8oZ1ca+APaqnXBMm0oRIpyqWLiOhXl5SI7vdMkJR4GOdZTwspJlWjOA66/g+jgG29f9UxqZrWSBSRp7P6MEkYB2bxQ8phscLIziUUy7DAZq2HhT19F57Skaf/JoWPZwKsjIcY5e7f96SZNT92ZAD3Py9Qr7OgNyOzTWDPjPPlxgW1lbP5qB+Rc9RfviwKKgKNPLhlRYHvkfblrj1i2kAOixZYCnjeX843FWsSlkHaN5A8uILPn2NBIBh/1rXwFPQY5o7cbktGqkRxeNc4eY/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsorlXsahJvfaUGAgxHKOw/KlF+orwV/Bew97H/QCP4RwNLBp\n73V4aQUaGD5kNI3lw/KGdXGvgD2qp1wTJtKESKcqli4joV5eUiO73TJCUeBjnWU8\nLKSZVozgOuv4Po4BtvX/VMama1kgUkaez+jBJGAdm8UPKYbHCyM4lFMuwwGath4U\n9fRee0pGn/yaFj2cCrIyHGOXu3/ekmTU/dmQA9z8vUK+zoDcjs01gz4zz5cYFtZW\nz+agfkXPUX74sCioCjTy4ZUWB75H25a49YtpADosWWAp43l/ONxVrEpZB2jeQPLi\nCz59jQSAYf9a18BT0GOaO3G5LRqpEcXjXOHmPwIDAQABAoIBAQCNqTUKuPEeeSOo\nCE2XcQmjoX+qdOuYt8BNQuA/Xxz1hsB8nci/7WXHdfvZZo+dP0Uh7ukOgFBuoP8p\nYR30/K1m8/QPSraMj9Kou5+QhxMl4bNILA3Noh/kE0zKk3XZNFVZ9N9NRXy/yeyi\nO1RAxH2SvgxgDr/UBBMj3CNFVKbSo7zvh5C14HY6WIysUeaHYaVzkA26/+TjYWQP\niieEpZhgt0wlavlJJGR6XDujUnsgE6ghhScvD527KWGmaiWDAsvY2PQM0RQrKk6+\njVYCfpe7w7nxALBDROMrXv3tUEptgWMD4zAEpyHV5Xz0b3B+uoCWTEpLokSDYjvm\nrPNT8SWRAoGBANkBa3Jkbj1Xru+kFPfgnBu1Ki5ABWQ3AxO9UWfAvdyRGQ7dhWsw\nWmQi0h8SbaQzZfSZ2iC7HxvARPUnqRQAA7PpiufCedrAZ7bkJH5zWYcW86DYAyUn\nUOOaqpQZzC7sLJvoHy11DyuFFNMLEdRkIHXkKi9LYJ9TfZawvORwaXzpAoGBANKg\nHxOY7XOX42ZwQFXM7IqGJ61Q7QhorNNVwbYtLR+7X7a7HtOa2nQdgIAthjG7etKd\nSibE4JVapLD8rR/43O2mhDMUQAmJ5adeIiF11vNLDq2hEMMeghHRLYzfg8h4lugu\nwyyCz7mM5lBgLTEm5tuC6c/iAiTGusHSVnY+ArDnAoGABtB+mUcCFzcLrUbPycDp\n5gzYWD92a+E2XYZSahmpXKXJzaezKtyH2iElzAf+HWvnxbiXGvQFVA/Dmpc2PgSK\nGTo6PHDk9rOYDiw34SiqJQ3ZdLGT17TWW29d7+yndsm/1N2DLSBB67HwJ3hvhOXo\nBwu1L2sEi7xJc1P1eo71IRECgYEArWSkML30vPSNgAdo7zmEgYVvpH66o/GIVXKD\nxjXqr/TRFt10wz74GB8xalQP5WEx+7EBGml5eXrlmc5pt6hoODydGG/TSAb9yIr2\nDhW0nxVrQAUYh4jWC1To6tAW7TJZCUt14W7PEzGraP/ENHKSGqPrV/f3S89Ob8F4\n7F6gWIECgYEAvo9nUiYguUGtN+HdsZ+CCEq28sSOuEEJiao7flkkbrWwdnmUl74a\n9YbLo+CgsqdF0J+qWINLQddhP7M8+oT6LQxfcebwPXw+x9SjlbtbB69wzmASC/49\nxBDVx/3gh6/zWzaU2ULfFJ41AUh8wSsuog8aQ0PIJmu99W4sJFauqno=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1921213495", "fingerprint": "49:58:d0:93:c1:b2:c0:98:d3:d6:d1:81:e5:30:a1:c6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:33.760 63 INFO tempest.lib.common.rest_client [req-34f10b3d-cc48-44bc-b723-8b4dfc3ec46b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/ports 1.018s 2018-08-21 06:29:33.760 63 DEBUG tempest.lib.common.rest_client [req-34f10b3d-cc48-44bc-b723-8b4dfc3ec46b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1744654028", "security_groups": ["dc113616-5b68-41f8-86b1-db6c5acf5881"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:29:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34f10b3d-cc48-44bc-b723-8b4dfc3ec46b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:29:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:29:33Z","name":"tempest-port-smoke-1744654028","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:f0:5e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"81ff033d-be76-4d39-80cc-db8a6d768421","ip_address":"10.101.11.10"}],"id":"d86450be-0a1f-43dc-9ffc-d0cfd75df708","security_groups":["dc113616-5b68-41f8-86b1-db6c5acf5881"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:35.591 63 INFO tempest.lib.common.rest_client [req-6e0675d8-0766-4eb9-8221-0a80f183ca2f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.830s 2018-08-21 06:29:35.592 63 DEBUG tempest.lib.common.rest_client [req-6e0675d8-0766-4eb9-8221-0a80f183ca2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1921213495", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "port": "d86450be-0a1f-43dc-9ffc-d0cfd75df708"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-6e0675d8-0766-4eb9-8221-0a80f183ca2f', 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e0675d8-0766-4eb9-8221-0a80f183ca2f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "adminPass": "8VaogrCYeuaQ"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:36.279 63 INFO tempest.lib.common.rest_client [req-06e4f4c8-8346-4beb-9150-399665cac412 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.683s 2018-08-21 06:29:36.280 63 DEBUG tempest.lib.common.rest_client [req-06e4f4c8-8346-4beb-9150-399665cac412 ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-06e4f4c8-8346-4beb-9150-399665cac412', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06e4f4c8-8346-4beb-9150-399665cac412'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:38.017 63 INFO tempest.lib.common.rest_client [req-3edfee03-80bc-457e-888b-fca720509207 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.722s 2018-08-21 06:29:38.017 63 DEBUG tempest.lib.common.rest_client [req-3edfee03-80bc-457e-888b-fca720509207 ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-3edfee03-80bc-457e-888b-fca720509207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3edfee03-80bc-457e-888b-fca720509207'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:39.471 63 INFO tempest.lib.common.rest_client [req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.438s 2018-08-21 06:29:39.472 63 DEBUG tempest.lib.common.rest_client [req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8 ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:38Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:39.485 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:29:41.246 63 INFO tempest.lib.common.rest_client [req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.758s 2018-08-21 06:29:41.247 63 DEBUG tempest.lib.common.rest_client [req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:38Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:42.678 63 INFO tempest.lib.common.rest_client [req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.416s 2018-08-21 06:29:42.679 63 DEBUG tempest.lib.common.rest_client [req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884 ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:42.700 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:29:43.021 63 INFO tempest.lib.common.rest_client [req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.320s 2018-08-21 06:29:43.022 63 DEBUG tempest.lib.common.rest_client [req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5 ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:43.036 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: f9071e78-8bad-429f-8de8-8a8ed99f25b4 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:29:44.190 63 INFO tempest.lib.common.rest_client [req-419d76ae-450d-4e8e-8878-a136826516f3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/ports 1.152s 2018-08-21 06:29:44.191 63 DEBUG tempest.lib.common.rest_client [req-419d76ae-450d-4e8e-8878-a136826516f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1637555895", "security_groups": ["dc113616-5b68-41f8-86b1-db6c5acf5881"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:29:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-419d76ae-450d-4e8e-8878-a136826516f3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:29:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"081a33dd-5f88-4662-b6df-f4390c400b1d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:29:43Z","name":"tempest-port-smoke-1637555895","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:37:63:dd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"5dad8017-616e-4d3b-b286-43566777216a","ip_address":"10.102.21.20"}],"id":"da9c0679-3c74-4c00-96b9-7e72d55198d6","security_groups":["dc113616-5b68-41f8-86b1-db6c5acf5881"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:45.083 63 INFO tempest.lib.common.rest_client [req-e323d08d-fea0-4c74-83d1-52205a3c77f4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.44:8774/v2.1/servers 0.891s 2018-08-21 06:29:45.083 63 DEBUG tempest.lib.common.rest_client [req-e323d08d-fea0-4c74-83d1-52205a3c77f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1921213495", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "081a33dd-5f88-4662-b6df-f4390c400b1d", "port": "da9c0679-3c74-4c00-96b9-7e72d55198d6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e323d08d-fea0-4c74-83d1-52205a3c77f4', 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e323d08d-fea0-4c74-83d1-52205a3c77f4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "adminPass": "CaT4jg4xf9xS"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:45.153 63 INFO tempest.lib.common.rest_client [req-4a70e289-9510-4268-bd0f-83c41b1e8160 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.065s 2018-08-21 06:29:45.153 63 DEBUG tempest.lib.common.rest_client [req-4a70e289-9510-4268-bd0f-83c41b1e8160 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-4a70e289-9510-4268-bd0f-83c41b1e8160', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a70e289-9510-4268-bd0f-83c41b1e8160'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:46.416 63 INFO tempest.lib.common.rest_client [req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.247s 2018-08-21 06:29:46.416 63 DEBUG tempest.lib.common.rest_client [req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:48.225 63 INFO tempest.lib.common.rest_client [req-09ec9bd2-b738-4943-b878-fc89072ab9d4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.795s 2018-08-21 06:29:48.226 63 DEBUG tempest.lib.common.rest_client [req-09ec9bd2-b738-4943-b878-fc89072ab9d4 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-09ec9bd2-b738-4943-b878-fc89072ab9d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09ec9bd2-b738-4943-b878-fc89072ab9d4'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:48.251 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 06:29:50.096 63 INFO tempest.lib.common.rest_client [req-98c7b0b5-4b00-47fa-a907-7ac283c76320 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.843s 2018-08-21 06:29:50.097 63 DEBUG tempest.lib.common.rest_client [req-98c7b0b5-4b00-47fa-a907-7ac283c76320 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-98c7b0b5-4b00-47fa-a907-7ac283c76320', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98c7b0b5-4b00-47fa-a907-7ac283c76320'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:50.110 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-21 06:29:51.511 63 INFO tempest.lib.common.rest_client [req-403681d5-c37e-4970-9549-ac03558431f6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.399s 2018-08-21 06:29:51.512 63 DEBUG tempest.lib.common.rest_client [req-403681d5-c37e-4970-9549-ac03558431f6 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-403681d5-c37e-4970-9549-ac03558431f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-403681d5-c37e-4970-9549-ac03558431f6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:52.684 63 INFO tempest.lib.common.rest_client [req-cf7b2745-58ed-45eb-b8be-e4e019539bd0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.157s 2018-08-21 06:29:52.685 63 DEBUG tempest.lib.common.rest_client [req-cf7b2745-58ed-45eb-b8be-e4e019539bd0 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-cf7b2745-58ed-45eb-b8be-e4e019539bd0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf7b2745-58ed-45eb-b8be-e4e019539bd0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:52.698 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:29:52.856 63 INFO tempest.lib.common.rest_client [req-379474c8-d0a4-4df1-b58e-5013a7375ed5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.157s 2018-08-21 06:29:52.857 63 DEBUG tempest.lib.common.rest_client [req-379474c8-d0a4-4df1-b58e-5013a7375ed5 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-379474c8-d0a4-4df1-b58e-5013a7375ed5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-379474c8-d0a4-4df1-b58e-5013a7375ed5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:52.870 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 37b1a78e-ddd7-42ae-86d6-f418c551b0e4 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:29:53.047 63 INFO tempest.lib.common.rest_client [req-2dec71fa-49d9-4603-9b16-4c14471c1930 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.176s 2018-08-21 06:29:53.048 63 DEBUG tempest.lib.common.rest_client [req-2dec71fa-49d9-4603-9b16-4c14471c1930 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1865372083", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:29:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2dec71fa-49d9-4603-9b16-4c14471c1930'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:52Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "name": "tempest-router--1865372083"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:54.532 63 INFO tempest.lib.common.rest_client [req-790aec70-202b-455a-bc36-b63259935edd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057 1.483s 2018-08-21 06:29:54.533 63 DEBUG tempest.lib.common.rest_client [req-790aec70-202b-455a-bc36-b63259935edd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057', u'date': 'Tue, 21 Aug 2018 06:29:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-790aec70-202b-455a-bc36-b63259935edd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:54Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "name": "tempest-router--1865372083"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:56.497 63 INFO tempest.lib.common.rest_client [req-f75195de-def5-4204-bfc9-72d262cd0a20 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/add_router_interface 1.963s 2018-08-21 06:29:56.497 63 DEBUG tempest.lib.common.rest_client [req-f75195de-def5-4204-bfc9-72d262cd0a20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f75195de-def5-4204-bfc9-72d262cd0a20'} Body: {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421", "subnet_ids": ["81ff033d-be76-4d39-80cc-db8a6d768421"], "port_id": "9e563390-fd77-48e0-8829-1068491aefeb", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:58.511 63 INFO tempest.lib.common.rest_client [req-51bedcd0-05e7-42b0-a70e-333b8bca092d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/floatingips 2.012s 2018-08-21 06:29:58.511 63 DEBUG tempest.lib.common.rest_client [req-51bedcd0-05e7-42b0-a70e-333b8bca092d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d86450be-0a1f-43dc-9ffc-d0cfd75df708"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51bedcd0-05e7-42b0-a70e-333b8bca092d'} Body: {"floatingip": {"router_id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:29:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "d86450be-0a1f-43dc-9ffc-d0cfd75df708", "id": "cd500a21-5956-4c79-a5f0-403b9551c8fb", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:29:58.513 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:30:06.526 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:30:06.590 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:30:06.623 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:30:06.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-21 06:30:06.738 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:30:06.740 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:30:06.800 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:30:06.804 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:30:11.811 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-21 06:30:11.812 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-21 06:31:21.877 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-21 06:31:21.877 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:31:21.881 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:31:21.943 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:31:21.945 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:31:26.952 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-21 06:31:26.953 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-21 06:32:37.011 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-21 06:32:37.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-21 06:32:37.012 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37.016 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37.115 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:32:37.144 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37.150 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:32:37.150 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:f7:76:fd [ether] on eth0 2018-08-21 06:32:37.151 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-21 06:32:37.151 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37.153 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37.215 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:32:37.217 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37.225 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 06:32:37.225 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-21 06:32:37.226 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37.228 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37.287 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:32:37.292 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37.298 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-21 06:32:37.298 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37.300 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37.359 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:32:37.364 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37.369 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:32:37.370 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:f7:76:fd [ether] on eth0 2018-08-21 06:32:37.370 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-21 06:32:37.371 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37.372 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37.431 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:32:37.437 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:42.444 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-21 06:32:42.444 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-21 06:33:52.501 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-21 06:33:52.501 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:33:52.506 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:33:52.605 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:33:52.633 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:33:57.640 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-21 06:33:57.641 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-21 06:35:07.684 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-21 06:35:07.685 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.207: 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:35:08.867 63 INFO tempest.lib.common.rest_client [req-e415c5f1-dc26-429c-8e35-72f7639d310d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/cd500a21-5956-4c79-a5f0-403b9551c8fb 1.179s 2018-08-21 06:35:08.867 63 DEBUG tempest.lib.common.rest_client [req-e415c5f1-dc26-429c-8e35-72f7639d310d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/cd500a21-5956-4c79-a5f0-403b9551c8fb', u'date': 'Tue, 21 Aug 2018 06:35:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e415c5f1-dc26-429c-8e35-72f7639d310d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:11.011 63 INFO tempest.lib.common.rest_client [req-750a0132-4839-4293-838c-de9d92b19ee4 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/remove_router_interface 2.143s 2018-08-21 06:35:11.012 63 DEBUG tempest.lib.common.rest_client [req-750a0132-4839-4293-838c-de9d92b19ee4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:35:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-750a0132-4839-4293-838c-de9d92b19ee4'} Body: {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421", "subnet_ids": ["81ff033d-be76-4d39-80cc-db8a6d768421"], "port_id": "9e563390-fd77-48e0-8829-1068491aefeb", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:12.486 63 INFO tempest.lib.common.rest_client [req-4dda8dce-a031-48aa-8ab3-a11cd2a1205d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057 1.473s 2018-08-21 06:35:12.487 63 DEBUG tempest.lib.common.rest_client [req-4dda8dce-a031-48aa-8ab3-a11cd2a1205d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4dda8dce-a031-48aa-8ab3-a11cd2a1205d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:12.898 63 INFO tempest.lib.common.rest_client [req-def86c57-2ced-4a30-bb7c-e0fc9b94154b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.409s 2018-08-21 06:35:12.898 63 DEBUG tempest.lib.common.rest_client [req-def86c57-2ced-4a30-bb7c-e0fc9b94154b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-def86c57-2ced-4a30-bb7c-e0fc9b94154b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-def86c57-2ced-4a30-bb7c-e0fc9b94154b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:13.457 63 INFO tempest.lib.common.rest_client [req-681310c9-b965-40a0-b19d-021f3027cbf7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.557s 2018-08-21 06:35:13.457 63 DEBUG tempest.lib.common.rest_client [req-681310c9-b965-40a0-b19d-021f3027cbf7 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-681310c9-b965-40a0-b19d-021f3027cbf7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-681310c9-b965-40a0-b19d-021f3027cbf7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:12Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:15.104 63 INFO tempest.lib.common.rest_client [req-8029628e-09a5-47e0-b238-88cc32ca03fd ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.630s 2018-08-21 06:35:15.104 63 DEBUG tempest.lib.common.rest_client [req-8029628e-09a5-47e0-b238-88cc32ca03fd ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-8029628e-09a5-47e0-b238-88cc32ca03fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8029628e-09a5-47e0-b238-88cc32ca03fd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:16.166 63 INFO tempest.lib.common.rest_client [req-d2c17b2b-480e-4f19-825b-ed01f1497e40 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.046s 2018-08-21 06:35:16.166 63 DEBUG tempest.lib.common.rest_client [req-d2c17b2b-480e-4f19-825b-ed01f1497e40 ] 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-d2c17b2b-480e-4f19-825b-ed01f1497e40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d2c17b2b-480e-4f19-825b-ed01f1497e40'} Body: {"itemNotFound": {"message": "Instance 37b1a78e-ddd7-42ae-86d6-f418c551b0e4 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:17.042 63 INFO tempest.lib.common.rest_client [req-c34e79ee-68ca-4968-ba2b-c7e566d8ee2c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/da9c0679-3c74-4c00-96b9-7e72d55198d6 0.874s 2018-08-21 06:35:17.043 63 DEBUG tempest.lib.common.rest_client [req-c34e79ee-68ca-4968-ba2b-c7e566d8ee2c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/da9c0679-3c74-4c00-96b9-7e72d55198d6', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c34e79ee-68ca-4968-ba2b-c7e566d8ee2c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:17.239 63 INFO tempest.lib.common.rest_client [req-2a7d0391-343d-425b-aa3f-89fdfce3923d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.195s 2018-08-21 06:35:17.239 63 DEBUG tempest.lib.common.rest_client [req-2a7d0391-343d-425b-aa3f-89fdfce3923d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-2a7d0391-343d-425b-aa3f-89fdfce3923d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a7d0391-343d-425b-aa3f-89fdfce3923d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:17.742 63 INFO tempest.lib.common.rest_client [req-a8853567-df9b-4d99-ad8a-fbca2d24a92d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.501s 2018-08-21 06:35:17.743 63 DEBUG tempest.lib.common.rest_client [req-a8853567-df9b-4d99-ad8a-fbca2d24a92d ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-a8853567-df9b-4d99-ad8a-fbca2d24a92d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8853567-df9b-4d99-ad8a-fbca2d24a92d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:18.814 63 INFO tempest.lib.common.rest_client [req-0a6c8143-64d4-4d60-84c3-c303dd654432 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.056s 2018-08-21 06:35:18.815 63 DEBUG tempest.lib.common.rest_client [req-0a6c8143-64d4-4d60-84c3-c303dd654432 ] 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-0a6c8143-64d4-4d60-84c3-c303dd654432', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:18 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0a6c8143-64d4-4d60-84c3-c303dd654432'} Body: {"itemNotFound": {"message": "Instance f9071e78-8bad-429f-8de8-8a8ed99f25b4 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:19.681 63 INFO tempest.lib.common.rest_client [req-0aad5708-8ed8-4a8e-9678-c8e0d9f78621 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d86450be-0a1f-43dc-9ffc-d0cfd75df708 0.865s 2018-08-21 06:35:19.682 63 DEBUG tempest.lib.common.rest_client [req-0aad5708-8ed8-4a8e-9678-c8e0d9f78621 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d86450be-0a1f-43dc-9ffc-d0cfd75df708', u'date': 'Tue, 21 Aug 2018 06:35:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0aad5708-8ed8-4a8e-9678-c8e0d9f78621'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:19.726 63 INFO tempest.lib.common.rest_client [req-319996a0-dd78-4f0a-bc45-759a0958a5be ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1921213495 0.043s 2018-08-21 06:35:19.727 63 DEBUG tempest.lib.common.rest_client [req-319996a0-dd78-4f0a-bc45-759a0958a5be ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1921213495', u'x-compute-request-id': 'req-319996a0-dd78-4f0a-bc45-759a0958a5be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-319996a0-dd78-4f0a-bc45-759a0958a5be'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:21.431 63 INFO tempest.lib.common.rest_client [req-e3535f23-dcee-4cf1-adfc-6ca186fae658 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/remove_router_interface 1.703s 2018-08-21 06:35:21.432 63 DEBUG tempest.lib.common.rest_client [req-e3535f23-dcee-4cf1-adfc-6ca186fae658 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5dad8017-616e-4d3b-b286-43566777216a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:35:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3535f23-dcee-4cf1-adfc-6ca186fae658'} Body: {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5dad8017-616e-4d3b-b286-43566777216a", "subnet_ids": ["5dad8017-616e-4d3b-b286-43566777216a"], "port_id": "a17a86b7-9eaf-4cdc-8a7b-373e5321ecea", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:23.450 63 INFO tempest.lib.common.rest_client [req-24045f27-5162-4ddb-9056-bcfaf030d952 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8 2.017s 2018-08-21 06:35:23.451 63 DEBUG tempest.lib.common.rest_client [req-24045f27-5162-4ddb-9056-bcfaf030d952 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8', u'date': 'Tue, 21 Aug 2018 06:35:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24045f27-5162-4ddb-9056-bcfaf030d952'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:24.436 63 INFO tempest.lib.common.rest_client [req-7fe2107a-c600-47fb-bad9-944d057ecc39 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/5dad8017-616e-4d3b-b286-43566777216a 0.983s 2018-08-21 06:35:24.436 63 DEBUG tempest.lib.common.rest_client [req-7fe2107a-c600-47fb-bad9-944d057ecc39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/5dad8017-616e-4d3b-b286-43566777216a', u'date': 'Tue, 21 Aug 2018 06:35:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fe2107a-c600-47fb-bad9-944d057ecc39'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:25.888 63 INFO tempest.lib.common.rest_client [req-39dd5e6c-5fd8-4152-8f29-9415e1b7e9d8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/081a33dd-5f88-4662-b6df-f4390c400b1d 1.451s 2018-08-21 06:35:25.888 63 DEBUG tempest.lib.common.rest_client [req-39dd5e6c-5fd8-4152-8f29-9415e1b7e9d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/081a33dd-5f88-4662-b6df-f4390c400b1d', u'date': 'Tue, 21 Aug 2018 06:35:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-39dd5e6c-5fd8-4152-8f29-9415e1b7e9d8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:27.478 63 INFO tempest.lib.common.rest_client [req-0817a622-7d33-403c-a283-0b0a323f4994 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/81ff033d-be76-4d39-80cc-db8a6d768421 1.589s 2018-08-21 06:35:27.479 63 DEBUG tempest.lib.common.rest_client [req-0817a622-7d33-403c-a283-0b0a323f4994 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/81ff033d-be76-4d39-80cc-db8a6d768421', u'date': 'Tue, 21 Aug 2018 06:35:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0817a622-7d33-403c-a283-0b0a323f4994'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:29.543 63 INFO tempest.lib.common.rest_client [req-75635ee0-3c07-43a4-aa34-da656d72b43f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/0f49c89e-30b6-470d-98a2-c7d6b48ddab5 2.063s 2018-08-21 06:35:29.543 63 DEBUG tempest.lib.common.rest_client [req-75635ee0-3c07-43a4-aa34-da656d72b43f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/0f49c89e-30b6-470d-98a2-c7d6b48ddab5', u'date': 'Tue, 21 Aug 2018 06:35:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-75635ee0-3c07-43a4-aa34-da656d72b43f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:30.024 63 INFO tempest.lib.common.rest_client [req-76a64b91-91fb-4bd1-b969-7b1bc0b9d650 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/dc113616-5b68-41f8-86b1-db6c5acf5881 0.480s 2018-08-21 06:35:30.024 63 DEBUG tempest.lib.common.rest_client [req-76a64b91-91fb-4bd1-b969-7b1bc0b9d650 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/dc113616-5b68-41f8-86b1-db6c5acf5881', u'date': 'Tue, 21 Aug 2018 06:35:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-76a64b91-91fb-4bd1-b969-7b1bc0b9d650'} 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 [366.278127s] ... 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-21 06:29:23,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.207s 2018-08-21 06:29:23,955 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1013616335 description", "name": "tempest-secgroup-smoke-1013616335"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8970bcc1-40db-4f86-8381-1d4aac8b6596'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1013616335 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:23Z", "updated_at": "2018-08-21T06:29:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:29:23Z", "revision_number": 0, "id": "d6157b8e-2a01-40e7-af43-8bcd02347e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:29:23Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:29:23Z", "revision_number": 0, "id": "f80ff9f2-220c-476c-832f-8fc5f73c7b73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:29:23Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "name": "tempest-secgroup-smoke-1013616335"}} 2018-08-21 06:29:24,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 06:29:24,150 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f7a51f1-2a85-412f-8cc6-437ba242c0fa'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b71ab916-9aa4-48b9-980a-f223a55d9a9a"}} 2018-08-21 06:29:24,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 06:29:24,333 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42878386-c846-4f81-89f3-a6115cce3c50'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d78678ac-0b02-4d17-869b-20e1ccbdec16"}} 2018-08-21 06:29:24,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.180s 2018-08-21 06:29:24,515 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e68b2bd1-0813-404c-908e-b9fc17d9e49d'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "647c7649-e68b-4884-b0ad-6b3fdfc0761f"}} 2018-08-21 06:29:24,694 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.178s 2018-08-21 06:29:24,694 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba022067-086d-4be9-a239-3e7e7b130b54'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1f6ed772-0588-4d1f-a7eb-080a3dd44855"}} 2018-08-21 06:29:24,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.141s 2018-08-21 06:29:24,836 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fc6056e-7429-4727-b37a-a6c3b9b2b28b'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "459da765-e659-4170-a8bb-f01092449cea"}} 2018-08-21 06:29:24,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.147s 2018-08-21 06:29:24,985 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef96f0de-625f-434b-9333-603f4206acf0'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03459776-bdc5-4442-96f1-e9b273a41856"}} 2018-08-21 06:29:25,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.169s 2018-08-21 06:29:25,155 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5cd63fd6-c1aa-40ad-a1a4-664a682c4c2f'} 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-21T06:29:25Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0e4a74c5-eb63-4214-911c-f16c323e5a89"}} 2018-08-21 06:29:25,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.195s 2018-08-21 06:29:25,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76746d4a-3df3-4ae9-9378-3e152dc2a73b'} 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-21T06:29:25Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a5b722d1-589a-492c-8d78-5ac9e3d252a5"}} 2018-08-21 06:29:25,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.276s 2018-08-21 06:29:25,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1790359040"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edb80b9d-8616-4d5a-9c00-77a9a39cb3dc'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:29:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","name":"tempest-A-1790359040"}} 2018-08-21 06:29:26,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.820s 2018-08-21 06:29:26,452 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "name": "tempest-subnet-A-1-264446437"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a2589f4-710a-4ed6-80da-f57ec6fe9047'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:29:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"81ff033d-be76-4d39-80cc-db8a6d768421","subnetpool_id":null,"name":"tempest-subnet-A-1-264446437"}} 2018-08-21 06:29:26,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.237s 2018-08-21 06:29:26,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-449309261"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63659459-99b4-412b-8534-495d60ee33be'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:29:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"081a33dd-5f88-4662-b6df-f4390c400b1d","name":"tempest-B-449309261"}} 2018-08-21 06:29:27,308 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.615s 2018-08-21 06:29:27,309 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "name": "tempest-subnet-B-1-1195698426"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:29:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8803183-d4fe-42b2-8b1f-91a90e7f95fd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"081a33dd-5f88-4662-b6df-f4390c400b1d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:26Z","dns_nameservers":[],"updated_at":"2018-08-21T06:29:26Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"5dad8017-616e-4d3b-b286-43566777216a","subnetpool_id":null,"name":"tempest-subnet-B-1-1195698426"}} 2018-08-21 06:29:27,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.162s 2018-08-21 06:29:27,472 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1821669729", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:29:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55ee274e-0475-4593-bf1d-f7cf702a23af'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:27Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:27Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "name": "tempest-router--1821669729"}} 2018-08-21 06:29:29,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8 1.590s 2018-08-21 06:29:29,064 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8', u'date': 'Tue, 21 Aug 2018 06:29:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab877551-a292-4307-a327-4d0641b1fbc3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:27Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:28Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "name": "tempest-router--1821669729"}} 2018-08-21 06:29:31,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/add_router_interface 1.949s 2018-08-21 06:29:31,015 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5dad8017-616e-4d3b-b286-43566777216a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbb67890-30cc-4572-b3f1-58d694e2d13a'} Body: {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5dad8017-616e-4d3b-b286-43566777216a", "subnet_ids": ["5dad8017-616e-4d3b-b286-43566777216a"], "port_id": "a17a86b7-9eaf-4cdc-8a7b-373e5321ecea", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"} 2018-08-21 06:29:31,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.439s 2018-08-21 06:29:31,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad12b001-1a0e-4f51-91c5-756c798d9eb0'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3"}} 2018-08-21 06:29:31,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/network_associations 0.266s 2018-08-21 06:29:31,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/network_associations', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3666e1ff-e7cd-4c4c-9ca2-63ad1c87a1a6'} Body: {"network_association": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "id": "044b01e1-01f1-4df7-8740-8ff387d61785"}} 2018-08-21 06:29:32,573 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/router_associations 0.849s 2018-08-21 06:29:32,574 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/router_associations', u'date': 'Tue, 21 Aug 2018 06:29:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-214b6ba0-c274-49a6-a036-60f7522f252e'} Body: {"router_association": {"router_id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "id": "204189e9-996d-404b-a915-b11581be09f6"}} 2018-08-21 06:29:32,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.162s 2018-08-21 06:29:32,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1921213495"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyiuVexqEm99pQYCDEco7D8qUX6ivBX8F7D3sf9AI/hHA0sGnvdXhpBRoYPmQ0jeXD8oZ1ca+APaqnXBMm0oRIpyqWLiOhXl5SI7vdMkJR4GOdZTwspJlWjOA66/g+jgG29f9UxqZrWSBSRp7P6MEkYB2bxQ8phscLIziUUy7DAZq2HhT19F57Skaf/JoWPZwKsjIcY5e7f96SZNT92ZAD3Py9Qr7OgNyOzTWDPjPPlxgW1lbP5qB+Rc9RfviwKKgKNPLhlRYHvkfblrj1i2kAOixZYCnjeX843FWsSlkHaN5A8uILPn2NBIBh/1rXwFPQY5o7cbktGqkRxeNc4eY/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsorlXsahJvfaUGAgxHKOw/KlF+orwV/Bew97H/QCP4RwNLBp\n73V4aQUaGD5kNI3lw/KGdXGvgD2qp1wTJtKESKcqli4joV5eUiO73TJCUeBjnWU8\nLKSZVozgOuv4Po4BtvX/VMama1kgUkaez+jBJGAdm8UPKYbHCyM4lFMuwwGath4U\n9fRee0pGn/yaFj2cCrIyHGOXu3/ekmTU/dmQA9z8vUK+zoDcjs01gz4zz5cYFtZW\nz+agfkXPUX74sCioCjTy4ZUWB75H25a49YtpADosWWAp43l/ONxVrEpZB2jeQPLi\nCz59jQSAYf9a18BT0GOaO3G5LRqpEcXjXOHmPwIDAQABAoIBAQCNqTUKuPEeeSOo\nCE2XcQmjoX+qdOuYt8BNQuA/Xxz1hsB8nci/7WXHdfvZZo+dP0Uh7ukOgFBuoP8p\nYR30/K1m8/QPSraMj9Kou5+QhxMl4bNILA3Noh/kE0zKk3XZNFVZ9N9NRXy/yeyi\nO1RAxH2SvgxgDr/UBBMj3CNFVKbSo7zvh5C14HY6WIysUeaHYaVzkA26/+TjYWQP\niieEpZhgt0wlavlJJGR6XDujUnsgE6ghhScvD527KWGmaiWDAsvY2PQM0RQrKk6+\njVYCfpe7w7nxALBDROMrXv3tUEptgWMD4zAEpyHV5Xz0b3B+uoCWTEpLokSDYjvm\nrPNT8SWRAoGBANkBa3Jkbj1Xru+kFPfgnBu1Ki5ABWQ3AxO9UWfAvdyRGQ7dhWsw\nWmQi0h8SbaQzZfSZ2iC7HxvARPUnqRQAA7PpiufCedrAZ7bkJH5zWYcW86DYAyUn\nUOOaqpQZzC7sLJvoHy11DyuFFNMLEdRkIHXkKi9LYJ9TfZawvORwaXzpAoGBANKg\nHxOY7XOX42ZwQFXM7IqGJ61Q7QhorNNVwbYtLR+7X7a7HtOa2nQdgIAthjG7etKd\nSibE4JVapLD8rR/43O2mhDMUQAmJ5adeIiF11vNLDq2hEMMeghHRLYzfg8h4lugu\nwyyCz7mM5lBgLTEm5tuC6c/iAiTGusHSVnY+ArDnAoGABtB+mUcCFzcLrUbPycDp\n5gzYWD92a+E2XYZSahmpXKXJzaezKtyH2iElzAf+HWvnxbiXGvQFVA/Dmpc2PgSK\nGTo6PHDk9rOYDiw34SiqJQ3ZdLGT17TWW29d7+yndsm/1N2DLSBB67HwJ3hvhOXo\nBwu1L2sEi7xJc1P1eo71IRECgYEArWSkML30vPSNgAdo7zmEgYVvpH66o/GIVXKD\nxjXqr/TRFt10wz74GB8xalQP5WEx+7EBGml5eXrlmc5pt6hoODydGG/TSAb9yIr2\nDhW0nxVrQAUYh4jWC1To6tAW7TJZCUt14W7PEzGraP/ENHKSGqPrV/f3S89Ob8F4\n7F6gWIECgYEAvo9nUiYguUGtN+HdsZ+CCEq28sSOuEEJiao7flkkbrWwdnmUl74a\n9YbLo+CgsqdF0J+qWINLQddhP7M8+oT6LQxfcebwPXw+x9SjlbtbB69wzmASC/49\nxBDVx/3gh6/zWzaU2ULfFJ41AUh8wSsuog8aQ0PIJmu99W4sJFauqno=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1921213495", "fingerprint": "49:58:d0:93:c1:b2:c0:98:d3:d6:d1:81:e5:30:a1:c6"}} 2018-08-21 06:29:33,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/ports 1.018s 2018-08-21 06:29:33,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1744654028", "security_groups": ["dc113616-5b68-41f8-86b1-db6c5acf5881"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:29:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34f10b3d-cc48-44bc-b723-8b4dfc3ec46b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:29:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:29:33Z","name":"tempest-port-smoke-1744654028","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:f0:5e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"81ff033d-be76-4d39-80cc-db8a6d768421","ip_address":"10.101.11.10"}],"id":"d86450be-0a1f-43dc-9ffc-d0cfd75df708","security_groups":["dc113616-5b68-41f8-86b1-db6c5acf5881"],"device_id":""}} 2018-08-21 06:29:35,591 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.830s 2018-08-21 06:29:35,592 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-1921213495", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "port": "d86450be-0a1f-43dc-9ffc-d0cfd75df708"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-6e0675d8-0766-4eb9-8221-0a80f183ca2f', 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e0675d8-0766-4eb9-8221-0a80f183ca2f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "adminPass": "8VaogrCYeuaQ"}} 2018-08-21 06:29:36,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.683s 2018-08-21 06:29:36,280 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-06e4f4c8-8346-4beb-9150-399665cac412', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06e4f4c8-8346-4beb-9150-399665cac412'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:38,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.722s 2018-08-21 06:29:38,017 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-3edfee03-80bc-457e-888b-fca720509207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3edfee03-80bc-457e-888b-fca720509207'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:39,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.438s 2018-08-21 06:29:39,472 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:38Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:39,485 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:29:41,246 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.758s 2018-08-21 06:29:41,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:38Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:42,678 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.416s 2018-08-21 06:29:42,679 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:42,700 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:29:43,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.320s 2018-08-21 06:29:43,022 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:43,036 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f9071e78-8bad-429f-8de8-8a8ed99f25b4 with status: ACTIVE 2018-08-21 06:29:44,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/ports 1.152s 2018-08-21 06:29:44,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1637555895", "security_groups": ["dc113616-5b68-41f8-86b1-db6c5acf5881"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:29:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-419d76ae-450d-4e8e-8878-a136826516f3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:29:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"081a33dd-5f88-4662-b6df-f4390c400b1d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:29:43Z","name":"tempest-port-smoke-1637555895","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:37:63:dd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"5dad8017-616e-4d3b-b286-43566777216a","ip_address":"10.102.21.20"}],"id":"da9c0679-3c74-4c00-96b9-7e72d55198d6","security_groups":["dc113616-5b68-41f8-86b1-db6c5acf5881"],"device_id":""}} 2018-08-21 06:29:45,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.44:8774/v2.1/servers 0.891s 2018-08-21 06:29:45,083 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-1921213495", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "081a33dd-5f88-4662-b6df-f4390c400b1d", "port": "da9c0679-3c74-4c00-96b9-7e72d55198d6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e323d08d-fea0-4c74-83d1-52205a3c77f4', 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e323d08d-fea0-4c74-83d1-52205a3c77f4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "adminPass": "CaT4jg4xf9xS"}} 2018-08-21 06:29:45,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.065s 2018-08-21 06:29:45,153 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-4a70e289-9510-4268-bd0f-83c41b1e8160', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a70e289-9510-4268-bd0f-83c41b1e8160'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:46,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.247s 2018-08-21 06:29:46,416 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:48,225 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.795s 2018-08-21 06:29:48,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': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-09ec9bd2-b738-4943-b878-fc89072ab9d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09ec9bd2-b738-4943-b878-fc89072ab9d4'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:48,251 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 06:29:50,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.843s 2018-08-21 06:29:50,097 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-98c7b0b5-4b00-47fa-a907-7ac283c76320', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98c7b0b5-4b00-47fa-a907-7ac283c76320'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:50,110 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-21 06:29:51,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.399s 2018-08-21 06:29:51,512 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-403681d5-c37e-4970-9549-ac03558431f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-403681d5-c37e-4970-9549-ac03558431f6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:52,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.157s 2018-08-21 06:29:52,685 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-cf7b2745-58ed-45eb-b8be-e4e019539bd0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf7b2745-58ed-45eb-b8be-e4e019539bd0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:52,698 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:29:52,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.157s 2018-08-21 06:29:52,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-379474c8-d0a4-4df1-b58e-5013a7375ed5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-379474c8-d0a4-4df1-b58e-5013a7375ed5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:52,870 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 37b1a78e-ddd7-42ae-86d6-f418c551b0e4 with status: ACTIVE 2018-08-21 06:29:53,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.176s 2018-08-21 06:29:53,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1865372083", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:29:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2dec71fa-49d9-4603-9b16-4c14471c1930'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:52Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "name": "tempest-router--1865372083"}} 2018-08-21 06:29:54,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057 1.483s 2018-08-21 06:29:54,533 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057', u'date': 'Tue, 21 Aug 2018 06:29:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-790aec70-202b-455a-bc36-b63259935edd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:54Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "name": "tempest-router--1865372083"}} 2018-08-21 06:29:56,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/add_router_interface 1.963s 2018-08-21 06:29:56,497 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f75195de-def5-4204-bfc9-72d262cd0a20'} Body: {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421", "subnet_ids": ["81ff033d-be76-4d39-80cc-db8a6d768421"], "port_id": "9e563390-fd77-48e0-8829-1068491aefeb", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057"} 2018-08-21 06:29:58,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/floatingips 2.012s 2018-08-21 06:29:58,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d86450be-0a1f-43dc-9ffc-d0cfd75df708"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51bedcd0-05e7-42b0-a70e-333b8bca092d'} Body: {"floatingip": {"router_id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:29:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "d86450be-0a1f-43dc-9ffc-d0cfd75df708", "id": "cd500a21-5956-4c79-a5f0-403b9551c8fb", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:29:58,513 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:30:06,526 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:30:06,590 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:30:06,623 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:30:06,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-21 06:30:06,738 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:30:06,740 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:30:06,800 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:30:06,804 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:30:11,811 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:30:11,812 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. 2018-08-21 06:31:21,877 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-21 06:31:21,877 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:31:21,881 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:31:21,943 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:31:21,945 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:31:26,952 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:31:26,953 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. 2018-08-21 06:32:37,011 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:32:37,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-21 06:32:37,012 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,115 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,144 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,150 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:32:37,150 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f7:76:fd [ether] on eth0 2018-08-21 06:32:37,151 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-21 06:32:37,151 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,153 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,215 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,217 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,225 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:32:37,225 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-21 06:32:37,226 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,228 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,287 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,292 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,298 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-21 06:32:37,298 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,300 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,359 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,364 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,369 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:32:37,370 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f7:76:fd [ether] on eth0 2018-08-21 06:32:37,370 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-21 06:32:37,371 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,372 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,431 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,437 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:42,444 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:32:42,444 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. 2018-08-21 06:33:52,501 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-21 06:33:52,501 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:33:52,506 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:33:52,605 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:33:52,633 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:33:57,640 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:33:57,641 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. 2018-08-21 06:35:07,684 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:35:07,685 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.207: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:35:08,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/cd500a21-5956-4c79-a5f0-403b9551c8fb 1.179s 2018-08-21 06:35:08,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.44:9696/v2.0/floatingips/cd500a21-5956-4c79-a5f0-403b9551c8fb', u'date': 'Tue, 21 Aug 2018 06:35:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e415c5f1-dc26-429c-8e35-72f7639d310d'} Body: 2018-08-21 06:35:11,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/remove_router_interface 2.143s 2018-08-21 06:35:11,012 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:35:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-750a0132-4839-4293-838c-de9d92b19ee4'} Body: {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421", "subnet_ids": ["81ff033d-be76-4d39-80cc-db8a6d768421"], "port_id": "9e563390-fd77-48e0-8829-1068491aefeb", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057"} 2018-08-21 06:35:12,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057 1.473s 2018-08-21 06:35:12,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4dda8dce-a031-48aa-8ab3-a11cd2a1205d'} Body: 2018-08-21 06:35:12,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.409s 2018-08-21 06:35:12,898 63 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-def86c57-2ced-4a30-bb7c-e0fc9b94154b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-def86c57-2ced-4a30-bb7c-e0fc9b94154b'} Body: 2018-08-21 06:35:13,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.557s 2018-08-21 06:35:13,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-681310c9-b965-40a0-b19d-021f3027cbf7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-681310c9-b965-40a0-b19d-021f3027cbf7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:12Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:35:15,104 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.630s 2018-08-21 06:35:15,104 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-8029628e-09a5-47e0-b238-88cc32ca03fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8029628e-09a5-47e0-b238-88cc32ca03fd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:35:16,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.046s 2018-08-21 06:35:16,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-d2c17b2b-480e-4f19-825b-ed01f1497e40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d2c17b2b-480e-4f19-825b-ed01f1497e40'} Body: {"itemNotFound": {"message": "Instance 37b1a78e-ddd7-42ae-86d6-f418c551b0e4 could not be found.", "code": 404}} 2018-08-21 06:35:17,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/da9c0679-3c74-4c00-96b9-7e72d55198d6 0.874s 2018-08-21 06:35:17,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/da9c0679-3c74-4c00-96b9-7e72d55198d6', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c34e79ee-68ca-4968-ba2b-c7e566d8ee2c'} Body: 2018-08-21 06:35:17,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.195s 2018-08-21 06:35:17,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-2a7d0391-343d-425b-aa3f-89fdfce3923d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a7d0391-343d-425b-aa3f-89fdfce3923d'} Body: 2018-08-21 06:35:17,742 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.501s 2018-08-21 06:35:17,743 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-a8853567-df9b-4d99-ad8a-fbca2d24a92d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8853567-df9b-4d99-ad8a-fbca2d24a92d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:35:18,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.056s 2018-08-21 06:35:18,815 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-0a6c8143-64d4-4d60-84c3-c303dd654432', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:18 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0a6c8143-64d4-4d60-84c3-c303dd654432'} Body: {"itemNotFound": {"message": "Instance f9071e78-8bad-429f-8de8-8a8ed99f25b4 could not be found.", "code": 404}} 2018-08-21 06:35:19,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d86450be-0a1f-43dc-9ffc-d0cfd75df708 0.865s 2018-08-21 06:35:19,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d86450be-0a1f-43dc-9ffc-d0cfd75df708', u'date': 'Tue, 21 Aug 2018 06:35:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0aad5708-8ed8-4a8e-9678-c8e0d9f78621'} Body: 2018-08-21 06:35:19,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1921213495 0.043s 2018-08-21 06:35:19,727 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1921213495', u'x-compute-request-id': 'req-319996a0-dd78-4f0a-bc45-759a0958a5be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-319996a0-dd78-4f0a-bc45-759a0958a5be'} Body: 2018-08-21 06:35:21,431 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/remove_router_interface 1.703s 2018-08-21 06:35:21,432 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5dad8017-616e-4d3b-b286-43566777216a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:35:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3535f23-dcee-4cf1-adfc-6ca186fae658'} Body: {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5dad8017-616e-4d3b-b286-43566777216a", "subnet_ids": ["5dad8017-616e-4d3b-b286-43566777216a"], "port_id": "a17a86b7-9eaf-4cdc-8a7b-373e5321ecea", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"} 2018-08-21 06:35:23,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8 2.017s 2018-08-21 06:35:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8', u'date': 'Tue, 21 Aug 2018 06:35:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24045f27-5162-4ddb-9056-bcfaf030d952'} Body: 2018-08-21 06:35:24,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/5dad8017-616e-4d3b-b286-43566777216a 0.983s 2018-08-21 06:35:24,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/5dad8017-616e-4d3b-b286-43566777216a', u'date': 'Tue, 21 Aug 2018 06:35:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fe2107a-c600-47fb-bad9-944d057ecc39'} Body: 2018-08-21 06:35:25,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/081a33dd-5f88-4662-b6df-f4390c400b1d 1.451s 2018-08-21 06:35:25,888 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/081a33dd-5f88-4662-b6df-f4390c400b1d', u'date': 'Tue, 21 Aug 2018 06:35:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-39dd5e6c-5fd8-4152-8f29-9415e1b7e9d8'} Body: 2018-08-21 06:35:27,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/81ff033d-be76-4d39-80cc-db8a6d768421 1.589s 2018-08-21 06:35:27,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/81ff033d-be76-4d39-80cc-db8a6d768421', u'date': 'Tue, 21 Aug 2018 06:35:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0817a622-7d33-403c-a283-0b0a323f4994'} Body: 2018-08-21 06:35:29,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/0f49c89e-30b6-470d-98a2-c7d6b48ddab5 2.063s 2018-08-21 06:35:29,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/0f49c89e-30b6-470d-98a2-c7d6b48ddab5', u'date': 'Tue, 21 Aug 2018 06:35:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-75635ee0-3c07-43a4-aa34-da656d72b43f'} Body: 2018-08-21 06:35:30,024 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/dc113616-5b68-41f8-86b1-db6c5acf5881 0.480s 2018-08-21 06:35:30,024 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/dc113616-5b68-41f8-86b1-db6c5acf5881', u'date': 'Tue, 21 Aug 2018 06:35:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-76a64b91-91fb-4bd1-b969-7b1bc0b9d650'} Body: 2018-08-21 06:35:30.573 63 INFO tempest.lib.common.rest_client [req-ae83a6f4-a849-4f34-888d-616e3b4f2d30 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.525s 2018-08-21 06:35:30.574 63 DEBUG tempest.lib.common.rest_client [req-ae83a6f4-a849-4f34-888d-616e3b4f2d30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-243580999 description", "name": "tempest-secgroup-smoke-243580999"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:35:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae83a6f4-a849-4f34-888d-616e3b4f2d30'} Body: {"security_group": {"description": "tempest-secgroup-smoke-243580999 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:30Z", "updated_at": "2018-08-21T06:35:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:35:30Z", "revision_number": 0, "id": "209a525d-8a03-443d-bacd-0871664be79a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:35:30Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:35:30Z", "revision_number": 0, "id": "4a80a7c5-be64-4561-847a-7325b11bf75a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:35:30Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e34e55d2-4bbf-4174-bf64-c19552566834", "name": "tempest-secgroup-smoke-243580999"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:30.778 63 INFO tempest.lib.common.rest_client [req-cd1ae1d4-0fb5-4402-a84c-1a4ea9a543a5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.203s 2018-08-21 06:35:30.778 63 DEBUG tempest.lib.common.rest_client [req-cd1ae1d4-0fb5-4402-a84c-1a4ea9a543a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cd1ae1d4-0fb5-4402-a84c-1a4ea9a543a5'} 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-21T06:35:30Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "741cdaf5-7afe-4093-a913-c5a5b5a116cf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:30.949 63 INFO tempest.lib.common.rest_client [req-7d6d6049-534e-4d15-aebb-e0d9921291e5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.170s 2018-08-21 06:35:30.950 63 DEBUG tempest.lib.common.rest_client [req-7d6d6049-534e-4d15-aebb-e0d9921291e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d6d6049-534e-4d15-aebb-e0d9921291e5'} 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-21T06:35:30Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "06206c0b-812d-4909-a626-3d594e4f54af"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:31.119 63 INFO tempest.lib.common.rest_client [req-5ae37f25-e789-47c9-bb92-8842475a875a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.168s 2018-08-21 06:35:31.119 63 DEBUG tempest.lib.common.rest_client [req-5ae37f25-e789-47c9-bb92-8842475a875a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ae37f25-e789-47c9-bb92-8842475a875a'} 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-21T06:35:31Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "74fad153-3d92-4d1d-871b-d449ccee4adc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:31.292 63 INFO tempest.lib.common.rest_client [req-553d72b5-ff3c-467e-a59e-c39b6e3e8869 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 06:35:31.293 63 DEBUG tempest.lib.common.rest_client [req-553d72b5-ff3c-467e-a59e-c39b6e3e8869 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-553d72b5-ff3c-467e-a59e-c39b6e3e8869'} 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-21T06:35:31Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cc34b7eb-f110-4bb0-a1e9-5136778b0535"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:31.489 63 INFO tempest.lib.common.rest_client [req-f69f4d3c-d975-4476-93fd-b427c75e54b9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.194s 2018-08-21 06:35:31.489 63 DEBUG tempest.lib.common.rest_client [req-f69f4d3c-d975-4476-93fd-b427c75e54b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f69f4d3c-d975-4476-93fd-b427c75e54b9'} 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-21T06:35:31Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "23f05d44-6385-4e8e-9252-d2ce2db1c2db"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:31.650 63 INFO tempest.lib.common.rest_client [req-afbdf0ba-5490-4764-ba55-07c38aad7769 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:35:31.650 63 DEBUG tempest.lib.common.rest_client [req-afbdf0ba-5490-4764-ba55-07c38aad7769 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afbdf0ba-5490-4764-ba55-07c38aad7769'} 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-21T06:35:31Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e1daf3fd-2acd-4e22-ae35-8b7f0925c1d3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:31.832 63 INFO tempest.lib.common.rest_client [req-813d07a0-0a3f-4f87-ba69-b9adbfa370d3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.181s 2018-08-21 06:35:31.833 63 DEBUG tempest.lib.common.rest_client [req-813d07a0-0a3f-4f87-ba69-b9adbfa370d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-813d07a0-0a3f-4f87-ba69-b9adbfa370d3'} 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-21T06:35:31Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f391f566-d02b-4f6e-91c3-455233c6d17c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:31.999 63 INFO tempest.lib.common.rest_client [req-cf2c6110-a53a-4794-b08a-2456b3cf0a17 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.166s 2018-08-21 06:35:32.000 63 DEBUG tempest.lib.common.rest_client [req-cf2c6110-a53a-4794-b08a-2456b3cf0a17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:35:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf2c6110-a53a-4794-b08a-2456b3cf0a17'} 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-21T06:35:31Z", "security_group_id": "e34e55d2-4bbf-4174-bf64-c19552566834", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "44fef9ed-8d20-4e7a-94cb-9f889378b2e4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:32.278 63 INFO tempest.lib.common.rest_client [req-99b75b80-2329-4158-8ff3-80c6166ecdf9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.276s 2018-08-21 06:35:32.278 63 DEBUG tempest.lib.common.rest_client [req-99b75b80-2329-4158-8ff3-80c6166ecdf9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1213952057"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:35:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99b75b80-2329-4158-8ff3-80c6166ecdf9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:35:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:35:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"cb17876f-3e7d-4bf9-8279-e22887e87417","name":"tempest-A-1213952057"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:32.824 63 INFO tempest.lib.common.rest_client [req-16444d37-fe7b-442c-92ff-09766ff332f4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.545s 2018-08-21 06:35:32.825 63 DEBUG tempest.lib.common.rest_client [req-16444d37-fe7b-442c-92ff-09766ff332f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "cb17876f-3e7d-4bf9-8279-e22887e87417", "name": "tempest-subnet-A-1-1228096951"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:35:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16444d37-fe7b-442c-92ff-09766ff332f4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb17876f-3e7d-4bf9-8279-e22887e87417","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:35:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:35:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"b83cde73-5580-4d1a-a487-ae5bd848c5d2","subnetpool_id":null,"name":"tempest-subnet-A-1-1228096951"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:33.028 63 INFO tempest.lib.common.rest_client [req-6c5963be-d313-41b1-8049-660ec4858d2d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.202s 2018-08-21 06:35:33.029 63 DEBUG tempest.lib.common.rest_client [req-6c5963be-d313-41b1-8049-660ec4858d2d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-971365832"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:35:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c5963be-d313-41b1-8049-660ec4858d2d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:35:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:35:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"30c31ce4-ecdb-4a71-8b16-d42dfdc78b01","name":"tempest-B-971365832"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:34.085 63 INFO tempest.lib.common.rest_client [req-ea1c1ed5-f2d3-490d-9725-ba26b8dcf708 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.055s 2018-08-21 06:35:34.085 63 DEBUG tempest.lib.common.rest_client [req-ea1c1ed5-f2d3-490d-9725-ba26b8dcf708 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "30c31ce4-ecdb-4a71-8b16-d42dfdc78b01", "name": "tempest-subnet-B-1-1096121557"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:35:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea1c1ed5-f2d3-490d-9725-ba26b8dcf708'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30c31ce4-ecdb-4a71-8b16-d42dfdc78b01","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:35:33Z","dns_nameservers":[],"updated_at":"2018-08-21T06:35:33Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"137bc8d0-33dc-4711-9761-8af342d867f8","subnetpool_id":null,"name":"tempest-subnet-B-1-1096121557"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:34.839 63 INFO tempest.lib.common.rest_client [req-b6454927-5663-4d74-b0b5-c3d1d3fbf459 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.752s 2018-08-21 06:35:34.839 63 DEBUG tempest.lib.common.rest_client [req-b6454927-5663-4d74-b0b5-c3d1d3fbf459 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:35:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6454927-5663-4d74-b0b5-c3d1d3fbf459'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "47027243-4567-4909-96f8-71eb637c1561"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:35.232 63 INFO tempest.lib.common.rest_client [req-3518b2e0-288f-4dbc-93e2-b9d52bd45719 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/47027243-4567-4909-96f8-71eb637c1561/network_associations 0.392s 2018-08-21 06:35:35.233 63 DEBUG tempest.lib.common.rest_client [req-3518b2e0-288f-4dbc-93e2-b9d52bd45719 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "cb17876f-3e7d-4bf9-8279-e22887e87417"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/47027243-4567-4909-96f8-71eb637c1561/network_associations', u'date': 'Tue, 21 Aug 2018 06:35:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3518b2e0-288f-4dbc-93e2-b9d52bd45719'} Body: {"network_association": {"network_id": "cb17876f-3e7d-4bf9-8279-e22887e87417", "id": "e14a3e57-8030-4f3f-937d-8f485277594b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:35.577 63 INFO tempest.lib.common.rest_client [req-abf14b23-8d56-4d88-b4b4-dd9f14e6f641 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/47027243-4567-4909-96f8-71eb637c1561/network_associations 0.343s 2018-08-21 06:35:35.578 63 DEBUG tempest.lib.common.rest_client [req-abf14b23-8d56-4d88-b4b4-dd9f14e6f641 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "30c31ce4-ecdb-4a71-8b16-d42dfdc78b01"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/47027243-4567-4909-96f8-71eb637c1561/network_associations', u'date': 'Tue, 21 Aug 2018 06:35:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abf14b23-8d56-4d88-b4b4-dd9f14e6f641'} Body: {"network_association": {"network_id": "30c31ce4-ecdb-4a71-8b16-d42dfdc78b01", "id": "f55a207c-8753-4981-92bc-e0f11940ae5a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:35.578 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-21 06:35:35.732 63 INFO tempest.lib.common.rest_client [req-8822203a-9d55-4867-ad92-936c55efdf92 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.153s 2018-08-21 06:35:35.733 63 DEBUG tempest.lib.common.rest_client [req-8822203a-9d55-4867-ad92-936c55efdf92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1511478585"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-8822203a-9d55-4867-ad92-936c55efdf92', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8822203a-9d55-4867-ad92-936c55efdf92'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfQCOknxjXFqWVFq/+LpvXEWHq5H0/7GzhsbNGNaGRtjpGUPhVPOvb3PDufOWeRUScSdYVZazLL3G+zks4jcif07BXbYxCdMCrw75axJh+/74pNEcbLxuUI/P++th8pQzg3RjrNSNyQzxGFd5k/sZ94EvPEqaJsGZTnMsENoPF4NwEGJXHWXYJCPvTVkXgvyYE27Hf8bhzjpxu6DLHNcpsynWwgtemnXgtpzg7V/L9QKN3ipY6X7+Dx8wTMt2z/Cmht/V3aJIN2cNMDZew5FWid2ANMtdx9lF8NRCgg4IeHeoi0If3q//j18CBalpwhCVGX2KDr954LaBNWucziamJ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAn0AjpJ8Y1xallRav/i6b1xFh6uR9P+xs4bGzRjWhkbY6RlD4\nVTzr29zw7nzlnkVEnEnWFWWsyy9xvs5LOI3In9OwV22MQnTAq8O+WsSYfv++KTRH\nGy8blCPz/vrYfKUM4N0Y6zUjckM8RhXeZP7GfeBLzxKmibBmU5zLBDaDxeDcBBiV\nx1l2CQj701ZF4L8mBNux3/G4c46cbugyxzXKbMp1sILXpp14Lac4O1fy/UCjd4qW\nOl+/g8fMEzLds/wpobf1d2iSDdnDTA2XsORVondgDTLXcfZRfDUQoIOCHh3qItCH\n96v/49fAgWpacIQlRl9ig6/eeC2gTVrnM4mpiQIDAQABAoIBAHeH5fj/bd6r4fco\nw0qvY0ungW6UuCpN5F/3SI+vW6mKNO1ogy0/f+1URgdL+fG1Hk2M4kLHQU51OxQz\ntaQqT+cfNmI5GKkdBy0lzHBG1gulG+/DjIer8TBdWBwP3oSYQjVZ3wVUqllufARD\nD92Qmh4LR/uSjSwWGogxzPRJktjnwhkUW4Q7aVY9Z0TJRBFriGTQIvsDEnYXOqb4\nlrCpu8GAlbACN2/GWMOD+x/2er9+evgRwdk9hAAGv0tBv2lpdTfa8MxBNHp/SBYw\nc6Tv1la0Aq/PAf2znMEn01Ka9pILRSURDgwRj1Q9IsAysPO4/LiHQeYX/imgGuOd\n34I+2o0CgYEA0IbIAzTOJm/Y38EL8yiCgAHmxqLA9aFbYy0l3yMrSJYBzz056zHS\nFsvMi8Wc6+2OlnGpj4/uN4NAqaS8UU3wNTtgW3SbiJDweg2wcUQv4OX2kYxWxeOn\nk0rnBv19aMAfC+Zc1DskgTCco9YrnArdVuagXh+uzAhXk71sejlsRw8CgYEAw4F8\nc4gQM9ifkhYQ1+xD8hxfDJ+LYR3URjgxSDixFMdKApZx6N7eH4YU/RgX6JSWwJ3/\n0y+SARXgd9vFn3H3Cnlw2ANHmkfltTEkc38yuWMr0em91qFUvbMMPl0Sl+2ck0iP\npJNxspj1KY7ZQXp5UwVyuKbrn8j3lmWjVWVpxecCgYBU7qCmlaplg2a88/7vAg/t\nHVkmjIG1SgxT376uHL/zZ43DH/foMLmWKVndkBZzDaXm5tKeM4xeNepvbjZ5kxoE\nRHPhrCPxQr9/pvW3nIM3wdJkw9lP7oKBfp+MfFDJCn9atHAYzSH4MJmMLZ5DhzVR\nwMuOqq7iUX+CIEP/oEXWxwKBgQC+yJN74qF9Fr3RP3s8WrGLiKgwl1jactN9msRs\n5/XWgwv0LoAGccZtGNlOir56FtZuLUFDAz8FlCWykWLuz7X2IMA/7CNpqRO+l7As\njUogo2hVtjWtR058uEcQbJ8CZ7vN9pdGUSQ41w8XePEF9tCCdeSX0TxKd0E1IQYd\nBZQMrQKBgQCvKuTMj/Z7otdRDZX0+6Afpa5cQ3hBgmQFvl2o1jUnKHKTIFgIpajc\nFrSPWz1j+d4gNfD0415XkJ6I7V1xrADGRkFwLoFbQ5iILjs4j7Bz70iQKc8iiT4E\nHscP6XNEPu00NUvPxo7RyY6z1aJd8sq4WlvO+XxTDrJGGtbMmulrFw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1511478585", "fingerprint": "24:07:14:32:a0:1b:98:1e:ef:d4:45:28:34:c1:67:9e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:37.168 63 INFO tempest.lib.common.rest_client [req-5f26b1b7-0852-4771-b9c9-da2f2bfecbbb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 1.431s 2018-08-21 06:35:37.168 63 DEBUG tempest.lib.common.rest_client [req-5f26b1b7-0852-4771-b9c9-da2f2bfecbbb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cb17876f-3e7d-4bf9-8279-e22887e87417", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1096490244", "security_groups": ["e34e55d2-4bbf-4174-bf64-c19552566834"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:35:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f26b1b7-0852-4771-b9c9-da2f2bfecbbb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:35:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cb17876f-3e7d-4bf9-8279-e22887e87417","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:35:36Z","name":"tempest-port-smoke-1096490244","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:29:f6:28","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"b83cde73-5580-4d1a-a487-ae5bd848c5d2","ip_address":"10.101.11.10"}],"id":"dea4419a-c439-4aff-8d90-dd02a8b42852","security_groups":["e34e55d2-4bbf-4174-bf64-c19552566834"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:38.945 63 INFO tempest.lib.common.rest_client [req-07dd88f7-8cd8-4ef1-8f53-7f9772f35117 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.776s 2018-08-21 06:35:38.946 63 DEBUG tempest.lib.common.rest_client [req-07dd88f7-8cd8-4ef1-8f53-7f9772f35117 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1511478585", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "cb17876f-3e7d-4bf9-8279-e22887e87417", "port": "dea4419a-c439-4aff-8d90-dd02a8b42852"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-07dd88f7-8cd8-4ef1-8f53-7f9772f35117', 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07dd88f7-8cd8-4ef1-8f53-7f9772f35117'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "adminPass": "tFL48geQqPCD"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:39.325 63 INFO tempest.lib.common.rest_client [req-c4713318-f1a4-45ab-ac80-9a3c5a911094 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.375s 2018-08-21 06:35:39.326 63 DEBUG tempest.lib.common.rest_client [req-c4713318-f1a4-45ab-ac80-9a3c5a911094 ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-c4713318-f1a4-45ab-ac80-9a3c5a911094', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4713318-f1a4-45ab-ac80-9a3c5a911094'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:35:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:40.805 63 INFO tempest.lib.common.rest_client [req-e9de7e54-0369-4dfe-91b0-45b75444d8d1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.464s 2018-08-21 06:35:40.806 63 DEBUG tempest.lib.common.rest_client [req-e9de7e54-0369-4dfe-91b0-45b75444d8d1 ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-e9de7e54-0369-4dfe-91b0-45b75444d8d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9de7e54-0369-4dfe-91b0-45b75444d8d1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:35:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:42.174 63 INFO tempest.lib.common.rest_client [req-842ac065-e411-4e5b-b0ca-44493177573b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.354s 2018-08-21 06:35:42.175 63 DEBUG tempest.lib.common.rest_client [req-842ac065-e411-4e5b-b0ca-44493177573b ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-842ac065-e411-4e5b-b0ca-44493177573b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-842ac065-e411-4e5b-b0ca-44493177573b'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:35:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:42.188 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-21 06:35:43.545 63 INFO tempest.lib.common.rest_client [req-21aaf217-9a7f-40f4-aea9-748a0fa18729 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.355s 2018-08-21 06:35:43.546 63 DEBUG tempest.lib.common.rest_client [req-21aaf217-9a7f-40f4-aea9-748a0fa18729 ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-21aaf217-9a7f-40f4-aea9-748a0fa18729', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21aaf217-9a7f-40f4-aea9-748a0fa18729'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:35:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:43.559 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:35:44.719 63 INFO tempest.lib.common.rest_client [req-42e17cff-69da-4eaa-9baa-16f320fde68e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.158s 2018-08-21 06:35:44.719 63 DEBUG tempest.lib.common.rest_client [req-42e17cff-69da-4eaa-9baa-16f320fde68e ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-42e17cff-69da-4eaa-9baa-16f320fde68e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42e17cff-69da-4eaa-9baa-16f320fde68e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:35:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:45.927 63 INFO tempest.lib.common.rest_client [req-fbb9f8b2-508d-499e-b513-94b5ae307672 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.193s 2018-08-21 06:35:45.927 63 DEBUG tempest.lib.common.rest_client [req-fbb9f8b2-508d-499e-b513-94b5ae307672 ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-fbb9f8b2-508d-499e-b513-94b5ae307672', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbb9f8b2-508d-499e-b513-94b5ae307672'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1213952057": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:f6:28", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:45.943 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:35:46.336 63 INFO tempest.lib.common.rest_client [req-b0193b6a-406a-47ca-acff-434e5e0c4baa ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.392s 2018-08-21 06:35:46.337 63 DEBUG tempest.lib.common.rest_client [req-b0193b6a-406a-47ca-acff-434e5e0c4baa ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-b0193b6a-406a-47ca-acff-434e5e0c4baa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0193b6a-406a-47ca-acff-434e5e0c4baa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1213952057": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:f6:28", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:46.350 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 4ed17cd5-f669-45d2-bd44-880e3b52eaed with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:35:47.907 63 INFO tempest.lib.common.rest_client [req-4d0ddb9c-87f0-41af-971d-8e00162e4030 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 1.556s 2018-08-21 06:35:47.908 63 DEBUG tempest.lib.common.rest_client [req-4d0ddb9c-87f0-41af-971d-8e00162e4030 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "30c31ce4-ecdb-4a71-8b16-d42dfdc78b01", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-657072836", "security_groups": ["e34e55d2-4bbf-4174-bf64-c19552566834"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:35:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d0ddb9c-87f0-41af-971d-8e00162e4030'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:35:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30c31ce4-ecdb-4a71-8b16-d42dfdc78b01","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:35:46Z","name":"tempest-port-smoke-657072836","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e7:3d:65","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"137bc8d0-33dc-4711-9761-8af342d867f8","ip_address":"10.102.21.20"}],"id":"0d96e04b-ffb5-47c3-8db8-c4ccaa3c0074","security_groups":["e34e55d2-4bbf-4174-bf64-c19552566834"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:49.505 63 INFO tempest.lib.common.rest_client [req-8906690b-1b5e-4aaf-8c89-8584222411c3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.595s 2018-08-21 06:35:49.506 63 DEBUG tempest.lib.common.rest_client [req-8906690b-1b5e-4aaf-8c89-8584222411c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1511478585", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "30c31ce4-ecdb-4a71-8b16-d42dfdc78b01", "port": "0d96e04b-ffb5-47c3-8db8-c4ccaa3c0074"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-8906690b-1b5e-4aaf-8c89-8584222411c3', 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8906690b-1b5e-4aaf-8c89-8584222411c3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "adminPass": "i76xKqVQXA82"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:49.836 63 INFO tempest.lib.common.rest_client [req-9382f688-20ef-4c92-bd9d-6fc6c7262ea8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.325s 2018-08-21 06:35:49.837 63 DEBUG tempest.lib.common.rest_client [req-9382f688-20ef-4c92-bd9d-6fc6c7262ea8 ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-9382f688-20ef-4c92-bd9d-6fc6c7262ea8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9382f688-20ef-4c92-bd9d-6fc6c7262ea8'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:35:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:50.911 63 INFO tempest.lib.common.rest_client [req-f1d6d0c5-e1fd-4efc-9f95-9b508ea7d721 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.063s 2018-08-21 06:35:50.912 63 DEBUG tempest.lib.common.rest_client [req-f1d6d0c5-e1fd-4efc-9f95-9b508ea7d721 ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-f1d6d0c5-e1fd-4efc-9f95-9b508ea7d721', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1d6d0c5-e1fd-4efc-9f95-9b508ea7d721'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:35:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:52.009 63 INFO tempest.lib.common.rest_client [req-b46e637e-1af6-428b-830c-a263197a7adb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.082s 2018-08-21 06:35:52.009 63 DEBUG tempest.lib.common.rest_client [req-b46e637e-1af6-428b-830c-a263197a7adb ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-b46e637e-1af6-428b-830c-a263197a7adb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b46e637e-1af6-428b-830c-a263197a7adb'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:35:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:52.022 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-21 06:35:53.178 63 INFO tempest.lib.common.rest_client [req-ebf58bf1-58da-4d08-a587-60e43d350c95 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.154s 2018-08-21 06:35:53.179 63 DEBUG tempest.lib.common.rest_client [req-ebf58bf1-58da-4d08-a587-60e43d350c95 ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-ebf58bf1-58da-4d08-a587-60e43d350c95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebf58bf1-58da-4d08-a587-60e43d350c95'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:35:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:53.192 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:35:54.338 63 INFO tempest.lib.common.rest_client [req-47bc9a77-aa53-4665-8862-99595a7fc415 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.144s 2018-08-21 06:35:54.338 63 DEBUG tempest.lib.common.rest_client [req-47bc9a77-aa53-4665-8862-99595a7fc415 ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-47bc9a77-aa53-4665-8862-99595a7fc415', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47bc9a77-aa53-4665-8862-99595a7fc415'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:35:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:56.081 63 INFO tempest.lib.common.rest_client [req-950cb680-baf1-4ccf-8bf2-d1dfc3d4df4c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.728s 2018-08-21 06:35:56.082 63 DEBUG tempest.lib.common.rest_client [req-950cb680-baf1-4ccf-8bf2-d1dfc3d4df4c ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-950cb680-baf1-4ccf-8bf2-d1dfc3d4df4c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-950cb680-baf1-4ccf-8bf2-d1dfc3d4df4c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:35:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:57.251 63 INFO tempest.lib.common.rest_client [req-ace109bd-caa8-428b-b1cc-da4526cd4d19 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.155s 2018-08-21 06:35:57.252 63 DEBUG tempest.lib.common.rest_client [req-ace109bd-caa8-428b-b1cc-da4526cd4d19 ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-ace109bd-caa8-428b-b1cc-da4526cd4d19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ace109bd-caa8-428b-b1cc-da4526cd4d19'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-971365832": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:3d:65", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:57.263 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:35:58.088 63 INFO tempest.lib.common.rest_client [req-4ac3014b-ed15-41c0-a4c0-6529e9b706dc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.824s 2018-08-21 06:35:58.088 63 DEBUG tempest.lib.common.rest_client [req-4ac3014b-ed15-41c0-a4c0-6529e9b706dc ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-4ac3014b-ed15-41c0-a4c0-6529e9b706dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ac3014b-ed15-41c0-a4c0-6529e9b706dc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-971365832": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:3d:65", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:58.100 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c22f55ed-8769-45e0-bc24-4202010bc8da with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:35:58.388 63 INFO tempest.lib.common.rest_client [req-1df7137d-0d17-4a9e-9fe6-d18a1814ec2c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/routers 0.287s 2018-08-21 06:35:58.389 63 DEBUG tempest.lib.common.rest_client [req-1df7137d-0d17-4a9e-9fe6-d18a1814ec2c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--617647497", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:35:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1df7137d-0d17-4a9e-9fe6-d18a1814ec2c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:58Z", "admin_state_up": true, "updated_at": "2018-08-21T06:35:58Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "74bba390-cb15-4193-904e-94c69fe48d4b", "name": "tempest-router--617647497"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:35:59.961 63 INFO tempest.lib.common.rest_client [req-e030d11a-34d2-4964-805c-2df9be1ed5c0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b 1.571s 2018-08-21 06:35:59.961 63 DEBUG tempest.lib.common.rest_client [req-e030d11a-34d2-4964-805c-2df9be1ed5c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b', u'date': 'Tue, 21 Aug 2018 06:35:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e030d11a-34d2-4964-805c-2df9be1ed5c0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:35:58Z", "admin_state_up": true, "updated_at": "2018-08-21T06:35:59Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "74bba390-cb15-4193-904e-94c69fe48d4b", "name": "tempest-router--617647497"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:02.322 63 INFO tempest.lib.common.rest_client [req-f963f9f8-17d3-4156-a918-c36a17c7f2ef ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b/add_router_interface 2.360s 2018-08-21 06:36:02.323 63 DEBUG tempest.lib.common.rest_client [req-f963f9f8-17d3-4156-a918-c36a17c7f2ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b83cde73-5580-4d1a-a487-ae5bd848c5d2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f963f9f8-17d3-4156-a918-c36a17c7f2ef'} Body: {"network_id": "cb17876f-3e7d-4bf9-8279-e22887e87417", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b83cde73-5580-4d1a-a487-ae5bd848c5d2", "subnet_ids": ["b83cde73-5580-4d1a-a487-ae5bd848c5d2"], "port_id": "85b526ae-c6e8-4fc2-9734-f44108abc322", "id": "74bba390-cb15-4193-904e-94c69fe48d4b"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:04.261 63 INFO tempest.lib.common.rest_client [req-77ba19e6-80d7-4510-b96d-65cfd0744183 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.937s 2018-08-21 06:36:04.262 63 DEBUG tempest.lib.common.rest_client [req-77ba19e6-80d7-4510-b96d-65cfd0744183 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "dea4419a-c439-4aff-8d90-dd02a8b42852"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77ba19e6-80d7-4510-b96d-65cfd0744183'} Body: {"floatingip": {"router_id": "74bba390-cb15-4193-904e-94c69fe48d4b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:36:03Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "dea4419a-c439-4aff-8d90-dd02a8b42852", "id": "59ee85ab-3ff8-4399-8f7d-0ba80e8acc3e", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:03Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:04.263 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:36:12.280 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:36:12.344 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:36:12.377 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:36:12.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-21 06:36:12.492 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:36:12.494 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:36:12.554 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:36:12.558 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:36:17.566 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_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-21 06:36:17.567 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-21 06:36:17.567 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075681 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:36:18.369 63 INFO tempest.lib.common.rest_client [req-18025e51-db47-41b3-ae05-d66259f62e9e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/59ee85ab-3ff8-4399-8f7d-0ba80e8acc3e 0.801s 2018-08-21 06:36:18.370 63 DEBUG tempest.lib.common.rest_client [req-18025e51-db47-41b3-ae05-d66259f62e9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/59ee85ab-3ff8-4399-8f7d-0ba80e8acc3e', u'date': 'Tue, 21 Aug 2018 06:36:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18025e51-db47-41b3-ae05-d66259f62e9e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:19.991 63 INFO tempest.lib.common.rest_client [req-a6022f50-f4d4-442b-aba1-9fc09396c448 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b/remove_router_interface 1.620s 2018-08-21 06:36:19.992 63 DEBUG tempest.lib.common.rest_client [req-a6022f50-f4d4-442b-aba1-9fc09396c448 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b83cde73-5580-4d1a-a487-ae5bd848c5d2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:36:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a6022f50-f4d4-442b-aba1-9fc09396c448'} Body: {"network_id": "cb17876f-3e7d-4bf9-8279-e22887e87417", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b83cde73-5580-4d1a-a487-ae5bd848c5d2", "subnet_ids": ["b83cde73-5580-4d1a-a487-ae5bd848c5d2"], "port_id": "85b526ae-c6e8-4fc2-9734-f44108abc322", "id": "74bba390-cb15-4193-904e-94c69fe48d4b"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:21.400 63 INFO tempest.lib.common.rest_client [req-18aadf5c-7d52-4c14-9c80-be05a47239e4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b 1.407s 2018-08-21 06:36:21.401 63 DEBUG tempest.lib.common.rest_client [req-18aadf5c-7d52-4c14-9c80-be05a47239e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/74bba390-cb15-4193-904e-94c69fe48d4b', u'date': 'Tue, 21 Aug 2018 06:36:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18aadf5c-7d52-4c14-9c80-be05a47239e4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:21.600 63 INFO tempest.lib.common.rest_client [req-04027cf5-5421-4439-bd83-0540738be961 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.199s 2018-08-21 06:36:21.601 63 DEBUG tempest.lib.common.rest_client [req-04027cf5-5421-4439-bd83-0540738be961 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-04027cf5-5421-4439-bd83-0540738be961', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-04027cf5-5421-4439-bd83-0540738be961'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:21.785 63 INFO tempest.lib.common.rest_client [req-609f943d-4421-4ca2-93ce-ed9743e52abf ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.183s 2018-08-21 06:36:21.785 63 DEBUG tempest.lib.common.rest_client [req-609f943d-4421-4ca2-93ce-ed9743e52abf ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-609f943d-4421-4ca2-93ce-ed9743e52abf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-609f943d-4421-4ca2-93ce-ed9743e52abf'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-971365832": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:3d:65", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:23.232 63 INFO tempest.lib.common.rest_client [req-c758776a-ffb4-495a-8b15-482a3cf3b11d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.432s 2018-08-21 06:36:23.232 63 DEBUG tempest.lib.common.rest_client [req-c758776a-ffb4-495a-8b15-482a3cf3b11d ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-c758776a-ffb4-495a-8b15-482a3cf3b11d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c758776a-ffb4-495a-8b15-482a3cf3b11d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-971365832": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:3d:65", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c22f55ed-8769-45e0-bc24-4202010bc8da", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c22f55ed-8769-45e0-bc24-4202010bc8da", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:22Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-2", "created": "2018-08-21T06:35:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:24.294 63 INFO tempest.lib.common.rest_client [req-eebc05f0-afad-4f92-98de-877cb8452d55 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da 0.048s 2018-08-21 06:36:24.295 63 DEBUG tempest.lib.common.rest_client [req-eebc05f0-afad-4f92-98de-877cb8452d55 ] 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.44:8774/v2.1/servers/c22f55ed-8769-45e0-bc24-4202010bc8da', u'x-compute-request-id': 'req-eebc05f0-afad-4f92-98de-877cb8452d55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:24 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-eebc05f0-afad-4f92-98de-877cb8452d55'} Body: {"itemNotFound": {"message": "Instance c22f55ed-8769-45e0-bc24-4202010bc8da could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:25.361 63 INFO tempest.lib.common.rest_client [req-419a44dc-c87e-41e6-be00-03e8aad0e048 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/0d96e04b-ffb5-47c3-8db8-c4ccaa3c0074 1.065s 2018-08-21 06:36:25.362 63 DEBUG tempest.lib.common.rest_client [req-419a44dc-c87e-41e6-be00-03e8aad0e048 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/0d96e04b-ffb5-47c3-8db8-c4ccaa3c0074', u'date': 'Tue, 21 Aug 2018 06:36:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-419a44dc-c87e-41e6-be00-03e8aad0e048'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:25.529 63 INFO tempest.lib.common.rest_client [req-550fcb78-d757-48ae-a997-72556a2a222f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.166s 2018-08-21 06:36:25.530 63 DEBUG tempest.lib.common.rest_client [req-550fcb78-d757-48ae-a997-72556a2a222f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-550fcb78-d757-48ae-a997-72556a2a222f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-550fcb78-d757-48ae-a997-72556a2a222f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:26.009 63 INFO tempest.lib.common.rest_client [req-a2a3f595-5b17-4fed-be6a-ac15e8b9a828 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.479s 2018-08-21 06:36:26.010 63 DEBUG tempest.lib.common.rest_client [req-a2a3f595-5b17-4fed-be6a-ac15e8b9a828 ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-a2a3f595-5b17-4fed-be6a-ac15e8b9a828', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2a3f595-5b17-4fed-be6a-ac15e8b9a828'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1213952057": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:f6:28", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "security_groups": [{"name": "tempest-secgroup-smoke-243580999"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:25Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:27.423 63 INFO tempest.lib.common.rest_client [req-2c5af304-4071-411e-be6d-dbb8a9bbd50e ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.398s 2018-08-21 06:36:27.423 63 DEBUG tempest.lib.common.rest_client [req-2c5af304-4071-411e-be6d-dbb8a9bbd50e ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-2c5af304-4071-411e-be6d-dbb8a9bbd50e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c5af304-4071-411e-be6d-dbb8a9bbd50e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1213952057": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:f6:28", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:35:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "4ed17cd5-f669-45d2-bd44-880e3b52eaed", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:26Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1511478585", "name": "server-1", "created": "2018-08-21T06:35:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:28.486 63 INFO tempest.lib.common.rest_client [req-5b868527-dd29-4ca9-b464-2c8298a21f31 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed 0.048s 2018-08-21 06:36:28.487 63 DEBUG tempest.lib.common.rest_client [req-5b868527-dd29-4ca9-b464-2c8298a21f31 ] 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.44:8774/v2.1/servers/4ed17cd5-f669-45d2-bd44-880e3b52eaed', u'x-compute-request-id': 'req-5b868527-dd29-4ca9-b464-2c8298a21f31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5b868527-dd29-4ca9-b464-2c8298a21f31'} Body: {"itemNotFound": {"message": "Instance 4ed17cd5-f669-45d2-bd44-880e3b52eaed could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:29.132 63 INFO tempest.lib.common.rest_client [req-958129ea-4df1-4026-925e-fa3a46840f8c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/dea4419a-c439-4aff-8d90-dd02a8b42852 0.644s 2018-08-21 06:36:29.133 63 DEBUG tempest.lib.common.rest_client [req-958129ea-4df1-4026-925e-fa3a46840f8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/dea4419a-c439-4aff-8d90-dd02a8b42852', u'date': 'Tue, 21 Aug 2018 06:36:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-958129ea-4df1-4026-925e-fa3a46840f8c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:29.178 63 INFO tempest.lib.common.rest_client [req-fb78e32f-1d55-423d-ab62-11e0f4c40e83 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1511478585 0.045s 2018-08-21 06:36:29.179 63 DEBUG tempest.lib.common.rest_client [req-fb78e32f-1d55-423d-ab62-11e0f4c40e83 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1511478585', u'x-compute-request-id': 'req-fb78e32f-1d55-423d-ab62-11e0f4c40e83', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb78e32f-1d55-423d-ab62-11e0f4c40e83'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:30.207 63 INFO tempest.lib.common.rest_client [req-a73281aa-6bf6-482b-be65-76181b44f5de ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/137bc8d0-33dc-4711-9761-8af342d867f8 1.027s 2018-08-21 06:36:30.208 63 DEBUG tempest.lib.common.rest_client [req-a73281aa-6bf6-482b-be65-76181b44f5de ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/137bc8d0-33dc-4711-9761-8af342d867f8', u'date': 'Tue, 21 Aug 2018 06:36:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a73281aa-6bf6-482b-be65-76181b44f5de'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:32.004 63 INFO tempest.lib.common.rest_client [req-59da27ea-f995-4c26-8387-40fff463a0f6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/30c31ce4-ecdb-4a71-8b16-d42dfdc78b01 1.795s 2018-08-21 06:36:32.005 63 DEBUG tempest.lib.common.rest_client [req-59da27ea-f995-4c26-8387-40fff463a0f6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/30c31ce4-ecdb-4a71-8b16-d42dfdc78b01', u'date': 'Tue, 21 Aug 2018 06:36:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-59da27ea-f995-4c26-8387-40fff463a0f6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:33.189 63 INFO tempest.lib.common.rest_client [req-2dfdb696-910d-4173-97c9-23ddb85396a0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/b83cde73-5580-4d1a-a487-ae5bd848c5d2 1.184s 2018-08-21 06:36:33.190 63 DEBUG tempest.lib.common.rest_client [req-2dfdb696-910d-4173-97c9-23ddb85396a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/b83cde73-5580-4d1a-a487-ae5bd848c5d2', u'date': 'Tue, 21 Aug 2018 06:36:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2dfdb696-910d-4173-97c9-23ddb85396a0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:34.752 63 INFO tempest.lib.common.rest_client [req-a58d4a6f-0fc3-4b17-9e24-c7ce5ca03824 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/cb17876f-3e7d-4bf9-8279-e22887e87417 1.561s 2018-08-21 06:36:34.752 63 DEBUG tempest.lib.common.rest_client [req-a58d4a6f-0fc3-4b17-9e24-c7ce5ca03824 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/cb17876f-3e7d-4bf9-8279-e22887e87417', u'date': 'Tue, 21 Aug 2018 06:36:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a58d4a6f-0fc3-4b17-9e24-c7ce5ca03824'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:35.086 63 INFO tempest.lib.common.rest_client [req-0c4424ff-8375-4fb0-8518-064e2d7a6d5e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/e34e55d2-4bbf-4174-bf64-c19552566834 0.333s 2018-08-21 06:36:35.086 63 DEBUG tempest.lib.common.rest_client [req-0c4424ff-8375-4fb0-8518-064e2d7a6d5e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/e34e55d2-4bbf-4174-bf64-c19552566834', u'date': 'Tue, 21 Aug 2018 06:36:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0c4424ff-8375-4fb0-8518-064e2d7a6d5e'} 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 [65.039225s] ... ok 2018-08-21 06:36:35.342 63 INFO tempest.lib.common.rest_client [req-4205e107-952b-4af0-b0d4-e3d38061bc45 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.237s 2018-08-21 06:36:35.343 63 DEBUG tempest.lib.common.rest_client [req-4205e107-952b-4af0-b0d4-e3d38061bc45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-996762876 description", "name": "tempest-secgroup-smoke-996762876"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:36:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4205e107-952b-4af0-b0d4-e3d38061bc45'} Body: {"security_group": {"description": "tempest-secgroup-smoke-996762876 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:35Z", "updated_at": "2018-08-21T06:36:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:36:35Z", "revision_number": 0, "id": "283f7e10-4448-45c8-b0c2-b673f9caeb9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:36:35Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:36:35Z", "revision_number": 0, "id": "6cd30db6-073e-4952-acaa-7a1e6c002156", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:36:35Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "name": "tempest-secgroup-smoke-996762876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:35.511 63 INFO tempest.lib.common.rest_client [req-c69edd21-492a-4ae8-b86c-e63b49fea5c9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.166s 2018-08-21 06:36:35.511 63 DEBUG tempest.lib.common.rest_client [req-c69edd21-492a-4ae8-b86c-e63b49fea5c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c69edd21-492a-4ae8-b86c-e63b49fea5c9'} 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-21T06:36:35Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:35Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d276ae25-cfe9-465c-b47b-683d31bfdcb8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:35.713 63 INFO tempest.lib.common.rest_client [req-8f0741e9-8922-4698-aadb-8046b463428f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.201s 2018-08-21 06:36:35.714 63 DEBUG tempest.lib.common.rest_client [req-8f0741e9-8922-4698-aadb-8046b463428f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f0741e9-8922-4698-aadb-8046b463428f'} 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-21T06:36:35Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:35Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b077abc2-101d-45ca-8523-98de3666e066"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:35.876 63 INFO tempest.lib.common.rest_client [req-26d70392-7387-47a8-a2c8-bd39ef4922b4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 06:36:35.877 63 DEBUG tempest.lib.common.rest_client [req-26d70392-7387-47a8-a2c8-bd39ef4922b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26d70392-7387-47a8-a2c8-bd39ef4922b4'} 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-21T06:36:35Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:35Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2015e235-515c-4b49-9fb3-2d57223ae299"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:36.326 63 INFO tempest.lib.common.rest_client [req-1fd19666-28f1-42c1-9f2c-9c659825b817 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.446s 2018-08-21 06:36:36.326 63 DEBUG tempest.lib.common.rest_client [req-1fd19666-28f1-42c1-9f2c-9c659825b817 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1fd19666-28f1-42c1-9f2c-9c659825b817'} 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-21T06:36:36Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1f878ba9-affa-4590-a22e-993ff50c3d84"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:36.516 63 INFO tempest.lib.common.rest_client [req-0f2ee213-dfdd-46c5-b4d7-d670320900bc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.189s 2018-08-21 06:36:36.517 63 DEBUG tempest.lib.common.rest_client [req-0f2ee213-dfdd-46c5-b4d7-d670320900bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f2ee213-dfdd-46c5-b4d7-d670320900bc'} 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-21T06:36:36Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3d95d1d0-8b95-4c42-9d60-c6f26d3746f6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:36.676 63 INFO tempest.lib.common.rest_client [req-1e24b88f-6c29-4adc-8830-6b0d42ae2d5b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.157s 2018-08-21 06:36:36.677 63 DEBUG tempest.lib.common.rest_client [req-1e24b88f-6c29-4adc-8830-6b0d42ae2d5b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1e24b88f-6c29-4adc-8830-6b0d42ae2d5b'} 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-21T06:36:36Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "268259a2-f8a1-4100-b5b1-48929c392adc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:36.830 63 INFO tempest.lib.common.rest_client [req-3eb5c30c-7ef5-46cb-a319-5cec36991931 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 06:36:36.831 63 DEBUG tempest.lib.common.rest_client [req-3eb5c30c-7ef5-46cb-a319-5cec36991931 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3eb5c30c-7ef5-46cb-a319-5cec36991931'} 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-21T06:36:36Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ad4c496f-62a6-4281-abd6-19a9db5fe230"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:36.998 63 INFO tempest.lib.common.rest_client [req-af38dec4-fff3-43d0-9f1a-316c05476111 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.166s 2018-08-21 06:36:36.998 63 DEBUG tempest.lib.common.rest_client [req-af38dec4-fff3-43d0-9f1a-316c05476111 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:36:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-af38dec4-fff3-43d0-9f1a-316c05476111'} 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-21T06:36:36Z", "security_group_id": "e953908e-bdfd-4304-ad8a-a539e9de1f98", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8eba34c1-988a-43c1-a8b8-3b994c837de9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:37.589 63 INFO tempest.lib.common.rest_client [req-3fbb5003-5c19-4eb4-88ce-5b70544905f1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.589s 2018-08-21 06:36:37.589 63 DEBUG tempest.lib.common.rest_client [req-3fbb5003-5c19-4eb4-88ce-5b70544905f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-2086609033"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:36:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fbb5003-5c19-4eb4-88ce-5b70544905f1'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:36:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:36:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d","name":"tempest-A-2086609033"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:38.085 63 INFO tempest.lib.common.rest_client [req-efd74cb6-7e62-4102-9c94-a0bb0ae35654 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.495s 2018-08-21 06:36:38.086 63 DEBUG tempest.lib.common.rest_client [req-efd74cb6-7e62-4102-9c94-a0bb0ae35654 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d", "name": "tempest-subnet-A-1-1539044731"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efd74cb6-7e62-4102-9c94-a0bb0ae35654'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:36:37Z","dns_nameservers":[],"updated_at":"2018-08-21T06:36:37Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"d91911a7-a378-4b01-8a71-7aa472f22558","subnetpool_id":null,"name":"tempest-subnet-A-1-1539044731"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:38.269 63 INFO tempest.lib.common.rest_client [req-c604be40-53e3-4778-948c-765e65c84351 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.182s 2018-08-21 06:36:38.270 63 DEBUG tempest.lib.common.rest_client [req-c604be40-53e3-4778-948c-765e65c84351 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1857369841"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c604be40-53e3-4778-948c-765e65c84351'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:36:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:36:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"4ba8cd09-8e66-44a4-91eb-1b86e5e66529","name":"tempest-B-1857369841"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:38.872 63 INFO tempest.lib.common.rest_client [req-fc262a95-7b02-4b4e-ab41-3f6bddb1e4c9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.602s 2018-08-21 06:36:38.873 63 DEBUG tempest.lib.common.rest_client [req-fc262a95-7b02-4b4e-ab41-3f6bddb1e4c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "4ba8cd09-8e66-44a4-91eb-1b86e5e66529", "name": "tempest-subnet-B-1-783682888"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc262a95-7b02-4b4e-ab41-3f6bddb1e4c9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4ba8cd09-8e66-44a4-91eb-1b86e5e66529","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:36:38Z","dns_nameservers":[],"updated_at":"2018-08-21T06:36:38Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"9a589515-cdd6-42de-a33e-2f6732a41ffc","subnetpool_id":null,"name":"tempest-subnet-B-1-783682888"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:39.178 63 INFO tempest.lib.common.rest_client [req-173d2f70-d1a8-4284-b30b-5b75cec95593 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.304s 2018-08-21 06:36:39.179 63 DEBUG tempest.lib.common.rest_client [req-173d2f70-d1a8-4284-b30b-5b75cec95593 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:36:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-173d2f70-d1a8-4284-b30b-5b75cec95593'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "e0bff4e7-aaf9-4d2f-adc3-0ef3174c3faf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:39.521 63 INFO tempest.lib.common.rest_client [req-123b3732-b021-48e4-830f-6f152504c31a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e0bff4e7-aaf9-4d2f-adc3-0ef3174c3faf/network_associations 0.341s 2018-08-21 06:36:39.522 63 DEBUG tempest.lib.common.rest_client [req-123b3732-b021-48e4-830f-6f152504c31a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e0bff4e7-aaf9-4d2f-adc3-0ef3174c3faf/network_associations', u'date': 'Tue, 21 Aug 2018 06:36:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-123b3732-b021-48e4-830f-6f152504c31a'} Body: {"network_association": {"network_id": "0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d", "id": "d83b0e87-513a-4ff7-a63a-de20254df83b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:39.788 63 INFO tempest.lib.common.rest_client [req-8f822cef-5734-4f13-808c-da75c132a5b1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.265s 2018-08-21 06:36:39.788 63 DEBUG tempest.lib.common.rest_client [req-8f822cef-5734-4f13-808c-da75c132a5b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1573148684"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-8f822cef-5734-4f13-808c-da75c132a5b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f822cef-5734-4f13-808c-da75c132a5b1'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3fGUCI7aD/wjdqc7rQVzmpanWmeavxIRbbb1h8XgAY+WOPTqX02BWT35x9gTDHP6ssjJebvJTyq5nwjWiQOj5Fch1kXDugc5Hi11o1SJW7dmwrxObcWYUCdYNXirMr6xECv3QKml2WnrM6ZYaT/KwBng5QUOdyNM/KjhpND1uyWehVExt4lH7quvofDb4jf0E4FwCv7wDP4aSsxC44qAt+Ff4Dg+Y3wEcuAv5Ms0GR7ZOYoRoT4tWqGxKrQWEWRG1q4wu4cBwBcA5HYT4fBq4pF3Sbk8lDBGklrG4k/UnX0hSFtY/wGr3EyrUHgjpymc+k6YJkHIPqwSwkXxdfNAj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAt3xlAiO2g/8I3anO60Fc5qWp1pnmr8SEW229YfF4AGPljj06\nl9NgVk9+cfYEwxz+rLIyXm7yU8quZ8I1okDo+RXIdZFw7oHOR4tdaNUiVu3ZsK8T\nm3FmFAnWDV4qzK+sRAr90Cppdlp6zOmWGk/ysAZ4OUFDncjTPyo4aTQ9bslnoVRM\nbeJR+6rr6Hw2+I39BOBcAr+8Az+GkrMQuOKgLfhX+A4PmN8BHLgL+TLNBke2TmKE\naE+LVqhsSq0FhFkRtauMLuHAcAXAOR2E+HwauKRd0m5PJQwRpJaxuJP1J19IUhbW\nP8Bq9xMq1B4I6cpnPpOmCZByD6sEsJF8XXzQIwIDAQABAoIBAFzernVlxBSNOlyP\nfTbfz3jCcvM21Gc0jVWFduyi/n0cEu1qmkSMbV9iPvrJbeGfxFt+mjXn6+lzVdEY\noHLubbzdRKgVJFbkBpd5t56++fGL07o08zSjMeqEi/4aIomVhRivg4YgYV7RLwSW\nWi4ZNxnXPHSmTuYG5r06znCZS1rN5KjVFpue8VAPAGtf7dVwV8RcZjmrDWF+3pWr\nACZGkcGHBNzqtXBLn9pdgFsouT1JyJBhSkOf7SmIVqDh2goiPu8K76gPxYbrc/6D\n5hPF1vVfjvdYZYkX/QdQE7qgVbLnvsXzgYWzNMkQiNXbd0n95wJylHz3hwhJkmqE\nFCgOmsECgYEA2szRnLy4rNQux9m8wT8CYD5Q65nQiadAWzjTr+uhyMGOCnC4E+Fr\ntub504wCItfjFSrSuBF3ui3ZyNC3oRha2vTyhpah7CK0yxauwDSYVB8W6yDkTLyL\nO7QlcslfEah7Py9cr0tKEKOkYn3nMbuJQ62IlQWm0f8nY2inFu+i7SECgYEA1q6K\nu3qiOaX1UZSrH1bKL1ultxo6cVqRK4RGs9s1dy0/oRpWBOSNKnHGgOes3lYpX/5X\nRwDQS0Vthud5oD+pODeJNL3QswK/xG3Xj6XIukvdA4HLmiHUTOlDonR3NA7EKh95\n1IWV+8SZ1vlYoIN0gdWMNI7p9QVnZsAFQ35sMMMCgYADZunfcQPCFC6CBv2rV4p2\n6qEheKvIaCRVBsYr1xMV5wSJXwVNsdSV7HN3+ZZS6l5qhtbt67+b0nivaadhRtqq\nyuI2e4MbA9Mh0UF4VZkEvdMCZumF0+yqSfvHFCB5StBXxCnBw/7r0U+OBH0ixdK1\nja4w+vyECV6Yahkm/yTeYQKBgCO1cqQOmO9H2I9SUEhtMkJAV0cmmLQEIYOAhBYk\njzcckqnkbIxxy71UoXUNlCaDZGxwLOpFi2AJ01cOJ5/tFuOf8TWRoSY1fdpZfvKI\n2+OI/OE5dLlViS+l2Tcrcix5jE2JYMVl1vXC1Of6H7DLTNTPxXt0jhvQY0unAvkg\nDTTrAoGAJIi92WVc/9OrTMwvYjOtn7ZvnwWeQoYGKbm3MH9qb0bS72Z3S9Vu+UP6\ntZz/8EmyiuY8jIXjVx6lf6diIoGxb/JlV5WeNIQZmy4w6vnktPzi5AVsjyxN3Xnn\nxw81MI96qJRZlFYajUrNPCahlOYHwdG6He2fyIzUkc6vFIbiqPE=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1573148684", "fingerprint": "af:03:72:7e:f6:bd:a6:d1:aa:bd:a7:7a:ad:9b:bc:20"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:40.641 63 INFO tempest.lib.common.rest_client [req-7e56c6f1-d70e-44d2-9ce0-78afc7f1ca65 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.849s 2018-08-21 06:36:40.642 63 DEBUG tempest.lib.common.rest_client [req-7e56c6f1-d70e-44d2-9ce0-78afc7f1ca65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-433084291", "security_groups": ["e953908e-bdfd-4304-ad8a-a539e9de1f98"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:36:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e56c6f1-d70e-44d2-9ce0-78afc7f1ca65'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:36:40Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:36:40Z","name":"tempest-port-smoke-433084291","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5b:4b:f7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"d91911a7-a378-4b01-8a71-7aa472f22558","ip_address":"10.101.11.10"}],"id":"9185d79a-2f19-4adb-aeee-e99a22a709b1","security_groups":["e953908e-bdfd-4304-ad8a-a539e9de1f98"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:42.061 63 INFO tempest.lib.common.rest_client [req-bd9f33f3-923d-45d6-86f4-65ce6d650c50 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.418s 2018-08-21 06:36:42.062 63 DEBUG tempest.lib.common.rest_client [req-bd9f33f3-923d-45d6-86f4-65ce6d650c50 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1573148684", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d", "port": "9185d79a-2f19-4adb-aeee-e99a22a709b1"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-bd9f33f3-923d-45d6-86f4-65ce6d650c50', 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd9f33f3-923d-45d6-86f4-65ce6d650c50'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "adminPass": "ZnNeiEHXMY2J"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:42.412 63 INFO tempest.lib.common.rest_client [req-e06b5ef9-2451-49e0-8912-0125be0d981e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.346s 2018-08-21 06:36:42.413 63 DEBUG tempest.lib.common.rest_client [req-e06b5ef9-2451-49e0-8912-0125be0d981e ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-e06b5ef9-2451-49e0-8912-0125be0d981e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e06b5ef9-2451-49e0-8912-0125be0d981e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:36:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:43.869 63 INFO tempest.lib.common.rest_client [req-df81d71d-cab6-4a05-9b54-fbb08346fb57 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.441s 2018-08-21 06:36:43.870 63 DEBUG tempest.lib.common.rest_client [req-df81d71d-cab6-4a05-9b54-fbb08346fb57 ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-df81d71d-cab6-4a05-9b54-fbb08346fb57', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df81d71d-cab6-4a05-9b54-fbb08346fb57'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:36:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:45.033 63 INFO tempest.lib.common.rest_client [req-13169bc5-7be2-45f5-bd2b-ccd669c7ddeb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.148s 2018-08-21 06:36:45.033 63 DEBUG tempest.lib.common.rest_client [req-13169bc5-7be2-45f5-bd2b-ccd669c7ddeb ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-13169bc5-7be2-45f5-bd2b-ccd669c7ddeb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13169bc5-7be2-45f5-bd2b-ccd669c7ddeb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:36:44Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:45.046 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:36:46.492 63 INFO tempest.lib.common.rest_client [req-7f08f266-6177-4996-8cce-192a129f75d7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.444s 2018-08-21 06:36:46.493 63 DEBUG tempest.lib.common.rest_client [req-7f08f266-6177-4996-8cce-192a129f75d7 ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-7f08f266-6177-4996-8cce-192a129f75d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f08f266-6177-4996-8cce-192a129f75d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:36:44Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:47.886 63 INFO tempest.lib.common.rest_client [req-fcd5076a-4c34-4ac7-9afe-3b2ce9caf79a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.378s 2018-08-21 06:36:47.886 63 DEBUG tempest.lib.common.rest_client [req-fcd5076a-4c34-4ac7-9afe-3b2ce9caf79a ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-fcd5076a-4c34-4ac7-9afe-3b2ce9caf79a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcd5076a-4c34-4ac7-9afe-3b2ce9caf79a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:36:44Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:49.351 63 INFO tempest.lib.common.rest_client [req-45f92a1f-608f-4705-a113-e625d7af9847 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.448s 2018-08-21 06:36:49.351 63 DEBUG tempest.lib.common.rest_client [req-45f92a1f-608f-4705-a113-e625d7af9847 ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-45f92a1f-608f-4705-a113-e625d7af9847', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-45f92a1f-608f-4705-a113-e625d7af9847'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2086609033": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:4b:f7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:36:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:48Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:49.365 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:36:49.811 63 INFO tempest.lib.common.rest_client [req-99cba94e-af78-4846-96b7-fc64e3129eb9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.445s 2018-08-21 06:36:49.811 63 DEBUG tempest.lib.common.rest_client [req-99cba94e-af78-4846-96b7-fc64e3129eb9 ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-99cba94e-af78-4846-96b7-fc64e3129eb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99cba94e-af78-4846-96b7-fc64e3129eb9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2086609033": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:4b:f7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:36:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:48Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:49.826 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b93079ec-f4aa-4da8-bfb9-26a5abfeed93 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:36:50.657 63 INFO tempest.lib.common.rest_client [req-95b404d4-7f6e-4c71-bbba-b705bf31995d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.830s 2018-08-21 06:36:50.657 63 DEBUG tempest.lib.common.rest_client [req-95b404d4-7f6e-4c71-bbba-b705bf31995d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4ba8cd09-8e66-44a4-91eb-1b86e5e66529", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-137100469", "security_groups": ["e953908e-bdfd-4304-ad8a-a539e9de1f98"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:36:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95b404d4-7f6e-4c71-bbba-b705bf31995d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:36:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4ba8cd09-8e66-44a4-91eb-1b86e5e66529","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:36:50Z","name":"tempest-port-smoke-137100469","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a0:d5:49","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"9a589515-cdd6-42de-a33e-2f6732a41ffc","ip_address":"10.102.21.20"}],"id":"2bb686d3-a855-454c-b08f-1f5b604856aa","security_groups":["e953908e-bdfd-4304-ad8a-a539e9de1f98"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:52.144 63 INFO tempest.lib.common.rest_client [req-2c5a1fdf-d1db-4e0a-b747-ca2c9567bd30 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.486s 2018-08-21 06:36:52.145 63 DEBUG tempest.lib.common.rest_client [req-2c5a1fdf-d1db-4e0a-b747-ca2c9567bd30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1573148684", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "4ba8cd09-8e66-44a4-91eb-1b86e5e66529", "port": "2bb686d3-a855-454c-b08f-1f5b604856aa"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-2c5a1fdf-d1db-4e0a-b747-ca2c9567bd30', 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c5a1fdf-d1db-4e0a-b747-ca2c9567bd30'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "adminPass": "45F7inLrENHo"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:52.675 63 INFO tempest.lib.common.rest_client [req-d445bbe7-15f1-446b-abd7-63dc4a392005 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.526s 2018-08-21 06:36:52.675 63 DEBUG tempest.lib.common.rest_client [req-d445bbe7-15f1-446b-abd7-63dc4a392005 ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-d445bbe7-15f1-446b-abd7-63dc4a392005', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d445bbe7-15f1-446b-abd7-63dc4a392005'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:36:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:53.771 63 INFO tempest.lib.common.rest_client [req-27e04a52-2e07-4fbf-95f0-6821a5921b77 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.081s 2018-08-21 06:36:53.772 63 DEBUG tempest.lib.common.rest_client [req-27e04a52-2e07-4fbf-95f0-6821a5921b77 ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-27e04a52-2e07-4fbf-95f0-6821a5921b77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27e04a52-2e07-4fbf-95f0-6821a5921b77'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:36:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:54.879 63 INFO tempest.lib.common.rest_client [req-22424027-aa10-49fe-8d47-9cab813f998f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.093s 2018-08-21 06:36:54.880 63 DEBUG tempest.lib.common.rest_client [req-22424027-aa10-49fe-8d47-9cab813f998f ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-22424027-aa10-49fe-8d47-9cab813f998f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22424027-aa10-49fe-8d47-9cab813f998f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:36:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:54.894 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:36:56.326 63 INFO tempest.lib.common.rest_client [req-167dd2b8-f824-4f71-851f-154d1ab6b39e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.430s 2018-08-21 06:36:56.327 63 DEBUG tempest.lib.common.rest_client [req-167dd2b8-f824-4f71-851f-154d1ab6b39e ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-167dd2b8-f824-4f71-851f-154d1ab6b39e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-167dd2b8-f824-4f71-851f-154d1ab6b39e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:36:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:57.493 63 INFO tempest.lib.common.rest_client [req-14fb1b28-5ddd-4562-a70c-ce2308bea957 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.153s 2018-08-21 06:36:57.494 63 DEBUG tempest.lib.common.rest_client [req-14fb1b28-5ddd-4562-a70c-ce2308bea957 ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-14fb1b28-5ddd-4562-a70c-ce2308bea957', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-14fb1b28-5ddd-4562-a70c-ce2308bea957'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:36:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:58.927 63 INFO tempest.lib.common.rest_client [req-c2a7770c-5b8d-4ea4-bcc9-f4dfe1a4254b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.419s 2018-08-21 06:36:58.928 63 DEBUG tempest.lib.common.rest_client [req-c2a7770c-5b8d-4ea4-bcc9-f4dfe1a4254b ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-c2a7770c-5b8d-4ea4-bcc9-f4dfe1a4254b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c2a7770c-5b8d-4ea4-bcc9-f4dfe1a4254b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1857369841": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d5:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:36:58.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:58.942 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:36:59.373 63 INFO tempest.lib.common.rest_client [req-cd24acbb-04ff-4196-beed-8828b9c26418 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.431s 2018-08-21 06:36:59.374 63 DEBUG tempest.lib.common.rest_client [req-cd24acbb-04ff-4196-beed-8828b9c26418 ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-cd24acbb-04ff-4196-beed-8828b9c26418', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:36:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd24acbb-04ff-4196-beed-8828b9c26418'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1857369841": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d5:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:36:58.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:36:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:36:59.388 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b70b4fe6-2a1e-4733-b4c0-43c4e2173066 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:36:59.532 63 INFO tempest.lib.common.rest_client [req-444139bf-8d91-417e-9d0d-822dea387356 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/routers 0.143s 2018-08-21 06:36:59.532 63 DEBUG tempest.lib.common.rest_client [req-444139bf-8d91-417e-9d0d-822dea387356 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--626796360", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:36:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-444139bf-8d91-417e-9d0d-822dea387356'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:59Z", "admin_state_up": true, "updated_at": "2018-08-21T06:36:59Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2574d6f2-707a-4f07-8f4b-a1b75ab06ca3", "name": "tempest-router--626796360"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:00.988 63 INFO tempest.lib.common.rest_client [req-874735f2-26cc-4eeb-9f3b-e66c1c9c67b1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3 1.454s 2018-08-21 06:37:00.988 63 DEBUG tempest.lib.common.rest_client [req-874735f2-26cc-4eeb-9f3b-e66c1c9c67b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3', u'date': 'Tue, 21 Aug 2018 06:37:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-874735f2-26cc-4eeb-9f3b-e66c1c9c67b1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:36:59Z", "admin_state_up": true, "updated_at": "2018-08-21T06:37:00Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2574d6f2-707a-4f07-8f4b-a1b75ab06ca3", "name": "tempest-router--626796360"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:03.520 63 INFO tempest.lib.common.rest_client [req-677fba16-9a86-47a7-aa81-31eb954796b3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3/add_router_interface 2.530s 2018-08-21 06:37:03.520 63 DEBUG tempest.lib.common.rest_client [req-677fba16-9a86-47a7-aa81-31eb954796b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d91911a7-a378-4b01-8a71-7aa472f22558"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:37:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-677fba16-9a86-47a7-aa81-31eb954796b3'} Body: {"network_id": "0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "d91911a7-a378-4b01-8a71-7aa472f22558", "subnet_ids": ["d91911a7-a378-4b01-8a71-7aa472f22558"], "port_id": "34e0549a-9c25-4da1-8af9-a06f075d7d9b", "id": "2574d6f2-707a-4f07-8f4b-a1b75ab06ca3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:05.362 63 INFO tempest.lib.common.rest_client [req-32c8b35a-c9c6-4b9b-95e9-2e1205f50b83 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.841s 2018-08-21 06:37:05.363 63 DEBUG tempest.lib.common.rest_client [req-32c8b35a-c9c6-4b9b-95e9-2e1205f50b83 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "9185d79a-2f19-4adb-aeee-e99a22a709b1"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:37:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32c8b35a-c9c6-4b9b-95e9-2e1205f50b83'} Body: {"floatingip": {"router_id": "2574d6f2-707a-4f07-8f4b-a1b75ab06ca3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:37:04Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "9185d79a-2f19-4adb-aeee-e99a22a709b1", "id": "9d4fba2a-db10-4544-bf70-58e27b967744", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:04Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:05.365 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 06:37:07.369 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:37:07.436 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:37:07.465 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 06:37:07.580 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-21 06:37:07.580 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 06:37:07.582 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:37:07.643 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:37:07.646 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 06:37:12.654 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net) Executing command on 172.30.9.204 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-21 06:37:12.654 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 06:37:12.655 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075099 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:37:13.805 63 INFO tempest.lib.common.rest_client [req-3e19f5e6-9dc0-47ea-b7f3-f3d212eb2e2e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/9d4fba2a-db10-4544-bf70-58e27b967744 1.149s 2018-08-21 06:37:13.805 63 DEBUG tempest.lib.common.rest_client [req-3e19f5e6-9dc0-47ea-b7f3-f3d212eb2e2e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/9d4fba2a-db10-4544-bf70-58e27b967744', u'date': 'Tue, 21 Aug 2018 06:37:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3e19f5e6-9dc0-47ea-b7f3-f3d212eb2e2e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:15.487 63 INFO tempest.lib.common.rest_client [req-942f35c4-01f0-41bc-bb0f-023f00f26f56 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3/remove_router_interface 1.681s 2018-08-21 06:37:15.488 63 DEBUG tempest.lib.common.rest_client [req-942f35c4-01f0-41bc-bb0f-023f00f26f56 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d91911a7-a378-4b01-8a71-7aa472f22558"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:37:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-942f35c4-01f0-41bc-bb0f-023f00f26f56'} Body: {"network_id": "0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "d91911a7-a378-4b01-8a71-7aa472f22558", "subnet_ids": ["d91911a7-a378-4b01-8a71-7aa472f22558"], "port_id": "34e0549a-9c25-4da1-8af9-a06f075d7d9b", "id": "2574d6f2-707a-4f07-8f4b-a1b75ab06ca3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:17.038 63 INFO tempest.lib.common.rest_client [req-524b7d9e-20f5-4cac-9164-0febef85241e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3 1.549s 2018-08-21 06:37:17.039 63 DEBUG tempest.lib.common.rest_client [req-524b7d9e-20f5-4cac-9164-0febef85241e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/2574d6f2-707a-4f07-8f4b-a1b75ab06ca3', u'date': 'Tue, 21 Aug 2018 06:37:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-524b7d9e-20f5-4cac-9164-0febef85241e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:17.188 63 INFO tempest.lib.common.rest_client [req-57357502-2914-4c6e-b677-095893817377 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.148s 2018-08-21 06:37:17.188 63 DEBUG tempest.lib.common.rest_client [req-57357502-2914-4c6e-b677-095893817377 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-57357502-2914-4c6e-b677-095893817377', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57357502-2914-4c6e-b677-095893817377'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:17.344 63 INFO tempest.lib.common.rest_client [req-1a8d677e-ca70-4464-8f33-8d99f07a73ba ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.155s 2018-08-21 06:37:17.345 63 DEBUG tempest.lib.common.rest_client [req-1a8d677e-ca70-4464-8f33-8d99f07a73ba ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-1a8d677e-ca70-4464-8f33-8d99f07a73ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a8d677e-ca70-4464-8f33-8d99f07a73ba'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1857369841": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d5:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:36:58.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:18.734 63 INFO tempest.lib.common.rest_client [req-ca73d32b-b616-426f-a486-9ed1eb9382c6 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.373s 2018-08-21 06:37:18.735 63 DEBUG tempest.lib.common.rest_client [req-ca73d32b-b616-426f-a486-9ed1eb9382c6 ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-ca73d32b-b616-426f-a486-9ed1eb9382c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca73d32b-b616-426f-a486-9ed1eb9382c6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1857369841": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d5:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:36:58.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b70b4fe6-2a1e-4733-b4c0-43c4e2173066", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-2", "created": "2018-08-21T06:36:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:19.790 63 INFO tempest.lib.common.rest_client [req-b6e956a5-4b09-4fc6-8d6a-c23a1f06a6e9 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066 0.040s 2018-08-21 06:37:19.791 63 DEBUG tempest.lib.common.rest_client [req-b6e956a5-4b09-4fc6-8d6a-c23a1f06a6e9 ] 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.44:8774/v2.1/servers/b70b4fe6-2a1e-4733-b4c0-43c4e2173066', u'x-compute-request-id': 'req-b6e956a5-4b09-4fc6-8d6a-c23a1f06a6e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6e956a5-4b09-4fc6-8d6a-c23a1f06a6e9'} Body: {"itemNotFound": {"message": "Instance b70b4fe6-2a1e-4733-b4c0-43c4e2173066 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:20.705 63 INFO tempest.lib.common.rest_client [req-348a8dd6-112d-406a-9df9-327cbc0036ca ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/2bb686d3-a855-454c-b08f-1f5b604856aa 0.913s 2018-08-21 06:37:20.705 63 DEBUG tempest.lib.common.rest_client [req-348a8dd6-112d-406a-9df9-327cbc0036ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/2bb686d3-a855-454c-b08f-1f5b604856aa', u'date': 'Tue, 21 Aug 2018 06:37:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-348a8dd6-112d-406a-9df9-327cbc0036ca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:20.860 63 INFO tempest.lib.common.rest_client [req-2cbce545-a3df-478d-9893-41733a3a86fb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.153s 2018-08-21 06:37:20.860 63 DEBUG tempest.lib.common.rest_client [req-2cbce545-a3df-478d-9893-41733a3a86fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-2cbce545-a3df-478d-9893-41733a3a86fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2cbce545-a3df-478d-9893-41733a3a86fb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:21.322 63 INFO tempest.lib.common.rest_client [req-9c4dcabb-589d-4332-9be3-ef2265dfe625 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.461s 2018-08-21 06:37:21.323 63 DEBUG tempest.lib.common.rest_client [req-9c4dcabb-589d-4332-9be3-ef2265dfe625 ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-9c4dcabb-589d-4332-9be3-ef2265dfe625', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c4dcabb-589d-4332-9be3-ef2265dfe625'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2086609033": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:4b:f7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:36:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "security_groups": [{"name": "tempest-secgroup-smoke-996762876"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:20Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:22.440 63 INFO tempest.lib.common.rest_client [req-ec164d79-00bd-4bc5-b42c-7efb56ce30a3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.102s 2018-08-21 06:37:22.441 63 DEBUG tempest.lib.common.rest_client [req-ec164d79-00bd-4bc5-b42c-7efb56ce30a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-ec164d79-00bd-4bc5-b42c-7efb56ce30a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec164d79-00bd-4bc5-b42c-7efb56ce30a3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:36:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b93079ec-f4aa-4da8-bfb9-26a5abfeed93", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:22Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T06:37:22.000000", "key_name": "tempest-TestBGPVPNBasic-1573148684", "name": "server-1", "created": "2018-08-21T06:36:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:22.453 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:37:23.498 63 INFO tempest.lib.common.rest_client [req-0100e78a-3b26-4d80-ad76-88060bc434c3 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93 0.044s 2018-08-21 06:37:23.499 63 DEBUG tempest.lib.common.rest_client [req-0100e78a-3b26-4d80-ad76-88060bc434c3 ] 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.44:8774/v2.1/servers/b93079ec-f4aa-4da8-bfb9-26a5abfeed93', u'x-compute-request-id': 'req-0100e78a-3b26-4d80-ad76-88060bc434c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0100e78a-3b26-4d80-ad76-88060bc434c3'} Body: {"itemNotFound": {"message": "Instance b93079ec-f4aa-4da8-bfb9-26a5abfeed93 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:24.122 63 INFO tempest.lib.common.rest_client [req-88476c70-eeab-42ce-bf69-8d6852258079 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/9185d79a-2f19-4adb-aeee-e99a22a709b1 0.622s 2018-08-21 06:37:24.123 63 DEBUG tempest.lib.common.rest_client [req-88476c70-eeab-42ce-bf69-8d6852258079 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/9185d79a-2f19-4adb-aeee-e99a22a709b1', u'date': 'Tue, 21 Aug 2018 06:37:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-88476c70-eeab-42ce-bf69-8d6852258079'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:24.166 63 INFO tempest.lib.common.rest_client [req-9c394761-98ba-4385-9827-fb3fc359db84 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1573148684 0.043s 2018-08-21 06:37:24.167 63 DEBUG tempest.lib.common.rest_client [req-9c394761-98ba-4385-9827-fb3fc359db84 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1573148684', u'x-compute-request-id': 'req-9c394761-98ba-4385-9827-fb3fc359db84', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c394761-98ba-4385-9827-fb3fc359db84'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:25.459 63 INFO tempest.lib.common.rest_client [req-e9ec57e1-5e67-4e5d-97a9-e4a9ffb7348d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/9a589515-cdd6-42de-a33e-2f6732a41ffc 1.291s 2018-08-21 06:37:25.459 63 DEBUG tempest.lib.common.rest_client [req-e9ec57e1-5e67-4e5d-97a9-e4a9ffb7348d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/9a589515-cdd6-42de-a33e-2f6732a41ffc', u'date': 'Tue, 21 Aug 2018 06:37:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e9ec57e1-5e67-4e5d-97a9-e4a9ffb7348d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:26.546 63 INFO tempest.lib.common.rest_client [req-d6a3e28a-62e7-473b-8a22-1a0480aba37d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/4ba8cd09-8e66-44a4-91eb-1b86e5e66529 1.086s 2018-08-21 06:37:26.547 63 DEBUG tempest.lib.common.rest_client [req-d6a3e28a-62e7-473b-8a22-1a0480aba37d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/4ba8cd09-8e66-44a4-91eb-1b86e5e66529', u'date': 'Tue, 21 Aug 2018 06:37:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d6a3e28a-62e7-473b-8a22-1a0480aba37d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:27.637 63 INFO tempest.lib.common.rest_client [req-01cfa2ca-bd17-4764-895c-8e75ccac4ef3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/d91911a7-a378-4b01-8a71-7aa472f22558 1.089s 2018-08-21 06:37:27.637 63 DEBUG tempest.lib.common.rest_client [req-01cfa2ca-bd17-4764-895c-8e75ccac4ef3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/d91911a7-a378-4b01-8a71-7aa472f22558', u'date': 'Tue, 21 Aug 2018 06:37:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-01cfa2ca-bd17-4764-895c-8e75ccac4ef3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:29.118 63 INFO tempest.lib.common.rest_client [req-8401592c-3fc7-47b4-b872-3f603232208a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d 1.480s 2018-08-21 06:37:29.118 63 DEBUG tempest.lib.common.rest_client [req-8401592c-3fc7-47b4-b872-3f603232208a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/0fcdd8f2-b2b2-4b0d-80e1-a387db0a198d', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8401592c-3fc7-47b4-b872-3f603232208a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:29.307 63 INFO tempest.lib.common.rest_client [req-d97bf9a1-10fd-485d-9e5a-495e5dbe3b21 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/e953908e-bdfd-4304-ad8a-a539e9de1f98 0.187s 2018-08-21 06:37:29.307 63 DEBUG tempest.lib.common.rest_client [req-d97bf9a1-10fd-485d-9e5a-495e5dbe3b21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/e953908e-bdfd-4304-ad8a-a539e9de1f98', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d97bf9a1-10fd-485d-9e5a-495e5dbe3b21'} 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 [54.203818s] ... ok 2018-08-21 06:37:29.593 63 INFO tempest.lib.common.rest_client [req-9dc5a4f9-a823-464e-b191-b1f63c17a3e0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.269s 2018-08-21 06:37:29.594 63 DEBUG tempest.lib.common.rest_client [req-9dc5a4f9-a823-464e-b191-b1f63c17a3e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1282727081 description", "name": "tempest-secgroup-smoke-1282727081"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9dc5a4f9-a823-464e-b191-b1f63c17a3e0'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1282727081 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "updated_at": "2018-08-21T06:37:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:37:29Z", "revision_number": 0, "id": "428c9d7d-0ae5-43bd-ba38-c0b652368773", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:37:29Z", "revision_number": 0, "id": "4f0cff4f-485c-4b5c-a744-cfd07308c956", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "99ec938c-ae82-4007-9727-8cc532f511e6", "name": "tempest-secgroup-smoke-1282727081"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:29.751 63 INFO tempest.lib.common.rest_client [req-82dd85b7-60fb-4b0d-96b9-7d5b71bff50a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.156s 2018-08-21 06:37:29.752 63 DEBUG tempest.lib.common.rest_client [req-82dd85b7-60fb-4b0d-96b9-7d5b71bff50a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82dd85b7-60fb-4b0d-96b9-7d5b71bff50a'} 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-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4917d216-d137-4ac9-bbaf-a87eca75b185"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:29.911 63 INFO tempest.lib.common.rest_client [req-1ba8a1b8-4c67-4551-8d15-61114cf4b7f2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.158s 2018-08-21 06:37:29.911 63 DEBUG tempest.lib.common.rest_client [req-1ba8a1b8-4c67-4551-8d15-61114cf4b7f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ba8a1b8-4c67-4551-8d15-61114cf4b7f2'} 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-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c67324d2-ded7-49bd-9f01-07e6f1b5e9f4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:30.114 63 INFO tempest.lib.common.rest_client [req-2894e60b-96c0-45fb-aa8a-6cc136f738e6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.201s 2018-08-21 06:37:30.114 63 DEBUG tempest.lib.common.rest_client [req-2894e60b-96c0-45fb-aa8a-6cc136f738e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2894e60b-96c0-45fb-aa8a-6cc136f738e6'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ae53b45d-e5fb-467f-8402-b53dc7fadfe2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:30.272 63 INFO tempest.lib.common.rest_client [req-74af6094-b3c8-4418-ae8c-f49bff666628 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.157s 2018-08-21 06:37:30.273 63 DEBUG tempest.lib.common.rest_client [req-74af6094-b3c8-4418-ae8c-f49bff666628 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74af6094-b3c8-4418-ae8c-f49bff666628'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c0c97e66-e5fe-4b37-8ee3-4f89ad907848"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:30.408 63 INFO tempest.lib.common.rest_client [req-7179f6c2-a706-4e19-b997-658d93ec0abd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 06:37:30.409 63 DEBUG tempest.lib.common.rest_client [req-7179f6c2-a706-4e19-b997-658d93ec0abd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7179f6c2-a706-4e19-b997-658d93ec0abd'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "49b52b5e-61a9-405b-be0e-a7f2501cfad2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:30.563 63 INFO tempest.lib.common.rest_client [req-e632e841-a1f9-455a-9cf1-c516a40d2f98 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 06:37:30.564 63 DEBUG tempest.lib.common.rest_client [req-e632e841-a1f9-455a-9cf1-c516a40d2f98 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e632e841-a1f9-455a-9cf1-c516a40d2f98'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "31b9df87-7fb7-4ea1-8896-5ae392e0e188"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:30.724 63 INFO tempest.lib.common.rest_client [req-fa00fe13-e98b-40dd-994c-8373afd6cfc0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:37:30.725 63 DEBUG tempest.lib.common.rest_client [req-fa00fe13-e98b-40dd-994c-8373afd6cfc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa00fe13-e98b-40dd-994c-8373afd6cfc0'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f2c786bf-624a-445e-9332-69130d894a1a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:30.881 63 INFO tempest.lib.common.rest_client [req-03215156-7580-4e7f-9058-87dad8530751 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.155s 2018-08-21 06:37:30.883 63 DEBUG tempest.lib.common.rest_client [req-03215156-7580-4e7f-9058-87dad8530751 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03215156-7580-4e7f-9058-87dad8530751'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "55aa7178-c56e-4f67-a9eb-8f4924cb3013"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:31.138 63 INFO tempest.lib.common.rest_client [req-8bbfa3d5-7b09-4549-9b5a-80c018ffef97 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.254s 2018-08-21 06:37:31.139 63 DEBUG tempest.lib.common.rest_client [req-8bbfa3d5-7b09-4549-9b5a-80c018ffef97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1036637084"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8bbfa3d5-7b09-4549-9b5a-80c018ffef97'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:37:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","name":"tempest-A-1036637084"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:31.676 63 INFO tempest.lib.common.rest_client [req-5399025e-66fb-41d8-b506-0ce1b50e462c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.536s 2018-08-21 06:37:31.676 63 DEBUG tempest.lib.common.rest_client [req-5399025e-66fb-41d8-b506-0ce1b50e462c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "name": "tempest-subnet-A-1-912301330"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5399025e-66fb-41d8-b506-0ce1b50e462c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:31Z","dns_nameservers":[],"updated_at":"2018-08-21T06:37:31Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"0092e044-f035-4afe-b64a-350804b321f3","subnetpool_id":null,"name":"tempest-subnet-A-1-912301330"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:31.885 63 INFO tempest.lib.common.rest_client [req-165d176f-26da-4483-8365-112c1b0aef40 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.208s 2018-08-21 06:37:31.886 63 DEBUG tempest.lib.common.rest_client [req-165d176f-26da-4483-8365-112c1b0aef40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-267685267"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-165d176f-26da-4483-8365-112c1b0aef40'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:37:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","name":"tempest-B-267685267"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:32.852 63 INFO tempest.lib.common.rest_client [req-55afb467-4f5e-4d32-9dd4-2f46e468ed94 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.965s 2018-08-21 06:37:32.853 63 DEBUG tempest.lib.common.rest_client [req-55afb467-4f5e-4d32-9dd4-2f46e468ed94 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "name": "tempest-subnet-B-1-1835292494"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55afb467-4f5e-4d32-9dd4-2f46e468ed94'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:37:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"44d4ec9f-00c1-406d-991f-eac01cf90ec6","subnetpool_id":null,"name":"tempest-subnet-B-1-1835292494"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:32.972 63 INFO tempest.lib.common.rest_client [req-40f34152-9d40-4931-8e7b-8cb139d349d2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.118s 2018-08-21 06:37:32.972 63 DEBUG tempest.lib.common.rest_client [req-40f34152-9d40-4931-8e7b-8cb139d349d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40f34152-9d40-4931-8e7b-8cb139d349d2'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "363b1fd2-577e-4d9d-9d90-ca3e134df7d7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:33.172 63 INFO tempest.lib.common.rest_client [req-2046657d-783d-4d13-b951-4e57a7634dc5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.199s 2018-08-21 06:37:33.172 63 DEBUG tempest.lib.common.rest_client [req-2046657d-783d-4d13-b951-4e57a7634dc5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1618927175"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2046657d-783d-4d13-b951-4e57a7634dc5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2046657d-783d-4d13-b951-4e57a7634dc5'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDasxy2AeynBp0RgqmJXWqET9jeWbUVnPMICBc+FUKC+dXGiSN+iKM37D+yg4lgFnChkpD105opnRZQmZ3lFHQZJCGNh9a0FfwDIaCZq3rwpbW3Cp3xVOo3rdcfoS5/PWsdItjxsIoXH+ZWWofoqz66dXUcBkXXnIxpz9kNvB2Vvw2MAs5KueThqsLUoZDeagUUFmJSpFahDagPeMSasbZ9V0vWCOzybmhIdsAs+S5e3gJVImoVZ7n6S5Zgy0Ym33W+BWTIHjZWIKmsL5aEgVF6b7i5LKaFxXK2nU7UIn7Qxjvkxp7sttcPgQqz665w3hm77AffuxtsT2AZXakZTUbB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA2rMctgHspwadEYKpiV1qhE/Y3lm1FZzzCAgXPhVCgvnVxokj\nfoijN+w/soOJYBZwoZKQ9dOaKZ0WUJmd5RR0GSQhjYfWtBX8AyGgmat68KW1twqd\n8VTqN63XH6Eufz1rHSLY8bCKFx/mVlqH6Ks+unV1HAZF15yMac/ZDbwdlb8NjALO\nSrnk4arC1KGQ3moFFBZiUqRWoQ2oD3jEmrG2fVdL1gjs8m5oSHbALPkuXt4CVSJq\nFWe5+kuWYMtGJt91vgVkyB42ViCprC+WhIFRem+4uSymhcVytp1O1CJ+0MY75Mae\n7LbXD4EKs+uucN4Zu+wH37sbbE9gGV2pGU1GwQIDAQABAoIBAGkKQA73C6gJWCVR\n4YXVdVSJWTsqUPxJfrzrzeYGpgRsZI3Pzll23RX+BXYDEVcyT/R6hd9cO54jEdWy\ngpDFayGsJeVpSekC6iDC5PUJ1KmCna2FjuibhUcq2rkZXFDGugyrcRFcXmbO7n2p\nS7+niCBcS9wi8yakzRgBOVoMcRU7Yzu02zesMAKDzEOu8z5vqUpNzJqCsXYrJo3v\ncM51ZiBdW6IVOEjvV71hqbgV3MGH8c/LxrVj77l1U2VpLoUIQcfdAGCnTtf0jEmN\ny52EB4gEgUw/iT0v2ZXd01Cyat7GUbJ2iwvtaj0DlZxZEs1qBYmj1CcLkvcaegay\nPstbZwECgYEA/YIluv9A+GdxILdeKEW4XNQzRFzgfX3psQ0iiEA+VBnOECEJGSG2\nw7/lGIlGOkRTNIiYOkvsDjbBzuKeWMrW/qFf+hH/O8MHOzHWPvOx7niHairPq0sE\nfvfOlMk+eWjXYsi5kkOXmiTuRWd60RSJgn46H2s4O/8lWy2yE8F07jECgYEA3Nlh\n600J6XRUkCtOn91aVhU6sW6JWSq3I/ecDQVBtjmTCqM0p+eGbMbCFehcToGMUFe2\ntdc0yqZCX5a7cvclXweCrd4lS0aEPT+e2DnY/93i7a3B9K03Oyea4tEXmoeZ3xjg\njufStsS1N3gXxG3mI1ErmkY8s6pxLmWnW7+/7ZECgYATdPe8YHb2Gcpe/nPll2RN\nC6RbrN02BIH5Ks7psjSWc9yS9FYkbaf/Yi0NMwwG0NOqBonYf5dAiAdb/5yzp+3U\nYUJiiRsT1SYq7upIrp+LdAjAp0SFGx7fN9nNJZz76IYPeOR1S2bJV+hJv2V3wqHD\nODjxzGLmh/CwDNPMHF8DIQKBgA9j2q4CDVnGcIonanA7hasQCaoJsOqUznRkMey6\nXAzt0DBilS3KNZTo+Od77MrPvk5u/l2HpLcmhOOSZnepf2Iy7Mle/KxVOqvl/hTF\nWzjhZon3nNeHJp0psmJx/boYDwH8AtISl52C8bnu1YErw2jcpDQ5Bsviaca48MO1\nBhPxAoGAAUQviVlpuGGP7BENkCf13FRqPVbKgI54QQRoTAuhREAnTp343ywyqVej\n7apGJp4/zMh+SDdiIKXNvo6twmtAs0MPcWsW51fD0camVF/97D33vhdLBjytm5rg\nijpKzWwR1h1Qz1zx7V/MO4eskDsVZXA/3IDdIZ3BgAyOD9wU1hQ=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1618927175", "fingerprint": "6f:df:65:4b:31:51:b2:cd:bb:3f:86:9a:43:80:8e:43"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:34.123 63 INFO tempest.lib.common.rest_client [req-bc9f4d8c-a611-4706-a54f-ed25ebe9edbc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 0.946s 2018-08-21 06:37:34.123 63 DEBUG tempest.lib.common.rest_client [req-bc9f4d8c-a611-4706-a54f-ed25ebe9edbc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-558640043", "security_groups": ["99ec938c-ae82-4007-9727-8cc532f511e6"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:37:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc9f4d8c-a611-4706-a54f-ed25ebe9edbc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:37:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:37:33Z","name":"tempest-port-smoke-558640043","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b0:ba:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"0092e044-f035-4afe-b64a-350804b321f3","ip_address":"10.101.11.10"}],"id":"db69e825-c6ae-4660-a189-eaf33bd6a3d9","security_groups":["99ec938c-ae82-4007-9727-8cc532f511e6"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:35.671 63 INFO tempest.lib.common.rest_client [req-d9cb129e-74bd-4e40-adc6-6b700f110a5b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.546s 2018-08-21 06:37:35.671 63 DEBUG tempest.lib.common.rest_client [req-d9cb129e-74bd-4e40-adc6-6b700f110a5b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1618927175", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "port": "db69e825-c6ae-4660-a189-eaf33bd6a3d9"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d9cb129e-74bd-4e40-adc6-6b700f110a5b', 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9cb129e-74bd-4e40-adc6-6b700f110a5b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "adminPass": "Mz9RGHArveFT"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:36.010 63 INFO tempest.lib.common.rest_client [req-0f78abda-90f4-4a5e-8a2a-ea53093f4817 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.334s 2018-08-21 06:37:36.011 63 DEBUG tempest.lib.common.rest_client [req-0f78abda-90f4-4a5e-8a2a-ea53093f4817 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-0f78abda-90f4-4a5e-8a2a-ea53093f4817', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f78abda-90f4-4a5e-8a2a-ea53093f4817'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:37.125 63 INFO tempest.lib.common.rest_client [req-5e81fe20-a821-4674-8a39-ab24239a8073 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.099s 2018-08-21 06:37:37.126 63 DEBUG tempest.lib.common.rest_client [req-5e81fe20-a821-4674-8a39-ab24239a8073 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-5e81fe20-a821-4674-8a39-ab24239a8073', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e81fe20-a821-4674-8a39-ab24239a8073'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:36Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:37.139 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-21 06:37:38.490 63 INFO tempest.lib.common.rest_client [req-71fd51d4-0fae-4a68-95fd-bd47babca378 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.349s 2018-08-21 06:37:38.491 63 DEBUG tempest.lib.common.rest_client [req-71fd51d4-0fae-4a68-95fd-bd47babca378 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-71fd51d4-0fae-4a68-95fd-bd47babca378', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71fd51d4-0fae-4a68-95fd-bd47babca378'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:38.505 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:37:39.880 63 INFO tempest.lib.common.rest_client [req-887b3f45-9a15-4905-ba04-1653e1b0fd74 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.373s 2018-08-21 06:37:39.881 63 DEBUG tempest.lib.common.rest_client [req-887b3f45-9a15-4905-ba04-1653e1b0fd74 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-887b3f45-9a15-4905-ba04-1653e1b0fd74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-887b3f45-9a15-4905-ba04-1653e1b0fd74'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:41.437 63 INFO tempest.lib.common.rest_client [req-fdc81119-4a21-43a9-a5d0-27e0b2d78332 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.541s 2018-08-21 06:37:41.438 63 DEBUG tempest.lib.common.rest_client [req-fdc81119-4a21-43a9-a5d0-27e0b2d78332 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-fdc81119-4a21-43a9-a5d0-27e0b2d78332', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fdc81119-4a21-43a9-a5d0-27e0b2d78332'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:40Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:41.451 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:37:41.838 63 INFO tempest.lib.common.rest_client [req-1acb73f2-6187-4fda-83f4-ff1d42f77703 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.386s 2018-08-21 06:37:41.838 63 DEBUG tempest.lib.common.rest_client [req-1acb73f2-6187-4fda-83f4-ff1d42f77703 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-1acb73f2-6187-4fda-83f4-ff1d42f77703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1acb73f2-6187-4fda-83f4-ff1d42f77703'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:40Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:41.851 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:37:42.680 63 INFO tempest.lib.common.rest_client [req-20f263e1-58c1-49f7-b0fc-4c1a220fc1e9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 0.828s 2018-08-21 06:37:42.680 63 DEBUG tempest.lib.common.rest_client [req-20f263e1-58c1-49f7-b0fc-4c1a220fc1e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1797933593", "security_groups": ["99ec938c-ae82-4007-9727-8cc532f511e6"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:37:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20f263e1-58c1-49f7-b0fc-4c1a220fc1e9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:37:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:37:42Z","name":"tempest-port-smoke-1797933593","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:27:4b:a7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"44d4ec9f-00c1-406d-991f-eac01cf90ec6","ip_address":"10.102.21.20"}],"id":"3a9704a4-5848-48a1-9328-88fec93a8026","security_groups":["99ec938c-ae82-4007-9727-8cc532f511e6"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:43.816 63 INFO tempest.lib.common.rest_client [req-75c581da-0428-4695-93a8-f464697fab7e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.134s 2018-08-21 06:37:43.816 63 DEBUG tempest.lib.common.rest_client [req-75c581da-0428-4695-93a8-f464697fab7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1618927175", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "port": "3a9704a4-5848-48a1-9328-88fec93a8026"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-75c581da-0428-4695-93a8-f464697fab7e', 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75c581da-0428-4695-93a8-f464697fab7e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "adminPass": "XdkkKr7svPVB"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:43.890 63 INFO tempest.lib.common.rest_client [req-43b41410-deed-4dc7-bd78-1afd2a370ec5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.069s 2018-08-21 06:37:43.891 63 DEBUG tempest.lib.common.rest_client [req-43b41410-deed-4dc7-bd78-1afd2a370ec5 ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-43b41410-deed-4dc7-bd78-1afd2a370ec5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43b41410-deed-4dc7-bd78-1afd2a370ec5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:45.272 63 INFO tempest.lib.common.rest_client [req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.367s 2018-08-21 06:37:45.272 63 DEBUG tempest.lib.common.rest_client [req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878 ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:46.395 63 INFO tempest.lib.common.rest_client [req-ee89accd-ff94-4ae6-9eb9-a813a609b9df ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.108s 2018-08-21 06:37:46.395 63 DEBUG tempest.lib.common.rest_client [req-ee89accd-ff94-4ae6-9eb9-a813a609b9df ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-ee89accd-ff94-4ae6-9eb9-a813a609b9df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee89accd-ff94-4ae6-9eb9-a813a609b9df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:46.408 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:37:47.587 63 INFO tempest.lib.common.rest_client [req-77f20494-707e-496d-877c-d67552b8e0c0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.176s 2018-08-21 06:37:47.588 63 DEBUG tempest.lib.common.rest_client [req-77f20494-707e-496d-877c-d67552b8e0c0 ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-77f20494-707e-496d-877c-d67552b8e0c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77f20494-707e-496d-877c-d67552b8e0c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:49.124 63 INFO tempest.lib.common.rest_client [req-60c8f7e3-cad0-41b2-8aee-a22959559cfe ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.522s 2018-08-21 06:37:49.125 63 DEBUG tempest.lib.common.rest_client [req-60c8f7e3-cad0-41b2-8aee-a22959559cfe ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-60c8f7e3-cad0-41b2-8aee-a22959559cfe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60c8f7e3-cad0-41b2-8aee-a22959559cfe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:50.542 63 INFO tempest.lib.common.rest_client [req-f6293502-70ec-4ae5-aebd-e3347d218871 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.402s 2018-08-21 06:37:50.543 63 DEBUG tempest.lib.common.rest_client [req-f6293502-70ec-4ae5-aebd-e3347d218871 ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f6293502-70ec-4ae5-aebd-e3347d218871', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6293502-70ec-4ae5-aebd-e3347d218871'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:49Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:50.556 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:37:50.903 63 INFO tempest.lib.common.rest_client [req-f823542b-95a8-4be3-b5b4-21b83b4b52d5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.346s 2018-08-21 06:37:50.904 63 DEBUG tempest.lib.common.rest_client [req-f823542b-95a8-4be3-b5b4-21b83b4b52d5 ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f823542b-95a8-4be3-b5b4-21b83b4b52d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f823542b-95a8-4be3-b5b4-21b83b4b52d5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:49Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:50.917 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d1a6f200-3e8e-46cd-b840-4665e1903712 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:37:51.195 63 INFO tempest.lib.common.rest_client [req-c72844f6-232d-449f-8d1b-a2e0b956c69a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations 0.277s 2018-08-21 06:37:51.195 63 DEBUG tempest.lib.common.rest_client [req-c72844f6-232d-449f-8d1b-a2e0b956c69a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c72844f6-232d-449f-8d1b-a2e0b956c69a'} Body: {"network_association": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "id": "d6a2bcb5-bc68-45ee-8dba-ce0b012cadee"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:51.829 63 INFO tempest.lib.common.rest_client [req-5cc85be8-3791-4e98-8a3e-38c898f3adc6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations 0.632s 2018-08-21 06:37:51.829 63 DEBUG tempest.lib.common.rest_client [req-5cc85be8-3791-4e98-8a3e-38c898f3adc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5cc85be8-3791-4e98-8a3e-38c898f3adc6'} Body: {"network_association": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "id": "e07cf544-4ca1-4c30-8156-90aa971bac5b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:51.830 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-21 06:37:51.928 63 INFO tempest.lib.common.rest_client [req-ab9b4071-df2d-45f4-96ab-dc48d816dfb2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/routers 0.098s 2018-08-21 06:37:51.929 63 DEBUG tempest.lib.common.rest_client [req-ab9b4071-df2d-45f4-96ab-dc48d816dfb2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1545718394", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab9b4071-df2d-45f4-96ab-dc48d816dfb2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:51Z", "admin_state_up": true, "updated_at": "2018-08-21T06:37:51Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "name": "tempest-router--1545718394"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:53.511 63 INFO tempest.lib.common.rest_client [req-f53a6c14-0bd5-43fe-b818-c3230c9b92ad ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c 1.581s 2018-08-21 06:37:53.512 63 DEBUG tempest.lib.common.rest_client [req-f53a6c14-0bd5-43fe-b818-c3230c9b92ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c', u'date': 'Tue, 21 Aug 2018 06:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f53a6c14-0bd5-43fe-b818-c3230c9b92ad'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:51Z", "admin_state_up": true, "updated_at": "2018-08-21T06:37:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "name": "tempest-router--1545718394"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:55.497 63 INFO tempest.lib.common.rest_client [req-792fcc20-8d61-42ec-b6c0-6b529e59f425 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/add_router_interface 1.984s 2018-08-21 06:37:55.498 63 DEBUG tempest.lib.common.rest_client [req-792fcc20-8d61-42ec-b6c0-6b529e59f425 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "0092e044-f035-4afe-b64a-350804b321f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-792fcc20-8d61-42ec-b6c0-6b529e59f425'} Body: {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "0092e044-f035-4afe-b64a-350804b321f3", "subnet_ids": ["0092e044-f035-4afe-b64a-350804b321f3"], "port_id": "3f5391a1-712c-460c-a9be-84250d27f413", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:57.344 63 INFO tempest.lib.common.rest_client [req-0b1842ed-b017-4e47-ad4f-1591c60e02a4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.845s 2018-08-21 06:37:57.344 63 DEBUG tempest.lib.common.rest_client [req-0b1842ed-b017-4e47-ad4f-1591c60e02a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "db69e825-c6ae-4660-a189-eaf33bd6a3d9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:37:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b1842ed-b017-4e47-ad4f-1591c60e02a4'} Body: {"floatingip": {"router_id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:37:56Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "db69e825-c6ae-4660-a189-eaf33bd6a3d9", "id": "71375f63-fc97-457b-abfe-d2f312c5369f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:56Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:37:57.345 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:38:00.353 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:38:00.414 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:38:00.417 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:38:00.531 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-21 06:38:00.532 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:38:00.534 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:38:00.593 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:38:00.598 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:38:05.605 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:38:05.605 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-21 06:39:15.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-21 06:39:15.659 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:39:15.663 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:39:15.727 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:39:15.759 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:39:20.766 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:39:20.767 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-21 06:40:30.811 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-21 06:40:30.811 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-21 06:40:30.812 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:30.817 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:30.916 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:40:30.944 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:30.950 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:40:30.951 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:cf:b0:fa [ether] on eth0 2018-08-21 06:40:30.951 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-21 06:40:30.952 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:30.954 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31.015 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:40:31.017 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31.025 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 06:40:31.025 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-21 06:40:31.026 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31.028 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31.088 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:40:31.092 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31.098 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-21 06:40:31.098 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31.101 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31.160 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:40:31.165 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31.170 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:40:31.170 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:cf:b0:fa [ether] on eth0 2018-08-21 06:40:31.171 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-21 06:40:31.171 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31.173 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31.232 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:40:31.237 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:36.244 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:40:36.245 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-21 06:41:46.300 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-21 06:41:46.301 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:41:46.306 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:41:46.406 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:41:46.434 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:41:51.441 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:41:51.442 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-21 06:43:01.500 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-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:43:02.791 63 INFO tempest.lib.common.rest_client [req-836a6ddb-a423-49bc-8a0d-754abec637e7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/71375f63-fc97-457b-abfe-d2f312c5369f 1.288s 2018-08-21 06:43:02.791 63 DEBUG tempest.lib.common.rest_client [req-836a6ddb-a423-49bc-8a0d-754abec637e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/71375f63-fc97-457b-abfe-d2f312c5369f', u'date': 'Tue, 21 Aug 2018 06:43:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-836a6ddb-a423-49bc-8a0d-754abec637e7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:04.882 63 INFO tempest.lib.common.rest_client [req-e6453553-5784-499e-8074-91f0527f99e2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/remove_router_interface 2.089s 2018-08-21 06:43:04.882 63 DEBUG tempest.lib.common.rest_client [req-e6453553-5784-499e-8074-91f0527f99e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "0092e044-f035-4afe-b64a-350804b321f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:43:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6453553-5784-499e-8074-91f0527f99e2'} Body: {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "0092e044-f035-4afe-b64a-350804b321f3", "subnet_ids": ["0092e044-f035-4afe-b64a-350804b321f3"], "port_id": "3f5391a1-712c-460c-a9be-84250d27f413", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:06.452 63 INFO tempest.lib.common.rest_client [req-53edfc70-bb9b-4c9c-8b96-2592b6d6c249 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c 1.568s 2018-08-21 06:43:06.453 63 DEBUG tempest.lib.common.rest_client [req-53edfc70-bb9b-4c9c-8b96-2592b6d6c249 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-53edfc70-bb9b-4c9c-8b96-2592b6d6c249'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:06.893 63 INFO tempest.lib.common.rest_client [req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.440s 2018-08-21 06:43:06.894 63 DEBUG tempest.lib.common.rest_client [req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:07.362 63 INFO tempest.lib.common.rest_client [req-f0c7216d-8294-4c52-b0c4-c7ac857b1865 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.467s 2018-08-21 06:43:07.363 63 DEBUG tempest.lib.common.rest_client [req-f0c7216d-8294-4c52-b0c4-c7ac857b1865 ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f0c7216d-8294-4c52-b0c4-c7ac857b1865', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0c7216d-8294-4c52-b0c4-c7ac857b1865'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:08.982 63 INFO tempest.lib.common.rest_client [req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.604s 2018-08-21 06:43:08.982 63 DEBUG tempest.lib.common.rest_client [req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5 ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:07Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:10.051 63 INFO tempest.lib.common.rest_client [req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.053s 2018-08-21 06:43:10.052 63 DEBUG tempest.lib.common.rest_client [req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba ] 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:10 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba'} Body: {"itemNotFound": {"message": "Instance d1a6f200-3e8e-46cd-b840-4665e1903712 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:11.175 63 INFO tempest.lib.common.rest_client [req-aedd0188-9a38-482b-a3ac-57b081ce05c7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3a9704a4-5848-48a1-9328-88fec93a8026 1.122s 2018-08-21 06:43:11.176 63 DEBUG tempest.lib.common.rest_client [req-aedd0188-9a38-482b-a3ac-57b081ce05c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/3a9704a4-5848-48a1-9328-88fec93a8026', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aedd0188-9a38-482b-a3ac-57b081ce05c7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:11.407 63 INFO tempest.lib.common.rest_client [req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.230s 2018-08-21 06:43:11.408 63 DEBUG tempest.lib.common.rest_client [req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:12.100 63 INFO tempest.lib.common.rest_client [req-d915d29d-35ff-4b34-88da-19ba360432d4 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.692s 2018-08-21 06:43:12.101 63 DEBUG tempest.lib.common.rest_client [req-d915d29d-35ff-4b34-88da-19ba360432d4 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-d915d29d-35ff-4b34-88da-19ba360432d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d915d29d-35ff-4b34-88da-19ba360432d4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:11Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:13.162 63 INFO tempest.lib.common.rest_client [req-b00db5d0-0498-4f06-91da-cca1eb5e7776 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.047s 2018-08-21 06:43:13.162 63 DEBUG tempest.lib.common.rest_client [req-b00db5d0-0498-4f06-91da-cca1eb5e7776 ] 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-b00db5d0-0498-4f06-91da-cca1eb5e7776', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b00db5d0-0498-4f06-91da-cca1eb5e7776'} Body: {"itemNotFound": {"message": "Instance ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:14.067 63 INFO tempest.lib.common.rest_client [req-f9b04209-3a16-4e35-a6d0-9e732bcd1dcc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/db69e825-c6ae-4660-a189-eaf33bd6a3d9 0.903s 2018-08-21 06:43:14.067 63 DEBUG tempest.lib.common.rest_client [req-f9b04209-3a16-4e35-a6d0-9e732bcd1dcc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/db69e825-c6ae-4660-a189-eaf33bd6a3d9', u'date': 'Tue, 21 Aug 2018 06:43:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9b04209-3a16-4e35-a6d0-9e732bcd1dcc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:14.100 63 INFO tempest.lib.common.rest_client [req-3449c2f5-4e9e-4c23-860e-7b471a161fe0 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1618927175 0.032s 2018-08-21 06:43:14.100 63 DEBUG tempest.lib.common.rest_client [req-3449c2f5-4e9e-4c23-860e-7b471a161fe0 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1618927175', u'x-compute-request-id': 'req-3449c2f5-4e9e-4c23-860e-7b471a161fe0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3449c2f5-4e9e-4c23-860e-7b471a161fe0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:15.129 63 INFO tempest.lib.common.rest_client [req-35f82dc6-0f77-493a-9e8d-5390cc6b97c3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/44d4ec9f-00c1-406d-991f-eac01cf90ec6 1.028s 2018-08-21 06:43:15.130 63 DEBUG tempest.lib.common.rest_client [req-35f82dc6-0f77-493a-9e8d-5390cc6b97c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/44d4ec9f-00c1-406d-991f-eac01cf90ec6', u'date': 'Tue, 21 Aug 2018 06:43:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-35f82dc6-0f77-493a-9e8d-5390cc6b97c3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:17.282 63 INFO tempest.lib.common.rest_client [req-de8934ff-1ad0-46a0-9cb6-79c189c36f0b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/99afdf5a-5bc0-4ef5-8f72-b9722d424eba 2.151s 2018-08-21 06:43:17.283 63 DEBUG tempest.lib.common.rest_client [req-de8934ff-1ad0-46a0-9cb6-79c189c36f0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/99afdf5a-5bc0-4ef5-8f72-b9722d424eba', u'date': 'Tue, 21 Aug 2018 06:43:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de8934ff-1ad0-46a0-9cb6-79c189c36f0b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:18.311 63 INFO tempest.lib.common.rest_client [req-5f22f7ad-0a55-4677-8894-319c36bb9e06 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/0092e044-f035-4afe-b64a-350804b321f3 1.027s 2018-08-21 06:43:18.312 63 DEBUG tempest.lib.common.rest_client [req-5f22f7ad-0a55-4677-8894-319c36bb9e06 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/0092e044-f035-4afe-b64a-350804b321f3', u'date': 'Tue, 21 Aug 2018 06:43:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f22f7ad-0a55-4677-8894-319c36bb9e06'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:19.681 63 INFO tempest.lib.common.rest_client [req-e73326d4-0f49-4667-9380-a59f5bd8b2ff ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c97cdab5-f290-48cf-a27b-c8e11b2f9764 1.368s 2018-08-21 06:43:19.682 63 DEBUG tempest.lib.common.rest_client [req-e73326d4-0f49-4667-9380-a59f5bd8b2ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c97cdab5-f290-48cf-a27b-c8e11b2f9764', u'date': 'Tue, 21 Aug 2018 06:43:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e73326d4-0f49-4667-9380-a59f5bd8b2ff'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:20.191 63 INFO tempest.lib.common.rest_client [req-850f403a-a482-47ac-b32a-949ac1d93aec ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/99ec938c-ae82-4007-9727-8cc532f511e6 0.508s 2018-08-21 06:43:20.192 63 DEBUG tempest.lib.common.rest_client [req-850f403a-a482-47ac-b32a-949ac1d93aec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/99ec938c-ae82-4007-9727-8cc532f511e6', u'date': 'Tue, 21 Aug 2018 06:43:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-850f403a-a482-47ac-b32a-949ac1d93aec'} 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 [350.869476s] ... 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-21 06:37:29,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.269s 2018-08-21 06:37:29,594 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1282727081 description", "name": "tempest-secgroup-smoke-1282727081"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9dc5a4f9-a823-464e-b191-b1f63c17a3e0'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1282727081 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "updated_at": "2018-08-21T06:37:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:37:29Z", "revision_number": 0, "id": "428c9d7d-0ae5-43bd-ba38-c0b652368773", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:37:29Z", "revision_number": 0, "id": "4f0cff4f-485c-4b5c-a744-cfd07308c956", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "99ec938c-ae82-4007-9727-8cc532f511e6", "name": "tempest-secgroup-smoke-1282727081"}} 2018-08-21 06:37:29,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.156s 2018-08-21 06:37:29,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": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82dd85b7-60fb-4b0d-96b9-7d5b71bff50a'} 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-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4917d216-d137-4ac9-bbaf-a87eca75b185"}} 2018-08-21 06:37:29,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.158s 2018-08-21 06:37:29,911 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ba8a1b8-4c67-4551-8d15-61114cf4b7f2'} 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-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c67324d2-ded7-49bd-9f01-07e6f1b5e9f4"}} 2018-08-21 06:37:30,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.201s 2018-08-21 06:37:30,114 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2894e60b-96c0-45fb-aa8a-6cc136f738e6'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ae53b45d-e5fb-467f-8402-b53dc7fadfe2"}} 2018-08-21 06:37:30,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.157s 2018-08-21 06:37:30,273 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74af6094-b3c8-4418-ae8c-f49bff666628'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c0c97e66-e5fe-4b37-8ee3-4f89ad907848"}} 2018-08-21 06:37:30,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 06:37:30,409 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7179f6c2-a706-4e19-b997-658d93ec0abd'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "49b52b5e-61a9-405b-be0e-a7f2501cfad2"}} 2018-08-21 06:37:30,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 06:37:30,564 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e632e841-a1f9-455a-9cf1-c516a40d2f98'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "31b9df87-7fb7-4ea1-8896-5ae392e0e188"}} 2018-08-21 06:37:30,724 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:37:30,725 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa00fe13-e98b-40dd-994c-8373afd6cfc0'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f2c786bf-624a-445e-9332-69130d894a1a"}} 2018-08-21 06:37:30,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.155s 2018-08-21 06:37:30,883 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03215156-7580-4e7f-9058-87dad8530751'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "55aa7178-c56e-4f67-a9eb-8f4924cb3013"}} 2018-08-21 06:37:31,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.254s 2018-08-21 06:37:31,139 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1036637084"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8bbfa3d5-7b09-4549-9b5a-80c018ffef97'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:37:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","name":"tempest-A-1036637084"}} 2018-08-21 06:37:31,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.536s 2018-08-21 06:37:31,676 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "name": "tempest-subnet-A-1-912301330"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5399025e-66fb-41d8-b506-0ce1b50e462c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:31Z","dns_nameservers":[],"updated_at":"2018-08-21T06:37:31Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"0092e044-f035-4afe-b64a-350804b321f3","subnetpool_id":null,"name":"tempest-subnet-A-1-912301330"}} 2018-08-21 06:37:31,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.208s 2018-08-21 06:37:31,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-267685267"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-165d176f-26da-4483-8365-112c1b0aef40'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:37:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","name":"tempest-B-267685267"}} 2018-08-21 06:37:32,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.965s 2018-08-21 06:37:32,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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "name": "tempest-subnet-B-1-1835292494"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55afb467-4f5e-4d32-9dd4-2f46e468ed94'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:37:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"44d4ec9f-00c1-406d-991f-eac01cf90ec6","subnetpool_id":null,"name":"tempest-subnet-B-1-1835292494"}} 2018-08-21 06:37:32,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.118s 2018-08-21 06:37:32,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40f34152-9d40-4931-8e7b-8cb139d349d2'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "363b1fd2-577e-4d9d-9d90-ca3e134df7d7"}} 2018-08-21 06:37:33,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.199s 2018-08-21 06:37:33,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1618927175"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2046657d-783d-4d13-b951-4e57a7634dc5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2046657d-783d-4d13-b951-4e57a7634dc5'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDasxy2AeynBp0RgqmJXWqET9jeWbUVnPMICBc+FUKC+dXGiSN+iKM37D+yg4lgFnChkpD105opnRZQmZ3lFHQZJCGNh9a0FfwDIaCZq3rwpbW3Cp3xVOo3rdcfoS5/PWsdItjxsIoXH+ZWWofoqz66dXUcBkXXnIxpz9kNvB2Vvw2MAs5KueThqsLUoZDeagUUFmJSpFahDagPeMSasbZ9V0vWCOzybmhIdsAs+S5e3gJVImoVZ7n6S5Zgy0Ym33W+BWTIHjZWIKmsL5aEgVF6b7i5LKaFxXK2nU7UIn7Qxjvkxp7sttcPgQqz665w3hm77AffuxtsT2AZXakZTUbB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA2rMctgHspwadEYKpiV1qhE/Y3lm1FZzzCAgXPhVCgvnVxokj\nfoijN+w/soOJYBZwoZKQ9dOaKZ0WUJmd5RR0GSQhjYfWtBX8AyGgmat68KW1twqd\n8VTqN63XH6Eufz1rHSLY8bCKFx/mVlqH6Ks+unV1HAZF15yMac/ZDbwdlb8NjALO\nSrnk4arC1KGQ3moFFBZiUqRWoQ2oD3jEmrG2fVdL1gjs8m5oSHbALPkuXt4CVSJq\nFWe5+kuWYMtGJt91vgVkyB42ViCprC+WhIFRem+4uSymhcVytp1O1CJ+0MY75Mae\n7LbXD4EKs+uucN4Zu+wH37sbbE9gGV2pGU1GwQIDAQABAoIBAGkKQA73C6gJWCVR\n4YXVdVSJWTsqUPxJfrzrzeYGpgRsZI3Pzll23RX+BXYDEVcyT/R6hd9cO54jEdWy\ngpDFayGsJeVpSekC6iDC5PUJ1KmCna2FjuibhUcq2rkZXFDGugyrcRFcXmbO7n2p\nS7+niCBcS9wi8yakzRgBOVoMcRU7Yzu02zesMAKDzEOu8z5vqUpNzJqCsXYrJo3v\ncM51ZiBdW6IVOEjvV71hqbgV3MGH8c/LxrVj77l1U2VpLoUIQcfdAGCnTtf0jEmN\ny52EB4gEgUw/iT0v2ZXd01Cyat7GUbJ2iwvtaj0DlZxZEs1qBYmj1CcLkvcaegay\nPstbZwECgYEA/YIluv9A+GdxILdeKEW4XNQzRFzgfX3psQ0iiEA+VBnOECEJGSG2\nw7/lGIlGOkRTNIiYOkvsDjbBzuKeWMrW/qFf+hH/O8MHOzHWPvOx7niHairPq0sE\nfvfOlMk+eWjXYsi5kkOXmiTuRWd60RSJgn46H2s4O/8lWy2yE8F07jECgYEA3Nlh\n600J6XRUkCtOn91aVhU6sW6JWSq3I/ecDQVBtjmTCqM0p+eGbMbCFehcToGMUFe2\ntdc0yqZCX5a7cvclXweCrd4lS0aEPT+e2DnY/93i7a3B9K03Oyea4tEXmoeZ3xjg\njufStsS1N3gXxG3mI1ErmkY8s6pxLmWnW7+/7ZECgYATdPe8YHb2Gcpe/nPll2RN\nC6RbrN02BIH5Ks7psjSWc9yS9FYkbaf/Yi0NMwwG0NOqBonYf5dAiAdb/5yzp+3U\nYUJiiRsT1SYq7upIrp+LdAjAp0SFGx7fN9nNJZz76IYPeOR1S2bJV+hJv2V3wqHD\nODjxzGLmh/CwDNPMHF8DIQKBgA9j2q4CDVnGcIonanA7hasQCaoJsOqUznRkMey6\nXAzt0DBilS3KNZTo+Od77MrPvk5u/l2HpLcmhOOSZnepf2Iy7Mle/KxVOqvl/hTF\nWzjhZon3nNeHJp0psmJx/boYDwH8AtISl52C8bnu1YErw2jcpDQ5Bsviaca48MO1\nBhPxAoGAAUQviVlpuGGP7BENkCf13FRqPVbKgI54QQRoTAuhREAnTp343ywyqVej\n7apGJp4/zMh+SDdiIKXNvo6twmtAs0MPcWsW51fD0camVF/97D33vhdLBjytm5rg\nijpKzWwR1h1Qz1zx7V/MO4eskDsVZXA/3IDdIZ3BgAyOD9wU1hQ=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1618927175", "fingerprint": "6f:df:65:4b:31:51:b2:cd:bb:3f:86:9a:43:80:8e:43"}} 2018-08-21 06:37:34,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 0.946s 2018-08-21 06:37:34,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-558640043", "security_groups": ["99ec938c-ae82-4007-9727-8cc532f511e6"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:37:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc9f4d8c-a611-4706-a54f-ed25ebe9edbc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:37:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:37:33Z","name":"tempest-port-smoke-558640043","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b0:ba:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"0092e044-f035-4afe-b64a-350804b321f3","ip_address":"10.101.11.10"}],"id":"db69e825-c6ae-4660-a189-eaf33bd6a3d9","security_groups":["99ec938c-ae82-4007-9727-8cc532f511e6"],"device_id":""}} 2018-08-21 06:37:35,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.546s 2018-08-21 06:37:35,671 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-1618927175", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "port": "db69e825-c6ae-4660-a189-eaf33bd6a3d9"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d9cb129e-74bd-4e40-adc6-6b700f110a5b', 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9cb129e-74bd-4e40-adc6-6b700f110a5b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "adminPass": "Mz9RGHArveFT"}} 2018-08-21 06:37:36,010 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.334s 2018-08-21 06:37:36,011 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-0f78abda-90f4-4a5e-8a2a-ea53093f4817', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f78abda-90f4-4a5e-8a2a-ea53093f4817'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:37,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.099s 2018-08-21 06:37:37,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': '1322', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-5e81fe20-a821-4674-8a39-ab24239a8073', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e81fe20-a821-4674-8a39-ab24239a8073'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:36Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:37,139 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-21 06:37:38,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.349s 2018-08-21 06:37:38,491 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-71fd51d4-0fae-4a68-95fd-bd47babca378', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71fd51d4-0fae-4a68-95fd-bd47babca378'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:38,505 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:37:39,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.373s 2018-08-21 06:37:39,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-887b3f45-9a15-4905-ba04-1653e1b0fd74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-887b3f45-9a15-4905-ba04-1653e1b0fd74'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:41,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.541s 2018-08-21 06:37:41,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': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-fdc81119-4a21-43a9-a5d0-27e0b2d78332', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fdc81119-4a21-43a9-a5d0-27e0b2d78332'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:40Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:41,451 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:37:41,838 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.386s 2018-08-21 06:37:41,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': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-1acb73f2-6187-4fda-83f4-ff1d42f77703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1acb73f2-6187-4fda-83f4-ff1d42f77703'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:40Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:41,851 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 with status: ACTIVE 2018-08-21 06:37:42,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 0.828s 2018-08-21 06:37:42,680 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1797933593", "security_groups": ["99ec938c-ae82-4007-9727-8cc532f511e6"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:37:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20f263e1-58c1-49f7-b0fc-4c1a220fc1e9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:37:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:37:42Z","name":"tempest-port-smoke-1797933593","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:27:4b:a7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"44d4ec9f-00c1-406d-991f-eac01cf90ec6","ip_address":"10.102.21.20"}],"id":"3a9704a4-5848-48a1-9328-88fec93a8026","security_groups":["99ec938c-ae82-4007-9727-8cc532f511e6"],"device_id":""}} 2018-08-21 06:37:43,816 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.134s 2018-08-21 06:37:43,816 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-1618927175", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "port": "3a9704a4-5848-48a1-9328-88fec93a8026"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-75c581da-0428-4695-93a8-f464697fab7e', 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75c581da-0428-4695-93a8-f464697fab7e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "adminPass": "XdkkKr7svPVB"}} 2018-08-21 06:37:43,890 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.069s 2018-08-21 06:37:43,891 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-43b41410-deed-4dc7-bd78-1afd2a370ec5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43b41410-deed-4dc7-bd78-1afd2a370ec5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:45,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.367s 2018-08-21 06:37:45,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:46,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.108s 2018-08-21 06:37:46,395 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-ee89accd-ff94-4ae6-9eb9-a813a609b9df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee89accd-ff94-4ae6-9eb9-a813a609b9df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:46,408 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:37:47,587 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.176s 2018-08-21 06:37:47,588 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-77f20494-707e-496d-877c-d67552b8e0c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77f20494-707e-496d-877c-d67552b8e0c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:49,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.522s 2018-08-21 06:37:49,125 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-60c8f7e3-cad0-41b2-8aee-a22959559cfe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60c8f7e3-cad0-41b2-8aee-a22959559cfe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:50,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.402s 2018-08-21 06:37:50,543 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f6293502-70ec-4ae5-aebd-e3347d218871', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6293502-70ec-4ae5-aebd-e3347d218871'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:49Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:50,556 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:37:50,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.346s 2018-08-21 06:37:50,904 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f823542b-95a8-4be3-b5b4-21b83b4b52d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f823542b-95a8-4be3-b5b4-21b83b4b52d5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:49Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:50,917 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d1a6f200-3e8e-46cd-b840-4665e1903712 with status: ACTIVE 2018-08-21 06:37:51,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations 0.277s 2018-08-21 06:37:51,195 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c72844f6-232d-449f-8d1b-a2e0b956c69a'} Body: {"network_association": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "id": "d6a2bcb5-bc68-45ee-8dba-ce0b012cadee"}} 2018-08-21 06:37:51,829 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations 0.632s 2018-08-21 06:37:51,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5cc85be8-3791-4e98-8a3e-38c898f3adc6'} Body: {"network_association": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "id": "e07cf544-4ca1-4c30-8156-90aa971bac5b"}} 2018-08-21 06:37:51,830 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:37:51,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/routers 0.098s 2018-08-21 06:37:51,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1545718394", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab9b4071-df2d-45f4-96ab-dc48d816dfb2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:51Z", "admin_state_up": true, "updated_at": "2018-08-21T06:37:51Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "name": "tempest-router--1545718394"}} 2018-08-21 06:37:53,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c 1.581s 2018-08-21 06:37:53,512 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c', u'date': 'Tue, 21 Aug 2018 06:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f53a6c14-0bd5-43fe-b818-c3230c9b92ad'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:51Z", "admin_state_up": true, "updated_at": "2018-08-21T06:37:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "name": "tempest-router--1545718394"}} 2018-08-21 06:37:55,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/add_router_interface 1.984s 2018-08-21 06:37:55,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "0092e044-f035-4afe-b64a-350804b321f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-792fcc20-8d61-42ec-b6c0-6b529e59f425'} Body: {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "0092e044-f035-4afe-b64a-350804b321f3", "subnet_ids": ["0092e044-f035-4afe-b64a-350804b321f3"], "port_id": "3f5391a1-712c-460c-a9be-84250d27f413", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c"} 2018-08-21 06:37:57,344 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.845s 2018-08-21 06:37:57,344 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "db69e825-c6ae-4660-a189-eaf33bd6a3d9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:37:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b1842ed-b017-4e47-ad4f-1591c60e02a4'} Body: {"floatingip": {"router_id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:37:56Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "db69e825-c6ae-4660-a189-eaf33bd6a3d9", "id": "71375f63-fc97-457b-abfe-d2f312c5369f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:56Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:37:57,345 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:38:00,353 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:38:00,414 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:38:00,417 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:38:00,531 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-21 06:38:00,532 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:38:00,534 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:38:00,593 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:38:00,598 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:38:05,605 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:38:05,605 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-21 06:39:15,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-21 06:39:15,659 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:39:15,663 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:39:15,727 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:39:15,759 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:39:20,766 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:39:20,767 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-21 06:40:30,811 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:40:30,811 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-21 06:40:30,812 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:30,817 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:30,916 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:30,944 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:30,950 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:40:30,951 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cf:b0:fa [ether] on eth0 2018-08-21 06:40:30,951 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-21 06:40:30,952 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:30,954 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,015 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,017 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31,025 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:40:31,025 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-21 06:40:31,026 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31,028 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,088 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,092 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31,098 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-21 06:40:31,098 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31,101 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,160 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,165 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31,170 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:40:31,170 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cf:b0:fa [ether] on eth0 2018-08-21 06:40:31,171 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-21 06:40:31,171 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31,173 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,232 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,237 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:36,244 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:40:36,245 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-21 06:41:46,300 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-21 06:41:46,301 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:41:46,306 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:41:46,406 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:41:46,434 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:41:51,441 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:41:51,442 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-21 06:43:01,500 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:43:01,500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:43:02,791 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/71375f63-fc97-457b-abfe-d2f312c5369f 1.288s 2018-08-21 06:43:02,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.44:9696/v2.0/floatingips/71375f63-fc97-457b-abfe-d2f312c5369f', u'date': 'Tue, 21 Aug 2018 06:43:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-836a6ddb-a423-49bc-8a0d-754abec637e7'} Body: 2018-08-21 06:43:04,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/remove_router_interface 2.089s 2018-08-21 06:43:04,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "0092e044-f035-4afe-b64a-350804b321f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:43:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6453553-5784-499e-8074-91f0527f99e2'} Body: {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "0092e044-f035-4afe-b64a-350804b321f3", "subnet_ids": ["0092e044-f035-4afe-b64a-350804b321f3"], "port_id": "3f5391a1-712c-460c-a9be-84250d27f413", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c"} 2018-08-21 06:43:06,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c 1.568s 2018-08-21 06:43:06,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-53edfc70-bb9b-4c9c-8b96-2592b6d6c249'} Body: 2018-08-21 06:43:06,893 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.440s 2018-08-21 06:43:06,894 63 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9'} Body: 2018-08-21 06:43:07,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.467s 2018-08-21 06:43: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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f0c7216d-8294-4c52-b0c4-c7ac857b1865', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0c7216d-8294-4c52-b0c4-c7ac857b1865'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:08,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.604s 2018-08-21 06:43:08,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': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:07Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:10,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.053s 2018-08-21 06:43:10,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:10 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba'} Body: {"itemNotFound": {"message": "Instance d1a6f200-3e8e-46cd-b840-4665e1903712 could not be found.", "code": 404}} 2018-08-21 06:43:11,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3a9704a4-5848-48a1-9328-88fec93a8026 1.122s 2018-08-21 06:43:11,176 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/3a9704a4-5848-48a1-9328-88fec93a8026', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aedd0188-9a38-482b-a3ac-57b081ce05c7'} Body: 2018-08-21 06:43:11,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.230s 2018-08-21 06:43:11,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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6'} Body: 2018-08-21 06:43:12,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.692s 2018-08-21 06:43:12,101 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-d915d29d-35ff-4b34-88da-19ba360432d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d915d29d-35ff-4b34-88da-19ba360432d4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:11Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:13,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.047s 2018-08-21 06:43:13,162 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-b00db5d0-0498-4f06-91da-cca1eb5e7776', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b00db5d0-0498-4f06-91da-cca1eb5e7776'} Body: {"itemNotFound": {"message": "Instance ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 could not be found.", "code": 404}} 2018-08-21 06:43:14,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/db69e825-c6ae-4660-a189-eaf33bd6a3d9 0.903s 2018-08-21 06:43:14,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/db69e825-c6ae-4660-a189-eaf33bd6a3d9', u'date': 'Tue, 21 Aug 2018 06:43:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9b04209-3a16-4e35-a6d0-9e732bcd1dcc'} Body: 2018-08-21 06:43:14,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1618927175 0.032s 2018-08-21 06:43:14,100 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1618927175', u'x-compute-request-id': 'req-3449c2f5-4e9e-4c23-860e-7b471a161fe0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3449c2f5-4e9e-4c23-860e-7b471a161fe0'} Body: 2018-08-21 06:43:15,129 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/44d4ec9f-00c1-406d-991f-eac01cf90ec6 1.028s 2018-08-21 06:43:15,130 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/44d4ec9f-00c1-406d-991f-eac01cf90ec6', u'date': 'Tue, 21 Aug 2018 06:43:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-35f82dc6-0f77-493a-9e8d-5390cc6b97c3'} Body: 2018-08-21 06:43:17,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/99afdf5a-5bc0-4ef5-8f72-b9722d424eba 2.151s 2018-08-21 06:43:17,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/99afdf5a-5bc0-4ef5-8f72-b9722d424eba', u'date': 'Tue, 21 Aug 2018 06:43:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de8934ff-1ad0-46a0-9cb6-79c189c36f0b'} Body: 2018-08-21 06:43:18,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/0092e044-f035-4afe-b64a-350804b321f3 1.027s 2018-08-21 06:43:18,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/0092e044-f035-4afe-b64a-350804b321f3', u'date': 'Tue, 21 Aug 2018 06:43:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f22f7ad-0a55-4677-8894-319c36bb9e06'} Body: 2018-08-21 06:43:19,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c97cdab5-f290-48cf-a27b-c8e11b2f9764 1.368s 2018-08-21 06:43:19,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c97cdab5-f290-48cf-a27b-c8e11b2f9764', u'date': 'Tue, 21 Aug 2018 06:43:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e73326d4-0f49-4667-9380-a59f5bd8b2ff'} Body: 2018-08-21 06:43:20,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/99ec938c-ae82-4007-9727-8cc532f511e6 0.508s 2018-08-21 06:43:20,192 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/99ec938c-ae82-4007-9727-8cc532f511e6', u'date': 'Tue, 21 Aug 2018 06:43:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-850f403a-a482-47ac-b32a-949ac1d93aec'} Body: 2018-08-21 06:43:20.963 63 INFO tempest.lib.common.rest_client [req-84cf18cd-fdbd-4968-bc4a-e0b9083fe11c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.742s 2018-08-21 06:43:20.964 63 DEBUG tempest.lib.common.rest_client [req-84cf18cd-fdbd-4968-bc4a-e0b9083fe11c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1954955268 description", "name": "tempest-secgroup-smoke-1954955268"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:43:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84cf18cd-fdbd-4968-bc4a-e0b9083fe11c'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1954955268 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:20Z", "updated_at": "2018-08-21T06:43:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:43:20Z", "revision_number": 0, "id": "305fa1b3-3bf2-41c4-b9a2-3d7a2d0e7e01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:43:20Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:43:20Z", "revision_number": 0, "id": "744eccc1-1b6f-4460-a1c2-a43da1be0237", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:43:20Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "name": "tempest-secgroup-smoke-1954955268"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:21.356 63 INFO tempest.lib.common.rest_client [req-9e8b3469-787d-4057-a141-1f4b61f413e4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.391s 2018-08-21 06:43:21.357 63 DEBUG tempest.lib.common.rest_client [req-9e8b3469-787d-4057-a141-1f4b61f413e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e8b3469-787d-4057-a141-1f4b61f413e4'} 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-21T06:43:21Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bb0af608-6cd2-4ef2-a408-dc32d81ec4e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:21.680 63 INFO tempest.lib.common.rest_client [req-437f6bc7-410e-43dc-b7e3-a306351cbeda ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.322s 2018-08-21 06:43:21.680 63 DEBUG tempest.lib.common.rest_client [req-437f6bc7-410e-43dc-b7e3-a306351cbeda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-437f6bc7-410e-43dc-b7e3-a306351cbeda'} 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-21T06:43:21Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5ed50ef-2ebb-4600-9efe-895eae3e26a7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:22.060 63 INFO tempest.lib.common.rest_client [req-499095b6-a420-4190-a27d-5087e7bb0a20 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.378s 2018-08-21 06:43:22.060 63 DEBUG tempest.lib.common.rest_client [req-499095b6-a420-4190-a27d-5087e7bb0a20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-499095b6-a420-4190-a27d-5087e7bb0a20'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3e1f6bea-73d6-4187-8512-e59e4f52e241"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:22.231 63 INFO tempest.lib.common.rest_client [req-9144434e-e57e-4df0-b9cb-19a865007748 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.170s 2018-08-21 06:43:22.231 63 DEBUG tempest.lib.common.rest_client [req-9144434e-e57e-4df0-b9cb-19a865007748 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9144434e-e57e-4df0-b9cb-19a865007748'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2f5b12e1-fdf6-43dc-a4be-8c3b7ab3d332"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:22.401 63 INFO tempest.lib.common.rest_client [req-63f2df8a-7dd1-44cc-9d7f-d7ed8f56622e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.168s 2018-08-21 06:43:22.401 63 DEBUG tempest.lib.common.rest_client [req-63f2df8a-7dd1-44cc-9d7f-d7ed8f56622e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f2df8a-7dd1-44cc-9d7f-d7ed8f56622e'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3ce26c80-4b78-43b0-8397-bcf05201256d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:22.562 63 INFO tempest.lib.common.rest_client [req-a0c03bfc-d365-4f54-bab2-cdd618cb4f44 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:43:22.563 63 DEBUG tempest.lib.common.rest_client [req-a0c03bfc-d365-4f54-bab2-cdd618cb4f44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0c03bfc-d365-4f54-bab2-cdd618cb4f44'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7f6bacdf-b392-4f21-bad0-7e0281aaff2e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:22.718 63 INFO tempest.lib.common.rest_client [req-04c5d502-28b1-4ee3-a4b5-f372630d5cea ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:43:22.719 63 DEBUG tempest.lib.common.rest_client [req-04c5d502-28b1-4ee3-a4b5-f372630d5cea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04c5d502-28b1-4ee3-a4b5-f372630d5cea'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3083d160-9753-47c9-931e-d5be10fab531"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:22.852 63 INFO tempest.lib.common.rest_client [req-01fb1e3f-dabb-48e7-b13e-54277f209bdc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.132s 2018-08-21 06:43:22.852 63 DEBUG tempest.lib.common.rest_client [req-01fb1e3f-dabb-48e7-b13e-54277f209bdc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01fb1e3f-dabb-48e7-b13e-54277f209bdc'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2e75136c-56e3-47e2-97dc-5f44555f1bb2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:23.046 63 INFO tempest.lib.common.rest_client [req-3265421a-3023-4d38-8bdb-4dada7b46626 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/networks 0.192s 2018-08-21 06:43:23.047 63 DEBUG tempest.lib.common.rest_client [req-3265421a-3023-4d38-8bdb-4dada7b46626 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1215749756"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3265421a-3023-4d38-8bdb-4dada7b46626'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:43:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"6ca0e850-9855-4d74-928a-f8252abd7662","name":"tempest-A-1215749756"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:23.596 63 INFO tempest.lib.common.rest_client [req-5121bfdd-71a7-467f-8c16-e9d5a3ab88f7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.548s 2018-08-21 06:43:23.597 63 DEBUG tempest.lib.common.rest_client [req-5121bfdd-71a7-467f-8c16-e9d5a3ab88f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "name": "tempest-subnet-A-1-878201686"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5121bfdd-71a7-467f-8c16-e9d5a3ab88f7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ca0e850-9855-4d74-928a-f8252abd7662","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:23Z","dns_nameservers":[],"updated_at":"2018-08-21T06:43:23Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"666ec533-959a-4945-a841-17788b4035ad","subnetpool_id":null,"name":"tempest-subnet-A-1-878201686"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:24.131 63 INFO tempest.lib.common.rest_client [req-b196655c-3c7f-4419-94d0-432d78f4ddd2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/networks 0.533s 2018-08-21 06:43:24.132 63 DEBUG tempest.lib.common.rest_client [req-b196655c-3c7f-4419-94d0-432d78f4ddd2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-102369735"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b196655c-3c7f-4419-94d0-432d78f4ddd2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:43:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"acca52bb-0951-4fdd-9196-be6bc5de5507","name":"tempest-B-102369735"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:24.808 63 INFO tempest.lib.common.rest_client [req-d2f726a8-86b7-47a0-814d-e4e7e99fff4b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.675s 2018-08-21 06:43:24.809 63 DEBUG tempest.lib.common.rest_client [req-d2f726a8-86b7-47a0-814d-e4e7e99fff4b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "name": "tempest-subnet-B-1-1088356667"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2f726a8-86b7-47a0-814d-e4e7e99fff4b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acca52bb-0951-4fdd-9196-be6bc5de5507","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:24Z","dns_nameservers":[],"updated_at":"2018-08-21T06:43:24Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c1d7f165-05b7-4809-8e88-e1482e142ab4","subnetpool_id":null,"name":"tempest-subnet-B-1-1088356667"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:25.245 63 INFO tempest.lib.common.rest_client [req-2e74256d-4d52-40d7-9289-0ee864ea9f40 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.435s 2018-08-21 06:43:25.245 63 DEBUG tempest.lib.common.rest_client [req-2e74256d-4d52-40d7-9289-0ee864ea9f40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e74256d-4d52-40d7-9289-0ee864ea9f40'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "85cf7d65-bdb1-4a78-b723-dc805b9d63de"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:25.529 63 INFO tempest.lib.common.rest_client [req-2856c700-137f-41d7-85a5-e05a1dfb9581 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.282s 2018-08-21 06:43:25.530 63 DEBUG tempest.lib.common.rest_client [req-2856c700-137f-41d7-85a5-e05a1dfb9581 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1446795584"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2856c700-137f-41d7-85a5-e05a1dfb9581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2856c700-137f-41d7-85a5-e05a1dfb9581'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYo4F/i874xfik0itWzceflOtngukOa5YbKaU8vQCFdNMVd0PkRhjr5Di3Ca0D6vHsPaOPd1chOPJM24QlHPF9E9AsiU4agP2xk4YbKDlthqZTJty9VimBIAUC/D/40xc4o/ylqGy3txDjg94t3OgNhrkzmgAiqIcMegBVxc13H295ldNbcKPUqVvtxdAajmkHQV4O/IJAKCF6xKNOT0jkZau9m/9t2DMssf0iaAHUtip6zCC/BYyKf7zzslWRemvcSPDSjCrje4WBcpHDCDeKScvnafB46MXfzcHl5RgLn5I+dMeH0MRHWr3FMTpA7WNxM5mo7M81OI0bQEds93Bl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2KOBf4vO+MX4pNIrVs3Hn5TrZ4LpDmuWGymlPL0AhXTTFXdD\n5EYY6+Q4twmtA+rx7D2jj3dXITjyTNuEJRzxfRPQLIlOGoD9sZOGGyg5bYamUybc\nvVYpgSAFAvw/+NMXOKP8pahst7cQ44PeLdzoDYa5M5oAIqiHDHoAVcXNdx9veZXT\nW3Cj1Klb7cXQGo5pB0FeDvyCQCghesSjTk9I5GWrvZv/bdgzLLH9ImgB1LYqeswg\nvwWMin+887JVkXpr3Ejw0owq43uFgXKRwwg3iknL52nweOjF383B5eUYC5+SPnTH\nh9DER1q9xTE6QO1jcTOZqOzPNTiNG0BHbPdwZQIDAQABAoIBABq48HxfLoSZRvZt\nxlLKx1jz8aWvDDhvJPDszikT10CfDHqVX5aE3wYZ/LT3SJQ3IuhVIhvMSL8cWycH\n3OEHFPKswvz7Ytr6FlEVNXGcIJlWBqYzIP9p5Wy8GmIn42w5/Z9K+xskD2UJ+9dU\nqM9XdHhWqfmngWTFDQOI+QmbgKC00dB/D279Tawnpxo4VJscAqBuFC3ezmmbONLe\nX++QelcZo9PeofVNoPOs9i4Ny4F+cmKQ4n/GOhjHGxhHug1EEWeDADnAIq/iyiq5\n4TQgGwpY/kWzAtjHhrhbl4gxGAV3zi+44TQTqXi0i2YcqwG/2Ht3+95bMvdIhhEA\nkgbKuwECgYEA9c8SZUESI+yF94msOMRvM4noBvg5ADBt89BUD80oxkMpBr5puNJG\nGJP5JXrsjQhrS1EtNE60SvOxxeOlN2vrrJBXkHYgoCfDFzJFSGinJFGFi2PwVmVq\nUacaaVcTnKjOLAd/LkQei60ghdo2HEyvj7uSzhz1gn8vHMLP0jwZE/UCgYEA4Z7V\nAf0VxSYqIRHou9XJJSKhhdTtbUZFL195/NUemK8LZ2MwEIWLEM06vzz0H5JXq1KO\n7fAaupclf4F1SxVG10AmVTC1H5HfYVdIRPuWrtJKH14RFPPgxAb5BJUhyLNCRe3G\nEXGmZEq900IARmlyk+O4oUqiQyHZY2B2cShblLECgYBIOh1EpVcoOSKwNsLlN0sZ\nkMcd7SgKlzBnuOpKblUx1KAkfCTiit7P8AMAcVs6oaOtUOAAg7PUZkDxTc/JNivc\n29ju+NbjWGup0DqtaRrbwByGdco0CL6x2XEYTN7VZICYTWegd6GmFyv8SL8nl5zq\nlgowCDBXtPlp8RBRzRjtVQKBgQCykP/rNAAv6dW8GK2HRFuPTYpjHrPPIaeOJ9Wn\nepFdrGStLf6ThO4cnSGay8Y22p8SVCQVQ0wUU530/WP0yeEoaXgtQoCHfO873lWv\nayPGN1881jlUyPQikZYyv0lezCluqRJzKezUQadddUY8dCafz8KHvUcRNNAV6/mx\n84wP8QKBgQDFXen1b7CkPGHSG97utoiRkuErXrZesLyv7EZkeEHZ8V8u6VJJqxxc\n+E/3QL0Sa5aw5qrLm9B+UsDnaCQVBEVU9nHiKW4pdH32lq/Y2dZJ3voJQF4jyY5N\nN9AaO3JYFFc1VMBZMX5vNrD8Ttbl1SggvosM4EbcU8sFGsW3mJyeDA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1446795584", "fingerprint": "85:da:d6:81:6b:84:ae:bf:53:a8:9c:31:de:41:64:4e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:26.336 63 INFO tempest.lib.common.rest_client [req-8fa24446-6ef6-43f0-ac00-c09d042e376e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/ports 0.802s 2018-08-21 06:43:26.337 63 DEBUG tempest.lib.common.rest_client [req-8fa24446-6ef6-43f0-ac00-c09d042e376e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1315423893", "security_groups": ["507dbe75-7d57-468b-be80-1828bb6e96dd"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fa24446-6ef6-43f0-ac00-c09d042e376e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:43:25Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6ca0e850-9855-4d74-928a-f8252abd7662","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:43:25Z","name":"tempest-port-smoke-1315423893","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:eb:55:8d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"666ec533-959a-4945-a841-17788b4035ad","ip_address":"10.101.11.10"}],"id":"a5ab6359-11f4-44c3-891c-1a986c01b276","security_groups":["507dbe75-7d57-468b-be80-1828bb6e96dd"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:28.096 63 INFO tempest.lib.common.rest_client [req-06465264-bcb3-438a-851c-c4e139d7eac3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.44:8774/v2.1/servers 1.758s 2018-08-21 06:43:28.096 63 DEBUG tempest.lib.common.rest_client [req-06465264-bcb3-438a-851c-c4e139d7eac3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1446795584", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6ca0e850-9855-4d74-928a-f8252abd7662", "port": "a5ab6359-11f4-44c3-891c-1a986c01b276"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-06465264-bcb3-438a-851c-c4e139d7eac3', 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06465264-bcb3-438a-851c-c4e139d7eac3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "adminPass": "Pp3SRXcto7eL"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:28.470 63 INFO tempest.lib.common.rest_client [req-5dc7331f-107c-4ae9-8968-96d147fd123d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.370s 2018-08-21 06:43:28.471 63 DEBUG tempest.lib.common.rest_client [req-5dc7331f-107c-4ae9-8968-96d147fd123d ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-5dc7331f-107c-4ae9-8968-96d147fd123d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5dc7331f-107c-4ae9-8968-96d147fd123d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:30.122 63 INFO tempest.lib.common.rest_client [req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.636s 2018-08-21 06:43:30.122 63 DEBUG tempest.lib.common.rest_client [req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:29Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:30.134 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 06:43:31.337 63 INFO tempest.lib.common.rest_client [req-8412ac68-0925-4575-922d-5507fd1c5040 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.201s 2018-08-21 06:43:31.337 63 DEBUG tempest.lib.common.rest_client [req-8412ac68-0925-4575-922d-5507fd1c5040 ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-8412ac68-0925-4575-922d-5507fd1c5040', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8412ac68-0925-4575-922d-5507fd1c5040'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:30Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:31.350 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:43:32.756 63 INFO tempest.lib.common.rest_client [req-141769f2-f507-485e-87a0-332cd6281fb0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.404s 2018-08-21 06:43:32.756 63 DEBUG tempest.lib.common.rest_client [req-141769f2-f507-485e-87a0-332cd6281fb0 ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-141769f2-f507-485e-87a0-332cd6281fb0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-141769f2-f507-485e-87a0-332cd6281fb0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:30Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:34.166 63 INFO tempest.lib.common.rest_client [req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.394s 2018-08-21 06:43:34.166 63 DEBUG tempest.lib.common.rest_client [req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:33Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:34.180 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:43:34.658 63 INFO tempest.lib.common.rest_client [req-adeb5816-da4b-47d0-88f8-d1334edb7983 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.477s 2018-08-21 06:43:34.659 63 DEBUG tempest.lib.common.rest_client [req-adeb5816-da4b-47d0-88f8-d1334edb7983 ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-adeb5816-da4b-47d0-88f8-d1334edb7983', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-adeb5816-da4b-47d0-88f8-d1334edb7983'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:33Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:34.671 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: eac60733-a0cf-4274-b180-5eeacdcac89b with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:43:35.500 63 INFO tempest.lib.common.rest_client [req-ca4baf0e-6860-4221-ba2b-c6fc2a630215 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/ports 0.828s 2018-08-21 06:43:35.501 63 DEBUG tempest.lib.common.rest_client [req-ca4baf0e-6860-4221-ba2b-c6fc2a630215 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2144509507", "security_groups": ["507dbe75-7d57-468b-be80-1828bb6e96dd"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca4baf0e-6860-4221-ba2b-c6fc2a630215'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:43:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acca52bb-0951-4fdd-9196-be6bc5de5507","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:43:35Z","name":"tempest-port-smoke-2144509507","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d5:12:f9","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c1d7f165-05b7-4809-8e88-e1482e142ab4","ip_address":"10.102.21.20"}],"id":"c91ba503-fa94-41b3-818b-0c9672414822","security_groups":["507dbe75-7d57-468b-be80-1828bb6e96dd"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:35.935 63 INFO tempest.lib.common.rest_client [req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.44:8774/v2.1/servers 0.432s 2018-08-21 06:43:35.936 63 DEBUG tempest.lib.common.rest_client [req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1446795584", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acca52bb-0951-4fdd-9196-be6bc5de5507", "port": "c91ba503-fa94-41b3-818b-0c9672414822"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b', 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "adminPass": "ESpcZ8U3eJM5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:35.999 63 INFO tempest.lib.common.rest_client [req-908201d3-6638-4682-8f1f-79cccf5becc3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.058s 2018-08-21 06:43:35.999 63 DEBUG tempest.lib.common.rest_client [req-908201d3-6638-4682-8f1f-79cccf5becc3 ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-908201d3-6638-4682-8f1f-79cccf5becc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-908201d3-6638-4682-8f1f-79cccf5becc3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:37.287 63 INFO tempest.lib.common.rest_client [req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.273s 2018-08-21 06:43:37.288 63 DEBUG tempest.lib.common.rest_client [req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:39.053 63 INFO tempest.lib.common.rest_client [req-6611eb14-7329-465c-9ca1-583dc182ffff ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.750s 2018-08-21 06:43:39.053 63 DEBUG tempest.lib.common.rest_client [req-6611eb14-7329-465c-9ca1-583dc182ffff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1400', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-6611eb14-7329-465c-9ca1-583dc182ffff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6611eb14-7329-465c-9ca1-583dc182ffff'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:37Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:39.067 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 06:43:40.219 63 INFO tempest.lib.common.rest_client [req-3f8d1d21-4032-4739-9f57-24fdf873e630 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.150s 2018-08-21 06:43:40.219 63 DEBUG tempest.lib.common.rest_client [req-3f8d1d21-4032-4739-9f57-24fdf873e630 ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-3f8d1d21-4032-4739-9f57-24fdf873e630', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f8d1d21-4032-4739-9f57-24fdf873e630'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:40.233 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:43:41.700 63 INFO tempest.lib.common.rest_client [req-f5716c7f-0617-4883-a28c-bc36c789e463 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.464s 2018-08-21 06:43:41.701 63 DEBUG tempest.lib.common.rest_client [req-f5716c7f-0617-4883-a28c-bc36c789e463 ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-f5716c7f-0617-4883-a28c-bc36c789e463', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5716c7f-0617-4883-a28c-bc36c789e463'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:43.122 63 INFO tempest.lib.common.rest_client [req-1062a4ca-01ac-4577-ae7e-7450a9a1b846 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.406s 2018-08-21 06:43:43.122 63 DEBUG tempest.lib.common.rest_client [req-1062a4ca-01ac-4577-ae7e-7450a9a1b846 ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-1062a4ca-01ac-4577-ae7e-7450a9a1b846', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1062a4ca-01ac-4577-ae7e-7450a9a1b846'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:43.136 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:43:43.464 63 INFO tempest.lib.common.rest_client [req-b67b7878-5398-4e90-931c-8d0d279d42b5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.326s 2018-08-21 06:43:43.464 63 DEBUG tempest.lib.common.rest_client [req-b67b7878-5398-4e90-931c-8d0d279d42b5 ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-b67b7878-5398-4e90-931c-8d0d279d42b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b67b7878-5398-4e90-931c-8d0d279d42b5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:43.477 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d0958fb5-a826-4104-a936-85034ac70bc5 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:43:43.784 63 INFO tempest.lib.common.rest_client [req-28cb7f42-247c-4254-ad06-4c4dca73a4c7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations 0.305s 2018-08-21 06:43:43.785 63 DEBUG tempest.lib.common.rest_client [req-28cb7f42-247c-4254-ad06-4c4dca73a4c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations', u'date': 'Tue, 21 Aug 2018 06:43:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28cb7f42-247c-4254-ad06-4c4dca73a4c7'} Body: {"network_association": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "id": "2a93a10c-2bc9-4a3e-bc84-068381660111"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:44.143 63 INFO tempest.lib.common.rest_client [req-9784efcf-b0da-48e1-9393-bd8dd040085f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations 0.357s 2018-08-21 06:43:44.143 63 DEBUG tempest.lib.common.rest_client [req-9784efcf-b0da-48e1-9393-bd8dd040085f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations', u'date': 'Tue, 21 Aug 2018 06:43:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9784efcf-b0da-48e1-9393-bd8dd040085f'} Body: {"network_association": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "id": "df38f5eb-be60-4f01-8a20-e0292244af50"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:44.144 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-21 06:43:44.247 63 INFO tempest.lib.common.rest_client [req-526ccdde-31ee-49a7-91de-8246179a2809 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/routers 0.102s 2018-08-21 06:43:44.248 63 DEBUG tempest.lib.common.rest_client [req-526ccdde-31ee-49a7-91de-8246179a2809 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1422307301", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:43:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-526ccdde-31ee-49a7-91de-8246179a2809'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:44Z", "admin_state_up": true, "updated_at": "2018-08-21T06:43:44Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5eb5f125-5f2d-425a-950c-c3771b049695", "name": "tempest-router--1422307301"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:45.873 63 INFO tempest.lib.common.rest_client [req-738dd5a6-d9c8-4bc8-9cd5-f9eea5a8c681 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695 1.624s 2018-08-21 06:43:45.874 63 DEBUG tempest.lib.common.rest_client [req-738dd5a6-d9c8-4bc8-9cd5-f9eea5a8c681 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695', u'date': 'Tue, 21 Aug 2018 06:43:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-738dd5a6-d9c8-4bc8-9cd5-f9eea5a8c681'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:44Z", "admin_state_up": true, "updated_at": "2018-08-21T06:43:45Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5eb5f125-5f2d-425a-950c-c3771b049695", "name": "tempest-router--1422307301"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:48.491 63 INFO tempest.lib.common.rest_client [req-a704be3e-727b-453f-beef-5c9e83211227 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/add_router_interface 2.616s 2018-08-21 06:43:48.492 63 DEBUG tempest.lib.common.rest_client [req-a704be3e-727b-453f-beef-5c9e83211227 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "666ec533-959a-4945-a841-17788b4035ad"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:43:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a704be3e-727b-453f-beef-5c9e83211227'} Body: {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "666ec533-959a-4945-a841-17788b4035ad", "subnet_ids": ["666ec533-959a-4945-a841-17788b4035ad"], "port_id": "86e764ec-fdbf-4d54-b2a5-b6af2ac5919b", "id": "5eb5f125-5f2d-425a-950c-c3771b049695"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:50.302 63 INFO tempest.lib.common.rest_client [req-383e8753-166e-49ab-8afe-076038128088 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.809s 2018-08-21 06:43:50.303 63 DEBUG tempest.lib.common.rest_client [req-383e8753-166e-49ab-8afe-076038128088 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "a5ab6359-11f4-44c3-891c-1a986c01b276"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:43:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-383e8753-166e-49ab-8afe-076038128088'} Body: {"floatingip": {"router_id": "5eb5f125-5f2d-425a-950c-c3771b049695", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:43:49Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "a5ab6359-11f4-44c3-891c-1a986c01b276", "id": "4f9be1dc-8e31-4c3b-a000-b4ed96bc8826", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:49Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:43:50.305 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:43:58.319 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:43:58.383 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:43:58.384 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:43:58.499 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-21 06:43:58.499 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:43:58.501 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:43:58.561 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:43:58.566 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:44:03.574 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:44:03.575 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-21 06:45:13.644 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-21 06:45:13.645 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:45:13.649 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:45:13.712 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:45:13.712 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:45:18.719 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:45:18.720 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-21 06:46:28.758 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-21 06:46:28.758 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-21 06:46:28.759 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28.763 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:28.865 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:46:28.890 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:28.896 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:46:28.896 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:07:ad:c9 [ether] on eth0 2018-08-21 06:46:28.897 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-21 06:46:28.897 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28.899 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:28.961 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:46:28.963 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:28.971 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 06:46:28.972 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-21 06:46:28.972 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28.975 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29.037 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:46:29.039 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:29.044 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-21 06:46:29.045 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:29.047 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29.108 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:46:29.110 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:29.115 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:46:29.115 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:07:ad:c9 [ether] on eth0 2018-08-21 06:46:29.116 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-21 06:46:29.116 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:29.118 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29.180 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:46:29.183 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:34.190 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:46:34.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.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 06:47:44.258 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-21 06:47:44.259 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:47:44.263 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:47:44.362 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:47:44.390 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:47:49.397 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:47:49.397 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-21 06:48:59.412 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-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:49:00.859 63 INFO tempest.lib.common.rest_client [req-b18ab100-2d03-4ced-a25c-a77c8b924e24 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/4f9be1dc-8e31-4c3b-a000-b4ed96bc8826 1.442s 2018-08-21 06:49:00.860 63 DEBUG tempest.lib.common.rest_client [req-b18ab100-2d03-4ced-a25c-a77c8b924e24 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/4f9be1dc-8e31-4c3b-a000-b4ed96bc8826', u'date': 'Tue, 21 Aug 2018 06:49:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b18ab100-2d03-4ced-a25c-a77c8b924e24'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:02.792 63 INFO tempest.lib.common.rest_client [req-3638215e-c5e7-4800-be82-c72f89d5a905 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/remove_router_interface 1.931s 2018-08-21 06:49:02.793 63 DEBUG tempest.lib.common.rest_client [req-3638215e-c5e7-4800-be82-c72f89d5a905 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "666ec533-959a-4945-a841-17788b4035ad"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:49:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3638215e-c5e7-4800-be82-c72f89d5a905'} Body: {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "666ec533-959a-4945-a841-17788b4035ad", "subnet_ids": ["666ec533-959a-4945-a841-17788b4035ad"], "port_id": "86e764ec-fdbf-4d54-b2a5-b6af2ac5919b", "id": "5eb5f125-5f2d-425a-950c-c3771b049695"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:04.542 63 INFO tempest.lib.common.rest_client [req-e189ecc8-3e8a-4fe0-a899-6021b6ffc2a9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695 1.748s 2018-08-21 06:49:04.543 63 DEBUG tempest.lib.common.rest_client [req-e189ecc8-3e8a-4fe0-a899-6021b6ffc2a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695', u'date': 'Tue, 21 Aug 2018 06:49:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e189ecc8-3e8a-4fe0-a899-6021b6ffc2a9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:05.065 63 INFO tempest.lib.common.rest_client [req-2970610a-dc3a-408b-8cd0-25d8f621599c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.521s 2018-08-21 06:49:05.066 63 DEBUG tempest.lib.common.rest_client [req-2970610a-dc3a-408b-8cd0-25d8f621599c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-2970610a-dc3a-408b-8cd0-25d8f621599c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2970610a-dc3a-408b-8cd0-25d8f621599c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:05.789 63 INFO tempest.lib.common.rest_client [req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.722s 2018-08-21 06:49:05.790 63 DEBUG tempest.lib.common.rest_client [req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964 ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:05Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:06.867 63 INFO tempest.lib.common.rest_client [req-154378fd-a26c-4ecc-bd28-db2ab2398a0d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.061s 2018-08-21 06:49:06.868 63 DEBUG tempest.lib.common.rest_client [req-154378fd-a26c-4ecc-bd28-db2ab2398a0d ] 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-154378fd-a26c-4ecc-bd28-db2ab2398a0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:06 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-154378fd-a26c-4ecc-bd28-db2ab2398a0d'} Body: {"itemNotFound": {"message": "Instance d0958fb5-a826-4104-a936-85034ac70bc5 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:08.011 63 INFO tempest.lib.common.rest_client [req-81410dc4-36d3-4a60-a93c-4d1f6c58605f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/c91ba503-fa94-41b3-818b-0c9672414822 1.141s 2018-08-21 06:49:08.011 63 DEBUG tempest.lib.common.rest_client [req-81410dc4-36d3-4a60-a93c-4d1f6c58605f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/c91ba503-fa94-41b3-818b-0c9672414822', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81410dc4-36d3-4a60-a93c-4d1f6c58605f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:08.229 63 INFO tempest.lib.common.rest_client [req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.216s 2018-08-21 06:49:08.229 63 DEBUG tempest.lib.common.rest_client [req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:08.582 63 INFO tempest.lib.common.rest_client [req-4901905d-1785-4c35-8433-2502980c4750 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.352s 2018-08-21 06:49:08.583 63 DEBUG tempest.lib.common.rest_client [req-4901905d-1785-4c35-8433-2502980c4750 ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-4901905d-1785-4c35-8433-2502980c4750', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4901905d-1785-4c35-8433-2502980c4750'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:08Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:09.653 63 INFO tempest.lib.common.rest_client [req-b82c8d07-861b-452d-ae01-24f858970799 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.054s 2018-08-21 06:49:09.654 63 DEBUG tempest.lib.common.rest_client [req-b82c8d07-861b-452d-ae01-24f858970799 ] 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-b82c8d07-861b-452d-ae01-24f858970799', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:09 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b82c8d07-861b-452d-ae01-24f858970799'} Body: {"itemNotFound": {"message": "Instance eac60733-a0cf-4274-b180-5eeacdcac89b could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:10.250 63 INFO tempest.lib.common.rest_client [req-02e7ca96-2010-470a-abb3-ff38d345b3ef ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/a5ab6359-11f4-44c3-891c-1a986c01b276 0.596s 2018-08-21 06:49:10.251 63 DEBUG tempest.lib.common.rest_client [req-02e7ca96-2010-470a-abb3-ff38d345b3ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/a5ab6359-11f4-44c3-891c-1a986c01b276', u'date': 'Tue, 21 Aug 2018 06:49:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-02e7ca96-2010-470a-abb3-ff38d345b3ef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:10.290 63 INFO tempest.lib.common.rest_client [req-5497e8a8-c6ae-4ae4-838b-424a735e51d3 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1446795584 0.038s 2018-08-21 06:49:10.290 63 DEBUG tempest.lib.common.rest_client [req-5497e8a8-c6ae-4ae4-838b-424a735e51d3 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1446795584', u'x-compute-request-id': 'req-5497e8a8-c6ae-4ae4-838b-424a735e51d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5497e8a8-c6ae-4ae4-838b-424a735e51d3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:11.768 63 INFO tempest.lib.common.rest_client [req-396b8ef2-7e1c-4170-9bd7-b0d26aad7d4a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c1d7f165-05b7-4809-8e88-e1482e142ab4 1.477s 2018-08-21 06:49:11.769 63 DEBUG tempest.lib.common.rest_client [req-396b8ef2-7e1c-4170-9bd7-b0d26aad7d4a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c1d7f165-05b7-4809-8e88-e1482e142ab4', u'date': 'Tue, 21 Aug 2018 06:49:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-396b8ef2-7e1c-4170-9bd7-b0d26aad7d4a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:13.445 63 INFO tempest.lib.common.rest_client [req-a3b9f88b-3057-4694-a5f4-aa525e041501 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/acca52bb-0951-4fdd-9196-be6bc5de5507 1.675s 2018-08-21 06:49:13.445 63 DEBUG tempest.lib.common.rest_client [req-a3b9f88b-3057-4694-a5f4-aa525e041501 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/acca52bb-0951-4fdd-9196-be6bc5de5507', u'date': 'Tue, 21 Aug 2018 06:49:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3b9f88b-3057-4694-a5f4-aa525e041501'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:14.786 63 INFO tempest.lib.common.rest_client [req-b928b0a5-d545-4aa7-9f65-9b7271c29ec4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/666ec533-959a-4945-a841-17788b4035ad 1.340s 2018-08-21 06:49:14.787 63 DEBUG tempest.lib.common.rest_client [req-b928b0a5-d545-4aa7-9f65-9b7271c29ec4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/666ec533-959a-4945-a841-17788b4035ad', u'date': 'Tue, 21 Aug 2018 06:49:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b928b0a5-d545-4aa7-9f65-9b7271c29ec4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:16.222 63 INFO tempest.lib.common.rest_client [req-6aeb7168-42ae-456f-aa3e-d98b83f1fbc1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/6ca0e850-9855-4d74-928a-f8252abd7662 1.434s 2018-08-21 06:49:16.223 63 DEBUG tempest.lib.common.rest_client [req-6aeb7168-42ae-456f-aa3e-d98b83f1fbc1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/6ca0e850-9855-4d74-928a-f8252abd7662', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6aeb7168-42ae-456f-aa3e-d98b83f1fbc1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:16.509 63 INFO tempest.lib.common.rest_client [req-4d641824-888a-4f5c-9e4c-49a72fa54e7e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/507dbe75-7d57-468b-be80-1828bb6e96dd 0.285s 2018-08-21 06:49:16.510 63 DEBUG tempest.lib.common.rest_client [req-4d641824-888a-4f5c-9e4c-49a72fa54e7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/507dbe75-7d57-468b-be80-1828bb6e96dd', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d641824-888a-4f5c-9e4c-49a72fa54e7e'} 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 [356.291118s] ... 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-21 06:43:20,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.742s 2018-08-21 06:43:20,964 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1954955268 description", "name": "tempest-secgroup-smoke-1954955268"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:43:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84cf18cd-fdbd-4968-bc4a-e0b9083fe11c'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1954955268 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:20Z", "updated_at": "2018-08-21T06:43:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:43:20Z", "revision_number": 0, "id": "305fa1b3-3bf2-41c4-b9a2-3d7a2d0e7e01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:43:20Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:43:20Z", "revision_number": 0, "id": "744eccc1-1b6f-4460-a1c2-a43da1be0237", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:43:20Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "name": "tempest-secgroup-smoke-1954955268"}} 2018-08-21 06:43:21,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.391s 2018-08-21 06:43:21,357 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e8b3469-787d-4057-a141-1f4b61f413e4'} 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-21T06:43:21Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bb0af608-6cd2-4ef2-a408-dc32d81ec4e6"}} 2018-08-21 06:43:21,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.322s 2018-08-21 06:43:21,680 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-437f6bc7-410e-43dc-b7e3-a306351cbeda'} 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-21T06:43:21Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5ed50ef-2ebb-4600-9efe-895eae3e26a7"}} 2018-08-21 06:43:22,060 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.378s 2018-08-21 06:43:22,060 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-499095b6-a420-4190-a27d-5087e7bb0a20'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3e1f6bea-73d6-4187-8512-e59e4f52e241"}} 2018-08-21 06:43:22,231 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.170s 2018-08-21 06:43:22,231 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9144434e-e57e-4df0-b9cb-19a865007748'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2f5b12e1-fdf6-43dc-a4be-8c3b7ab3d332"}} 2018-08-21 06:43:22,401 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.168s 2018-08-21 06:43:22,401 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f2df8a-7dd1-44cc-9d7f-d7ed8f56622e'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3ce26c80-4b78-43b0-8397-bcf05201256d"}} 2018-08-21 06:43:22,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:43:22,563 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0c03bfc-d365-4f54-bab2-cdd618cb4f44'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7f6bacdf-b392-4f21-bad0-7e0281aaff2e"}} 2018-08-21 06:43:22,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:43:22,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04c5d502-28b1-4ee3-a4b5-f372630d5cea'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3083d160-9753-47c9-931e-d5be10fab531"}} 2018-08-21 06:43:22,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.132s 2018-08-21 06:43:22,852 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01fb1e3f-dabb-48e7-b13e-54277f209bdc'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2e75136c-56e3-47e2-97dc-5f44555f1bb2"}} 2018-08-21 06:43:23,046 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/networks 0.192s 2018-08-21 06:43:23,047 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1215749756"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3265421a-3023-4d38-8bdb-4dada7b46626'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:43:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"6ca0e850-9855-4d74-928a-f8252abd7662","name":"tempest-A-1215749756"}} 2018-08-21 06:43:23,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.548s 2018-08-21 06:43:23,597 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "name": "tempest-subnet-A-1-878201686"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5121bfdd-71a7-467f-8c16-e9d5a3ab88f7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ca0e850-9855-4d74-928a-f8252abd7662","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:23Z","dns_nameservers":[],"updated_at":"2018-08-21T06:43:23Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"666ec533-959a-4945-a841-17788b4035ad","subnetpool_id":null,"name":"tempest-subnet-A-1-878201686"}} 2018-08-21 06:43:24,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/networks 0.533s 2018-08-21 06:43:24,132 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-102369735"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b196655c-3c7f-4419-94d0-432d78f4ddd2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:43:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"acca52bb-0951-4fdd-9196-be6bc5de5507","name":"tempest-B-102369735"}} 2018-08-21 06:43:24,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.675s 2018-08-21 06:43:24,809 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "name": "tempest-subnet-B-1-1088356667"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2f726a8-86b7-47a0-814d-e4e7e99fff4b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acca52bb-0951-4fdd-9196-be6bc5de5507","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:24Z","dns_nameservers":[],"updated_at":"2018-08-21T06:43:24Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c1d7f165-05b7-4809-8e88-e1482e142ab4","subnetpool_id":null,"name":"tempest-subnet-B-1-1088356667"}} 2018-08-21 06:43:25,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.435s 2018-08-21 06:43:25,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e74256d-4d52-40d7-9289-0ee864ea9f40'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "85cf7d65-bdb1-4a78-b723-dc805b9d63de"}} 2018-08-21 06:43:25,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.282s 2018-08-21 06:43:25,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1446795584"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2856c700-137f-41d7-85a5-e05a1dfb9581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2856c700-137f-41d7-85a5-e05a1dfb9581'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYo4F/i874xfik0itWzceflOtngukOa5YbKaU8vQCFdNMVd0PkRhjr5Di3Ca0D6vHsPaOPd1chOPJM24QlHPF9E9AsiU4agP2xk4YbKDlthqZTJty9VimBIAUC/D/40xc4o/ylqGy3txDjg94t3OgNhrkzmgAiqIcMegBVxc13H295ldNbcKPUqVvtxdAajmkHQV4O/IJAKCF6xKNOT0jkZau9m/9t2DMssf0iaAHUtip6zCC/BYyKf7zzslWRemvcSPDSjCrje4WBcpHDCDeKScvnafB46MXfzcHl5RgLn5I+dMeH0MRHWr3FMTpA7WNxM5mo7M81OI0bQEds93Bl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2KOBf4vO+MX4pNIrVs3Hn5TrZ4LpDmuWGymlPL0AhXTTFXdD\n5EYY6+Q4twmtA+rx7D2jj3dXITjyTNuEJRzxfRPQLIlOGoD9sZOGGyg5bYamUybc\nvVYpgSAFAvw/+NMXOKP8pahst7cQ44PeLdzoDYa5M5oAIqiHDHoAVcXNdx9veZXT\nW3Cj1Klb7cXQGo5pB0FeDvyCQCghesSjTk9I5GWrvZv/bdgzLLH9ImgB1LYqeswg\nvwWMin+887JVkXpr3Ejw0owq43uFgXKRwwg3iknL52nweOjF383B5eUYC5+SPnTH\nh9DER1q9xTE6QO1jcTOZqOzPNTiNG0BHbPdwZQIDAQABAoIBABq48HxfLoSZRvZt\nxlLKx1jz8aWvDDhvJPDszikT10CfDHqVX5aE3wYZ/LT3SJQ3IuhVIhvMSL8cWycH\n3OEHFPKswvz7Ytr6FlEVNXGcIJlWBqYzIP9p5Wy8GmIn42w5/Z9K+xskD2UJ+9dU\nqM9XdHhWqfmngWTFDQOI+QmbgKC00dB/D279Tawnpxo4VJscAqBuFC3ezmmbONLe\nX++QelcZo9PeofVNoPOs9i4Ny4F+cmKQ4n/GOhjHGxhHug1EEWeDADnAIq/iyiq5\n4TQgGwpY/kWzAtjHhrhbl4gxGAV3zi+44TQTqXi0i2YcqwG/2Ht3+95bMvdIhhEA\nkgbKuwECgYEA9c8SZUESI+yF94msOMRvM4noBvg5ADBt89BUD80oxkMpBr5puNJG\nGJP5JXrsjQhrS1EtNE60SvOxxeOlN2vrrJBXkHYgoCfDFzJFSGinJFGFi2PwVmVq\nUacaaVcTnKjOLAd/LkQei60ghdo2HEyvj7uSzhz1gn8vHMLP0jwZE/UCgYEA4Z7V\nAf0VxSYqIRHou9XJJSKhhdTtbUZFL195/NUemK8LZ2MwEIWLEM06vzz0H5JXq1KO\n7fAaupclf4F1SxVG10AmVTC1H5HfYVdIRPuWrtJKH14RFPPgxAb5BJUhyLNCRe3G\nEXGmZEq900IARmlyk+O4oUqiQyHZY2B2cShblLECgYBIOh1EpVcoOSKwNsLlN0sZ\nkMcd7SgKlzBnuOpKblUx1KAkfCTiit7P8AMAcVs6oaOtUOAAg7PUZkDxTc/JNivc\n29ju+NbjWGup0DqtaRrbwByGdco0CL6x2XEYTN7VZICYTWegd6GmFyv8SL8nl5zq\nlgowCDBXtPlp8RBRzRjtVQKBgQCykP/rNAAv6dW8GK2HRFuPTYpjHrPPIaeOJ9Wn\nepFdrGStLf6ThO4cnSGay8Y22p8SVCQVQ0wUU530/WP0yeEoaXgtQoCHfO873lWv\nayPGN1881jlUyPQikZYyv0lezCluqRJzKezUQadddUY8dCafz8KHvUcRNNAV6/mx\n84wP8QKBgQDFXen1b7CkPGHSG97utoiRkuErXrZesLyv7EZkeEHZ8V8u6VJJqxxc\n+E/3QL0Sa5aw5qrLm9B+UsDnaCQVBEVU9nHiKW4pdH32lq/Y2dZJ3voJQF4jyY5N\nN9AaO3JYFFc1VMBZMX5vNrD8Ttbl1SggvosM4EbcU8sFGsW3mJyeDA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1446795584", "fingerprint": "85:da:d6:81:6b:84:ae:bf:53:a8:9c:31:de:41:64:4e"}} 2018-08-21 06:43:26,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/ports 0.802s 2018-08-21 06:43:26,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1315423893", "security_groups": ["507dbe75-7d57-468b-be80-1828bb6e96dd"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fa24446-6ef6-43f0-ac00-c09d042e376e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:43:25Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6ca0e850-9855-4d74-928a-f8252abd7662","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:43:25Z","name":"tempest-port-smoke-1315423893","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:eb:55:8d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"666ec533-959a-4945-a841-17788b4035ad","ip_address":"10.101.11.10"}],"id":"a5ab6359-11f4-44c3-891c-1a986c01b276","security_groups":["507dbe75-7d57-468b-be80-1828bb6e96dd"],"device_id":""}} 2018-08-21 06:43:28,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.44:8774/v2.1/servers 1.758s 2018-08-21 06:43:28,096 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-1446795584", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6ca0e850-9855-4d74-928a-f8252abd7662", "port": "a5ab6359-11f4-44c3-891c-1a986c01b276"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-06465264-bcb3-438a-851c-c4e139d7eac3', 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06465264-bcb3-438a-851c-c4e139d7eac3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "adminPass": "Pp3SRXcto7eL"}} 2018-08-21 06:43:28,470 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.370s 2018-08-21 06:43:28,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-5dc7331f-107c-4ae9-8968-96d147fd123d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5dc7331f-107c-4ae9-8968-96d147fd123d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:30,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.636s 2018-08-21 06:43:30,122 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:29Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:30,134 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 06:43:31,337 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.201s 2018-08-21 06:43:31,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-8412ac68-0925-4575-922d-5507fd1c5040', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8412ac68-0925-4575-922d-5507fd1c5040'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:30Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:31,350 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:43:32,756 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.404s 2018-08-21 06:43:32,756 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-141769f2-f507-485e-87a0-332cd6281fb0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-141769f2-f507-485e-87a0-332cd6281fb0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:30Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:34,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.394s 2018-08-21 06:43:34,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:33Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:34,180 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:43:34,658 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.477s 2018-08-21 06:43:34,659 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-adeb5816-da4b-47d0-88f8-d1334edb7983', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-adeb5816-da4b-47d0-88f8-d1334edb7983'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:33Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:34,671 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: eac60733-a0cf-4274-b180-5eeacdcac89b with status: ACTIVE 2018-08-21 06:43:35,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/ports 0.828s 2018-08-21 06:43:35,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2144509507", "security_groups": ["507dbe75-7d57-468b-be80-1828bb6e96dd"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca4baf0e-6860-4221-ba2b-c6fc2a630215'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:43:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acca52bb-0951-4fdd-9196-be6bc5de5507","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:43:35Z","name":"tempest-port-smoke-2144509507","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d5:12:f9","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c1d7f165-05b7-4809-8e88-e1482e142ab4","ip_address":"10.102.21.20"}],"id":"c91ba503-fa94-41b3-818b-0c9672414822","security_groups":["507dbe75-7d57-468b-be80-1828bb6e96dd"],"device_id":""}} 2018-08-21 06:43:35,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.44:8774/v2.1/servers 0.432s 2018-08-21 06:43:35,936 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-1446795584", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acca52bb-0951-4fdd-9196-be6bc5de5507", "port": "c91ba503-fa94-41b3-818b-0c9672414822"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b', 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "adminPass": "ESpcZ8U3eJM5"}} 2018-08-21 06:43:35,999 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.058s 2018-08-21 06:43:35,999 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-908201d3-6638-4682-8f1f-79cccf5becc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-908201d3-6638-4682-8f1f-79cccf5becc3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:37,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.273s 2018-08-21 06:43:37,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:39,053 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.750s 2018-08-21 06:43:39,053 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1400', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-6611eb14-7329-465c-9ca1-583dc182ffff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6611eb14-7329-465c-9ca1-583dc182ffff'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:37Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:39,067 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 06:43:40,219 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.150s 2018-08-21 06:43:40,219 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-3f8d1d21-4032-4739-9f57-24fdf873e630', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f8d1d21-4032-4739-9f57-24fdf873e630'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:40,233 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:43:41,700 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.464s 2018-08-21 06:43:41,701 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-f5716c7f-0617-4883-a28c-bc36c789e463', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5716c7f-0617-4883-a28c-bc36c789e463'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:43,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.406s 2018-08-21 06:43:43,122 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-1062a4ca-01ac-4577-ae7e-7450a9a1b846', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1062a4ca-01ac-4577-ae7e-7450a9a1b846'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:43,136 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:43:43,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.326s 2018-08-21 06:43:43,464 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-b67b7878-5398-4e90-931c-8d0d279d42b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b67b7878-5398-4e90-931c-8d0d279d42b5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:43,477 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d0958fb5-a826-4104-a936-85034ac70bc5 with status: ACTIVE 2018-08-21 06:43:43,784 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations 0.305s 2018-08-21 06:43:43,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations', u'date': 'Tue, 21 Aug 2018 06:43:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28cb7f42-247c-4254-ad06-4c4dca73a4c7'} Body: {"network_association": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "id": "2a93a10c-2bc9-4a3e-bc84-068381660111"}} 2018-08-21 06:43:44,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations 0.357s 2018-08-21 06:43:44,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations', u'date': 'Tue, 21 Aug 2018 06:43:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9784efcf-b0da-48e1-9393-bd8dd040085f'} Body: {"network_association": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "id": "df38f5eb-be60-4f01-8a20-e0292244af50"}} 2018-08-21 06:43:44,144 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:43:44,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/routers 0.102s 2018-08-21 06:43:44,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1422307301", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:43:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-526ccdde-31ee-49a7-91de-8246179a2809'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:44Z", "admin_state_up": true, "updated_at": "2018-08-21T06:43:44Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5eb5f125-5f2d-425a-950c-c3771b049695", "name": "tempest-router--1422307301"}} 2018-08-21 06:43:45,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695 1.624s 2018-08-21 06:43:45,874 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695', u'date': 'Tue, 21 Aug 2018 06:43:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-738dd5a6-d9c8-4bc8-9cd5-f9eea5a8c681'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:44Z", "admin_state_up": true, "updated_at": "2018-08-21T06:43:45Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5eb5f125-5f2d-425a-950c-c3771b049695", "name": "tempest-router--1422307301"}} 2018-08-21 06:43:48,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/add_router_interface 2.616s 2018-08-21 06:43:48,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "666ec533-959a-4945-a841-17788b4035ad"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:43:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a704be3e-727b-453f-beef-5c9e83211227'} Body: {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "666ec533-959a-4945-a841-17788b4035ad", "subnet_ids": ["666ec533-959a-4945-a841-17788b4035ad"], "port_id": "86e764ec-fdbf-4d54-b2a5-b6af2ac5919b", "id": "5eb5f125-5f2d-425a-950c-c3771b049695"} 2018-08-21 06:43:50,302 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.809s 2018-08-21 06:43:50,303 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "a5ab6359-11f4-44c3-891c-1a986c01b276"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:43:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-383e8753-166e-49ab-8afe-076038128088'} Body: {"floatingip": {"router_id": "5eb5f125-5f2d-425a-950c-c3771b049695", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:43:49Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "a5ab6359-11f4-44c3-891c-1a986c01b276", "id": "4f9be1dc-8e31-4c3b-a000-b4ed96bc8826", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:49Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:43:50,305 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:43:58,319 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:43:58,383 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:43:58,384 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:43:58,499 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-21 06:43:58,499 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:43:58,501 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:43:58,561 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:43:58,566 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:44:03,574 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:44:03,575 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-21 06:45:13,644 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-21 06:45:13,645 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:45:13,649 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:45:13,712 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:45:13,712 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:45:18,719 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:45:18,720 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-21 06:46:28,758 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:46:28,758 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-21 06:46:28,759 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28,763 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:28,865 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:28,890 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:28,896 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:46:28,896 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:07:ad:c9 [ether] on eth0 2018-08-21 06:46:28,897 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-21 06:46:28,897 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28,899 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:28,961 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:28,963 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:28,971 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:46:28,972 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-21 06:46:28,972 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28,975 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29,037 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:29,039 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:29,044 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-21 06:46:29,045 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:29,047 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29,108 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:29,110 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:29,115 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:46:29,115 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:07:ad:c9 [ether] on eth0 2018-08-21 06:46:29,116 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-21 06:46:29,116 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:29,118 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29,180 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:29,183 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:34,190 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:46:34,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.200. 2018-08-21 06:47:44,258 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-21 06:47:44,259 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:47:44,263 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:47:44,362 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:47:44,390 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:47:49,397 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:47:49,397 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-21 06:48:59,412 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:48:59,413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:49:00,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/4f9be1dc-8e31-4c3b-a000-b4ed96bc8826 1.442s 2018-08-21 06:49:00,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/4f9be1dc-8e31-4c3b-a000-b4ed96bc8826', u'date': 'Tue, 21 Aug 2018 06:49:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b18ab100-2d03-4ced-a25c-a77c8b924e24'} Body: 2018-08-21 06:49:02,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/remove_router_interface 1.931s 2018-08-21 06:49:02,793 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "666ec533-959a-4945-a841-17788b4035ad"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:49:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3638215e-c5e7-4800-be82-c72f89d5a905'} Body: {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "666ec533-959a-4945-a841-17788b4035ad", "subnet_ids": ["666ec533-959a-4945-a841-17788b4035ad"], "port_id": "86e764ec-fdbf-4d54-b2a5-b6af2ac5919b", "id": "5eb5f125-5f2d-425a-950c-c3771b049695"} 2018-08-21 06:49:04,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695 1.748s 2018-08-21 06:49:04,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695', u'date': 'Tue, 21 Aug 2018 06:49:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e189ecc8-3e8a-4fe0-a899-6021b6ffc2a9'} Body: 2018-08-21 06:49:05,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.521s 2018-08-21 06:49:05,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-2970610a-dc3a-408b-8cd0-25d8f621599c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2970610a-dc3a-408b-8cd0-25d8f621599c'} Body: 2018-08-21 06:49:05,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.722s 2018-08-21 06:49:05,790 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:05Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:49:06,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.061s 2018-08-21 06:49:06,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-154378fd-a26c-4ecc-bd28-db2ab2398a0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:06 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-154378fd-a26c-4ecc-bd28-db2ab2398a0d'} Body: {"itemNotFound": {"message": "Instance d0958fb5-a826-4104-a936-85034ac70bc5 could not be found.", "code": 404}} 2018-08-21 06:49:08,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/c91ba503-fa94-41b3-818b-0c9672414822 1.141s 2018-08-21 06:49:08,011 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/c91ba503-fa94-41b3-818b-0c9672414822', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81410dc4-36d3-4a60-a93c-4d1f6c58605f'} Body: 2018-08-21 06:49:08,229 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.216s 2018-08-21 06:49:08,229 63 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc'} Body: 2018-08-21 06:49:08,582 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.352s 2018-08-21 06:49:08,583 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-4901905d-1785-4c35-8433-2502980c4750', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4901905d-1785-4c35-8433-2502980c4750'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:08Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:49:09,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.054s 2018-08-21 06:49:09,654 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-b82c8d07-861b-452d-ae01-24f858970799', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:09 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b82c8d07-861b-452d-ae01-24f858970799'} Body: {"itemNotFound": {"message": "Instance eac60733-a0cf-4274-b180-5eeacdcac89b could not be found.", "code": 404}} 2018-08-21 06:49:10,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/a5ab6359-11f4-44c3-891c-1a986c01b276 0.596s 2018-08-21 06:49:10,251 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/a5ab6359-11f4-44c3-891c-1a986c01b276', u'date': 'Tue, 21 Aug 2018 06:49:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-02e7ca96-2010-470a-abb3-ff38d345b3ef'} Body: 2018-08-21 06:49:10,290 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1446795584 0.038s 2018-08-21 06:49:10,290 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1446795584', u'x-compute-request-id': 'req-5497e8a8-c6ae-4ae4-838b-424a735e51d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5497e8a8-c6ae-4ae4-838b-424a735e51d3'} Body: 2018-08-21 06:49:11,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c1d7f165-05b7-4809-8e88-e1482e142ab4 1.477s 2018-08-21 06:49:11,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c1d7f165-05b7-4809-8e88-e1482e142ab4', u'date': 'Tue, 21 Aug 2018 06:49:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-396b8ef2-7e1c-4170-9bd7-b0d26aad7d4a'} Body: 2018-08-21 06:49:13,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/acca52bb-0951-4fdd-9196-be6bc5de5507 1.675s 2018-08-21 06:49:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/acca52bb-0951-4fdd-9196-be6bc5de5507', u'date': 'Tue, 21 Aug 2018 06:49:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3b9f88b-3057-4694-a5f4-aa525e041501'} Body: 2018-08-21 06:49:14,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/666ec533-959a-4945-a841-17788b4035ad 1.340s 2018-08-21 06:49:14,787 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/666ec533-959a-4945-a841-17788b4035ad', u'date': 'Tue, 21 Aug 2018 06:49:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b928b0a5-d545-4aa7-9f65-9b7271c29ec4'} Body: 2018-08-21 06:49:16,222 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/6ca0e850-9855-4d74-928a-f8252abd7662 1.434s 2018-08-21 06:49:16,223 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/6ca0e850-9855-4d74-928a-f8252abd7662', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6aeb7168-42ae-456f-aa3e-d98b83f1fbc1'} Body: 2018-08-21 06:49:16,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/507dbe75-7d57-468b-be80-1828bb6e96dd 0.285s 2018-08-21 06:49:16,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/507dbe75-7d57-468b-be80-1828bb6e96dd', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d641824-888a-4f5c-9e4c-49a72fa54e7e'} Body: 2018-08-21 06:49:16.783 63 INFO tempest.lib.common.rest_client [req-779cb1ba-1b34-433a-aa3b-72dfef9b2fa9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.247s 2018-08-21 06:49:16.784 63 DEBUG tempest.lib.common.rest_client [req-779cb1ba-1b34-433a-aa3b-72dfef9b2fa9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-614297540 description", "name": "tempest-secgroup-smoke-614297540"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-779cb1ba-1b34-433a-aa3b-72dfef9b2fa9'} Body: {"security_group": {"description": "tempest-secgroup-smoke-614297540 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:16Z", "updated_at": "2018-08-21T06:49:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:16Z", "revision_number": 0, "id": "5380387a-a4b9-41d1-90a3-1e0c06da5169", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:16Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:16Z", "revision_number": 0, "id": "d81834c7-7b06-4d5a-a69c-5a068b9e61e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:16Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "name": "tempest-secgroup-smoke-614297540"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:16.968 63 INFO tempest.lib.common.rest_client [req-f72b372d-5e82-4dce-8fe3-1ff0978e0caa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.183s 2018-08-21 06:49:16.968 63 DEBUG tempest.lib.common.rest_client [req-f72b372d-5e82-4dce-8fe3-1ff0978e0caa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f72b372d-5e82-4dce-8fe3-1ff0978e0caa'} 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-21T06:49:16Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:16Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3143808a-0cc8-4da5-8284-cb8ca4002ba9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:17.352 63 INFO tempest.lib.common.rest_client [req-58d6039f-d66c-4eea-aa55-682f0dd955ae ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.382s 2018-08-21 06:49:17.352 63 DEBUG tempest.lib.common.rest_client [req-58d6039f-d66c-4eea-aa55-682f0dd955ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58d6039f-d66c-4eea-aa55-682f0dd955ae'} 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-21T06:49:17Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:17Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c1a2f90f-bba6-440e-ba53-5d84277f1c36"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:17.695 63 INFO tempest.lib.common.rest_client [req-b7cb5d7c-6d2e-42fd-9d29-3a4844df5774 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.342s 2018-08-21 06:49:17.696 63 DEBUG tempest.lib.common.rest_client [req-b7cb5d7c-6d2e-42fd-9d29-3a4844df5774 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7cb5d7c-6d2e-42fd-9d29-3a4844df5774'} 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-21T06:49:17Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:17Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1e9bb90a-66f7-404e-aba7-289bd40de47f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:17.828 63 INFO tempest.lib.common.rest_client [req-17b4db65-f60f-47f4-aea9-8a2d841e8c64 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.132s 2018-08-21 06:49:17.829 63 DEBUG tempest.lib.common.rest_client [req-17b4db65-f60f-47f4-aea9-8a2d841e8c64 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17b4db65-f60f-47f4-aea9-8a2d841e8c64'} 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-21T06:49:17Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:17Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d014b787-c348-45ce-8740-18b05c81b83c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:17.970 63 INFO tempest.lib.common.rest_client [req-bc9b513b-9c0d-47d6-982c-6bbfc276b526 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.140s 2018-08-21 06:49:17.970 63 DEBUG tempest.lib.common.rest_client [req-bc9b513b-9c0d-47d6-982c-6bbfc276b526 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc9b513b-9c0d-47d6-982c-6bbfc276b526'} 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-21T06:49:17Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:17Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b0f3c2c6-14b1-421a-9d0e-3b07b47a2291"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:18.120 63 INFO tempest.lib.common.rest_client [req-4c68aabc-7708-41dd-b15a-93d0f885f3e6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 06:49:18.120 63 DEBUG tempest.lib.common.rest_client [req-4c68aabc-7708-41dd-b15a-93d0f885f3e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4c68aabc-7708-41dd-b15a-93d0f885f3e6'} 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-21T06:49:18Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "45b98899-d97b-4dac-8dac-9eab7df5ca6f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:18.279 63 INFO tempest.lib.common.rest_client [req-1049163c-f902-48e9-b76a-e09fcb2c78e4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.158s 2018-08-21 06:49:18.280 63 DEBUG tempest.lib.common.rest_client [req-1049163c-f902-48e9-b76a-e09fcb2c78e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1049163c-f902-48e9-b76a-e09fcb2c78e4'} 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-21T06:49:18Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1681d0fe-6b09-4515-9ba7-83dfed186126"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:18.882 63 INFO tempest.lib.common.rest_client [req-6771b292-5933-4e15-a940-6e017e87ebb4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.601s 2018-08-21 06:49:18.882 63 DEBUG tempest.lib.common.rest_client [req-6771b292-5933-4e15-a940-6e017e87ebb4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6771b292-5933-4e15-a940-6e017e87ebb4'} 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-21T06:49:18Z", "security_group_id": "1cb6c61e-b939-4424-8f6f-720b0280ff21", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "431602a9-4774-41cc-80be-049d519bfba9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:19.047 63 INFO tempest.lib.common.rest_client [req-51fbcbb0-332c-4892-bd4b-e105c511c409 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/1cb6c61e-b939-4424-8f6f-720b0280ff21 0.163s 2018-08-21 06:49:19.048 63 DEBUG tempest.lib.common.rest_client [req-51fbcbb0-332c-4892-bd4b-e105c511c409 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/1cb6c61e-b939-4424-8f6f-720b0280ff21', u'date': 'Tue, 21 Aug 2018 06:49:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51fbcbb0-332c-4892-bd4b-e105c511c409'} 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-21 06:49:19.250 63 INFO tempest.lib.common.rest_client [req-bdfb1307-e769-49dc-9af0-8e3821357038 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.200s 2018-08-21 06:49:19.251 63 DEBUG tempest.lib.common.rest_client [req-bdfb1307-e769-49dc-9af0-8e3821357038 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1109477829 description", "name": "tempest-secgroup-smoke-1109477829"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:49:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bdfb1307-e769-49dc-9af0-8e3821357038'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1109477829 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:19Z", "updated_at": "2018-08-21T06:49:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:19Z", "revision_number": 0, "id": "4740ebb2-46a3-4bd7-b4e7-60f25ffe3f8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:19Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:19Z", "revision_number": 0, "id": "dec924b5-644d-4437-bb5a-f952e05705c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:19Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "73b775da-3a60-4d2d-a052-2460db65078d", "name": "tempest-secgroup-smoke-1109477829"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:19.407 63 INFO tempest.lib.common.rest_client [req-b1f77a6b-1b7f-4664-9f3c-6a688f0f2c3d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.155s 2018-08-21 06:49:19.407 63 DEBUG tempest.lib.common.rest_client [req-b1f77a6b-1b7f-4664-9f3c-6a688f0f2c3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1f77a6b-1b7f-4664-9f3c-6a688f0f2c3d'} 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-21T06:49:19Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03e35209-1255-4a7b-931f-dee441de762e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:19.550 63 INFO tempest.lib.common.rest_client [req-611a979b-766b-476d-9fb6-cff5842fa809 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 06:49:19.551 63 DEBUG tempest.lib.common.rest_client [req-611a979b-766b-476d-9fb6-cff5842fa809 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-611a979b-766b-476d-9fb6-cff5842fa809'} 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-21T06:49:19Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cef226b8-8faf-41a7-bf6c-92fe6757b802"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:19.741 63 INFO tempest.lib.common.rest_client [req-21a9f744-e673-4182-8c84-bd116be6ab0d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.190s 2018-08-21 06:49:19.742 63 DEBUG tempest.lib.common.rest_client [req-21a9f744-e673-4182-8c84-bd116be6ab0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21a9f744-e673-4182-8c84-bd116be6ab0d'} 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-21T06:49:19Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "df25b44f-e372-4979-8f63-f5d8e66e9a2a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:19.910 63 INFO tempest.lib.common.rest_client [req-c5bcdd2a-73d7-446e-a8e9-2939f9589a1d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 06:49:19.910 63 DEBUG tempest.lib.common.rest_client [req-c5bcdd2a-73d7-446e-a8e9-2939f9589a1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5bcdd2a-73d7-446e-a8e9-2939f9589a1d'} 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-21T06:49:19Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1c99103c-aad0-47a4-8eee-6514919d7d2b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:20.065 63 INFO tempest.lib.common.rest_client [req-b99ecd1e-c349-4aea-8b9d-f858b90dcac9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:49:20.066 63 DEBUG tempest.lib.common.rest_client [req-b99ecd1e-c349-4aea-8b9d-f858b90dcac9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b99ecd1e-c349-4aea-8b9d-f858b90dcac9'} 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-21T06:49:20Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:20Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "979e0dce-58b3-48c6-940b-458054d249f6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:20.197 63 INFO tempest.lib.common.rest_client [req-c38c513e-0cbd-44e4-871e-d8090287a3cc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.130s 2018-08-21 06:49:20.198 63 DEBUG tempest.lib.common.rest_client [req-c38c513e-0cbd-44e4-871e-d8090287a3cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c38c513e-0cbd-44e4-871e-d8090287a3cc'} 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-21T06:49:20Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:20Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bdcc8c1d-aec9-4e11-a750-fbcf37b007b4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:20.346 63 INFO tempest.lib.common.rest_client [req-403ffecc-13ae-42ab-8cea-aa05029a7d43 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.147s 2018-08-21 06:49:20.347 63 DEBUG tempest.lib.common.rest_client [req-403ffecc-13ae-42ab-8cea-aa05029a7d43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-403ffecc-13ae-42ab-8cea-aa05029a7d43'} 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-21T06:49:20Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:20Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "34b926f9-f557-4f05-8bdb-4b7ebff29c94"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:20.520 63 INFO tempest.lib.common.rest_client [req-288d7c45-0c6f-4233-ac50-7b56858593fa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.171s 2018-08-21 06:49:20.521 63 DEBUG tempest.lib.common.rest_client [req-288d7c45-0c6f-4233-ac50-7b56858593fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-288d7c45-0c6f-4233-ac50-7b56858593fa'} 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-21T06:49:20Z", "security_group_id": "73b775da-3a60-4d2d-a052-2460db65078d", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:20Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "48b215fe-bcbf-45b6-ae92-177ed89c896b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:20.695 63 INFO tempest.lib.common.rest_client [req-8b4c7f31-9122-425a-adff-955ed0c201b3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/73b775da-3a60-4d2d-a052-2460db65078d 0.173s 2018-08-21 06:49:20.695 63 DEBUG tempest.lib.common.rest_client [req-8b4c7f31-9122-425a-adff-955ed0c201b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/73b775da-3a60-4d2d-a052-2460db65078d', u'date': 'Tue, 21 Aug 2018 06:49:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8b4c7f31-9122-425a-adff-955ed0c201b3'} 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-21 06:49:20.880 63 INFO tempest.lib.common.rest_client [req-51fa0c75-40e6-433c-802d-285f2fdf9f89 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.182s 2018-08-21 06:49:20.881 63 DEBUG tempest.lib.common.rest_client [req-51fa0c75-40e6-433c-802d-285f2fdf9f89 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-549806162 description", "name": "tempest-secgroup-smoke-549806162"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:49:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51fa0c75-40e6-433c-802d-285f2fdf9f89'} Body: {"security_group": {"description": "tempest-secgroup-smoke-549806162 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:20Z", "updated_at": "2018-08-21T06:49:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:20Z", "revision_number": 0, "id": "25700abf-1f42-4dc4-8fa4-5a2dcac14a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:20Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:20Z", "revision_number": 0, "id": "d8fa1872-9614-47fe-aa89-941e26f6788f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:20Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "name": "tempest-secgroup-smoke-549806162"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:21.055 63 INFO tempest.lib.common.rest_client [req-9f1ed0fc-9d1f-47f4-84eb-bc051053c656 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:49:21.056 63 DEBUG tempest.lib.common.rest_client [req-9f1ed0fc-9d1f-47f4-84eb-bc051053c656 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f1ed0fc-9d1f-47f4-84eb-bc051053c656'} 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-21T06:49:20Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:20Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "98c68780-8cd5-4791-bed7-5cee17d77d25"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:21.227 63 INFO tempest.lib.common.rest_client [req-ae7880d3-97d1-4440-996b-b1707dd069ac ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.171s 2018-08-21 06:49:21.228 63 DEBUG tempest.lib.common.rest_client [req-ae7880d3-97d1-4440-996b-b1707dd069ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae7880d3-97d1-4440-996b-b1707dd069ac'} 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-21T06:49:21Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "66d68cad-ae55-409d-97ec-4e07e323485e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:21.431 63 INFO tempest.lib.common.rest_client [req-fa51758d-f378-43cf-90b9-040e2269a73e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.202s 2018-08-21 06:49:21.432 63 DEBUG tempest.lib.common.rest_client [req-fa51758d-f378-43cf-90b9-040e2269a73e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa51758d-f378-43cf-90b9-040e2269a73e'} 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-21T06:49:21Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "476260a1-7665-450e-ba43-22fe1764615e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:21.623 63 INFO tempest.lib.common.rest_client [req-1b4cdba1-c061-41aa-b934-5939f7a90b04 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.191s 2018-08-21 06:49:21.624 63 DEBUG tempest.lib.common.rest_client [req-1b4cdba1-c061-41aa-b934-5939f7a90b04 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b4cdba1-c061-41aa-b934-5939f7a90b04'} 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-21T06:49:21Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "fa17f627-65ab-488d-aa58-8b4761721c0d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:21.791 63 INFO tempest.lib.common.rest_client [req-3e1b64f4-6e74-4fc3-a65d-b6982ea1d47f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.165s 2018-08-21 06:49:21.791 63 DEBUG tempest.lib.common.rest_client [req-3e1b64f4-6e74-4fc3-a65d-b6982ea1d47f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e1b64f4-6e74-4fc3-a65d-b6982ea1d47f'} 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-21T06:49:21Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9fe4b0bb-653c-41b4-a3c4-b18ad4f4cce5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:21.966 63 INFO tempest.lib.common.rest_client [req-f83ec802-e08d-4a49-a95f-9a2c35eb29f9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.174s 2018-08-21 06:49:21.967 63 DEBUG tempest.lib.common.rest_client [req-f83ec802-e08d-4a49-a95f-9a2c35eb29f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f83ec802-e08d-4a49-a95f-9a2c35eb29f9'} 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-21T06:49:21Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9034ae9d-9e91-4f25-bc5a-204d2d9efe8b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:22.132 63 INFO tempest.lib.common.rest_client [req-ad2c5ab1-41fd-414a-8e2e-d71cd92ccac4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:49:22.133 63 DEBUG tempest.lib.common.rest_client [req-ad2c5ab1-41fd-414a-8e2e-d71cd92ccac4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad2c5ab1-41fd-414a-8e2e-d71cd92ccac4'} 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-21T06:49:22Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "08c851b6-3a93-4117-8895-67025270ff24"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:22.275 63 INFO tempest.lib.common.rest_client [req-88a51ae8-589c-4fc6-a5ff-a88b238ca904 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.141s 2018-08-21 06:49:22.276 63 DEBUG tempest.lib.common.rest_client [req-88a51ae8-589c-4fc6-a5ff-a88b238ca904 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88a51ae8-589c-4fc6-a5ff-a88b238ca904'} 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-21T06:49:22Z", "security_group_id": "8e97331b-5201-4700-b26b-d075f38e8c1b", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b983db81-6409-4b52-acf6-f650bba94049"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:22.449 63 INFO tempest.lib.common.rest_client [req-cab09082-6383-424c-97df-3c8ba82e53e2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/8e97331b-5201-4700-b26b-d075f38e8c1b 0.172s 2018-08-21 06:49:22.450 63 DEBUG tempest.lib.common.rest_client [req-cab09082-6383-424c-97df-3c8ba82e53e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/8e97331b-5201-4700-b26b-d075f38e8c1b', u'date': 'Tue, 21 Aug 2018 06:49:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cab09082-6383-424c-97df-3c8ba82e53e2'} 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-21 06:49:22.647 63 INFO tempest.lib.common.rest_client [req-fe354311-594d-4133-9552-7800a4631a86 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.193s 2018-08-21 06:49:22.648 63 DEBUG tempest.lib.common.rest_client [req-fe354311-594d-4133-9552-7800a4631a86 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-445407192 description", "name": "tempest-secgroup-smoke-445407192"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:49:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe354311-594d-4133-9552-7800a4631a86'} Body: {"security_group": {"description": "tempest-secgroup-smoke-445407192 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:22Z", "updated_at": "2018-08-21T06:49:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:22Z", "revision_number": 0, "id": "2cd6eb72-b468-49dc-b178-18e43221c84b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:22Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:49:22Z", "revision_number": 0, "id": "3e288969-e693-4143-9b1d-3d4650877fc1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:49:22Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "name": "tempest-secgroup-smoke-445407192"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:23.403 63 INFO tempest.lib.common.rest_client [req-1f760d48-fd4a-4380-867f-409e63bb95c1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.754s 2018-08-21 06:49:23.404 63 DEBUG tempest.lib.common.rest_client [req-1f760d48-fd4a-4380-867f-409e63bb95c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f760d48-fd4a-4380-867f-409e63bb95c1'} 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-21T06:49:23Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "446df33d-d51d-4d53-b29d-0155e376dc9e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:23.564 63 INFO tempest.lib.common.rest_client [req-a81f9f9c-efc6-48e0-833e-bb39852c9098 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.159s 2018-08-21 06:49:23.565 63 DEBUG tempest.lib.common.rest_client [req-a81f9f9c-efc6-48e0-833e-bb39852c9098 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a81f9f9c-efc6-48e0-833e-bb39852c9098'} 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-21T06:49:23Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e038bd12-ab00-4de6-ac76-e3d735adc364"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:23.744 63 INFO tempest.lib.common.rest_client [req-6b90d988-8460-4a88-89c6-1536a35239b5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.178s 2018-08-21 06:49:23.744 63 DEBUG tempest.lib.common.rest_client [req-6b90d988-8460-4a88-89c6-1536a35239b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b90d988-8460-4a88-89c6-1536a35239b5'} 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-21T06:49:23Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9fcc1ef7-b1b3-423f-a226-bb2e2e2a999a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:23.893 63 INFO tempest.lib.common.rest_client [req-a59db3e4-0c90-4168-948e-080bca448327 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.147s 2018-08-21 06:49:23.893 63 DEBUG tempest.lib.common.rest_client [req-a59db3e4-0c90-4168-948e-080bca448327 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a59db3e4-0c90-4168-948e-080bca448327'} 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-21T06:49:23Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "50e3a191-d1d2-4ae4-ae80-47d391b27456"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:24.025 63 INFO tempest.lib.common.rest_client [req-88c06dae-5fb9-41f2-89e4-549d9c6a87d5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.130s 2018-08-21 06:49:24.025 63 DEBUG tempest.lib.common.rest_client [req-88c06dae-5fb9-41f2-89e4-549d9c6a87d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88c06dae-5fb9-41f2-89e4-549d9c6a87d5'} 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-21T06:49:23Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4c011b2e-0573-4eff-a837-0d434943936e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:24.194 63 INFO tempest.lib.common.rest_client [req-df0fe9f5-5a7e-4649-a8b9-0a51a08558d4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 06:49:24.194 63 DEBUG tempest.lib.common.rest_client [req-df0fe9f5-5a7e-4649-a8b9-0a51a08558d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df0fe9f5-5a7e-4649-a8b9-0a51a08558d4'} 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-21T06:49:24Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c700f1b2-b3c3-417c-9b76-303b7e75a593"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:24.379 63 INFO tempest.lib.common.rest_client [req-c25c891a-c3ab-4f64-92fc-8efec1304dd9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.184s 2018-08-21 06:49:24.379 63 DEBUG tempest.lib.common.rest_client [req-c25c891a-c3ab-4f64-92fc-8efec1304dd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c25c891a-c3ab-4f64-92fc-8efec1304dd9'} 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-21T06:49:24Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8134488c-fa22-4f7b-aa33-e1502d6ab5f2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:24.516 63 INFO tempest.lib.common.rest_client [req-01bd59e9-755d-421f-8ba7-ec10a9085a01 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.135s 2018-08-21 06:49:24.516 63 DEBUG tempest.lib.common.rest_client [req-01bd59e9-755d-421f-8ba7-ec10a9085a01 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:49:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01bd59e9-755d-421f-8ba7-ec10a9085a01'} 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-21T06:49:24Z", "security_group_id": "97809b8a-39ee-4eff-832d-46aeaeb2acc8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:49:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "56f98555-7b65-41b5-be17-08bc89c10964"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:24.773 63 INFO tempest.lib.common.rest_client [req-db73fb6b-bcc7-4d6d-882d-02ef770ac254 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/networks 0.255s 2018-08-21 06:49:24.774 63 DEBUG tempest.lib.common.rest_client [req-db73fb6b-bcc7-4d6d-882d-02ef770ac254 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1677366065"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:49:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db73fb6b-bcc7-4d6d-882d-02ef770ac254'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:49:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:49:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"fa93440e-36d3-4ca6-a322-dcb831b63f2b","name":"tempest-A-1677366065"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:25.725 63 INFO tempest.lib.common.rest_client [req-e0ef9296-bf64-42cb-b5bc-8b8e2674068d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.950s 2018-08-21 06:49:25.726 63 DEBUG tempest.lib.common.rest_client [req-e0ef9296-bf64-42cb-b5bc-8b8e2674068d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "name": "tempest-subnet-A-1-1818150701"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:49:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0ef9296-bf64-42cb-b5bc-8b8e2674068d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa93440e-36d3-4ca6-a322-dcb831b63f2b","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:49:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:49:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"1febccbf-03b6-4faf-a17d-22d66695b4d8","subnetpool_id":null,"name":"tempest-subnet-A-1-1818150701"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:26.331 63 INFO tempest.lib.common.rest_client [req-9a754122-1a1a-4b97-855c-f1bc6113cbab ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.603s 2018-08-21 06:49:26.331 63 DEBUG tempest.lib.common.rest_client [req-9a754122-1a1a-4b97-855c-f1bc6113cbab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.12.0/24", "network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "name": "tempest-subnet-A-2-142202118"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:49:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a754122-1a1a-4b97-855c-f1bc6113cbab'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa93440e-36d3-4ca6-a322-dcb831b63f2b","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:49:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:49:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"137557b8-33ea-4472-a843-74fdb5f2dd4d","subnetpool_id":null,"name":"tempest-subnet-A-2-142202118"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:26.599 63 INFO tempest.lib.common.rest_client [req-88c3481b-b9f9-4e66-a230-31988bad6c11 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/networks 0.267s 2018-08-21 06:49:26.600 63 DEBUG tempest.lib.common.rest_client [req-88c3481b-b9f9-4e66-a230-31988bad6c11 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-Bis-1558298701"}} Response - Headers: {'status': '201', u'content-length': '561', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:49:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-88c3481b-b9f9-4e66-a230-31988bad6c11'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:49:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:49:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b061ea05-cd68-4df7-b5c0-3e1bc2e42b44","name":"tempest-A-Bis-1558298701"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:27.547 63 INFO tempest.lib.common.rest_client [req-bb3c5be3-5a0e-4148-80a3-2a7cad0db1b0 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.946s 2018-08-21 06:49:27.547 63 DEBUG tempest.lib.common.rest_client [req-bb3c5be3-5a0e-4148-80a3-2a7cad0db1b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "name": "tempest-subnet-A-Bis-1-740482852"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:49:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb3c5be3-5a0e-4148-80a3-2a7cad0db1b0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b061ea05-cd68-4df7-b5c0-3e1bc2e42b44","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:49:27Z","dns_nameservers":[],"updated_at":"2018-08-21T06:49:27Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"8719e11e-17d9-4b32-b1c7-75a49ae8094b","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-740482852"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:28.310 63 INFO tempest.lib.common.rest_client [req-8a6dda60-59da-43dd-91b9-1c2259ca42eb ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.761s 2018-08-21 06:49:28.310 63 DEBUG tempest.lib.common.rest_client [req-8a6dda60-59da-43dd-91b9-1c2259ca42eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.12.0/24", "network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "name": "tempest-subnet-A-Bis-2-394925218"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:49:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a6dda60-59da-43dd-91b9-1c2259ca42eb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b061ea05-cd68-4df7-b5c0-3e1bc2e42b44","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:49:27Z","dns_nameservers":[],"updated_at":"2018-08-21T06:49:27Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"1c04f0cc-a5d6-4876-8357-cbb3c0f2de06","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-394925218"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:28.747 63 INFO tempest.lib.common.rest_client [req-7d1b8a40-6c9b-4026-9c27-804382aa3a2e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.435s 2018-08-21 06:49:28.747 63 DEBUG tempest.lib.common.rest_client [req-7d1b8a40-6c9b-4026-9c27-804382aa3a2e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:49:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d1b8a40-6c9b-4026-9c27-804382aa3a2e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "1e746941-d793-4e2f-b260-b8daa1c38e03"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:29.052 63 INFO tempest.lib.common.rest_client [req-b239e780-3281-48fd-acfc-624895aaffd1 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.303s 2018-08-21 06:49:29.052 63 DEBUG tempest.lib.common.rest_client [req-b239e780-3281-48fd-acfc-624895aaffd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:49:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b239e780-3281-48fd-acfc-624895aaffd1'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:2"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "7f839c42-7bc6-44b0-9084-95ba6bb6e780"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:29.619 63 INFO tempest.lib.common.rest_client [req-ca126d6e-7d98-4d3b-8a6a-56ace7fbafa8 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/1e746941-d793-4e2f-b260-b8daa1c38e03/network_associations 0.565s 2018-08-21 06:49:29.619 63 DEBUG tempest.lib.common.rest_client [req-ca126d6e-7d98-4d3b-8a6a-56ace7fbafa8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/1e746941-d793-4e2f-b260-b8daa1c38e03/network_associations', u'date': 'Tue, 21 Aug 2018 06:49:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca126d6e-7d98-4d3b-8a6a-56ace7fbafa8'} Body: {"network_association": {"network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "id": "384abd52-07e0-4ee9-9251-22b24c77ac86"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:30.056 63 INFO tempest.lib.common.rest_client [req-108a3e01-6c22-4a9c-baed-11d56edd7cea ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7f839c42-7bc6-44b0-9084-95ba6bb6e780/network_associations 0.436s 2018-08-21 06:49:30.057 63 DEBUG tempest.lib.common.rest_client [req-108a3e01-6c22-4a9c-baed-11d56edd7cea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7f839c42-7bc6-44b0-9084-95ba6bb6e780/network_associations', u'date': 'Tue, 21 Aug 2018 06:49:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-108a3e01-6c22-4a9c-baed-11d56edd7cea'} Body: {"network_association": {"network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "id": "0fa9a825-dee1-45a3-ae6b-68bd23dbd352"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:30.218 63 INFO tempest.lib.common.rest_client [req-2201a7e4-016c-4fef-b574-769b70aaed7b ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.160s 2018-08-21 06:49:30.219 63 DEBUG tempest.lib.common.rest_client [req-2201a7e4-016c-4fef-b574-769b70aaed7b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-277573706"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2201a7e4-016c-4fef-b574-769b70aaed7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2201a7e4-016c-4fef-b574-769b70aaed7b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfXTB2DpUxDJuYr+pR46+1tdnaRqqh9s9UIr87BmedfsRBM+B3v+OD4DMCZpP6M8QHB91GKO9jaFyaGlSI+1/CuDEX2ZwcOK5XXVtsUlC7FC9ug8PlWnijgtTQH+1E/Ikx0u9I1fyC7BFFI+qO2upbF/uD2oDQjrrhwgMdkVFoIdjXPugvSWFUvMXoDm9oCKmR7H6e4LX/wa5/zslgswJh32r6IsqMb2MMnpK3WLb2VRYLwlLu/EAADN3KuGP5nfFTueDzjuBPkPEu4Xm5CU74jCJT+U7I7QWdQ2mSt/hh6ygbN/9cpf/P4ASydu90uE6MIUZ9rjKYcsvd/uB+PjFb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA310wdg6VMQybmK/qUeOvtbXZ2kaqofbPVCK/OwZnnX7EQTPg\nd7/jg+AzAmaT+jPEBwfdRijvY2hcmhpUiPtfwrgxF9mcHDiuV11bbFJQuxQvboPD\n5Vp4o4LU0B/tRPyJMdLvSNX8guwRRSPqjtrqWxf7g9qA0I664cIDHZFRaCHY1z7o\nL0lhVLzF6A5vaAipkex+nuC1/8Guf87JYLMCYd9q+iLKjG9jDJ6St1i29lUWC8JS\n7vxAAAzdyrhj+Z3xU7ng847gT5DxLuF5uQlO+IwiU/lOyO0FnUNpkrf4YesoGzf/\nXKX/z+AEsnbvdLhOjCFGfa4ymHLL3f7gfj4xWwIDAQABAoIBAQC5eZSIM8vHEwUR\nYOJeZYa+iOcBzbRbEatP3hqVVNgte9pTmlRGm9y84Sr6T1uJY/rfK7SeUdeW4E4k\n2MBhjvsRogmCGHz9IkQC387Ov/uxnS1Vw6yjguCyRi2ZNSm9I0Z5TQLNpIMt5ADj\nPNPFFBuO0PdVodddV2fvlz8nCkhjAkrl4aQnejEInujTGhpmfL2cTBtV+YiTGZoG\n+pQTBcltygnz8MlraaId3I0EHyEovAGA51t880gdI8DRZNc+nRmvBsk1G1Hm6HKY\nl5XdTWx3I/GC6NV8whvtUcP9cw8ab7C5TTgB8tturxHXn4fdVfY6PIkv7BipCnn2\nZgT90hZBAoGBAPSMvpH+HH+AsORGgLdHpUt2U1STeUy6gAgDGimvYuuukHsYjox/\nVqACHIUFJ/rEnksNJ1xrkc4262uTDdPc6iwfgzNMt01PU53kRq7/ALyUi3jg7aHx\nk69OFHMxHoMGtuOZZECnozxZ8UYmaWFPwqacUCbTgt+EMExX14aSJM2pAoGBAOnS\ngVfci8Wb5d1xvuFGkjOiQr3Dk6y5oH/kO1FLizonJVqBbp8gB9t8d7p8X8oZrgON\nkeQ43sOF5kcL916NPiVzSN91tZ1qNCLCLIioSvLSt7TzpWeuw3DX6nHqfqk1M0Y2\n+/zOSW6lnvWcUqb6bOrxGiwoI/IXzSTEdKJKrQFjAoGAA4AIMjq62bBT19CSgw0J\ndp0I8Er0D38T2gmBVFtoRQtIkhp139jqunuNQPIj8ljiExzrFU2M1rC+idme9wtQ\nZrVEwXU1omuiPL5JrLOFpS1TGbXOcOTuQjIR5NwtHZ74+yT05GAB3BlFdMWT+IqV\ntKDEHOomE2Dm+BDByvFIiZECgYAJQ/s2JRow0XWxacF7odVHUIW+iVJ/xLdUehHT\nrd+thUGYrYpZqeZFz0/bRvRwyMW5hFGkrpA9RUATzqiVyZkN2NypZju1KjE4s2Ma\nYzjdGHaJKCKE0ksSXKwAqZ8tS1tly+X+ZZpJVSzQZMptrXzFbppv54NNI55Qd6x7\nheQHKwKBgElMk1GXyq8iIABT5qs5KN2sOpGwbWpttDH1sfoO6IRWoQgco048ZoWM\nE9P8UNYmOfi+YOfNnErw4Xu6NOnTVpVzhR6glP7RNr8ycKuMnkYsblgyEwdXUl+b\nzInwt+T6M2KiwRhbndhOkmWncSHiEHFelOfnZBO3/WgJoPoRmvet\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-277573706", "fingerprint": "ca:3d:50:b8:07:66:da:d9:60:b7:73:a8:a4:3f:a8:7c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:31.075 63 INFO tempest.lib.common.rest_client [req-bbf1dde7-8899-469f-a3be-d1705787b127 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/ports 0.852s 2018-08-21 06:49:31.075 63 DEBUG tempest.lib.common.rest_client [req-bbf1dde7-8899-469f-a3be-d1705787b127 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1249461731", "security_groups": ["97809b8a-39ee-4eff-832d-46aeaeb2acc8"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:49:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bbf1dde7-8899-469f-a3be-d1705787b127'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:49:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fa93440e-36d3-4ca6-a322-dcb831b63f2b","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:49:30Z","name":"tempest-port-smoke-1249461731","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f3:af:08","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"1febccbf-03b6-4faf-a17d-22d66695b4d8","ip_address":"10.101.11.10"}],"id":"25b25503-0d7e-4b63-a61c-4d2cb3cb710e","security_groups":["97809b8a-39ee-4eff-832d-46aeaeb2acc8"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:33.476 63 INFO tempest.lib.common.rest_client [req-28b9d5e5-0202-429b-9b55-d602825092c1 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.44:8774/v2.1/servers 2.399s 2018-08-21 06:49:33.476 63 DEBUG tempest.lib.common.rest_client [req-28b9d5e5-0202-429b-9b55-d602825092c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-277573706", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "port": "25b25503-0d7e-4b63-a61c-4d2cb3cb710e"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-28b9d5e5-0202-429b-9b55-d602825092c1', 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28b9d5e5-0202-429b-9b55-d602825092c1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "52c58562-0b13-435a-98dc-2916ce420769", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "adminPass": "sMRLo8t77qKo"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:33.717 63 INFO tempest.lib.common.rest_client [req-fa490302-05e3-448f-a9dd-87d9763f8e01 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.237s 2018-08-21 06:49:33.718 63 DEBUG tempest.lib.common.rest_client [req-fa490302-05e3-448f-a9dd-87d9763f8e01 ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-fa490302-05e3-448f-a9dd-87d9763f8e01', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa490302-05e3-448f-a9dd-87d9763f8e01'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:49:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:35.054 63 INFO tempest.lib.common.rest_client [req-f3b8d8b2-7db4-440d-8690-1ba4883a59fe ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.321s 2018-08-21 06:49:35.054 63 DEBUG tempest.lib.common.rest_client [req-f3b8d8b2-7db4-440d-8690-1ba4883a59fe ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-f3b8d8b2-7db4-440d-8690-1ba4883a59fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3b8d8b2-7db4-440d-8690-1ba4883a59fe'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:49:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:36.381 63 INFO tempest.lib.common.rest_client [req-abb0a661-ba41-470b-8b71-39bed80dd1d5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.311s 2018-08-21 06:49:36.382 63 DEBUG tempest.lib.common.rest_client [req-abb0a661-ba41-470b-8b71-39bed80dd1d5 ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-abb0a661-ba41-470b-8b71-39bed80dd1d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-abb0a661-ba41-470b-8b71-39bed80dd1d5'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:36.395 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 06:49:37.809 63 INFO tempest.lib.common.rest_client [req-bd338ba3-c774-41a2-bae0-3b21dff4cd4a ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.412s 2018-08-21 06:49:37.810 63 DEBUG tempest.lib.common.rest_client [req-bd338ba3-c774-41a2-bae0-3b21dff4cd4a ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-bd338ba3-c774-41a2-bae0-3b21dff4cd4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd338ba3-c774-41a2-bae0-3b21dff4cd4a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:36Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:37.822 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:49:39.276 63 INFO tempest.lib.common.rest_client [req-d8765d5e-975c-4a50-a6d8-f3a732c07be5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.452s 2018-08-21 06:49:39.276 63 DEBUG tempest.lib.common.rest_client [req-d8765d5e-975c-4a50-a6d8-f3a732c07be5 ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-d8765d5e-975c-4a50-a6d8-f3a732c07be5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8765d5e-975c-4a50-a6d8-f3a732c07be5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:36Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:40.707 63 INFO tempest.lib.common.rest_client [req-ff0d33d8-cacd-4069-9309-9be67afb6cab ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.415s 2018-08-21 06:49:40.708 63 DEBUG tempest.lib.common.rest_client [req-ff0d33d8-cacd-4069-9309-9be67afb6cab ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-ff0d33d8-cacd-4069-9309-9be67afb6cab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff0d33d8-cacd-4069-9309-9be67afb6cab'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:af:08", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:39.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:40.721 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:49:41.108 63 INFO tempest.lib.common.rest_client [req-431a829f-50e9-40bc-b3d3-6df11f6e3d6b ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.387s 2018-08-21 06:49:41.109 63 DEBUG tempest.lib.common.rest_client [req-431a829f-50e9-40bc-b3d3-6df11f6e3d6b ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-431a829f-50e9-40bc-b3d3-6df11f6e3d6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-431a829f-50e9-40bc-b3d3-6df11f6e3d6b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:af:08", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:39.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:41.122 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 52c58562-0b13-435a-98dc-2916ce420769 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:49:41.869 63 INFO tempest.lib.common.rest_client [req-02531a98-0871-4659-ab2d-827c71735d0e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/ports 0.746s 2018-08-21 06:49:41.870 63 DEBUG tempest.lib.common.rest_client [req-02531a98-0871-4659-ab2d-827c71735d0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-68927369", "security_groups": ["97809b8a-39ee-4eff-832d-46aeaeb2acc8"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:49:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02531a98-0871-4659-ab2d-827c71735d0e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:49:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b061ea05-cd68-4df7-b5c0-3e1bc2e42b44","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:49:41Z","name":"tempest-port-smoke-68927369","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2b:27:92","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8719e11e-17d9-4b32-b1c7-75a49ae8094b","ip_address":"10.101.11.30"}],"id":"4cbac9c3-d26e-4dde-a897-1448b39df7f2","security_groups":["97809b8a-39ee-4eff-832d-46aeaeb2acc8"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:43.026 63 INFO tempest.lib.common.rest_client [req-89ed52cb-0fb9-4232-9cda-1e759234306f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.44:8774/v2.1/servers 1.155s 2018-08-21 06:49:43.027 63 DEBUG tempest.lib.common.rest_client [req-89ed52cb-0fb9-4232-9cda-1e759234306f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-277573706", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "port": "4cbac9c3-d26e-4dde-a897-1448b39df7f2"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-89ed52cb-0fb9-4232-9cda-1e759234306f', 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89ed52cb-0fb9-4232-9cda-1e759234306f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "adminPass": "JAnmyq82BWKL"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:43.086 63 INFO tempest.lib.common.rest_client [req-18a8c707-357b-471a-af3c-f85a673f0c94 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.055s 2018-08-21 06:49:43.086 63 DEBUG tempest.lib.common.rest_client [req-18a8c707-357b-471a-af3c-f85a673f0c94 ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-18a8c707-357b-471a-af3c-f85a673f0c94', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18a8c707-357b-471a-af3c-f85a673f0c94'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:49:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:44.412 63 INFO tempest.lib.common.rest_client [req-dca16aeb-dc15-4738-9317-f49081aa8e17 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.310s 2018-08-21 06:49:44.412 63 DEBUG tempest.lib.common.rest_client [req-dca16aeb-dc15-4738-9317-f49081aa8e17 ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-dca16aeb-dc15-4738-9317-f49081aa8e17', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dca16aeb-dc15-4738-9317-f49081aa8e17'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:49:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:45.605 63 INFO tempest.lib.common.rest_client [req-7de267a9-158b-479c-83c3-f07a537f86be ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.179s 2018-08-21 06:49:45.605 63 DEBUG tempest.lib.common.rest_client [req-7de267a9-158b-479c-83c3-f07a537f86be ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-7de267a9-158b-479c-83c3-f07a537f86be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7de267a9-158b-479c-83c3-f07a537f86be'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:45.618 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:49:46.820 63 INFO tempest.lib.common.rest_client [req-fd5038e2-b8ca-4a28-a058-5e33ce0a26aa ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.200s 2018-08-21 06:49:46.821 63 DEBUG tempest.lib.common.rest_client [req-fd5038e2-b8ca-4a28-a058-5e33ce0a26aa ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-fd5038e2-b8ca-4a28-a058-5e33ce0a26aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fd5038e2-b8ca-4a28-a058-5e33ce0a26aa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:48.187 63 INFO tempest.lib.common.rest_client [req-ac8bcb9e-7434-4665-901c-cc5eda022337 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.351s 2018-08-21 06:49:48.187 63 DEBUG tempest.lib.common.rest_client [req-ac8bcb9e-7434-4665-901c-cc5eda022337 ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-ac8bcb9e-7434-4665-901c-cc5eda022337', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac8bcb9e-7434-4665-901c-cc5eda022337'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:49.357 63 INFO tempest.lib.common.rest_client [req-127033b9-1f31-4d7e-b49a-37693813dc4b ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.154s 2018-08-21 06:49:49.358 63 DEBUG tempest.lib.common.rest_client [req-127033b9-1f31-4d7e-b49a-37693813dc4b ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-127033b9-1f31-4d7e-b49a-37693813dc4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-127033b9-1f31-4d7e-b49a-37693813dc4b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-1558298701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:27:92", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:49.371 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:49:49.524 63 INFO tempest.lib.common.rest_client [req-1f89219c-2ce7-46c1-a0d7-aa24e50a9dc3 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.152s 2018-08-21 06:49:49.525 63 DEBUG tempest.lib.common.rest_client [req-1f89219c-2ce7-46c1-a0d7-aa24e50a9dc3 ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-1f89219c-2ce7-46c1-a0d7-aa24e50a9dc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f89219c-2ce7-46c1-a0d7-aa24e50a9dc3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-1558298701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:27:92", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:49.538 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: cebf2c78-4169-4b13-887d-994e8f50564e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:49:50.397 63 INFO tempest.lib.common.rest_client [req-4600ecab-cf70-4520-89b6-dd8b9898d6da ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/ports 0.858s 2018-08-21 06:49:50.397 63 DEBUG tempest.lib.common.rest_client [req-4600ecab-cf70-4520-89b6-dd8b9898d6da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-2136796486", "security_groups": ["97809b8a-39ee-4eff-832d-46aeaeb2acc8"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:49:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4600ecab-cf70-4520-89b6-dd8b9898d6da'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:49:49Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fa93440e-36d3-4ca6-a322-dcb831b63f2b","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:49:49Z","name":"tempest-port-smoke-2136796486","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:37:68:be","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"1febccbf-03b6-4faf-a17d-22d66695b4d8","ip_address":"10.101.11.30"}],"id":"d09a2e02-d0f2-4fc3-952a-9f8615e0b8d7","security_groups":["97809b8a-39ee-4eff-832d-46aeaeb2acc8"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:51.695 63 INFO tempest.lib.common.rest_client [req-e3125085-baa4-4729-86b0-5d5c1703cdeb ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.44:8774/v2.1/servers 1.296s 2018-08-21 06:49:51.696 63 DEBUG tempest.lib.common.rest_client [req-e3125085-baa4-4729-86b0-5d5c1703cdeb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-277573706", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "port": "d09a2e02-d0f2-4fc3-952a-9f8615e0b8d7"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e3125085-baa4-4729-86b0-5d5c1703cdeb', 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3125085-baa4-4729-86b0-5d5c1703cdeb'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "adminPass": "5CRVEHV67Qdt"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:52.255 63 INFO tempest.lib.common.rest_client [req-cb0b1caf-594c-48cb-91ca-2b42b0950d2c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.554s 2018-08-21 06:49:52.255 63 DEBUG tempest.lib.common.rest_client [req-cb0b1caf-594c-48cb-91ca-2b42b0950d2c ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-cb0b1caf-594c-48cb-91ca-2b42b0950d2c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb0b1caf-594c-48cb-91ca-2b42b0950d2c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:49:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:53.354 63 INFO tempest.lib.common.rest_client [req-29bfe83d-a3e7-44eb-89d4-f52a2191e5d3 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.085s 2018-08-21 06:49:53.355 63 DEBUG tempest.lib.common.rest_client [req-29bfe83d-a3e7-44eb-89d4-f52a2191e5d3 ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-29bfe83d-a3e7-44eb-89d4-f52a2191e5d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29bfe83d-a3e7-44eb-89d4-f52a2191e5d3'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:53Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:53.368 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 06:49:54.541 63 INFO tempest.lib.common.rest_client [req-0d04e829-0c4c-418d-9501-c841e4a8dc9b ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.171s 2018-08-21 06:49:54.542 63 DEBUG tempest.lib.common.rest_client [req-0d04e829-0c4c-418d-9501-c841e4a8dc9b ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-0d04e829-0c4c-418d-9501-c841e4a8dc9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d04e829-0c4c-418d-9501-c841e4a8dc9b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:53Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:54.554 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:49:56.066 63 INFO tempest.lib.common.rest_client [req-c4e9d87f-c6a9-4dd2-8c26-5da241a5412c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.509s 2018-08-21 06:49:56.066 63 DEBUG tempest.lib.common.rest_client [req-c4e9d87f-c6a9-4dd2-8c26-5da241a5412c ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-c4e9d87f-c6a9-4dd2-8c26-5da241a5412c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4e9d87f-c6a9-4dd2-8c26-5da241a5412c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:49:53Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:57.577 63 INFO tempest.lib.common.rest_client [req-5ff5542c-eb93-469d-b7d1-2ab858006180 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.495s 2018-08-21 06:49:57.578 63 DEBUG tempest.lib.common.rest_client [req-5ff5542c-eb93-469d-b7d1-2ab858006180 ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-5ff5542c-eb93-469d-b7d1-2ab858006180', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ff5542c-eb93-469d-b7d1-2ab858006180'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:68:be", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:57.591 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:49:57.998 63 INFO tempest.lib.common.rest_client [req-01df74bb-76b1-46f7-ba32-ec4408059b99 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.406s 2018-08-21 06:49:57.999 63 DEBUG tempest.lib.common.rest_client [req-01df74bb-76b1-46f7-ba32-ec4408059b99 ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-01df74bb-76b1-46f7-ba32-ec4408059b99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01df74bb-76b1-46f7-ba32-ec4408059b99'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:68:be", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:49:58.011 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:49:59.356 63 INFO tempest.lib.common.rest_client [req-0ac78940-eccd-483b-adab-76ea9fefb031 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/ports 1.344s 2018-08-21 06:49:59.357 63 DEBUG tempest.lib.common.rest_client [req-0ac78940-eccd-483b-adab-76ea9fefb031 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-457342991", "security_groups": ["97809b8a-39ee-4eff-832d-46aeaeb2acc8"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:49:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ac78940-eccd-483b-adab-76ea9fefb031'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:49:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b061ea05-cd68-4df7-b5c0-3e1bc2e42b44","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:49:58Z","name":"tempest-port-smoke-457342991","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c0:9f:b8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8719e11e-17d9-4b32-b1c7-75a49ae8094b","ip_address":"10.101.11.50"}],"id":"da8317f1-ed6f-4e25-aa43-f6bac632b598","security_groups":["97809b8a-39ee-4eff-832d-46aeaeb2acc8"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:00.361 63 INFO tempest.lib.common.rest_client [req-da4eced1-bbfc-4516-af88-a1eb58519293 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.44:8774/v2.1/servers 1.003s 2018-08-21 06:50:00.362 63 DEBUG tempest.lib.common.rest_client [req-da4eced1-bbfc-4516-af88-a1eb58519293 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-277573706", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "port": "da8317f1-ed6f-4e25-aa43-f6bac632b598"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-da4eced1-bbfc-4516-af88-a1eb58519293', 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.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da4eced1-bbfc-4516-af88-a1eb58519293'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a719b6c4-f8d7-4c69-a656-e4d4996295a4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "bookmark"}], "adminPass": "zMwv36m8WLy8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:00.443 63 INFO tempest.lib.common.rest_client [req-51feee83-6dd0-4321-8402-35f18ae84ffd ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.076s 2018-08-21 06:50:00.443 63 DEBUG tempest.lib.common.rest_client [req-51feee83-6dd0-4321-8402-35f18ae84ffd ] 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.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-51feee83-6dd0-4321-8402-35f18ae84ffd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51feee83-6dd0-4321-8402-35f18ae84ffd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "a719b6c4-f8d7-4c69-a656-e4d4996295a4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:50:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-4", "created": "2018-08-21T06:50:00Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:01.868 63 INFO tempest.lib.common.rest_client [req-3a3b40ea-761a-4db2-9c27-500ac5078a77 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.409s 2018-08-21 06:50:01.869 63 DEBUG tempest.lib.common.rest_client [req-3a3b40ea-761a-4db2-9c27-500ac5078a77 ] 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.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-3a3b40ea-761a-4db2-9c27-500ac5078a77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a3b40ea-761a-4db2-9c27-500ac5078a77'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "a719b6c4-f8d7-4c69-a656-e4d4996295a4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:50:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-4", "created": "2018-08-21T06:50:00Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:01.881 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-21 06:50:03.237 63 INFO tempest.lib.common.rest_client [req-0a365582-7811-44f3-a2c7-e57fff4f9877 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.354s 2018-08-21 06:50:03.238 63 DEBUG tempest.lib.common.rest_client [req-0a365582-7811-44f3-a2c7-e57fff4f9877 ] 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.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-0a365582-7811-44f3-a2c7-e57fff4f9877', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a365582-7811-44f3-a2c7-e57fff4f9877'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "a719b6c4-f8d7-4c69-a656-e4d4996295a4", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:50:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-4", "created": "2018-08-21T06:50:00Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:03.250 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:50:04.995 63 INFO tempest.lib.common.rest_client [req-91bbbfb8-a7ad-49fd-99cc-10e5e587299a ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.743s 2018-08-21 06:50:04.995 63 DEBUG tempest.lib.common.rest_client [req-91bbbfb8-a7ad-49fd-99cc-10e5e587299a ] 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.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-91bbbfb8-a7ad-49fd-99cc-10e5e587299a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-91bbbfb8-a7ad-49fd-99cc-10e5e587299a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-1558298701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:9f:b8", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:50:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "a719b6c4-f8d7-4c69-a656-e4d4996295a4", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:50:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-4", "created": "2018-08-21T06:50:00Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:05.007 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:50:05.155 63 INFO tempest.lib.common.rest_client [req-9133e934-0b7c-4f2a-99b0-4c293c91ae12 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.147s 2018-08-21 06:50:05.155 63 DEBUG tempest.lib.common.rest_client [req-9133e934-0b7c-4f2a-99b0-4c293c91ae12 ] 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.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-9133e934-0b7c-4f2a-99b0-4c293c91ae12', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9133e934-0b7c-4f2a-99b0-4c293c91ae12'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-1558298701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:9f:b8", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:50:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "a719b6c4-f8d7-4c69-a656-e4d4996295a4", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:50:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-4", "created": "2018-08-21T06:50:00Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:05.167 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a719b6c4-f8d7-4c69-a656-e4d4996295a4 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:50:06.281 63 INFO tempest.lib.common.rest_client [req-470e1389-77bf-425d-80a5-58c678a421da ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/ports 1.112s 2018-08-21 06:50:06.281 63 DEBUG tempest.lib.common.rest_client [req-470e1389-77bf-425d-80a5-58c678a421da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-1826517814", "security_groups": ["97809b8a-39ee-4eff-832d-46aeaeb2acc8"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:50:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-470e1389-77bf-425d-80a5-58c678a421da'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:50:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"fa93440e-36d3-4ca6-a322-dcb831b63f2b","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:50:05Z","name":"tempest-port-smoke-1826517814","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:26:72:e0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"1febccbf-03b6-4faf-a17d-22d66695b4d8","ip_address":"10.101.11.50"}],"id":"27f5772b-cf38-4e52-a814-4fc8064f4ef8","security_groups":["97809b8a-39ee-4eff-832d-46aeaeb2acc8"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:07.421 63 INFO tempest.lib.common.rest_client [req-f920aed5-241d-4e7a-ab4f-8aee62a86d22 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.44:8774/v2.1/servers 1.138s 2018-08-21 06:50:07.421 63 DEBUG tempest.lib.common.rest_client [req-f920aed5-241d-4e7a-ab4f-8aee62a86d22 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-277573706", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "port": "27f5772b-cf38-4e52-a814-4fc8064f4ef8"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-5"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-f920aed5-241d-4e7a-ab4f-8aee62a86d22', 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f920aed5-241d-4e7a-ab4f-8aee62a86d22'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "adminPass": "MEQHynQ2L27L"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:07.489 63 INFO tempest.lib.common.rest_client [req-c161c486-25c7-4b82-a898-8517deb1bec5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.063s 2018-08-21 06:50:07.489 63 DEBUG tempest.lib.common.rest_client [req-c161c486-25c7-4b82-a898-8517deb1bec5 ] 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-c161c486-25c7-4b82-a898-8517deb1bec5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c161c486-25c7-4b82-a898-8517deb1bec5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:50:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:08.594 63 INFO tempest.lib.common.rest_client [req-82a63166-39b8-4283-b988-5bd54c74e368 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.090s 2018-08-21 06:50:08.595 63 DEBUG tempest.lib.common.rest_client [req-82a63166-39b8-4283-b988-5bd54c74e368 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1265', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-82a63166-39b8-4283-b988-5bd54c74e368', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82a63166-39b8-4283-b988-5bd54c74e368'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:50:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:09.709 63 INFO tempest.lib.common.rest_client [req-3419d845-cfa6-46e9-a3d4-9f242b33b753 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.100s 2018-08-21 06:50:09.710 63 DEBUG tempest.lib.common.rest_client [req-3419d845-cfa6-46e9-a3d4-9f242b33b753 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-3419d845-cfa6-46e9-a3d4-9f242b33b753', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3419d845-cfa6-46e9-a3d4-9f242b33b753'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:50:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:09.722 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:50:11.089 63 INFO tempest.lib.common.rest_client [req-6fe84fed-efec-41ec-946c-dce03ca65f40 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.365s 2018-08-21 06:50:11.090 63 DEBUG tempest.lib.common.rest_client [req-6fe84fed-efec-41ec-946c-dce03ca65f40 ] 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-6fe84fed-efec-41ec-946c-dce03ca65f40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fe84fed-efec-41ec-946c-dce03ca65f40'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:50:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:12.551 63 INFO tempest.lib.common.rest_client [req-fd8a8d33-5f44-4ee2-a920-ab6d921df0b4 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.446s 2018-08-21 06:50:12.552 63 DEBUG tempest.lib.common.rest_client [req-fd8a8d33-5f44-4ee2-a920-ab6d921df0b4 ] 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-fd8a8d33-5f44-4ee2-a920-ab6d921df0b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fd8a8d33-5f44-4ee2-a920-ab6d921df0b4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:50:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:13.943 63 INFO tempest.lib.common.rest_client [req-e6dcc34f-7fd7-4b75-9a4d-8eaea2be7977 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.376s 2018-08-21 06:50:13.944 63 DEBUG tempest.lib.common.rest_client [req-e6dcc34f-7fd7-4b75-9a4d-8eaea2be7977 ] 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-e6dcc34f-7fd7-4b75-9a4d-8eaea2be7977', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6dcc34f-7fd7-4b75-9a4d-8eaea2be7977'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:72:e0", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:50:12.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:50:12Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:13.958 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:50:14.472 63 INFO tempest.lib.common.rest_client [req-e07f866b-0e8e-43aa-bfa4-4c935e05e50e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.513s 2018-08-21 06:50:14.473 63 DEBUG tempest.lib.common.rest_client [req-e07f866b-0e8e-43aa-bfa4-4c935e05e50e ] 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-e07f866b-0e8e-43aa-bfa4-4c935e05e50e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:50:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e07f866b-0e8e-43aa-bfa4-4c935e05e50e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:72:e0", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:50:12.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:50:12Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:14.486 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:50:14.571 63 INFO tempest.lib.common.rest_client [req-c2458e38-908d-48b1-9575-3e4dbf48c2a6 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/routers 0.083s 2018-08-21 06:50:14.571 63 DEBUG tempest.lib.common.rest_client [req-c2458e38-908d-48b1-9575-3e4dbf48c2a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--780060499", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:50:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2458e38-908d-48b1-9575-3e4dbf48c2a6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:14Z", "admin_state_up": true, "updated_at": "2018-08-21T06:50:14Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "62293b94-8102-4339-bce4-cd46cfdc8e10", "name": "tempest-router--780060499"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:15.811 63 INFO tempest.lib.common.rest_client [req-404941ac-d421-45d4-b4b7-bcce81d65e03 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10 1.239s 2018-08-21 06:50:15.812 63 DEBUG tempest.lib.common.rest_client [req-404941ac-d421-45d4-b4b7-bcce81d65e03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10', u'date': 'Tue, 21 Aug 2018 06:50:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-404941ac-d421-45d4-b4b7-bcce81d65e03'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:14Z", "admin_state_up": true, "updated_at": "2018-08-21T06:50:15Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "62293b94-8102-4339-bce4-cd46cfdc8e10", "name": "tempest-router--780060499"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:18.334 63 INFO tempest.lib.common.rest_client [req-6e46db9e-0a9f-49e2-ac87-6db053bd8a1f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10/add_router_interface 2.521s 2018-08-21 06:50:18.335 63 DEBUG tempest.lib.common.rest_client [req-6e46db9e-0a9f-49e2-ac87-6db053bd8a1f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1febccbf-03b6-4faf-a17d-22d66695b4d8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:50:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e46db9e-0a9f-49e2-ac87-6db053bd8a1f'} Body: {"network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "1febccbf-03b6-4faf-a17d-22d66695b4d8", "subnet_ids": ["1febccbf-03b6-4faf-a17d-22d66695b4d8"], "port_id": "c2da73d8-d3ca-4005-9ab0-152f6e605206", "id": "62293b94-8102-4339-bce4-cd46cfdc8e10"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:18.567 63 INFO tempest.lib.common.rest_client [req-c6f5035b-9c09-448d-88a7-ad14fe3f2dbf ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/routers 0.231s 2018-08-21 06:50:18.567 63 DEBUG tempest.lib.common.rest_client [req-c6f5035b-9c09-448d-88a7-ad14fe3f2dbf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--395076465", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:50:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6f5035b-9c09-448d-88a7-ad14fe3f2dbf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:18Z", "admin_state_up": true, "updated_at": "2018-08-21T06:50:18Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "66c540b8-1923-4b45-852b-0ad6012bc927", "name": "tempest-router--395076465"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:20.146 63 INFO tempest.lib.common.rest_client [req-b6e8abe4-02ba-4c3e-884f-f1f623d140f9 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927 1.578s 2018-08-21 06:50:20.147 63 DEBUG tempest.lib.common.rest_client [req-b6e8abe4-02ba-4c3e-884f-f1f623d140f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927', u'date': 'Tue, 21 Aug 2018 06:50:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6e8abe4-02ba-4c3e-884f-f1f623d140f9'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:18Z", "admin_state_up": true, "updated_at": "2018-08-21T06:50:19Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "66c540b8-1923-4b45-852b-0ad6012bc927", "name": "tempest-router--395076465"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:22.186 63 INFO tempest.lib.common.rest_client [req-9ef48f44-906d-409a-b60c-5d7648c05d74 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927/add_router_interface 2.038s 2018-08-21 06:50:22.187 63 DEBUG tempest.lib.common.rest_client [req-9ef48f44-906d-409a-b60c-5d7648c05d74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8719e11e-17d9-4b32-b1c7-75a49ae8094b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:50:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ef48f44-906d-409a-b60c-5d7648c05d74'} Body: {"network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8719e11e-17d9-4b32-b1c7-75a49ae8094b", "subnet_ids": ["8719e11e-17d9-4b32-b1c7-75a49ae8094b"], "port_id": "02cd4a35-a2fe-4be8-9542-bf591273a793", "id": "66c540b8-1923-4b45-852b-0ad6012bc927"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:24.023 63 INFO tempest.lib.common.rest_client [req-bd479319-38e6-4408-9a93-699dab5eae0d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.835s 2018-08-21 06:50:24.023 63 DEBUG tempest.lib.common.rest_client [req-bd479319-38e6-4408-9a93-699dab5eae0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "25b25503-0d7e-4b63-a61c-4d2cb3cb710e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:50:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd479319-38e6-4408-9a93-699dab5eae0d'} Body: {"floatingip": {"router_id": "62293b94-8102-4339-bce4-cd46cfdc8e10", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:50:23Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "25b25503-0d7e-4b63-a61c-4d2cb3cb710e", "id": "3bf1168a-73af-44b3-ab43-912b9065bef6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:25.781 63 INFO tempest.lib.common.rest_client [req-492236f9-207e-47be-aaba-14a695a70fca ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.756s 2018-08-21 06:50:25.781 63 DEBUG tempest.lib.common.rest_client [req-492236f9-207e-47be-aaba-14a695a70fca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "4cbac9c3-d26e-4dde-a897-1448b39df7f2"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:50:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-492236f9-207e-47be-aaba-14a695a70fca'} Body: {"floatingip": {"router_id": "66c540b8-1923-4b45-852b-0ad6012bc927", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:50:24Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.30", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "4cbac9c3-d26e-4dde-a897-1448b39df7f2", "id": "ca2e4160-0df3-4346-bb8e-630781abf36d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:27.507 63 INFO tempest.lib.common.rest_client [req-70511868-a9ad-44bc-8b74-7aa72062ab4f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.725s 2018-08-21 06:50:27.508 63 DEBUG tempest.lib.common.rest_client [req-70511868-a9ad-44bc-8b74-7aa72062ab4f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d09a2e02-d0f2-4fc3-952a-9f8615e0b8d7"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:50:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70511868-a9ad-44bc-8b74-7aa72062ab4f'} Body: {"floatingip": {"router_id": "62293b94-8102-4339-bce4-cd46cfdc8e10", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:50:26Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.30", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "d09a2e02-d0f2-4fc3-952a-9f8615e0b8d7", "id": "2ec21ad9-9791-4929-9b2d-273f0da7ce1b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:26Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:29.314 63 INFO tempest.lib.common.rest_client [req-f11469b0-fad6-4cc3-965f-7996221981b7 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.805s 2018-08-21 06:50:29.315 63 DEBUG tempest.lib.common.rest_client [req-f11469b0-fad6-4cc3-965f-7996221981b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "da8317f1-ed6f-4e25-aa43-f6bac632b598"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:50:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f11469b0-fad6-4cc3-965f-7996221981b7'} Body: {"floatingip": {"router_id": "66c540b8-1923-4b45-852b-0ad6012bc927", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:50:28Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.50", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "da8317f1-ed6f-4e25-aa43-f6bac632b598", "id": "f29cf3bf-0e69-45d6-976b-69eb0c125a5a", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:28Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:31.082 63 INFO tempest.lib.common.rest_client [req-bdd05313-4b24-4f77-a7c6-135149bfa093 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.766s 2018-08-21 06:50:31.082 63 DEBUG tempest.lib.common.rest_client [req-bdd05313-4b24-4f77-a7c6-135149bfa093 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "27f5772b-cf38-4e52-a814-4fc8064f4ef8"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:50:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bdd05313-4b24-4f77-a7c6-135149bfa093'} Body: {"floatingip": {"router_id": "62293b94-8102-4339-bce4-cd46cfdc8e10", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:50:30Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.50", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "27f5772b-cf38-4e52-a814-4fc8064f4ef8", "id": "bcbdc0d0-16d3-4563-a39b-ce1ca537f4d3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:50:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:50:31.084 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:50:47.114 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:50:47.214 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:50:47.243 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:50:47.357 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:cebf2c78-4169-4b13-887d-994e8f50564e' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-21 06:50:47.358 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:50:47.360 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:50:47.420 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:50:47.424 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:50:47.430 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 06:50:54.450 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:50:54.548 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:50:54.578 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 06:50:54.693 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:5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-21 06:50:54.694 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 06:50:54.696 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:50:54.758 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:50:54.760 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 06:50:54.766 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:51:09.795 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:09.898 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:09.923 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:51:10.038 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:a719b6c4-f8d7-4c69-a656-e4d4996295a4' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-21 06:51:10.038 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:51:10.041 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:10.100 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:10.105 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:51:10.111 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:51:17.129 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:17.191 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:17.193 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:51:17.308 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:3a8bc649-eb79-4fce-84e2-db4f2dfb0d65' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-21 06:51:17.308 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:51:17.310 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:17.369 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:17.374 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:51:17.379 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:17.384 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:17.485 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:17.511 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:17.625 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-21 06:51:17.626 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:17.628 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:17.687 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:17.693 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:21.701 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.075592 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:51:21.702 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-21 06:51:21.702 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:21.704 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:21.769 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:21.801 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:21.809 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-21 06:51:21.810 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-21 06:51:21.811 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:21.814 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:21.875 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:21.879 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:21.885 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-21 06:51:21.885 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-21 06:51:21.886 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:21.888 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:21.947 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:21.952 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:21.958 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-21 06:51:21.958 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-21 06:51:21.959 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:21.960 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.019 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.024 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.031 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-21 06:51:22.032 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-21 06:51:22.032 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.034 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.095 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.098 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.104 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-21 06:51:22.104 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-21 06:51:22.105 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.107 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.167 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.171 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.178 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-21 06:51:22.178 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-21 06:51:22.178 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.180 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.239 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.244 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.250 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-21 06:51:22.251 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-21 06:51:22.251 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.253 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.315 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.317 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.324 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-21 06:51:22.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-21 06:51:22.325 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.327 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.388 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.391 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.398 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-21 06:51:22.398 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-21 06:51:22.399 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.400 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.463 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.464 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.471 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-21 06:51:22.472 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.474 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.537 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.538 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:22.652 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-21 06:51:22.653 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:22.655 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:22.716 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:22.719 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:26.727 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.074514 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:51:26.727 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-21 06:51:26.728 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:26.730 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:26.793 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:26.794 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:26.801 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-21 06:51:26.801 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-21 06:51:26.801 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:26.803 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:26.863 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:26.867 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:26.873 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-21 06:51:26.874 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-21 06:51:26.874 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:26.876 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:26.939 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:26.940 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:26.946 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-21 06:51:26.946 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-21 06:51:26.947 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:26.949 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.011 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.013 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:27.019 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-21 06:51:27.020 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-21 06:51:27.020 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.022 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.083 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.087 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:27.093 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-21 06:51:27.093 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-21 06:51:27.094 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.096 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.155 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.161 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:27.167 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-21 06:51:27.168 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-21 06:51:27.168 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.170 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.232 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.235 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:27.241 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-21 06:51:27.241 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-21 06:51:27.242 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.243 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.303 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.307 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:27.313 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-21 06:51:27.314 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-21 06:51:27.314 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.316 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.375 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.380 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:27.386 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-21 06:51:27.386 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-21 06:51:27.387 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.389 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.447 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.453 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-21 06:51:27.459 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-21 06:51:27.460 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.463 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.526 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.527 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:27.642 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-21 06:51:27.642 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:27.644 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:27.704 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:27.709 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:32.716 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity) Executing command on 172.30.9.202 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-21 06:51:32.716 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.101.11.10 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.10', exit status: 1, stderr: 2018-08-21 06:51:32.717 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075168 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:51:32.718 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:32.720 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:32.782 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:32.784 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:32.899 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-21 06:51:32.899 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:32.901 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:32.961 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:32.965 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:36.972 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.073476 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:51:36.973 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-21 06:51:36.973 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:36.977 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.038 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.041 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.047 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-21 06:51:37.047 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-21 06:51:37.047 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.049 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.108 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.114 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.119 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-21 06:51:37.120 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-21 06:51:37.120 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.122 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.181 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.186 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.192 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-21 06:51:37.192 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-21 06:51:37.193 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.195 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.257 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.259 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.265 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-21 06:51:37.266 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-21 06:51:37.266 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.268 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.328 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.332 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.338 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-21 06:51:37.338 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-21 06:51:37.339 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.341 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.401 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.405 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.410 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-21 06:51:37.411 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-21 06:51:37.411 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.413 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.472 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.478 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.484 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-21 06:51:37.485 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-21 06:51:37.485 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.487 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.549 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.552 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.558 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-21 06:51:37.558 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-21 06:51:37.559 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.561 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.621 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.625 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.631 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-21 06:51:37.631 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-21 06:51:37.632 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.633 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.697 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.698 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.704 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-21 06:51:37.705 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.708 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.771 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.772 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:37.886 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-21 06:51:37.887 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:37.889 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:37.949 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:37.953 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:41.960 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.073940 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:51:41.961 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-21 06:51:41.961 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:41.964 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.027 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.028 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.035 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-21 06:51:42.035 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-21 06:51:42.035 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.037 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.096 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.101 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.108 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-21 06:51:42.109 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-21 06:51:42.109 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.111 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.173 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.176 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.182 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-21 06:51:42.182 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-21 06:51:42.183 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.185 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.245 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.249 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.255 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-21 06:51:42.256 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-21 06:51:42.256 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.258 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.317 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.323 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.329 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-21 06:51:42.330 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-21 06:51:42.330 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.335 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.396 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.399 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.405 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-21 06:51:42.406 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-21 06:51:42.406 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.408 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.469 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.472 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.478 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-21 06:51:42.479 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-21 06:51:42.479 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.481 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.541 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.545 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.551 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-21 06:51:42.551 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-21 06:51:42.552 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.554 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.737 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.743 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.750 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-21 06:51:42.751 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-21 06:51:42.751 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.753 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.813 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.817 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:42.824 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-21 06:51:42.825 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:42.827 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:42.891 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:42.891 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:43.006 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-21 06:51:43.006 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:43.008 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:43.077 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:43.104 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.111 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.105256 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:51:47.111 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-21 06:51:47.112 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.114 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.178 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.179 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.187 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-21 06:51:47.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-21 06:51:47.189 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.191 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.253 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.255 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.261 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-21 06:51:47.261 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-21 06:51:47.262 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.263 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.325 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.328 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.334 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-21 06:51:47.334 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-21 06:51:47.335 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.336 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.397 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.400 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.406 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-21 06:51:47.407 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-21 06:51:47.407 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.409 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.469 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.473 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.479 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-21 06:51:47.480 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-21 06:51:47.480 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.482 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.545 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.546 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.552 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-21 06:51:47.553 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-21 06:51:47.553 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.555 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.616 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.619 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.625 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-21 06:51:47.626 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-21 06:51:47.626 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.628 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.690 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.692 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.698 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-21 06:51:47.698 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-21 06:51:47.699 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.700 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.761 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.764 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.771 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-21 06:51:47.771 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-21 06:51:47.772 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-21 06:51:47.773 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:51:47.837 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:51:47.870 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-21 06:51:47.875 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-21 06:51:48.943 63 INFO tempest.lib.common.rest_client [req-8d43598a-71c6-4802-a69f-4cc6e5814c15 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/bcbdc0d0-16d3-4563-a39b-ce1ca537f4d3 1.068s 2018-08-21 06:51:48.944 63 DEBUG tempest.lib.common.rest_client [req-8d43598a-71c6-4802-a69f-4cc6e5814c15 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/bcbdc0d0-16d3-4563-a39b-ce1ca537f4d3', u'date': 'Tue, 21 Aug 2018 06:51:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8d43598a-71c6-4802-a69f-4cc6e5814c15'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:51:50.031 63 INFO tempest.lib.common.rest_client [req-080b7f9a-8f55-44cf-8f37-fac8ce37ded5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/f29cf3bf-0e69-45d6-976b-69eb0c125a5a 1.086s 2018-08-21 06:51:50.032 63 DEBUG tempest.lib.common.rest_client [req-080b7f9a-8f55-44cf-8f37-fac8ce37ded5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/f29cf3bf-0e69-45d6-976b-69eb0c125a5a', u'date': 'Tue, 21 Aug 2018 06:51:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-080b7f9a-8f55-44cf-8f37-fac8ce37ded5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:51:50.942 63 INFO tempest.lib.common.rest_client [req-22d02419-b8da-49ec-8c6a-0f274acb46ed ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/2ec21ad9-9791-4929-9b2d-273f0da7ce1b 0.908s 2018-08-21 06:51:50.942 63 DEBUG tempest.lib.common.rest_client [req-22d02419-b8da-49ec-8c6a-0f274acb46ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/2ec21ad9-9791-4929-9b2d-273f0da7ce1b', u'date': 'Tue, 21 Aug 2018 06:51:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-22d02419-b8da-49ec-8c6a-0f274acb46ed'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:51:52.112 63 INFO tempest.lib.common.rest_client [req-cc32d9b8-b30b-4b3f-b00a-4d62e55abc8c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/ca2e4160-0df3-4346-bb8e-630781abf36d 1.168s 2018-08-21 06:51:52.112 63 DEBUG tempest.lib.common.rest_client [req-cc32d9b8-b30b-4b3f-b00a-4d62e55abc8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/ca2e4160-0df3-4346-bb8e-630781abf36d', u'date': 'Tue, 21 Aug 2018 06:51:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cc32d9b8-b30b-4b3f-b00a-4d62e55abc8c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:51:53.179 63 INFO tempest.lib.common.rest_client [req-8ed2e2ed-9c3f-466f-bfbc-1f771c8a2c5b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/3bf1168a-73af-44b3-ab43-912b9065bef6 1.066s 2018-08-21 06:51:53.180 63 DEBUG tempest.lib.common.rest_client [req-8ed2e2ed-9c3f-466f-bfbc-1f771c8a2c5b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/3bf1168a-73af-44b3-ab43-912b9065bef6', u'date': 'Tue, 21 Aug 2018 06:51:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ed2e2ed-9c3f-466f-bfbc-1f771c8a2c5b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:51:55.263 63 INFO tempest.lib.common.rest_client [req-8b5f8da4-742d-464a-99be-5c0c5159ad73 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927/remove_router_interface 2.082s 2018-08-21 06:51:55.264 63 DEBUG tempest.lib.common.rest_client [req-8b5f8da4-742d-464a-99be-5c0c5159ad73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8719e11e-17d9-4b32-b1c7-75a49ae8094b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:51:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b5f8da4-742d-464a-99be-5c0c5159ad73'} Body: {"network_id": "b061ea05-cd68-4df7-b5c0-3e1bc2e42b44", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8719e11e-17d9-4b32-b1c7-75a49ae8094b", "subnet_ids": ["8719e11e-17d9-4b32-b1c7-75a49ae8094b"], "port_id": "02cd4a35-a2fe-4be8-9542-bf591273a793", "id": "66c540b8-1923-4b45-852b-0ad6012bc927"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:51:56.865 63 INFO tempest.lib.common.rest_client [req-768a4532-dcd4-48ad-a12f-d6257b29d2d3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927 1.600s 2018-08-21 06:51:56.866 63 DEBUG tempest.lib.common.rest_client [req-768a4532-dcd4-48ad-a12f-d6257b29d2d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/66c540b8-1923-4b45-852b-0ad6012bc927', u'date': 'Tue, 21 Aug 2018 06:51:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-768a4532-dcd4-48ad-a12f-d6257b29d2d3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:51:58.584 63 INFO tempest.lib.common.rest_client [req-3cb4c112-221e-4dde-89ae-279f0d5091e9 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10/remove_router_interface 1.717s 2018-08-21 06:51:58.585 63 DEBUG tempest.lib.common.rest_client [req-3cb4c112-221e-4dde-89ae-279f0d5091e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1febccbf-03b6-4faf-a17d-22d66695b4d8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:51:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cb4c112-221e-4dde-89ae-279f0d5091e9'} Body: {"network_id": "fa93440e-36d3-4ca6-a322-dcb831b63f2b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "1febccbf-03b6-4faf-a17d-22d66695b4d8", "subnet_ids": ["1febccbf-03b6-4faf-a17d-22d66695b4d8"], "port_id": "c2da73d8-d3ca-4005-9ab0-152f6e605206", "id": "62293b94-8102-4339-bce4-cd46cfdc8e10"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:00.038 63 INFO tempest.lib.common.rest_client [req-d48425ca-ee15-4315-b518-690fa8776294 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10 1.452s 2018-08-21 06:52:00.038 63 DEBUG tempest.lib.common.rest_client [req-d48425ca-ee15-4315-b518-690fa8776294 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/62293b94-8102-4339-bce4-cd46cfdc8e10', u'date': 'Tue, 21 Aug 2018 06:52:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d48425ca-ee15-4315-b518-690fa8776294'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:00.209 63 INFO tempest.lib.common.rest_client [req-0d8f3d26-69cc-4fa2-b1c2-9838d04c93df ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.169s 2018-08-21 06:52:00.209 63 DEBUG tempest.lib.common.rest_client [req-0d8f3d26-69cc-4fa2-b1c2-9838d04c93df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-0d8f3d26-69cc-4fa2-b1c2-9838d04c93df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d8f3d26-69cc-4fa2-b1c2-9838d04c93df'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:00.985 63 INFO tempest.lib.common.rest_client [req-4cdd3c96-a151-41f2-9038-cb16fc4235be ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.775s 2018-08-21 06:52:00.986 63 DEBUG tempest.lib.common.rest_client [req-4cdd3c96-a151-41f2-9038-cb16fc4235be ] 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-4cdd3c96-a151-41f2-9038-cb16fc4235be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cdd3c96-a151-41f2-9038-cb16fc4235be'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:72:e0", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:50:12.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3a8bc649-eb79-4fce-84e2-db4f2dfb0d65", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:00Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-5", "created": "2018-08-21T06:50:07Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:02.065 63 INFO tempest.lib.common.rest_client [req-4921db31-bb59-4e21-a97e-7ce0d4ed6734 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 0.064s 2018-08-21 06:52:02.065 63 DEBUG tempest.lib.common.rest_client [req-4921db31-bb59-4e21-a97e-7ce0d4ed6734 ] 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.44:8774/v2.1/servers/3a8bc649-eb79-4fce-84e2-db4f2dfb0d65', u'x-compute-request-id': 'req-4921db31-bb59-4e21-a97e-7ce0d4ed6734', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:02 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4921db31-bb59-4e21-a97e-7ce0d4ed6734'} Body: {"itemNotFound": {"message": "Instance 3a8bc649-eb79-4fce-84e2-db4f2dfb0d65 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:02.644 63 INFO tempest.lib.common.rest_client [req-210a6fb3-d897-40b7-96f2-4ae7ae4fc742 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/27f5772b-cf38-4e52-a814-4fc8064f4ef8 0.578s 2018-08-21 06:52:02.645 63 DEBUG tempest.lib.common.rest_client [req-210a6fb3-d897-40b7-96f2-4ae7ae4fc742 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/27f5772b-cf38-4e52-a814-4fc8064f4ef8', u'date': 'Tue, 21 Aug 2018 06:52:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-210a6fb3-d897-40b7-96f2-4ae7ae4fc742'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:02.806 63 INFO tempest.lib.common.rest_client [req-3fc70239-3d63-4752-8e8b-5aabe4144930 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.160s 2018-08-21 06:52:02.807 63 DEBUG tempest.lib.common.rest_client [req-3fc70239-3d63-4752-8e8b-5aabe4144930 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-3fc70239-3d63-4752-8e8b-5aabe4144930', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3fc70239-3d63-4752-8e8b-5aabe4144930'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:03.544 63 INFO tempest.lib.common.rest_client [req-b101ca3c-6e9c-4a04-b637-8b38b03cd003 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.736s 2018-08-21 06:52:03.545 63 DEBUG tempest.lib.common.rest_client [req-b101ca3c-6e9c-4a04-b637-8b38b03cd003 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1553', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-b101ca3c-6e9c-4a04-b637-8b38b03cd003', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b101ca3c-6e9c-4a04-b637-8b38b03cd003'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-1558298701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:9f:b8", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:50:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "a719b6c4-f8d7-4c69-a656-e4d4996295a4", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:02Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-4", "created": "2018-08-21T06:50:00Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:04.621 63 INFO tempest.lib.common.rest_client [req-2830aef0-ddfb-404f-911a-fe538f102e03 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4 0.061s 2018-08-21 06:52:04.622 63 DEBUG tempest.lib.common.rest_client [req-2830aef0-ddfb-404f-911a-fe538f102e03 ] 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.44:8774/v2.1/servers/a719b6c4-f8d7-4c69-a656-e4d4996295a4', u'x-compute-request-id': 'req-2830aef0-ddfb-404f-911a-fe538f102e03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:04 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2830aef0-ddfb-404f-911a-fe538f102e03'} Body: {"itemNotFound": {"message": "Instance a719b6c4-f8d7-4c69-a656-e4d4996295a4 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:05.184 63 INFO tempest.lib.common.rest_client [req-52fa9d0b-cbe1-4f47-a1d5-9be6827c13c4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/da8317f1-ed6f-4e25-aa43-f6bac632b598 0.561s 2018-08-21 06:52:05.185 63 DEBUG tempest.lib.common.rest_client [req-52fa9d0b-cbe1-4f47-a1d5-9be6827c13c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/da8317f1-ed6f-4e25-aa43-f6bac632b598', u'date': 'Tue, 21 Aug 2018 06:52:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-52fa9d0b-cbe1-4f47-a1d5-9be6827c13c4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:05.371 63 INFO tempest.lib.common.rest_client [req-cb592d04-3ba0-4d0a-b0be-44522372908a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.185s 2018-08-21 06:52:05.371 63 DEBUG tempest.lib.common.rest_client [req-cb592d04-3ba0-4d0a-b0be-44522372908a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-cb592d04-3ba0-4d0a-b0be-44522372908a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb592d04-3ba0-4d0a-b0be-44522372908a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:05.598 63 INFO tempest.lib.common.rest_client [req-0cf0b841-94dc-4654-9832-9809fabe76f4 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.225s 2018-08-21 06:52:05.598 63 DEBUG tempest.lib.common.rest_client [req-0cf0b841-94dc-4654-9832-9809fabe76f4 ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-0cf0b841-94dc-4654-9832-9809fabe76f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0cf0b841-94dc-4654-9832-9809fabe76f4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:68:be", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:05Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:06.721 63 INFO tempest.lib.common.rest_client [req-889681e3-47f7-42a0-9069-500b567518ee ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.107s 2018-08-21 06:52:06.721 63 DEBUG tempest.lib.common.rest_client [req-889681e3-47f7-42a0-9069-500b567518ee ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-889681e3-47f7-42a0-9069-500b567518ee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-889681e3-47f7-42a0-9069-500b567518ee'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:49:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:52:06Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T06:52:06.000000", "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-3", "created": "2018-08-21T06:49:51Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:06.735 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:52:07.777 63 INFO tempest.lib.common.rest_client [req-c70ba1db-3e03-40d7-b3ef-5e03c86e0af2 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 0.041s 2018-08-21 06:52:07.778 63 DEBUG tempest.lib.common.rest_client [req-c70ba1db-3e03-40d7-b3ef-5e03c86e0af2 ] 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.44:8774/v2.1/servers/5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6', u'x-compute-request-id': 'req-c70ba1db-3e03-40d7-b3ef-5e03c86e0af2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:07 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-c70ba1db-3e03-40d7-b3ef-5e03c86e0af2'} Body: {"itemNotFound": {"message": "Instance 5bd3f11b-c3eb-43d5-bdf8-cec0d85cb6e6 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:08.657 63 INFO tempest.lib.common.rest_client [req-5d8b97b5-ba29-4c90-9913-2b9da09c41ef ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d09a2e02-d0f2-4fc3-952a-9f8615e0b8d7 0.878s 2018-08-21 06:52:08.658 63 DEBUG tempest.lib.common.rest_client [req-5d8b97b5-ba29-4c90-9913-2b9da09c41ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d09a2e02-d0f2-4fc3-952a-9f8615e0b8d7', u'date': 'Tue, 21 Aug 2018 06:52:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5d8b97b5-ba29-4c90-9913-2b9da09c41ef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:08.820 63 INFO tempest.lib.common.rest_client [req-1dae17f5-fc8a-46fc-a093-b0c3b74bd4d0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.161s 2018-08-21 06:52:08.822 63 DEBUG tempest.lib.common.rest_client [req-1dae17f5-fc8a-46fc-a093-b0c3b74bd4d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-1dae17f5-fc8a-46fc-a093-b0c3b74bd4d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1dae17f5-fc8a-46fc-a093-b0c3b74bd4d0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:08.987 63 INFO tempest.lib.common.rest_client [req-8238fc16-769b-4f6a-bcd0-10cfaac77a70 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.164s 2018-08-21 06:52:08.987 63 DEBUG tempest.lib.common.rest_client [req-8238fc16-769b-4f6a-bcd0-10cfaac77a70 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1553', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-8238fc16-769b-4f6a-bcd0-10cfaac77a70', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8238fc16-769b-4f6a-bcd0-10cfaac77a70'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-1558298701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:27:92", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:08Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:10.382 63 INFO tempest.lib.common.rest_client [req-315becbf-de7e-47e9-aef7-2093c56cff8f ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.381s 2018-08-21 06:52:10.383 63 DEBUG tempest.lib.common.rest_client [req-315becbf-de7e-47e9-aef7-2093c56cff8f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1486', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-315becbf-de7e-47e9-aef7-2093c56cff8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-315becbf-de7e-47e9-aef7-2093c56cff8f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-1558298701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:27:92", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/cebf2c78-4169-4b13-887d-994e8f50564e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:48.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "cebf2c78-4169-4b13-887d-994e8f50564e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:09Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-2", "created": "2018-08-21T06:49:42Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:11.439 63 INFO tempest.lib.common.rest_client [req-33d3f21a-e1ef-4f72-a44f-cdffb6b188f6 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e 0.041s 2018-08-21 06:52:11.440 63 DEBUG tempest.lib.common.rest_client [req-33d3f21a-e1ef-4f72-a44f-cdffb6b188f6 ] 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.44:8774/v2.1/servers/cebf2c78-4169-4b13-887d-994e8f50564e', u'x-compute-request-id': 'req-33d3f21a-e1ef-4f72-a44f-cdffb6b188f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:11 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-33d3f21a-e1ef-4f72-a44f-cdffb6b188f6'} Body: {"itemNotFound": {"message": "Instance cebf2c78-4169-4b13-887d-994e8f50564e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:12.282 63 INFO tempest.lib.common.rest_client [req-73425a2e-eed8-48cb-bda2-f173052ee6e0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/4cbac9c3-d26e-4dde-a897-1448b39df7f2 0.841s 2018-08-21 06:52:12.282 63 DEBUG tempest.lib.common.rest_client [req-73425a2e-eed8-48cb-bda2-f173052ee6e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/4cbac9c3-d26e-4dde-a897-1448b39df7f2', u'date': 'Tue, 21 Aug 2018 06:52:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-73425a2e-eed8-48cb-bda2-f173052ee6e0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:12.514 63 INFO tempest.lib.common.rest_client [req-9f3dc554-1453-4925-ae2e-893ba9f355ce ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.231s 2018-08-21 06:52:12.515 63 DEBUG tempest.lib.common.rest_client [req-9f3dc554-1453-4925-ae2e-893ba9f355ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-9f3dc554-1453-4925-ae2e-893ba9f355ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f3dc554-1453-4925-ae2e-893ba9f355ce'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:12.972 63 INFO tempest.lib.common.rest_client [req-b1527336-12ea-4d43-b32c-fd16871fcab2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.457s 2018-08-21 06:52:12.973 63 DEBUG tempest.lib.common.rest_client [req-b1527336-12ea-4d43-b32c-fd16871fcab2 ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-b1527336-12ea-4d43-b32c-fd16871fcab2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1527336-12ea-4d43-b32c-fd16871fcab2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1677366065": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:af:08", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/52c58562-0b13-435a-98dc-2916ce420769", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:49:39.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "52c58562-0b13-435a-98dc-2916ce420769", "security_groups": [{"name": "tempest-secgroup-smoke-445407192"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:12Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-277573706", "name": "server-1", "created": "2018-08-21T06:49:33Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:14.045 63 INFO tempest.lib.common.rest_client [req-cf7975da-a02c-4f8b-8064-4995133e186f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769 0.056s 2018-08-21 06:52:14.046 63 DEBUG tempest.lib.common.rest_client [req-cf7975da-a02c-4f8b-8064-4995133e186f ] 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.44:8774/v2.1/servers/52c58562-0b13-435a-98dc-2916ce420769', u'x-compute-request-id': 'req-cf7975da-a02c-4f8b-8064-4995133e186f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cf7975da-a02c-4f8b-8064-4995133e186f'} Body: {"itemNotFound": {"message": "Instance 52c58562-0b13-435a-98dc-2916ce420769 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:14.627 63 INFO tempest.lib.common.rest_client [req-6d706aa2-a702-453b-82f5-28bdd9836dac ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/25b25503-0d7e-4b63-a61c-4d2cb3cb710e 0.581s 2018-08-21 06:52:14.628 63 DEBUG tempest.lib.common.rest_client [req-6d706aa2-a702-453b-82f5-28bdd9836dac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/25b25503-0d7e-4b63-a61c-4d2cb3cb710e', u'date': 'Tue, 21 Aug 2018 06:52:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6d706aa2-a702-453b-82f5-28bdd9836dac'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:14.668 63 INFO tempest.lib.common.rest_client [req-98c83f61-21ed-4d38-82f6-d6f747d5cf3f ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-277573706 0.039s 2018-08-21 06:52:14.668 63 DEBUG tempest.lib.common.rest_client [req-98c83f61-21ed-4d38-82f6-d6f747d5cf3f ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-277573706', u'x-compute-request-id': 'req-98c83f61-21ed-4d38-82f6-d6f747d5cf3f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98c83f61-21ed-4d38-82f6-d6f747d5cf3f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:15.680 63 INFO tempest.lib.common.rest_client [req-45a02137-540a-46d1-b872-6cf3bd4ad0fd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/1c04f0cc-a5d6-4876-8357-cbb3c0f2de06 1.010s 2018-08-21 06:52:15.680 63 DEBUG tempest.lib.common.rest_client [req-45a02137-540a-46d1-b872-6cf3bd4ad0fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/1c04f0cc-a5d6-4876-8357-cbb3c0f2de06', u'date': 'Tue, 21 Aug 2018 06:52:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45a02137-540a-46d1-b872-6cf3bd4ad0fd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:17.008 63 INFO tempest.lib.common.rest_client [req-45b5ccaf-8da7-47d6-bf7b-dc45821e4395 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/8719e11e-17d9-4b32-b1c7-75a49ae8094b 1.326s 2018-08-21 06:52:17.009 63 DEBUG tempest.lib.common.rest_client [req-45b5ccaf-8da7-47d6-bf7b-dc45821e4395 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/8719e11e-17d9-4b32-b1c7-75a49ae8094b', u'date': 'Tue, 21 Aug 2018 06:52:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45b5ccaf-8da7-47d6-bf7b-dc45821e4395'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:18.468 63 INFO tempest.lib.common.rest_client [req-0eb78d9f-5c17-4194-a633-45c143745b15 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b061ea05-cd68-4df7-b5c0-3e1bc2e42b44 1.458s 2018-08-21 06:52:18.469 63 DEBUG tempest.lib.common.rest_client [req-0eb78d9f-5c17-4194-a633-45c143745b15 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b061ea05-cd68-4df7-b5c0-3e1bc2e42b44', u'date': 'Tue, 21 Aug 2018 06:52:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0eb78d9f-5c17-4194-a633-45c143745b15'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:19.782 63 INFO tempest.lib.common.rest_client [req-1a24baf2-7446-4ae0-9d9c-7db98c7eb2ae ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/137557b8-33ea-4472-a843-74fdb5f2dd4d 1.312s 2018-08-21 06:52:19.782 63 DEBUG tempest.lib.common.rest_client [req-1a24baf2-7446-4ae0-9d9c-7db98c7eb2ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/137557b8-33ea-4472-a843-74fdb5f2dd4d', u'date': 'Tue, 21 Aug 2018 06:52:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1a24baf2-7446-4ae0-9d9c-7db98c7eb2ae'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:21.093 63 INFO tempest.lib.common.rest_client [req-54051120-76bd-49e6-b656-f8d1becfdcfc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/1febccbf-03b6-4faf-a17d-22d66695b4d8 1.309s 2018-08-21 06:52:21.093 63 DEBUG tempest.lib.common.rest_client [req-54051120-76bd-49e6-b656-f8d1becfdcfc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/1febccbf-03b6-4faf-a17d-22d66695b4d8', u'date': 'Tue, 21 Aug 2018 06:52:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-54051120-76bd-49e6-b656-f8d1becfdcfc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:23.148 63 INFO tempest.lib.common.rest_client [req-fd166f69-8bf2-4ba1-8eff-ef777886baa6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/fa93440e-36d3-4ca6-a322-dcb831b63f2b 2.053s 2018-08-21 06:52:23.148 63 DEBUG tempest.lib.common.rest_client [req-fd166f69-8bf2-4ba1-8eff-ef777886baa6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/fa93440e-36d3-4ca6-a322-dcb831b63f2b', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd166f69-8bf2-4ba1-8eff-ef777886baa6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:23.434 63 INFO tempest.lib.common.rest_client [req-bb3a7e52-0378-4941-89d7-9dbe1a263322 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/97809b8a-39ee-4eff-832d-46aeaeb2acc8 0.285s 2018-08-21 06:52:23.435 63 DEBUG tempest.lib.common.rest_client [req-bb3a7e52-0378-4941-89d7-9dbe1a263322 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/97809b8a-39ee-4eff-832d-46aeaeb2acc8', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bb3a7e52-0378-4941-89d7-9dbe1a263322'} 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 [180.982298s] ... ok 2018-08-21 06:52:23.689 63 INFO tempest.lib.common.rest_client [req-54b94647-cb70-4337-a299-e0a38cc2ce9d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.220s 2018-08-21 06:52:23.690 63 DEBUG tempest.lib.common.rest_client [req-54b94647-cb70-4337-a299-e0a38cc2ce9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1515414122 description", "name": "tempest-secgroup-smoke-1515414122"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54b94647-cb70-4337-a299-e0a38cc2ce9d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1515414122 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "updated_at": "2018-08-21T06:52:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:52:23Z", "revision_number": 0, "id": "50763762-68ba-43fd-8c42-37920fb4e89c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:52:23Z", "revision_number": 0, "id": "d7967f90-0c1e-4401-803f-6933e08724a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d1e2692b-a017-40da-8be3-70349bad2d87", "name": "tempest-secgroup-smoke-1515414122"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:23.851 63 INFO tempest.lib.common.rest_client [req-a88e5aed-54cb-46eb-83af-3a4283f7ee47 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:52:23.852 63 DEBUG tempest.lib.common.rest_client [req-a88e5aed-54cb-46eb-83af-3a4283f7ee47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a88e5aed-54cb-46eb-83af-3a4283f7ee47'} 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-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "082b796a-6fdd-447f-8149-ad0d4a439285"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:24.055 63 INFO tempest.lib.common.rest_client [req-061cd3de-4c9e-42d0-bb06-e43d82a5c4b8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.202s 2018-08-21 06:52:24.055 63 DEBUG tempest.lib.common.rest_client [req-061cd3de-4c9e-42d0-bb06-e43d82a5c4b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-061cd3de-4c9e-42d0-bb06-e43d82a5c4b8'} 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-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b529744f-bee4-4b3c-ae90-aa61d2699c07"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:24.277 63 INFO tempest.lib.common.rest_client [req-a0da8eae-7c8f-4493-86bd-e287de35ec90 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.219s 2018-08-21 06:52:24.277 63 DEBUG tempest.lib.common.rest_client [req-a0da8eae-7c8f-4493-86bd-e287de35ec90 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0da8eae-7c8f-4493-86bd-e287de35ec90'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "13a296ac-c0cf-4c47-83ef-bb907a5f50bb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:24.517 63 INFO tempest.lib.common.rest_client [req-6d70949d-8110-4039-b201-6d39cb1053d9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.238s 2018-08-21 06:52:24.517 63 DEBUG tempest.lib.common.rest_client [req-6d70949d-8110-4039-b201-6d39cb1053d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d70949d-8110-4039-b201-6d39cb1053d9'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "eca39c89-044e-461a-9fef-0806560c251c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:24.710 63 INFO tempest.lib.common.rest_client [req-1404af0a-9556-40ae-810e-f93c370b9780 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 06:52:24.710 63 DEBUG tempest.lib.common.rest_client [req-1404af0a-9556-40ae-810e-f93c370b9780 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1404af0a-9556-40ae-810e-f93c370b9780'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "34933cfc-b672-4148-8cfe-ce23f25b58bb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:24.866 63 INFO tempest.lib.common.rest_client [req-47261b3a-8ed4-467f-b1c8-3c42b6cbcc50 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:52:24.866 63 DEBUG tempest.lib.common.rest_client [req-47261b3a-8ed4-467f-b1c8-3c42b6cbcc50 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47261b3a-8ed4-467f-b1c8-3c42b6cbcc50'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d46d4883-98ff-4e06-9eb7-d42a1760befb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:25.037 63 INFO tempest.lib.common.rest_client [req-5808b507-fa1b-4d67-90c2-fa3e6b522224 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.169s 2018-08-21 06:52:25.037 63 DEBUG tempest.lib.common.rest_client [req-5808b507-fa1b-4d67-90c2-fa3e6b522224 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5808b507-fa1b-4d67-90c2-fa3e6b522224'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b553f869-9da7-49e9-a525-95d05a1448ff"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:25.181 63 INFO tempest.lib.common.rest_client [req-0fc41f0b-9460-4a62-b1c6-56c4240938b4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.143s 2018-08-21 06:52:25.181 63 DEBUG tempest.lib.common.rest_client [req-0fc41f0b-9460-4a62-b1c6-56c4240938b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fc41f0b-9460-4a62-b1c6-56c4240938b4'} 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-21T06:52:25Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "45113de0-ba78-4137-9df4-6b48d4de56c2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:25.417 63 INFO tempest.lib.common.rest_client [req-433618e6-f191-4218-b458-a73058b47583 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.234s 2018-08-21 06:52:25.417 63 DEBUG tempest.lib.common.rest_client [req-433618e6-f191-4218-b458-a73058b47583 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1380894207"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-433618e6-f191-4218-b458-a73058b47583'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:52:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c319636f-4182-477b-a8ac-6774e69f6b70","name":"tempest-A-1380894207"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:25.970 63 INFO tempest.lib.common.rest_client [req-b0d31a2e-3062-4d90-aefc-b405cccf5cba ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.552s 2018-08-21 06:52:25.971 63 DEBUG tempest.lib.common.rest_client [req-b0d31a2e-3062-4d90-aefc-b405cccf5cba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "name": "tempest-subnet-A-1-233818345"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0d31a2e-3062-4d90-aefc-b405cccf5cba'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c319636f-4182-477b-a8ac-6774e69f6b70","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:52:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c4a1f5d8-d6a7-4506-a880-6e0800338b59","subnetpool_id":null,"name":"tempest-subnet-A-1-233818345"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:26.234 63 INFO tempest.lib.common.rest_client [req-d1ad2d6a-f0bb-4baa-9fc6-126fd5e186aa ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.263s 2018-08-21 06:52:26.235 63 DEBUG tempest.lib.common.rest_client [req-d1ad2d6a-f0bb-4baa-9fc6-126fd5e186aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1196762914"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:52:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1ad2d6a-f0bb-4baa-9fc6-126fd5e186aa'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:52:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"2f9bd26f-f6df-43b0-a286-694b6921d230","name":"tempest-B-1196762914"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:26.997 63 INFO tempest.lib.common.rest_client [req-154669f8-96da-4715-a997-755f252feb1e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.761s 2018-08-21 06:52:26.998 63 DEBUG tempest.lib.common.rest_client [req-154669f8-96da-4715-a997-755f252feb1e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "name": "tempest-subnet-B-1-696114086"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:52:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-154669f8-96da-4715-a997-755f252feb1e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f9bd26f-f6df-43b0-a286-694b6921d230","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:26Z","dns_nameservers":[],"updated_at":"2018-08-21T06:52:26Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"4e6f97e1-e167-4bf2-83ba-9feda1b3cb98","subnetpool_id":null,"name":"tempest-subnet-B-1-696114086"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:27.167 63 INFO tempest.lib.common.rest_client [req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.168s 2018-08-21 06:52:27.167 63 DEBUG tempest.lib.common.rest_client [req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-619396924"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgU24QFHfUcsyal9H0oP1/DO2sylZ8bjLC7eSJZ+GQUytxTTtIQWmi0M+EMSc3InUYwFws/yEHT3oSjM+WL4MdYFHMJ4NuSe8n1cNhqDXN/rvZZdX0Sx2D52yOeO3Fc67PokpjFC7PCxOjFjpNJiqSzZJOJYg1kKNOQ6Vb9sZivXwkeHORtWRNKvNuMZwXw9/r4uIBLL00bse529zSOgxkHgYq7gAKRA7+t7V3OgAanuLDDSL6u3+I6nzIwrKJtS9iMRhpmq4pn62OMlI3Wobb5RbSsOkpLC9Zc1FzQd3FcBW6UOVROjd5hoqFq/vAls1Hh/oA3/yeg+psDju3aFpj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA4FNuEBR31HLMmpfR9KD9fwztrMpWfG4ywu3kiWfhkFMrcU07\nSEFpotDPhDEnNyJ1GMBcLP8hB096EozPli+DHWBRzCeDbknvJ9XDYag1zf672WXV\n9Esdg+dsjnjtxXOuz6JKYxQuzwsToxY6TSYqks2STiWINZCjTkOlW/bGYr18JHhz\nkbVkTSrzbjGcF8Pf6+LiASy9NG7Hudvc0joMZB4GKu4ACkQO/re1dzoAGp7iww0i\n+rt/iOp8yMKyibUvYjEYaZquKZ+tjjJSN1qG2+UW0rDpKSwvWXNRc0HdxXAVulDl\nUTo3eYaKhav7wJbNR4f6AN/8noPqbA47t2haYwIDAQABAoIBAQCH44JE02FTnMc8\nzsMswWlOUXKYvWlurwKo+pr6cac+WmNymypSNu3a50sN9QigaYstlzk/OL21Q/va\nyNnnTJjMbtCeL0F6yebJ5sAYpGETjEAXDY1yEx6qDMLB+5dtiQpYVSNiqZNBcKBQ\npuJiYcBgdY8vL6U3bYq/mlLNRsweezAg+hez+cwLh2lliNj2sg8IVXnaHdGil3mc\n3/HBOYiju7an2H3cSrxESq4HWKL18/8H0PpamqKraoLkpkna0RDl/aSd0Qq7syzY\nJIZd6cowhVGZx1so93hWvbkyNE4uH2hkbsEOyuH3Xt6T9YzbS+/lpGriKGblbjje\n70snOivBAoGBAPKg1wd4YmgZo0gUFm/64k3RI8nNBuqUtyhSRFJKWuOAdAKGj5Fk\nZzohtcjCFcZ9V+accvp4UyFDP54WR+231zpOHJ85dPOJrnVsP7/MKWZ8pDLBnGnU\nqHXpJDiZX28xnAxRm1baskGQ4h+zBvDrcH2/lmWDZ6RwlaLzK593nnQ7AoGBAOyw\nXiyiOeNT7hbTwmakH1xV4zeSN/UHmyvSaxucgtU7pK90gHFZ5aY1kC+0tizhqZZE\nkvlCLPUtJ/QIpdqBRPpse8j/GnQm/AXxZTvDRojLfGiS0KD2dGUHPSvIskXpTCqb\nMUcvjENgtJPDvDmxoH/blv1z7l5VDV8KOvCACBf5AoGBAJ0pCAADv6J0sOpYcKw6\nU2pahRcLYmaCzB0nJLA1D6h7pSmZpddktOTXvxt6dIZs3Io5XtTVKevK1qN9BTx7\nL8PJowqUOigiT8opwyVmho6nP+jMtpdqs3AlA1xSJJovBUiJd9iLspl70qz71wwp\nRWV+u1moA3Nlpde2MdSKtC3PAoGBANbLu7s/wc8G9PPsWuixGvC91QUygeuxamWb\ngK4/HBCNHwhHbuTvU1TCGUbh9c3HQRLoyoTARHJ/91kkm/cvBz1IRBIFSKmOU3rF\nNjzFG3a7S/zO99yLrNeeeSoJ6Zc+gGvOCSt0ABOJaHcM0/17sI835c+/bNxYzVip\nvRFS74VpAoGBALsOe6QHQBet6afPmWL1m7vZBMP0lb9amonKoV8kml4YoSYFQaew\nLieyRvDKmLHdTS0un3q5FFC9oFpnyc3O4EfVrjZbtK6lUMDj5T4p/Lgb3vQqEhm4\nPI/1Z67A7naf7gd0T5bnVDFlquKbyXmZz+CZYf1ulFPSGC4GdIKPVk9F\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-619396924", "fingerprint": "75:85:bb:38:a8:a5:57:a8:ab:e7:d9:dd:b1:6e:bb:f2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:27.993 63 INFO tempest.lib.common.rest_client [req-6dfb525e-e0dc-4222-8144-c73f632c3659 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.822s 2018-08-21 06:52:27.993 63 DEBUG tempest.lib.common.rest_client [req-6dfb525e-e0dc-4222-8144-c73f632c3659 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2004170434", "security_groups": ["d1e2692b-a017-40da-8be3-70349bad2d87"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6dfb525e-e0dc-4222-8144-c73f632c3659'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:52:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c319636f-4182-477b-a8ac-6774e69f6b70","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:52:27Z","name":"tempest-port-smoke-2004170434","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2b:ef:f8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c4a1f5d8-d6a7-4506-a880-6e0800338b59","ip_address":"10.101.11.10"}],"id":"94b80bae-5c4c-4fe8-a75d-ca8c2860b57e","security_groups":["d1e2692b-a017-40da-8be3-70349bad2d87"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:29.560 63 INFO tempest.lib.common.rest_client [req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.565s 2018-08-21 06:52:29.560 63 DEBUG tempest.lib.common.rest_client [req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-619396924", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c319636f-4182-477b-a8ac-6774e69f6b70", "port": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c', 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "adminPass": "w5rJyvtzAya6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:29.964 63 INFO tempest.lib.common.rest_client [req-15ab642a-3627-485d-886d-00bdcbcd6e47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.399s 2018-08-21 06:52:29.965 63 DEBUG tempest.lib.common.rest_client [req-15ab642a-3627-485d-886d-00bdcbcd6e47 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-15ab642a-3627-485d-886d-00bdcbcd6e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15ab642a-3627-485d-886d-00bdcbcd6e47'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:52:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:31.069 63 INFO tempest.lib.common.rest_client [req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.088s 2018-08-21 06:52:31.071 63 DEBUG tempest.lib.common.rest_client [req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:31.085 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:52:32.492 63 INFO tempest.lib.common.rest_client [req-2771a55f-29e8-4438-a1f1-d8cac1190663 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.406s 2018-08-21 06:52:32.493 63 DEBUG tempest.lib.common.rest_client [req-2771a55f-29e8-4438-a1f1-d8cac1190663 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-2771a55f-29e8-4438-a1f1-d8cac1190663', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2771a55f-29e8-4438-a1f1-d8cac1190663'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:32.506 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:52:33.650 63 INFO tempest.lib.common.rest_client [req-a69e4d29-ef90-43c0-b2fd-13f135a34226 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.142s 2018-08-21 06:52:33.650 63 DEBUG tempest.lib.common.rest_client [req-a69e4d29-ef90-43c0-b2fd-13f135a34226 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-a69e4d29-ef90-43c0-b2fd-13f135a34226', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a69e4d29-ef90-43c0-b2fd-13f135a34226'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:34.827 63 INFO tempest.lib.common.rest_client [req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.160s 2018-08-21 06:52:34.828 63 DEBUG tempest.lib.common.rest_client [req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:36.275 63 INFO tempest.lib.common.rest_client [req-da734750-cecb-4088-bba7-d8e73f2793ef ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.433s 2018-08-21 06:52:36.276 63 DEBUG tempest.lib.common.rest_client [req-da734750-cecb-4088-bba7-d8e73f2793ef ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-da734750-cecb-4088-bba7-d8e73f2793ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da734750-cecb-4088-bba7-d8e73f2793ef'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:36.291 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:52:36.440 63 INFO tempest.lib.common.rest_client [req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.148s 2018-08-21 06:52:36.440 63 DEBUG tempest.lib.common.rest_client [req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:36.454 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 1985ce24-2b47-4dfe-b0aa-2242f76282f9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:52:37.230 63 INFO tempest.lib.common.rest_client [req-0c3c2be8-cae0-4bc6-9079-71b1e50101a9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.775s 2018-08-21 06:52:37.231 63 DEBUG tempest.lib.common.rest_client [req-0c3c2be8-cae0-4bc6-9079-71b1e50101a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-830049397", "security_groups": ["d1e2692b-a017-40da-8be3-70349bad2d87"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:52:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0c3c2be8-cae0-4bc6-9079-71b1e50101a9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:52:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2f9bd26f-f6df-43b0-a286-694b6921d230","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:52:36Z","name":"tempest-port-smoke-830049397","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e7:8a:4f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"4e6f97e1-e167-4bf2-83ba-9feda1b3cb98","ip_address":"10.102.21.20"}],"id":"defcef1a-db5b-40a8-8da7-dc15fe798ecb","security_groups":["d1e2692b-a017-40da-8be3-70349bad2d87"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:38.960 63 INFO tempest.lib.common.rest_client [req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.728s 2018-08-21 06:52:38.961 63 DEBUG tempest.lib.common.rest_client [req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-619396924", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "2f9bd26f-f6df-43b0-a286-694b6921d230", "port": "defcef1a-db5b-40a8-8da7-dc15fe798ecb"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda', 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "adminPass": "bbfWo39e8GVg"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:39.024 63 INFO tempest.lib.common.rest_client [req-e23842ab-33dc-4b90-800b-fb660e2c77f0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.058s 2018-08-21 06:52:39.024 63 DEBUG tempest.lib.common.rest_client [req-e23842ab-33dc-4b90-800b-fb660e2c77f0 ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-e23842ab-33dc-4b90-800b-fb660e2c77f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e23842ab-33dc-4b90-800b-fb660e2c77f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:52:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:40.452 63 INFO tempest.lib.common.rest_client [req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.413s 2018-08-21 06:52:40.452 63 DEBUG tempest.lib.common.rest_client [req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:39Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:40.466 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 06:52:42.212 63 INFO tempest.lib.common.rest_client [req-00613de8-8380-4c49-95f3-2064e7467512 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.744s 2018-08-21 06:52:42.212 63 DEBUG tempest.lib.common.rest_client [req-00613de8-8380-4c49-95f3-2064e7467512 ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-00613de8-8380-4c49-95f3-2064e7467512', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00613de8-8380-4c49-95f3-2064e7467512'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:40Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:42.225 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:52:43.685 63 INFO tempest.lib.common.rest_client [req-1bd1ef89-496a-44c5-a859-cebc480454a8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.458s 2018-08-21 06:52:43.685 63 DEBUG tempest.lib.common.rest_client [req-1bd1ef89-496a-44c5-a859-cebc480454a8 ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-1bd1ef89-496a-44c5-a859-cebc480454a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1bd1ef89-496a-44c5-a859-cebc480454a8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:40Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:45.028 63 INFO tempest.lib.common.rest_client [req-df5fb865-d9bc-47c4-b5b0-840622232dea ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.325s 2018-08-21 06:52:45.028 63 DEBUG tempest.lib.common.rest_client [req-df5fb865-d9bc-47c4-b5b0-840622232dea ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-df5fb865-d9bc-47c4-b5b0-840622232dea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df5fb865-d9bc-47c4-b5b0-840622232dea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:44Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:45.041 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:52:45.203 63 INFO tempest.lib.common.rest_client [req-05e8a1ce-49b8-42b0-b976-0481331f6d03 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.161s 2018-08-21 06:52:45.203 63 DEBUG tempest.lib.common.rest_client [req-05e8a1ce-49b8-42b0-b976-0481331f6d03 ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-05e8a1ce-49b8-42b0-b976-0481331f6d03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05e8a1ce-49b8-42b0-b976-0481331f6d03'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:44Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:45.215 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 92d04a59-ab3e-43f8-adeb-f844ab82b6e8 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:52:45.391 63 INFO tempest.lib.common.rest_client [req-b99504f8-3199-460f-8886-b83ecc89ef2a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/routers 0.175s 2018-08-21 06:52:45.392 63 DEBUG tempest.lib.common.rest_client [req-b99504f8-3199-460f-8886-b83ecc89ef2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--222224917", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:52:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b99504f8-3199-460f-8886-b83ecc89ef2a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:45Z", "admin_state_up": true, "updated_at": "2018-08-21T06:52:45Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "name": "tempest-router--222224917"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:46.973 63 INFO tempest.lib.common.rest_client [req-27e13a1b-ac40-45e8-b662-55d6a2e44fbd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b 1.579s 2018-08-21 06:52:46.974 63 DEBUG tempest.lib.common.rest_client [req-27e13a1b-ac40-45e8-b662-55d6a2e44fbd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b', u'date': 'Tue, 21 Aug 2018 06:52:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27e13a1b-ac40-45e8-b662-55d6a2e44fbd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:45Z", "admin_state_up": true, "updated_at": "2018-08-21T06:52:46Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "name": "tempest-router--222224917"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:49.409 63 INFO tempest.lib.common.rest_client [req-e4640c02-dcaa-4a96-8a2b-3fa86c180ff0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/add_router_interface 2.434s 2018-08-21 06:52:49.409 63 DEBUG tempest.lib.common.rest_client [req-e4640c02-dcaa-4a96-8a2b-3fa86c180ff0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:52:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4640c02-dcaa-4a96-8a2b-3fa86c180ff0'} Body: {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59", "subnet_ids": ["c4a1f5d8-d6a7-4506-a880-6e0800338b59"], "port_id": "39507928-c278-4d90-85c0-e4c5b75a0f29", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:51.071 63 INFO tempest.lib.common.rest_client [req-c8cbb9c3-d288-4f0b-a283-02bb1f78e0ae ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.660s 2018-08-21 06:52:51.071 63 DEBUG tempest.lib.common.rest_client [req-c8cbb9c3-d288-4f0b-a283-02bb1f78e0ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:52:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8cbb9c3-d288-4f0b-a283-02bb1f78e0ae'} Body: {"floatingip": {"router_id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:52:50Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e", "id": "8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:50Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:51.442 63 INFO tempest.lib.common.rest_client [req-5e797c89-8788-451b-8bac-751c0b1523d3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.370s 2018-08-21 06:52:51.443 63 DEBUG tempest.lib.common.rest_client [req-5e797c89-8788-451b-8bac-751c0b1523d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:52:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e797c89-8788-451b-8bac-751c0b1523d3'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "17ae0dd0-18b8-4751-80a4-434271a08b80"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:52.193 63 INFO tempest.lib.common.rest_client [req-8b8d2fc5-d4a9-4f54-8620-e92af74fa847 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations 0.750s 2018-08-21 06:52:52.194 63 DEBUG tempest.lib.common.rest_client [req-8b8d2fc5-d4a9-4f54-8620-e92af74fa847 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations', u'date': 'Tue, 21 Aug 2018 06:52:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b8d2fc5-d4a9-4f54-8620-e92af74fa847'} Body: {"network_association": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "id": "1001ac41-8326-4938-bd94-36e46247851a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:52:52.195 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:00.216 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:00.283 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:53:00.312 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:00.427 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-21 06:53:00.427 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:00.429 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:00.489 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:53:00.494 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:05.500 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-21 06:53:05.501 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-21 06:53:05.501 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074992 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:53:05.834 63 INFO tempest.lib.common.rest_client [req-845e55d3-2722-433a-b3e8-9545a58a6a8d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations 0.332s 2018-08-21 06:53:05.835 63 DEBUG tempest.lib.common.rest_client [req-845e55d3-2722-433a-b3e8-9545a58a6a8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-845e55d3-2722-433a-b3e8-9545a58a6a8d'} Body: {"network_association": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "id": "bb958b90-3a54-4f0e-a34e-1d2c7b7c82a1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:05.836 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:05.838 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:05.904 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:53:05.935 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:06.049 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-21 06:53:06.050 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:06.053 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:06.114 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:53:06.117 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:11.124 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-21 06:53:11.124 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-21 06:53:11.125 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075538 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 06:53:11.125 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Updating targets in BGPVPN 17ae0dd0-18b8-4751-80a4-434271a08b80 _update_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:990 2018-08-21 06:53:11.344 63 INFO tempest.lib.common.rest_client [req-f080c923-6859-46b4-a7ed-880a946debdc ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80 0.218s 2018-08-21 06:53:11.345 63 DEBUG tempest.lib.common.rest_client [req-f080c923-6859-46b4-a7ed-880a946debdc ] 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.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80', u'date': 'Tue, 21 Aug 2018 06:53:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f080c923-6859-46b4-a7ed-880a946debdc'} 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-21 06:53:12.600 63 INFO tempest.lib.common.rest_client [req-72d8f27f-62a3-4481-83be-d67f136426d7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3 1.253s 2018-08-21 06:53:12.600 63 DEBUG tempest.lib.common.rest_client [req-72d8f27f-62a3-4481-83be-d67f136426d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3', u'date': 'Tue, 21 Aug 2018 06:53:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-72d8f27f-62a3-4481-83be-d67f136426d7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:14.270 63 INFO tempest.lib.common.rest_client [req-c8458acc-fd67-47d1-9a62-14f65f6e9e40 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/remove_router_interface 1.669s 2018-08-21 06:53:14.271 63 DEBUG tempest.lib.common.rest_client [req-c8458acc-fd67-47d1-9a62-14f65f6e9e40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:53:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8458acc-fd67-47d1-9a62-14f65f6e9e40'} Body: {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59", "subnet_ids": ["c4a1f5d8-d6a7-4506-a880-6e0800338b59"], "port_id": "39507928-c278-4d90-85c0-e4c5b75a0f29", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:15.849 63 INFO tempest.lib.common.rest_client [req-34bd67e7-2704-4f53-a706-700e1b853531 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b 1.576s 2018-08-21 06:53:15.851 63 DEBUG tempest.lib.common.rest_client [req-34bd67e7-2704-4f53-a706-700e1b853531 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b', u'date': 'Tue, 21 Aug 2018 06:53:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-34bd67e7-2704-4f53-a706-700e1b853531'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:16.065 63 INFO tempest.lib.common.rest_client [req-03dab9a1-f09d-4594-b259-fbc0d5b03b41 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.213s 2018-08-21 06:53:16.066 63 DEBUG tempest.lib.common.rest_client [req-03dab9a1-f09d-4594-b259-fbc0d5b03b41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-03dab9a1-f09d-4594-b259-fbc0d5b03b41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03dab9a1-f09d-4594-b259-fbc0d5b03b41'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:16.901 63 INFO tempest.lib.common.rest_client [req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.834s 2018-08-21 06:53:16.902 63 DEBUG tempest.lib.common.rest_client [req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5 ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:15Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:17.959 63 INFO tempest.lib.common.rest_client [req-6ca21543-48e8-434b-a847-27d17d2be8d9 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.042s 2018-08-21 06:53:17.960 63 DEBUG tempest.lib.common.rest_client [req-6ca21543-48e8-434b-a847-27d17d2be8d9 ] 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-6ca21543-48e8-434b-a847-27d17d2be8d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6ca21543-48e8-434b-a847-27d17d2be8d9'} Body: {"itemNotFound": {"message": "Instance 92d04a59-ab3e-43f8-adeb-f844ab82b6e8 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:18.552 63 INFO tempest.lib.common.rest_client [req-487a93d5-a93b-4f2f-9a75-75a00fa40aa6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/defcef1a-db5b-40a8-8da7-dc15fe798ecb 0.591s 2018-08-21 06:53:18.553 63 DEBUG tempest.lib.common.rest_client [req-487a93d5-a93b-4f2f-9a75-75a00fa40aa6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/defcef1a-db5b-40a8-8da7-dc15fe798ecb', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-487a93d5-a93b-4f2f-9a75-75a00fa40aa6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:18.737 63 INFO tempest.lib.common.rest_client [req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.183s 2018-08-21 06:53:18.738 63 DEBUG tempest.lib.common.rest_client [req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:18.994 63 INFO tempest.lib.common.rest_client [req-da58e16c-827c-45bb-aec3-3082ab1d06a6 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.255s 2018-08-21 06:53:18.994 63 DEBUG tempest.lib.common.rest_client [req-da58e16c-827c-45bb-aec3-3082ab1d06a6 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-da58e16c-827c-45bb-aec3-3082ab1d06a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da58e16c-827c-45bb-aec3-3082ab1d06a6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:18Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:20.350 63 INFO tempest.lib.common.rest_client [req-f34e9605-2e1e-4e69-88e0-36a4f5c89085 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.342s 2018-08-21 06:53:20.351 63 DEBUG tempest.lib.common.rest_client [req-f34e9605-2e1e-4e69-88e0-36a4f5c89085 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-f34e9605-2e1e-4e69-88e0-36a4f5c89085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f34e9605-2e1e-4e69-88e0-36a4f5c89085'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:19Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T06:53:19.000000", "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:20.369 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:53:21.422 63 INFO tempest.lib.common.rest_client [req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.050s 2018-08-21 06:53:21.422 63 DEBUG tempest.lib.common.rest_client [req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085 ] 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085'} Body: {"itemNotFound": {"message": "Instance 1985ce24-2b47-4dfe-b0aa-2242f76282f9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:22.296 63 INFO tempest.lib.common.rest_client [req-2d9f6973-9945-4875-9c47-1f1ba21752f8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/94b80bae-5c4c-4fe8-a75d-ca8c2860b57e 0.872s 2018-08-21 06:53:22.296 63 DEBUG tempest.lib.common.rest_client [req-2d9f6973-9945-4875-9c47-1f1ba21752f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/94b80bae-5c4c-4fe8-a75d-ca8c2860b57e', u'date': 'Tue, 21 Aug 2018 06:53:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d9f6973-9945-4875-9c47-1f1ba21752f8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:22.322 63 INFO tempest.lib.common.rest_client [req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-619396924 0.024s 2018-08-21 06:53:22.322 63 DEBUG tempest.lib.common.rest_client [req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-619396924', u'x-compute-request-id': 'req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:23.317 63 INFO tempest.lib.common.rest_client [req-dd94755a-ac30-499f-9337-1bf492a5e34d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/4e6f97e1-e167-4bf2-83ba-9feda1b3cb98 0.994s 2018-08-21 06:53:23.317 63 DEBUG tempest.lib.common.rest_client [req-dd94755a-ac30-499f-9337-1bf492a5e34d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/4e6f97e1-e167-4bf2-83ba-9feda1b3cb98', u'date': 'Tue, 21 Aug 2018 06:53:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd94755a-ac30-499f-9337-1bf492a5e34d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:25.272 63 INFO tempest.lib.common.rest_client [req-f6d3f280-5337-43b0-acb2-07dd6aba44db ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/2f9bd26f-f6df-43b0-a286-694b6921d230 1.954s 2018-08-21 06:53:25.273 63 DEBUG tempest.lib.common.rest_client [req-f6d3f280-5337-43b0-acb2-07dd6aba44db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/2f9bd26f-f6df-43b0-a286-694b6921d230', u'date': 'Tue, 21 Aug 2018 06:53:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6d3f280-5337-43b0-acb2-07dd6aba44db'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:26.404 63 INFO tempest.lib.common.rest_client [req-324a1ca4-8870-41bd-b1d0-0b2684f7d9c0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c4a1f5d8-d6a7-4506-a880-6e0800338b59 1.130s 2018-08-21 06:53:26.404 63 DEBUG tempest.lib.common.rest_client [req-324a1ca4-8870-41bd-b1d0-0b2684f7d9c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c4a1f5d8-d6a7-4506-a880-6e0800338b59', u'date': 'Tue, 21 Aug 2018 06:53:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-324a1ca4-8870-41bd-b1d0-0b2684f7d9c0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:28.457 63 INFO tempest.lib.common.rest_client [req-2de27162-da69-4c9b-9232-98aa4c899c6c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c319636f-4182-477b-a8ac-6774e69f6b70 2.052s 2018-08-21 06:53:28.458 63 DEBUG tempest.lib.common.rest_client [req-2de27162-da69-4c9b-9232-98aa4c899c6c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c319636f-4182-477b-a8ac-6774e69f6b70', u'date': 'Tue, 21 Aug 2018 06:53:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2de27162-da69-4c9b-9232-98aa4c899c6c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:28.821 63 INFO tempest.lib.common.rest_client [req-55be079e-c1cc-4873-975b-54fc3a53d530 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/d1e2692b-a017-40da-8be3-70349bad2d87 0.361s 2018-08-21 06:53:28.821 63 DEBUG tempest.lib.common.rest_client [req-55be079e-c1cc-4873-975b-54fc3a53d530 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/d1e2692b-a017-40da-8be3-70349bad2d87', u'date': 'Tue, 21 Aug 2018 06:53:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55be079e-c1cc-4873-975b-54fc3a53d530'} 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 [65.353944s] ... 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-21 06:52:23,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.220s 2018-08-21 06:52:23,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1515414122 description", "name": "tempest-secgroup-smoke-1515414122"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54b94647-cb70-4337-a299-e0a38cc2ce9d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1515414122 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "updated_at": "2018-08-21T06:52:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:52:23Z", "revision_number": 0, "id": "50763762-68ba-43fd-8c42-37920fb4e89c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:52:23Z", "revision_number": 0, "id": "d7967f90-0c1e-4401-803f-6933e08724a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d1e2692b-a017-40da-8be3-70349bad2d87", "name": "tempest-secgroup-smoke-1515414122"}} 2018-08-21 06:52:23,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:52:23,852 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a88e5aed-54cb-46eb-83af-3a4283f7ee47'} 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-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "082b796a-6fdd-447f-8149-ad0d4a439285"}} 2018-08-21 06:52:24,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.202s 2018-08-21 06:52:24,055 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-061cd3de-4c9e-42d0-bb06-e43d82a5c4b8'} 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-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b529744f-bee4-4b3c-ae90-aa61d2699c07"}} 2018-08-21 06:52:24,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.219s 2018-08-21 06:52:24,277 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0da8eae-7c8f-4493-86bd-e287de35ec90'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "13a296ac-c0cf-4c47-83ef-bb907a5f50bb"}} 2018-08-21 06:52:24,517 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.238s 2018-08-21 06:52:24,517 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d70949d-8110-4039-b201-6d39cb1053d9'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "eca39c89-044e-461a-9fef-0806560c251c"}} 2018-08-21 06:52:24,710 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 06:52:24,710 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1404af0a-9556-40ae-810e-f93c370b9780'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "34933cfc-b672-4148-8cfe-ce23f25b58bb"}} 2018-08-21 06:52:24,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:52:24,866 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47261b3a-8ed4-467f-b1c8-3c42b6cbcc50'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d46d4883-98ff-4e06-9eb7-d42a1760befb"}} 2018-08-21 06:52:25,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.169s 2018-08-21 06:52:25,037 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5808b507-fa1b-4d67-90c2-fa3e6b522224'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b553f869-9da7-49e9-a525-95d05a1448ff"}} 2018-08-21 06:52:25,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.143s 2018-08-21 06:52:25,181 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fc41f0b-9460-4a62-b1c6-56c4240938b4'} 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-21T06:52:25Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "45113de0-ba78-4137-9df4-6b48d4de56c2"}} 2018-08-21 06:52:25,417 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.234s 2018-08-21 06:52:25,417 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1380894207"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-433618e6-f191-4218-b458-a73058b47583'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:52:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c319636f-4182-477b-a8ac-6774e69f6b70","name":"tempest-A-1380894207"}} 2018-08-21 06:52:25,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.552s 2018-08-21 06:52:25,971 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "name": "tempest-subnet-A-1-233818345"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0d31a2e-3062-4d90-aefc-b405cccf5cba'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c319636f-4182-477b-a8ac-6774e69f6b70","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:52:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c4a1f5d8-d6a7-4506-a880-6e0800338b59","subnetpool_id":null,"name":"tempest-subnet-A-1-233818345"}} 2018-08-21 06:52:26,234 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.263s 2018-08-21 06:52:26,235 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1196762914"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:52:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1ad2d6a-f0bb-4baa-9fc6-126fd5e186aa'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:52:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"2f9bd26f-f6df-43b0-a286-694b6921d230","name":"tempest-B-1196762914"}} 2018-08-21 06:52:26,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.761s 2018-08-21 06:52:26,998 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "name": "tempest-subnet-B-1-696114086"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:52:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-154669f8-96da-4715-a997-755f252feb1e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f9bd26f-f6df-43b0-a286-694b6921d230","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:26Z","dns_nameservers":[],"updated_at":"2018-08-21T06:52:26Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"4e6f97e1-e167-4bf2-83ba-9feda1b3cb98","subnetpool_id":null,"name":"tempest-subnet-B-1-696114086"}} 2018-08-21 06:52:27,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.168s 2018-08-21 06:52:27,167 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-619396924"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgU24QFHfUcsyal9H0oP1/DO2sylZ8bjLC7eSJZ+GQUytxTTtIQWmi0M+EMSc3InUYwFws/yEHT3oSjM+WL4MdYFHMJ4NuSe8n1cNhqDXN/rvZZdX0Sx2D52yOeO3Fc67PokpjFC7PCxOjFjpNJiqSzZJOJYg1kKNOQ6Vb9sZivXwkeHORtWRNKvNuMZwXw9/r4uIBLL00bse529zSOgxkHgYq7gAKRA7+t7V3OgAanuLDDSL6u3+I6nzIwrKJtS9iMRhpmq4pn62OMlI3Wobb5RbSsOkpLC9Zc1FzQd3FcBW6UOVROjd5hoqFq/vAls1Hh/oA3/yeg+psDju3aFpj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA4FNuEBR31HLMmpfR9KD9fwztrMpWfG4ywu3kiWfhkFMrcU07\nSEFpotDPhDEnNyJ1GMBcLP8hB096EozPli+DHWBRzCeDbknvJ9XDYag1zf672WXV\n9Esdg+dsjnjtxXOuz6JKYxQuzwsToxY6TSYqks2STiWINZCjTkOlW/bGYr18JHhz\nkbVkTSrzbjGcF8Pf6+LiASy9NG7Hudvc0joMZB4GKu4ACkQO/re1dzoAGp7iww0i\n+rt/iOp8yMKyibUvYjEYaZquKZ+tjjJSN1qG2+UW0rDpKSwvWXNRc0HdxXAVulDl\nUTo3eYaKhav7wJbNR4f6AN/8noPqbA47t2haYwIDAQABAoIBAQCH44JE02FTnMc8\nzsMswWlOUXKYvWlurwKo+pr6cac+WmNymypSNu3a50sN9QigaYstlzk/OL21Q/va\nyNnnTJjMbtCeL0F6yebJ5sAYpGETjEAXDY1yEx6qDMLB+5dtiQpYVSNiqZNBcKBQ\npuJiYcBgdY8vL6U3bYq/mlLNRsweezAg+hez+cwLh2lliNj2sg8IVXnaHdGil3mc\n3/HBOYiju7an2H3cSrxESq4HWKL18/8H0PpamqKraoLkpkna0RDl/aSd0Qq7syzY\nJIZd6cowhVGZx1so93hWvbkyNE4uH2hkbsEOyuH3Xt6T9YzbS+/lpGriKGblbjje\n70snOivBAoGBAPKg1wd4YmgZo0gUFm/64k3RI8nNBuqUtyhSRFJKWuOAdAKGj5Fk\nZzohtcjCFcZ9V+accvp4UyFDP54WR+231zpOHJ85dPOJrnVsP7/MKWZ8pDLBnGnU\nqHXpJDiZX28xnAxRm1baskGQ4h+zBvDrcH2/lmWDZ6RwlaLzK593nnQ7AoGBAOyw\nXiyiOeNT7hbTwmakH1xV4zeSN/UHmyvSaxucgtU7pK90gHFZ5aY1kC+0tizhqZZE\nkvlCLPUtJ/QIpdqBRPpse8j/GnQm/AXxZTvDRojLfGiS0KD2dGUHPSvIskXpTCqb\nMUcvjENgtJPDvDmxoH/blv1z7l5VDV8KOvCACBf5AoGBAJ0pCAADv6J0sOpYcKw6\nU2pahRcLYmaCzB0nJLA1D6h7pSmZpddktOTXvxt6dIZs3Io5XtTVKevK1qN9BTx7\nL8PJowqUOigiT8opwyVmho6nP+jMtpdqs3AlA1xSJJovBUiJd9iLspl70qz71wwp\nRWV+u1moA3Nlpde2MdSKtC3PAoGBANbLu7s/wc8G9PPsWuixGvC91QUygeuxamWb\ngK4/HBCNHwhHbuTvU1TCGUbh9c3HQRLoyoTARHJ/91kkm/cvBz1IRBIFSKmOU3rF\nNjzFG3a7S/zO99yLrNeeeSoJ6Zc+gGvOCSt0ABOJaHcM0/17sI835c+/bNxYzVip\nvRFS74VpAoGBALsOe6QHQBet6afPmWL1m7vZBMP0lb9amonKoV8kml4YoSYFQaew\nLieyRvDKmLHdTS0un3q5FFC9oFpnyc3O4EfVrjZbtK6lUMDj5T4p/Lgb3vQqEhm4\nPI/1Z67A7naf7gd0T5bnVDFlquKbyXmZz+CZYf1ulFPSGC4GdIKPVk9F\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-619396924", "fingerprint": "75:85:bb:38:a8:a5:57:a8:ab:e7:d9:dd:b1:6e:bb:f2"}} 2018-08-21 06:52:27,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.822s 2018-08-21 06:52:27,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2004170434", "security_groups": ["d1e2692b-a017-40da-8be3-70349bad2d87"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6dfb525e-e0dc-4222-8144-c73f632c3659'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:52:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c319636f-4182-477b-a8ac-6774e69f6b70","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:52:27Z","name":"tempest-port-smoke-2004170434","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2b:ef:f8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c4a1f5d8-d6a7-4506-a880-6e0800338b59","ip_address":"10.101.11.10"}],"id":"94b80bae-5c4c-4fe8-a75d-ca8c2860b57e","security_groups":["d1e2692b-a017-40da-8be3-70349bad2d87"],"device_id":""}} 2018-08-21 06:52:29,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.565s 2018-08-21 06:52:29,560 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-619396924", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c319636f-4182-477b-a8ac-6774e69f6b70", "port": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c', 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "adminPass": "w5rJyvtzAya6"}} 2018-08-21 06:52:29,964 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.399s 2018-08-21 06:52:29,965 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-15ab642a-3627-485d-886d-00bdcbcd6e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15ab642a-3627-485d-886d-00bdcbcd6e47'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:52:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:31,069 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.088s 2018-08-21 06:52:31,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': '1257', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:31,085 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:52:32,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.406s 2018-08-21 06:52:32,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-2771a55f-29e8-4438-a1f1-d8cac1190663', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2771a55f-29e8-4438-a1f1-d8cac1190663'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:32,506 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:52:33,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.142s 2018-08-21 06:52:33,650 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-a69e4d29-ef90-43c0-b2fd-13f135a34226', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a69e4d29-ef90-43c0-b2fd-13f135a34226'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:34,827 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.160s 2018-08-21 06:52:34,828 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:36,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.433s 2018-08-21 06:52:36,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-da734750-cecb-4088-bba7-d8e73f2793ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da734750-cecb-4088-bba7-d8e73f2793ef'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:36,291 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:52:36,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.148s 2018-08-21 06:52:36,440 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:36,454 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 1985ce24-2b47-4dfe-b0aa-2242f76282f9 with status: ACTIVE 2018-08-21 06:52:37,230 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.775s 2018-08-21 06:52:37,231 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-830049397", "security_groups": ["d1e2692b-a017-40da-8be3-70349bad2d87"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:52:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0c3c2be8-cae0-4bc6-9079-71b1e50101a9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:52:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2f9bd26f-f6df-43b0-a286-694b6921d230","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:52:36Z","name":"tempest-port-smoke-830049397","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e7:8a:4f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"4e6f97e1-e167-4bf2-83ba-9feda1b3cb98","ip_address":"10.102.21.20"}],"id":"defcef1a-db5b-40a8-8da7-dc15fe798ecb","security_groups":["d1e2692b-a017-40da-8be3-70349bad2d87"],"device_id":""}} 2018-08-21 06:52:38,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.728s 2018-08-21 06:52:38,961 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-619396924", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "2f9bd26f-f6df-43b0-a286-694b6921d230", "port": "defcef1a-db5b-40a8-8da7-dc15fe798ecb"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda', 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "adminPass": "bbfWo39e8GVg"}} 2018-08-21 06:52:39,024 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.058s 2018-08-21 06:52:39,024 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-e23842ab-33dc-4b90-800b-fb660e2c77f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e23842ab-33dc-4b90-800b-fb660e2c77f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:52:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:40,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.413s 2018-08-21 06:52:40,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': '1313', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:39Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:40,466 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 06:52:42,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.744s 2018-08-21 06:52:42,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-00613de8-8380-4c49-95f3-2064e7467512', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00613de8-8380-4c49-95f3-2064e7467512'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:40Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:42,225 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:52:43,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.458s 2018-08-21 06:52:43,685 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-1bd1ef89-496a-44c5-a859-cebc480454a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1bd1ef89-496a-44c5-a859-cebc480454a8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:40Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:45,028 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.325s 2018-08-21 06:52:45,028 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-df5fb865-d9bc-47c4-b5b0-840622232dea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df5fb865-d9bc-47c4-b5b0-840622232dea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:44Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:45,041 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:52:45,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.161s 2018-08-21 06:52:45,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-05e8a1ce-49b8-42b0-b976-0481331f6d03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05e8a1ce-49b8-42b0-b976-0481331f6d03'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:44Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:45,215 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 92d04a59-ab3e-43f8-adeb-f844ab82b6e8 with status: ACTIVE 2018-08-21 06:52:45,391 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/routers 0.175s 2018-08-21 06:52:45,392 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--222224917", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:52:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b99504f8-3199-460f-8886-b83ecc89ef2a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:45Z", "admin_state_up": true, "updated_at": "2018-08-21T06:52:45Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "name": "tempest-router--222224917"}} 2018-08-21 06:52:46,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b 1.579s 2018-08-21 06:52:46,974 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b', u'date': 'Tue, 21 Aug 2018 06:52:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27e13a1b-ac40-45e8-b662-55d6a2e44fbd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:45Z", "admin_state_up": true, "updated_at": "2018-08-21T06:52:46Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "name": "tempest-router--222224917"}} 2018-08-21 06:52:49,409 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/add_router_interface 2.434s 2018-08-21 06:52:49,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:52:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4640c02-dcaa-4a96-8a2b-3fa86c180ff0'} Body: {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59", "subnet_ids": ["c4a1f5d8-d6a7-4506-a880-6e0800338b59"], "port_id": "39507928-c278-4d90-85c0-e4c5b75a0f29", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b"} 2018-08-21 06:52:51,071 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.660s 2018-08-21 06:52:51,071 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:52:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8cbb9c3-d288-4f0b-a283-02bb1f78e0ae'} Body: {"floatingip": {"router_id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:52:50Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e", "id": "8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:50Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:52:51,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.370s 2018-08-21 06:52:51,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:52:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e797c89-8788-451b-8bac-751c0b1523d3'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "17ae0dd0-18b8-4751-80a4-434271a08b80"}} 2018-08-21 06:52:52,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations 0.750s 2018-08-21 06:52:52,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations', u'date': 'Tue, 21 Aug 2018 06:52:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b8d2fc5-d4a9-4f54-8620-e92af74fa847'} Body: {"network_association": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "id": "1001ac41-8326-4938-bd94-36e46247851a"}} 2018-08-21 06:52:52,195 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:00,216 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:00,283 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:00,312 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:00,427 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-21 06:53:00,427 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:00,429 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:00,489 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:00,494 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:05,500 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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 2018-08-21 06:53:05,501 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. 2018-08-21 06:53:05,501 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074992 seconds 2018-08-21 06:53:05,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations 0.332s 2018-08-21 06:53:05,835 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-845e55d3-2722-433a-b3e8-9545a58a6a8d'} Body: {"network_association": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "id": "bb958b90-3a54-4f0e-a34e-1d2c7b7c82a1"}} 2018-08-21 06:53:05,836 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:05,838 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:05,904 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:05,935 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:06,049 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-21 06:53:06,050 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:06,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:06,114 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:06,117 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:11,124 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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 2018-08-21 06:53:11,124 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. 2018-08-21 06:53:11,125 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075538 seconds 2018-08-21 06:53:11,125 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN 17ae0dd0-18b8-4751-80a4-434271a08b80 2018-08-21 06:53:11,344 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80 0.218s 2018-08-21 06:53:11,345 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.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80', u'date': 'Tue, 21 Aug 2018 06:53:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f080c923-6859-46b4-a7ed-880a946debdc'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-21 06:53:12,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3 1.253s 2018-08-21 06:53:12,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3', u'date': 'Tue, 21 Aug 2018 06:53:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-72d8f27f-62a3-4481-83be-d67f136426d7'} Body: 2018-08-21 06:53:14,270 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/remove_router_interface 1.669s 2018-08-21 06:53:14,271 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:53:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8458acc-fd67-47d1-9a62-14f65f6e9e40'} Body: {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59", "subnet_ids": ["c4a1f5d8-d6a7-4506-a880-6e0800338b59"], "port_id": "39507928-c278-4d90-85c0-e4c5b75a0f29", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b"} 2018-08-21 06:53:15,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b 1.576s 2018-08-21 06:53:15,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.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b', u'date': 'Tue, 21 Aug 2018 06:53:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-34bd67e7-2704-4f53-a706-700e1b853531'} Body: 2018-08-21 06:53:16,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.213s 2018-08-21 06:53:16,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-03dab9a1-f09d-4594-b259-fbc0d5b03b41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03dab9a1-f09d-4594-b259-fbc0d5b03b41'} Body: 2018-08-21 06:53:16,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.834s 2018-08-21 06:53:16,902 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:15Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:17,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.042s 2018-08-21 06:53:17,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-6ca21543-48e8-434b-a847-27d17d2be8d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6ca21543-48e8-434b-a847-27d17d2be8d9'} Body: {"itemNotFound": {"message": "Instance 92d04a59-ab3e-43f8-adeb-f844ab82b6e8 could not be found.", "code": 404}} 2018-08-21 06:53:18,552 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/defcef1a-db5b-40a8-8da7-dc15fe798ecb 0.591s 2018-08-21 06:53:18,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.44:9696/v2.0/ports/defcef1a-db5b-40a8-8da7-dc15fe798ecb', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-487a93d5-a93b-4f2f-9a75-75a00fa40aa6'} Body: 2018-08-21 06:53:18,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.183s 2018-08-21 06:53:18,738 63 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4'} Body: 2018-08-21 06:53:18,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.255s 2018-08-21 06:53:18,994 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-da58e16c-827c-45bb-aec3-3082ab1d06a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da58e16c-827c-45bb-aec3-3082ab1d06a6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:18Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:20,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.342s 2018-08-21 06:53:20,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': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-f34e9605-2e1e-4e69-88e0-36a4f5c89085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f34e9605-2e1e-4e69-88e0-36a4f5c89085'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:19Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T06:53:19.000000", "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:20,369 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:53:21,422 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.050s 2018-08-21 06:53:21,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085'} Body: {"itemNotFound": {"message": "Instance 1985ce24-2b47-4dfe-b0aa-2242f76282f9 could not be found.", "code": 404}} 2018-08-21 06:53:22,296 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/94b80bae-5c4c-4fe8-a75d-ca8c2860b57e 0.872s 2018-08-21 06:53:22,296 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/94b80bae-5c4c-4fe8-a75d-ca8c2860b57e', u'date': 'Tue, 21 Aug 2018 06:53:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d9f6973-9945-4875-9c47-1f1ba21752f8'} Body: 2018-08-21 06:53:22,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-619396924 0.024s 2018-08-21 06:53:22,322 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-619396924', u'x-compute-request-id': 'req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833'} Body: 2018-08-21 06:53:23,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/4e6f97e1-e167-4bf2-83ba-9feda1b3cb98 0.994s 2018-08-21 06:53:23,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.44:9696/v2.0/subnets/4e6f97e1-e167-4bf2-83ba-9feda1b3cb98', u'date': 'Tue, 21 Aug 2018 06:53:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd94755a-ac30-499f-9337-1bf492a5e34d'} Body: 2018-08-21 06:53:25,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/2f9bd26f-f6df-43b0-a286-694b6921d230 1.954s 2018-08-21 06:53:25,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.44:9696/v2.0/networks/2f9bd26f-f6df-43b0-a286-694b6921d230', u'date': 'Tue, 21 Aug 2018 06:53:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6d3f280-5337-43b0-acb2-07dd6aba44db'} Body: 2018-08-21 06:53:26,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c4a1f5d8-d6a7-4506-a880-6e0800338b59 1.130s 2018-08-21 06:53:26,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c4a1f5d8-d6a7-4506-a880-6e0800338b59', u'date': 'Tue, 21 Aug 2018 06:53:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-324a1ca4-8870-41bd-b1d0-0b2684f7d9c0'} Body: 2018-08-21 06:53:28,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c319636f-4182-477b-a8ac-6774e69f6b70 2.052s 2018-08-21 06:53:28,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c319636f-4182-477b-a8ac-6774e69f6b70', u'date': 'Tue, 21 Aug 2018 06:53:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2de27162-da69-4c9b-9232-98aa4c899c6c'} Body: 2018-08-21 06:53:28,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/d1e2692b-a017-40da-8be3-70349bad2d87 0.361s 2018-08-21 06:53:28,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/d1e2692b-a017-40da-8be3-70349bad2d87', u'date': 'Tue, 21 Aug 2018 06:53:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55be079e-c1cc-4873-975b-54fc3a53d530'} Body: 2018-08-21 06:53:29.143 63 INFO tempest.lib.common.rest_client [req-458dfd19-665e-402c-9b13-b480a5e1ef7c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.297s 2018-08-21 06:53:29.144 63 DEBUG tempest.lib.common.rest_client [req-458dfd19-665e-402c-9b13-b480a5e1ef7c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1483858735 description", "name": "tempest-secgroup-smoke-1483858735"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-458dfd19-665e-402c-9b13-b480a5e1ef7c'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1483858735 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "updated_at": "2018-08-21T06:53:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:53:29Z", "revision_number": 0, "id": "197545e7-7549-4370-b877-27774651162e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:53:29Z", "revision_number": 0, "id": "9b73aee6-0837-4528-b2a5-b23b5a2dcf44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "name": "tempest-secgroup-smoke-1483858735"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:29.309 63 INFO tempest.lib.common.rest_client [req-7fd85eb5-c383-4201-a1cd-cf74417b71a8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:53:29.309 63 DEBUG tempest.lib.common.rest_client [req-7fd85eb5-c383-4201-a1cd-cf74417b71a8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fd85eb5-c383-4201-a1cd-cf74417b71a8'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cace1e0b-0f27-4e32-873e-7f1d2de44cf4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:29.520 63 INFO tempest.lib.common.rest_client [req-4eec16f8-1e95-46f8-9fde-6f2326fc4c0f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.210s 2018-08-21 06:53:29.521 63 DEBUG tempest.lib.common.rest_client [req-4eec16f8-1e95-46f8-9fde-6f2326fc4c0f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4eec16f8-1e95-46f8-9fde-6f2326fc4c0f'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0f162ac2-681d-42b5-85a4-2ef0ffe8f004"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:29.692 63 INFO tempest.lib.common.rest_client [req-656f577c-aa9a-4f66-adc1-76c037cae4ca ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.170s 2018-08-21 06:53:29.693 63 DEBUG tempest.lib.common.rest_client [req-656f577c-aa9a-4f66-adc1-76c037cae4ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-656f577c-aa9a-4f66-adc1-76c037cae4ca'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8f9f0c24-b9a1-44b1-9286-820782f41c85"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:29.854 63 INFO tempest.lib.common.rest_client [req-270f9a0d-a044-41c2-88a5-aa013dfd740e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:53:29.854 63 DEBUG tempest.lib.common.rest_client [req-270f9a0d-a044-41c2-88a5-aa013dfd740e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-270f9a0d-a044-41c2-88a5-aa013dfd740e'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5278f2df-8a25-4233-90b4-7cdd82329b13"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:30.029 63 INFO tempest.lib.common.rest_client [req-5b91349e-b421-46f0-9dcc-ca72b5e4db65 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:53:30.030 63 DEBUG tempest.lib.common.rest_client [req-5b91349e-b421-46f0-9dcc-ca72b5e4db65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b91349e-b421-46f0-9dcc-ca72b5e4db65'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "051ecc25-c919-43c4-a0c2-6d9f15bde162"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:30.192 63 INFO tempest.lib.common.rest_client [req-4cb0a178-26f5-45e3-8001-55794ff41eda ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.161s 2018-08-21 06:53:30.192 63 DEBUG tempest.lib.common.rest_client [req-4cb0a178-26f5-45e3-8001-55794ff41eda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cb0a178-26f5-45e3-8001-55794ff41eda'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2b7daf93-d960-4054-8a7b-ef9184f4c366"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:30.376 63 INFO tempest.lib.common.rest_client [req-7c2091ee-e402-400d-b635-b25375c25899 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 06:53:30.376 63 DEBUG tempest.lib.common.rest_client [req-7c2091ee-e402-400d-b635-b25375c25899 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c2091ee-e402-400d-b635-b25375c25899'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "32a26b22-eb42-4963-b2e5-f7869cec4ae2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:30.531 63 INFO tempest.lib.common.rest_client [req-fee85694-02c6-40dc-89f5-99cd48b8bfc1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:53:30.532 63 DEBUG tempest.lib.common.rest_client [req-fee85694-02c6-40dc-89f5-99cd48b8bfc1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fee85694-02c6-40dc-89f5-99cd48b8bfc1'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "26b5f98b-2e0d-41d9-af03-b9a534861720"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:30.790 63 INFO tempest.lib.common.rest_client [req-8ce21b7f-062a-46cc-92a6-7e6552497198 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 06:53:30.790 63 DEBUG tempest.lib.common.rest_client [req-8ce21b7f-062a-46cc-92a6-7e6552497198 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1153375542"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ce21b7f-062a-46cc-92a6-7e6552497198'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:53:30Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","name":"tempest-A-1153375542"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:31.326 63 INFO tempest.lib.common.rest_client [req-3fd3ead7-764d-4c5f-8807-e198324a698c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.535s 2018-08-21 06:53:31.327 63 DEBUG tempest.lib.common.rest_client [req-3fd3ead7-764d-4c5f-8807-e198324a698c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "name": "tempest-subnet-A-1-752803617"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:53:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fd3ead7-764d-4c5f-8807-e198324a698c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:31Z","dns_nameservers":[],"updated_at":"2018-08-21T06:53:31Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"7dcb2076-c3a3-450e-a399-438650dcff6b","subnetpool_id":null,"name":"tempest-subnet-A-1-752803617"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:31.554 63 INFO tempest.lib.common.rest_client [req-14ed8f65-8919-4047-af91-369e9562bd79 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/networks 0.226s 2018-08-21 06:53:31.555 63 DEBUG tempest.lib.common.rest_client [req-14ed8f65-8919-4047-af91-369e9562bd79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1512100702"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:53:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14ed8f65-8919-4047-af91-369e9562bd79'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:53:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","name":"tempest-B-1512100702"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:32.603 63 INFO tempest.lib.common.rest_client [req-eb1fcab2-55cf-481b-bc78-cb806e73e9dd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.047s 2018-08-21 06:53:32.603 63 DEBUG tempest.lib.common.rest_client [req-eb1fcab2-55cf-481b-bc78-cb806e73e9dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "name": "tempest-subnet-B-1-1854306082"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:53:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb1fcab2-55cf-481b-bc78-cb806e73e9dd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:53:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"a2a362ae-cbd1-4975-b8c2-242fc3a3f188","subnetpool_id":null,"name":"tempest-subnet-B-1-1854306082"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:32.899 63 INFO tempest.lib.common.rest_client [req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.295s 2018-08-21 06:53:32.900 63 DEBUG tempest.lib.common.rest_client [req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-383282086"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOOv7aHk+eG42iLbbEjGA/Thytzyhij2qlHWbo0JI5SELDeI/b7nV7sERWiw63UMfe26EeFBujyUgHdQEmrX3AqVyfZ1zqwu1TeHauPJw7MrMQsYyn82OxFfe8HMsANhcCeiezyNVPzMBlHjW+R75WFn9eB2jZwD8fsmnSnjHLTtzkzQvpDimXKtHpzcKvKi6xjAnD9135TnlMgqwcdsT2y2hQpcghF7+ZNwX3l6uLUNqOSKdTW7jSSLAD0C0W5kEMwHwmEfNPeFrCxdvUbpupJNK/p3cUQwypLiXXcjo9ROQu/jGH/aKetWz1HJDGoaLw1wXSg6KwSOe3Tik1BkgR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzjr+2h5PnhuNoi22xIxgP04crc8oYo9qpR1m6NCSOUhCw3iP\n2+51e7BEVosOt1DH3tuhHhQbo8lIB3UBJq19wKlcn2dc6sLtU3h2rjycOzKzELGM\np/NjsRX3vBzLADYXAnons8jVT8zAZR41vke+VhZ/Xgdo2cA/H7Jp0p4xy07c5M0L\n6Q4plyrR6c3CryousYwJw/dd+U55TIKsHHbE9stoUKXIIRe/mTcF95eri1Dajkin\nU1u40kiwA9AtFuZBDMB8JhHzT3hawsXb1G6bqSTSv6d3FEMMqS4l13I6PUTkLv4x\nh/2inrVs9RyQxqGi8NcF0oOisEjnt04pNQZIEQIDAQABAoIBAQCP5ihnx9ikKPOl\n4yHxeUW7RmTKfo7eXtX6Ck8BSm+NWreDLz+qJXSCbtbwUC1fihU8kqGUnFFA8rS4\nx1KbS1lAsqw3aecyw/rXUGn3X8FfqRu7HThZBIJeUUbAUpLvPc7GYrgLQapd+S+S\nHwc/E05jQWV0FdV6gyNImbQvS0TRZ5+hYgtSPLGr6lAAXt14+SnKILXL08nhG5Da\nlHYgSFrEqSgILuRH/aXpYzuFoIPJ92HAqY5Bz5SSyV9Kl3KpBFzIXpUVk7ylAWe6\nVbutcIAAxOGQ5GnUFwaNrZN1kWh5zp4jmLYQn2EhUic1kSQQwtpRfU86nSjxsBuD\nr0q+rbJxAoGBAPLt3ecF8vhlyin253CwX5H+5Mxjsvf4a/teDwM9Y/29ZoYqFrLF\neXY4Dfy8xLJJBZNz7RNkVW0DtT/pealiH8rq5dlmxaG5MJmpzLCgic+QT2puVS3A\nrbFhYLG8e0KSbpmuQfk5qjNqmAgnsnvvZS68lSF5UTxmEWVoIQgSzlhdAoGBANlT\novRLDx96Da+E9Rm00DS+SJX5yIXuOTPfQDx7AisHXnbH5676i8NDZ7J7G6caS0HF\n8kVG5oHlCUSx1Q4DO940SXA2IGCQS6hgmvN14mHHtfXluWPXo9/rlSyQrcPh/t9n\nDTG1nDTtkgHBStWWV6CLqJY/lqpwCEl+jKBuZuNFAoGBAM8PGDi1xWcbu7kRDivq\n6UrTa8kaoYziXYefoEQuq2+3ZA+vCDHQR7sQBDwL2cvsmagZA1WoC3gj1PVo154c\nWOToWol3I7S42Efhhup1q4ETi903tbqNpH6wdW6JLLaNgV/UO79l+0Bf9r3cuDES\n17eCXcpuUWOdy+4XVzA+d0qxAoGAOs+WTnOtcQAvier6BO3YVh2UOPmyWQQBeNcW\nZAeJq6k/1/b67HAiuEGaY0NLVWoZKYBusm6gXFBltLBHDpazcctGgFY1ZsxFnRgf\ndnjVPU61IAj9pVYqo6L16GxyiYqz1TLm8CfMUMplc5IiNTCNIAYLJjWpCRBuPa1A\nUv3tW90CgYEAr49Q5hhnqgr0aZp04p1QVjzEUQ7hsV5/ye9cdvTguW1/9tRIAi4E\n6NXR4jb2KJvqDTuD93uGMhMkG9RypSIc83tD6s5vWJXEaz19tnYb82TYEjUZXmuY\nki88GlGiek8eOxS8z6Bj1sul0xkNkR5JQzgJe6tVXWM80IIgxszhka4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-383282086", "fingerprint": "24:6d:14:a4:70:55:a1:93:f8:3c:7e:11:5d:1d:6d:68"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:34.289 63 INFO tempest.lib.common.rest_client [req-b43537a2-09a3-405e-a926-854ab39e6a06 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/ports 1.385s 2018-08-21 06:53:34.290 63 DEBUG tempest.lib.common.rest_client [req-b43537a2-09a3-405e-a926-854ab39e6a06 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1409010478", "security_groups": ["b9b293d3-991b-4f12-8ea5-451e0277ad16"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:53:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b43537a2-09a3-405e-a926-854ab39e6a06'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:53:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:53:33Z","name":"tempest-port-smoke-1409010478","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:0e:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"7dcb2076-c3a3-450e-a399-438650dcff6b","ip_address":"10.101.11.10"}],"id":"1de3dda1-c97b-47ab-8708-2485046b100f","security_groups":["b9b293d3-991b-4f12-8ea5-451e0277ad16"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:35.532 63 INFO tempest.lib.common.rest_client [req-8843b4d7-2136-49f9-8dff-4a543ee66936 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.44:8774/v2.1/servers 1.240s 2018-08-21 06:53:35.532 63 DEBUG tempest.lib.common.rest_client [req-8843b4d7-2136-49f9-8dff-4a543ee66936 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-383282086", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "port": "1de3dda1-c97b-47ab-8708-2485046b100f"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-8843b4d7-2136-49f9-8dff-4a543ee66936', 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8843b4d7-2136-49f9-8dff-4a543ee66936'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "adminPass": "mEtGc4ag3yMp"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:35.884 63 INFO tempest.lib.common.rest_client [req-ba31baed-d377-41a3-ba32-6da55bda0222 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.348s 2018-08-21 06:53:35.885 63 DEBUG tempest.lib.common.rest_client [req-ba31baed-d377-41a3-ba32-6da55bda0222 ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-ba31baed-d377-41a3-ba32-6da55bda0222', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba31baed-d377-41a3-ba32-6da55bda0222'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:37.250 63 INFO tempest.lib.common.rest_client [req-39e53a3d-e364-4ca5-9781-e86e1870277d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.348s 2018-08-21 06:53:37.251 63 DEBUG tempest.lib.common.rest_client [req-39e53a3d-e364-4ca5-9781-e86e1870277d ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-39e53a3d-e364-4ca5-9781-e86e1870277d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39e53a3d-e364-4ca5-9781-e86e1870277d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:37.264 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:53:38.417 63 INFO tempest.lib.common.rest_client [req-a30c0859-f0b6-4bea-82b5-160baf3dd628 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.151s 2018-08-21 06:53:38.418 63 DEBUG tempest.lib.common.rest_client [req-a30c0859-f0b6-4bea-82b5-160baf3dd628 ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a30c0859-f0b6-4bea-82b5-160baf3dd628', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a30c0859-f0b6-4bea-82b5-160baf3dd628'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:38.431 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:53:40.155 63 INFO tempest.lib.common.rest_client [req-74fba8f2-facf-41c5-9bb3-769501074b81 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.722s 2018-08-21 06:53:40.156 63 DEBUG tempest.lib.common.rest_client [req-74fba8f2-facf-41c5-9bb3-769501074b81 ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-74fba8f2-facf-41c5-9bb3-769501074b81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74fba8f2-facf-41c5-9bb3-769501074b81'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:41.627 63 INFO tempest.lib.common.rest_client [req-b21aaec6-d7b5-4297-be65-ff58348dbc61 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.457s 2018-08-21 06:53:41.628 63 DEBUG tempest.lib.common.rest_client [req-b21aaec6-d7b5-4297-be65-ff58348dbc61 ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-b21aaec6-d7b5-4297-be65-ff58348dbc61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b21aaec6-d7b5-4297-be65-ff58348dbc61'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:43.119 63 INFO tempest.lib.common.rest_client [req-5abd05a7-a328-43dc-a325-c3fdb00f8674 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.477s 2018-08-21 06:53:43.120 63 DEBUG tempest.lib.common.rest_client [req-5abd05a7-a328-43dc-a325-c3fdb00f8674 ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-5abd05a7-a328-43dc-a325-c3fdb00f8674', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5abd05a7-a328-43dc-a325-c3fdb00f8674'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:43.134 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:53:43.288 63 INFO tempest.lib.common.rest_client [req-8863ed5f-645f-4a21-8b46-551476a060a3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.153s 2018-08-21 06:53:43.289 63 DEBUG tempest.lib.common.rest_client [req-8863ed5f-645f-4a21-8b46-551476a060a3 ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-8863ed5f-645f-4a21-8b46-551476a060a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8863ed5f-645f-4a21-8b46-551476a060a3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:43.306 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 7cafdd19-5890-4bb9-a404-503bca4d40d6 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:53:44.116 63 INFO tempest.lib.common.rest_client [req-5b090685-8184-4933-9f0d-f173b95f5e33 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/ports 0.807s 2018-08-21 06:53:44.117 63 DEBUG tempest.lib.common.rest_client [req-5b090685-8184-4933-9f0d-f173b95f5e33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1977770835", "security_groups": ["b9b293d3-991b-4f12-8ea5-451e0277ad16"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:53:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b090685-8184-4933-9f0d-f173b95f5e33'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:53:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:53:43Z","name":"tempest-port-smoke-1977770835","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:fd:e2:d5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"a2a362ae-cbd1-4975-b8c2-242fc3a3f188","ip_address":"10.102.21.20"}],"id":"f8134182-414e-48ab-937f-85d5cb88c6a6","security_groups":["b9b293d3-991b-4f12-8ea5-451e0277ad16"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:45.369 63 INFO tempest.lib.common.rest_client [req-82e3d00b-0688-4d59-88c7-90c384d53b39 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.44:8774/v2.1/servers 1.250s 2018-08-21 06:53:45.370 63 DEBUG tempest.lib.common.rest_client [req-82e3d00b-0688-4d59-88c7-90c384d53b39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-383282086", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "port": "f8134182-414e-48ab-937f-85d5cb88c6a6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-82e3d00b-0688-4d59-88c7-90c384d53b39', 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82e3d00b-0688-4d59-88c7-90c384d53b39'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "932dd635-c00c-48a6-8216-6ef90f742657", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "adminPass": "3YQNab7YF8uH"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:46.011 63 INFO tempest.lib.common.rest_client [req-ee191cf1-3661-453a-b258-5dc6f79689a1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.636s 2018-08-21 06:53:46.012 63 DEBUG tempest.lib.common.rest_client [req-ee191cf1-3661-453a-b258-5dc6f79689a1 ] 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-ee191cf1-3661-453a-b258-5dc6f79689a1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee191cf1-3661-453a-b258-5dc6f79689a1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:47.280 63 INFO tempest.lib.common.rest_client [req-52e92071-8f97-4647-819f-112d0026c2c0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.250s 2018-08-21 06:53:47.280 63 DEBUG tempest.lib.common.rest_client [req-52e92071-8f97-4647-819f-112d0026c2c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-52e92071-8f97-4647-819f-112d0026c2c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-52e92071-8f97-4647-819f-112d0026c2c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:47.296 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2018-08-21 06:53:48.460 63 INFO tempest.lib.common.rest_client [req-7e3e4e40-4313-4abf-9b31-44ec26466df1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.162s 2018-08-21 06:53:48.461 63 DEBUG tempest.lib.common.rest_client [req-7e3e4e40-4313-4abf-9b31-44ec26466df1 ] 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-7e3e4e40-4313-4abf-9b31-44ec26466df1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e3e4e40-4313-4abf-9b31-44ec26466df1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:49.864 63 INFO tempest.lib.common.rest_client [req-3dc664aa-d56e-4e19-a0bd-23a283b85b95 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.388s 2018-08-21 06:53:49.864 63 DEBUG tempest.lib.common.rest_client [req-3dc664aa-d56e-4e19-a0bd-23a283b85b95 ] 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-3dc664aa-d56e-4e19-a0bd-23a283b85b95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dc664aa-d56e-4e19-a0bd-23a283b85b95'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:51.275 63 INFO tempest.lib.common.rest_client [req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.396s 2018-08-21 06:53:51.276 63 DEBUG tempest.lib.common.rest_client [req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba ] 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:50Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:51.290 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:53:51.440 63 INFO tempest.lib.common.rest_client [req-4a4b33b0-d740-40e5-9983-8e03eae8ac40 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.149s 2018-08-21 06:53:51.441 63 DEBUG tempest.lib.common.rest_client [req-4a4b33b0-d740-40e5-9983-8e03eae8ac40 ] 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-4a4b33b0-d740-40e5-9983-8e03eae8ac40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4b33b0-d740-40e5-9983-8e03eae8ac40'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:50Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:51.453 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 932dd635-c00c-48a6-8216-6ef90f742657 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:53:51.555 63 INFO tempest.lib.common.rest_client [req-e41708ca-2056-416c-83c0-687e038a185a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.101s 2018-08-21 06:53:51.556 63 DEBUG tempest.lib.common.rest_client [req-e41708ca-2056-416c-83c0-687e038a185a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e41708ca-2056-416c-83c0-687e038a185a'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a8ce49bb-59aa-49b4-a98f-8b62fc902285"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:51.884 63 INFO tempest.lib.common.rest_client [req-5446db3e-6d95-430d-9f48-a5a4c42d8b9f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations 0.327s 2018-08-21 06:53:51.885 63 DEBUG tempest.lib.common.rest_client [req-5446db3e-6d95-430d-9f48-a5a4c42d8b9f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5446db3e-6d95-430d-9f48-a5a4c42d8b9f'} Body: {"network_association": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "id": "91b2e98b-0dfb-4c92-9819-8f7be5e15497"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:52.259 63 INFO tempest.lib.common.rest_client [req-c0c4ffb9-5052-4c85-9af1-405194ddfce4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations 0.373s 2018-08-21 06:53:52.260 63 DEBUG tempest.lib.common.rest_client [req-c0c4ffb9-5052-4c85-9af1-405194ddfce4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0c4ffb9-5052-4c85-9af1-405194ddfce4'} Body: {"network_association": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "id": "288738ea-865f-481a-8e11-eeb91d246511"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:52.260 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-21 06:53:52.404 63 INFO tempest.lib.common.rest_client [req-57a4c960-0d16-49db-84d9-226104ff0326 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/routers 0.142s 2018-08-21 06:53:52.404 63 DEBUG tempest.lib.common.rest_client [req-57a4c960-0d16-49db-84d9-226104ff0326 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--868014869", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:53:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57a4c960-0d16-49db-84d9-226104ff0326'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:53:52Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "name": "tempest-router--868014869"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:53.916 63 INFO tempest.lib.common.rest_client [req-c77a7dde-1551-4e86-9268-83846ad6dcaf ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0 1.511s 2018-08-21 06:53:53.917 63 DEBUG tempest.lib.common.rest_client [req-c77a7dde-1551-4e86-9268-83846ad6dcaf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0', u'date': 'Tue, 21 Aug 2018 06:53:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c77a7dde-1551-4e86-9268-83846ad6dcaf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:53:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "name": "tempest-router--868014869"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:56.443 63 INFO tempest.lib.common.rest_client [req-b08d7754-dac9-4295-8190-e1ca7ad7dd2c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/add_router_interface 2.525s 2018-08-21 06:53:56.444 63 DEBUG tempest.lib.common.rest_client [req-b08d7754-dac9-4295-8190-e1ca7ad7dd2c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b08d7754-dac9-4295-8190-e1ca7ad7dd2c'} Body: {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b", "subnet_ids": ["7dcb2076-c3a3-450e-a399-438650dcff6b"], "port_id": "b2a267f0-1b28-4bb0-9332-406677246b45", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:58.402 63 INFO tempest.lib.common.rest_client [req-2aa9b2d3-141d-45e6-aaf7-5753942fcbe3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.958s 2018-08-21 06:53:58.403 63 DEBUG tempest.lib.common.rest_client [req-2aa9b2d3-141d-45e6-aaf7-5753942fcbe3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "1de3dda1-c97b-47ab-8708-2485046b100f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:53:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2aa9b2d3-141d-45e6-aaf7-5753942fcbe3'} Body: {"floatingip": {"router_id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:53:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1de3dda1-c97b-47ab-8708-2485046b100f", "id": "a0fe53a7-2078-42a7-befc-9b5a2810d346", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:53:58.405 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:54:14.441 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:54:14.505 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:54:14.537 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:54:14.652 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-21 06:54:14.653 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:54:14.655 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:54:14.715 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:54:14.719 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:54:19.727 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:54:19.727 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 06:55:29.798 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-21 06:55:29.799 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:55:29.802 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:55:29.862 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:55:29.867 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:55:34.873 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:55:34.874 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 06:56:44.922 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-21 06:56:44.923 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-21 06:56:44.924 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:44.929 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45.030 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:56:45.056 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45.063 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:56:45.064 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:99:15:a7 [ether] on eth0 2018-08-21 06:56:45.064 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-21 06:56:45.064 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45.067 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45.127 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:56:45.131 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45.140 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 06:56:45.141 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-21 06:56:45.141 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45.143 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45.201 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:56:45.207 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45.213 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-21 06:56:45.213 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45.215 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45.274 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:56:45.280 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45.286 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 06:56:45.286 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:99:15:a7 [ether] on eth0 2018-08-21 06:56:45.287 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-21 06:56:45.287 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45.289 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45.349 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:56:45.356 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:50.362 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:56:50.363 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 06:58:00.415 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-21 06:58:00.416 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:58:00.420 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:58:00.515 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 06:58:00.548 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:58:05.555 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:58:05.556 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 06:59:15.594 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-21 06:59:15.595 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.203: 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:59:16.785 63 INFO tempest.lib.common.rest_client [req-6f8a93e5-6b03-4b2a-bce4-d9d6547c30a5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/a0fe53a7-2078-42a7-befc-9b5a2810d346 1.186s 2018-08-21 06:59:16.786 63 DEBUG tempest.lib.common.rest_client [req-6f8a93e5-6b03-4b2a-bce4-d9d6547c30a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/a0fe53a7-2078-42a7-befc-9b5a2810d346', u'date': 'Tue, 21 Aug 2018 06:59:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f8a93e5-6b03-4b2a-bce4-d9d6547c30a5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:18.749 63 INFO tempest.lib.common.rest_client [req-54fbdc09-c29e-456f-9871-73021de89209 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/remove_router_interface 1.962s 2018-08-21 06:59:18.750 63 DEBUG tempest.lib.common.rest_client [req-54fbdc09-c29e-456f-9871-73021de89209 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:59:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54fbdc09-c29e-456f-9871-73021de89209'} Body: {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b", "subnet_ids": ["7dcb2076-c3a3-450e-a399-438650dcff6b"], "port_id": "b2a267f0-1b28-4bb0-9332-406677246b45", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:20.535 63 INFO tempest.lib.common.rest_client [req-bb9dd099-60d7-4146-9924-a5c788643de9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0 1.784s 2018-08-21 06:59:20.535 63 DEBUG tempest.lib.common.rest_client [req-bb9dd099-60d7-4146-9924-a5c788643de9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bb9dd099-60d7-4146-9924-a5c788643de9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:20.871 63 INFO tempest.lib.common.rest_client [req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.334s 2018-08-21 06:59:20.872 63 DEBUG tempest.lib.common.rest_client [req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:21.434 63 INFO tempest.lib.common.rest_client [req-0872d463-53cb-4422-9731-2766529b74a5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.561s 2018-08-21 06:59:21.435 63 DEBUG tempest.lib.common.rest_client [req-0872d463-53cb-4422-9731-2766529b74a5 ] 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-0872d463-53cb-4422-9731-2766529b74a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0872d463-53cb-4422-9731-2766529b74a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:20Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:22.934 63 INFO tempest.lib.common.rest_client [req-346e605a-c4ea-4755-a041-366c1ef3e6e4 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.487s 2018-08-21 06:59:22.934 63 DEBUG tempest.lib.common.rest_client [req-346e605a-c4ea-4755-a041-366c1ef3e6e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1342', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-346e605a-c4ea-4755-a041-366c1ef3e6e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346e605a-c4ea-4755-a041-366c1ef3e6e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:24.021 63 INFO tempest.lib.common.rest_client [req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.071s 2018-08-21 06:59:24.022 63 DEBUG tempest.lib.common.rest_client [req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf ] 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf'} Body: {"itemNotFound": {"message": "Instance 932dd635-c00c-48a6-8216-6ef90f742657 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:24.960 63 INFO tempest.lib.common.rest_client [req-8c84ef63-f0ae-4900-9e12-9b4c3344bada ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f8134182-414e-48ab-937f-85d5cb88c6a6 0.937s 2018-08-21 06:59:24.960 63 DEBUG tempest.lib.common.rest_client [req-8c84ef63-f0ae-4900-9e12-9b4c3344bada ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f8134182-414e-48ab-937f-85d5cb88c6a6', u'date': 'Tue, 21 Aug 2018 06:59:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8c84ef63-f0ae-4900-9e12-9b4c3344bada'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:25.195 63 INFO tempest.lib.common.rest_client [req-863db8e3-ddb7-41f0-828a-6818db994162 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.233s 2018-08-21 06:59:25.195 63 DEBUG tempest.lib.common.rest_client [req-863db8e3-ddb7-41f0-828a-6818db994162 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-863db8e3-ddb7-41f0-828a-6818db994162', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-863db8e3-ddb7-41f0-828a-6818db994162'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:25.696 63 INFO tempest.lib.common.rest_client [req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.500s 2018-08-21 06:59:25.697 63 DEBUG tempest.lib.common.rest_client [req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689 ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:25Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:27.011 63 INFO tempest.lib.common.rest_client [req-a915e75a-b707-4978-a96d-dde627241ece ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.298s 2018-08-21 06:59:27.012 63 DEBUG tempest.lib.common.rest_client [req-a915e75a-b707-4978-a96d-dde627241ece ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a915e75a-b707-4978-a96d-dde627241ece', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a915e75a-b707-4978-a96d-dde627241ece'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:25Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:28.079 63 INFO tempest.lib.common.rest_client [req-00743177-5ba3-4745-ba6d-6b909395804f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.048s 2018-08-21 06:59:28.080 63 DEBUG tempest.lib.common.rest_client [req-00743177-5ba3-4745-ba6d-6b909395804f ] 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-00743177-5ba3-4745-ba6d-6b909395804f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00743177-5ba3-4745-ba6d-6b909395804f'} Body: {"itemNotFound": {"message": "Instance 7cafdd19-5890-4bb9-a404-503bca4d40d6 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:29.252 63 INFO tempest.lib.common.rest_client [req-3df0d1e7-9d02-4922-b884-e6257036bf4c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/1de3dda1-c97b-47ab-8708-2485046b100f 1.170s 2018-08-21 06:59:29.252 63 DEBUG tempest.lib.common.rest_client [req-3df0d1e7-9d02-4922-b884-e6257036bf4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/1de3dda1-c97b-47ab-8708-2485046b100f', u'date': 'Tue, 21 Aug 2018 06:59:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3df0d1e7-9d02-4922-b884-e6257036bf4c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:29.283 63 INFO tempest.lib.common.rest_client [req-eaaf7881-a0c6-4a19-b342-96d799392018 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-383282086 0.029s 2018-08-21 06:59:29.284 63 DEBUG tempest.lib.common.rest_client [req-eaaf7881-a0c6-4a19-b342-96d799392018 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-383282086', u'x-compute-request-id': 'req-eaaf7881-a0c6-4a19-b342-96d799392018', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eaaf7881-a0c6-4a19-b342-96d799392018'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:30.584 63 INFO tempest.lib.common.rest_client [req-1b9c0a40-19dc-4c50-859c-1d6f06fb093e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/a2a362ae-cbd1-4975-b8c2-242fc3a3f188 1.300s 2018-08-21 06:59:30.585 63 DEBUG tempest.lib.common.rest_client [req-1b9c0a40-19dc-4c50-859c-1d6f06fb093e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/a2a362ae-cbd1-4975-b8c2-242fc3a3f188', u'date': 'Tue, 21 Aug 2018 06:59:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b9c0a40-19dc-4c50-859c-1d6f06fb093e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:32.740 63 INFO tempest.lib.common.rest_client [req-0810ef25-4df6-4ea8-97cb-847d0a8ba50c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/67f553ec-2806-4ea2-aa7c-bb2ce0748e7e 2.154s 2018-08-21 06:59:32.740 63 DEBUG tempest.lib.common.rest_client [req-0810ef25-4df6-4ea8-97cb-847d0a8ba50c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/67f553ec-2806-4ea2-aa7c-bb2ce0748e7e', u'date': 'Tue, 21 Aug 2018 06:59:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0810ef25-4df6-4ea8-97cb-847d0a8ba50c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:33.780 63 INFO tempest.lib.common.rest_client [req-5d98baa4-5f8f-4209-a200-dde21386a537 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/7dcb2076-c3a3-450e-a399-438650dcff6b 1.039s 2018-08-21 06:59:33.781 63 DEBUG tempest.lib.common.rest_client [req-5d98baa4-5f8f-4209-a200-dde21386a537 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/7dcb2076-c3a3-450e-a399-438650dcff6b', u'date': 'Tue, 21 Aug 2018 06:59:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5d98baa4-5f8f-4209-a200-dde21386a537'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:35.938 63 INFO tempest.lib.common.rest_client [req-e6cef778-52e5-48e5-a9d4-da616ff66069 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/a0e0cd93-60dd-4147-bdbc-f7a9d9fef828 2.156s 2018-08-21 06:59:35.938 63 DEBUG tempest.lib.common.rest_client [req-e6cef778-52e5-48e5-a9d4-da616ff66069 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/a0e0cd93-60dd-4147-bdbc-f7a9d9fef828', u'date': 'Tue, 21 Aug 2018 06:59:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e6cef778-52e5-48e5-a9d4-da616ff66069'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:36.240 63 INFO tempest.lib.common.rest_client [req-89484614-eb2b-4f2c-ba80-73bf69969eb4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/b9b293d3-991b-4f12-8ea5-451e0277ad16 0.300s 2018-08-21 06:59:36.240 63 DEBUG tempest.lib.common.rest_client [req-89484614-eb2b-4f2c-ba80-73bf69969eb4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/b9b293d3-991b-4f12-8ea5-451e0277ad16', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-89484614-eb2b-4f2c-ba80-73bf69969eb4'} 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 [367.395937s] ... 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-21 06:53:29,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.297s 2018-08-21 06:53:29,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1483858735 description", "name": "tempest-secgroup-smoke-1483858735"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-458dfd19-665e-402c-9b13-b480a5e1ef7c'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1483858735 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "updated_at": "2018-08-21T06:53:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:53:29Z", "revision_number": 0, "id": "197545e7-7549-4370-b877-27774651162e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:53:29Z", "revision_number": 0, "id": "9b73aee6-0837-4528-b2a5-b23b5a2dcf44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "name": "tempest-secgroup-smoke-1483858735"}} 2018-08-21 06:53:29,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:53:29,309 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fd85eb5-c383-4201-a1cd-cf74417b71a8'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cace1e0b-0f27-4e32-873e-7f1d2de44cf4"}} 2018-08-21 06:53:29,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.210s 2018-08-21 06:53:29,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": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4eec16f8-1e95-46f8-9fde-6f2326fc4c0f'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0f162ac2-681d-42b5-85a4-2ef0ffe8f004"}} 2018-08-21 06:53:29,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.170s 2018-08-21 06:53:29,693 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-656f577c-aa9a-4f66-adc1-76c037cae4ca'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8f9f0c24-b9a1-44b1-9286-820782f41c85"}} 2018-08-21 06:53:29,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:53:29,854 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-270f9a0d-a044-41c2-88a5-aa013dfd740e'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5278f2df-8a25-4233-90b4-7cdd82329b13"}} 2018-08-21 06:53:30,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:53:30,030 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b91349e-b421-46f0-9dcc-ca72b5e4db65'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "051ecc25-c919-43c4-a0c2-6d9f15bde162"}} 2018-08-21 06:53:30,192 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.161s 2018-08-21 06:53:30,192 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cb0a178-26f5-45e3-8001-55794ff41eda'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2b7daf93-d960-4054-8a7b-ef9184f4c366"}} 2018-08-21 06:53:30,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 06:53:30,376 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c2091ee-e402-400d-b635-b25375c25899'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "32a26b22-eb42-4963-b2e5-f7869cec4ae2"}} 2018-08-21 06:53:30,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:53:30,532 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fee85694-02c6-40dc-89f5-99cd48b8bfc1'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "26b5f98b-2e0d-41d9-af03-b9a534861720"}} 2018-08-21 06:53:30,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 06:53:30,790 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1153375542"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ce21b7f-062a-46cc-92a6-7e6552497198'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:53:30Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","name":"tempest-A-1153375542"}} 2018-08-21 06:53:31,326 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.535s 2018-08-21 06:53:31,327 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "name": "tempest-subnet-A-1-752803617"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:53:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fd3ead7-764d-4c5f-8807-e198324a698c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:31Z","dns_nameservers":[],"updated_at":"2018-08-21T06:53:31Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"7dcb2076-c3a3-450e-a399-438650dcff6b","subnetpool_id":null,"name":"tempest-subnet-A-1-752803617"}} 2018-08-21 06:53:31,554 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/networks 0.226s 2018-08-21 06:53:31,555 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1512100702"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:53:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14ed8f65-8919-4047-af91-369e9562bd79'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:53:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","name":"tempest-B-1512100702"}} 2018-08-21 06:53:32,603 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.047s 2018-08-21 06:53:32,603 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "name": "tempest-subnet-B-1-1854306082"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:53:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb1fcab2-55cf-481b-bc78-cb806e73e9dd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:53:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"a2a362ae-cbd1-4975-b8c2-242fc3a3f188","subnetpool_id":null,"name":"tempest-subnet-B-1-1854306082"}} 2018-08-21 06:53:32,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.295s 2018-08-21 06:53:32,900 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-383282086"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOOv7aHk+eG42iLbbEjGA/Thytzyhij2qlHWbo0JI5SELDeI/b7nV7sERWiw63UMfe26EeFBujyUgHdQEmrX3AqVyfZ1zqwu1TeHauPJw7MrMQsYyn82OxFfe8HMsANhcCeiezyNVPzMBlHjW+R75WFn9eB2jZwD8fsmnSnjHLTtzkzQvpDimXKtHpzcKvKi6xjAnD9135TnlMgqwcdsT2y2hQpcghF7+ZNwX3l6uLUNqOSKdTW7jSSLAD0C0W5kEMwHwmEfNPeFrCxdvUbpupJNK/p3cUQwypLiXXcjo9ROQu/jGH/aKetWz1HJDGoaLw1wXSg6KwSOe3Tik1BkgR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzjr+2h5PnhuNoi22xIxgP04crc8oYo9qpR1m6NCSOUhCw3iP\n2+51e7BEVosOt1DH3tuhHhQbo8lIB3UBJq19wKlcn2dc6sLtU3h2rjycOzKzELGM\np/NjsRX3vBzLADYXAnons8jVT8zAZR41vke+VhZ/Xgdo2cA/H7Jp0p4xy07c5M0L\n6Q4plyrR6c3CryousYwJw/dd+U55TIKsHHbE9stoUKXIIRe/mTcF95eri1Dajkin\nU1u40kiwA9AtFuZBDMB8JhHzT3hawsXb1G6bqSTSv6d3FEMMqS4l13I6PUTkLv4x\nh/2inrVs9RyQxqGi8NcF0oOisEjnt04pNQZIEQIDAQABAoIBAQCP5ihnx9ikKPOl\n4yHxeUW7RmTKfo7eXtX6Ck8BSm+NWreDLz+qJXSCbtbwUC1fihU8kqGUnFFA8rS4\nx1KbS1lAsqw3aecyw/rXUGn3X8FfqRu7HThZBIJeUUbAUpLvPc7GYrgLQapd+S+S\nHwc/E05jQWV0FdV6gyNImbQvS0TRZ5+hYgtSPLGr6lAAXt14+SnKILXL08nhG5Da\nlHYgSFrEqSgILuRH/aXpYzuFoIPJ92HAqY5Bz5SSyV9Kl3KpBFzIXpUVk7ylAWe6\nVbutcIAAxOGQ5GnUFwaNrZN1kWh5zp4jmLYQn2EhUic1kSQQwtpRfU86nSjxsBuD\nr0q+rbJxAoGBAPLt3ecF8vhlyin253CwX5H+5Mxjsvf4a/teDwM9Y/29ZoYqFrLF\neXY4Dfy8xLJJBZNz7RNkVW0DtT/pealiH8rq5dlmxaG5MJmpzLCgic+QT2puVS3A\nrbFhYLG8e0KSbpmuQfk5qjNqmAgnsnvvZS68lSF5UTxmEWVoIQgSzlhdAoGBANlT\novRLDx96Da+E9Rm00DS+SJX5yIXuOTPfQDx7AisHXnbH5676i8NDZ7J7G6caS0HF\n8kVG5oHlCUSx1Q4DO940SXA2IGCQS6hgmvN14mHHtfXluWPXo9/rlSyQrcPh/t9n\nDTG1nDTtkgHBStWWV6CLqJY/lqpwCEl+jKBuZuNFAoGBAM8PGDi1xWcbu7kRDivq\n6UrTa8kaoYziXYefoEQuq2+3ZA+vCDHQR7sQBDwL2cvsmagZA1WoC3gj1PVo154c\nWOToWol3I7S42Efhhup1q4ETi903tbqNpH6wdW6JLLaNgV/UO79l+0Bf9r3cuDES\n17eCXcpuUWOdy+4XVzA+d0qxAoGAOs+WTnOtcQAvier6BO3YVh2UOPmyWQQBeNcW\nZAeJq6k/1/b67HAiuEGaY0NLVWoZKYBusm6gXFBltLBHDpazcctGgFY1ZsxFnRgf\ndnjVPU61IAj9pVYqo6L16GxyiYqz1TLm8CfMUMplc5IiNTCNIAYLJjWpCRBuPa1A\nUv3tW90CgYEAr49Q5hhnqgr0aZp04p1QVjzEUQ7hsV5/ye9cdvTguW1/9tRIAi4E\n6NXR4jb2KJvqDTuD93uGMhMkG9RypSIc83tD6s5vWJXEaz19tnYb82TYEjUZXmuY\nki88GlGiek8eOxS8z6Bj1sul0xkNkR5JQzgJe6tVXWM80IIgxszhka4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-383282086", "fingerprint": "24:6d:14:a4:70:55:a1:93:f8:3c:7e:11:5d:1d:6d:68"}} 2018-08-21 06:53:34,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/ports 1.385s 2018-08-21 06:53:34,290 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1409010478", "security_groups": ["b9b293d3-991b-4f12-8ea5-451e0277ad16"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:53:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b43537a2-09a3-405e-a926-854ab39e6a06'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:53:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:53:33Z","name":"tempest-port-smoke-1409010478","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:0e:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"7dcb2076-c3a3-450e-a399-438650dcff6b","ip_address":"10.101.11.10"}],"id":"1de3dda1-c97b-47ab-8708-2485046b100f","security_groups":["b9b293d3-991b-4f12-8ea5-451e0277ad16"],"device_id":""}} 2018-08-21 06:53:35,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.44:8774/v2.1/servers 1.240s 2018-08-21 06:53:35,532 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-383282086", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "port": "1de3dda1-c97b-47ab-8708-2485046b100f"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-8843b4d7-2136-49f9-8dff-4a543ee66936', 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8843b4d7-2136-49f9-8dff-4a543ee66936'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "adminPass": "mEtGc4ag3yMp"}} 2018-08-21 06:53:35,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.348s 2018-08-21 06:53:35,885 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-ba31baed-d377-41a3-ba32-6da55bda0222', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba31baed-d377-41a3-ba32-6da55bda0222'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:37,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.348s 2018-08-21 06:53:37,251 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-39e53a3d-e364-4ca5-9781-e86e1870277d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39e53a3d-e364-4ca5-9781-e86e1870277d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:37,264 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:53:38,417 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.151s 2018-08-21 06:53:38,418 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a30c0859-f0b6-4bea-82b5-160baf3dd628', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a30c0859-f0b6-4bea-82b5-160baf3dd628'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:38,431 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:53:40,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.722s 2018-08-21 06:53:40,156 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-74fba8f2-facf-41c5-9bb3-769501074b81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74fba8f2-facf-41c5-9bb3-769501074b81'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:41,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.457s 2018-08-21 06:53:41,628 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-b21aaec6-d7b5-4297-be65-ff58348dbc61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b21aaec6-d7b5-4297-be65-ff58348dbc61'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:43,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.477s 2018-08-21 06:53:43,120 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-5abd05a7-a328-43dc-a325-c3fdb00f8674', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5abd05a7-a328-43dc-a325-c3fdb00f8674'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:43,134 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:53:43,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.153s 2018-08-21 06:53:43,289 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-8863ed5f-645f-4a21-8b46-551476a060a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8863ed5f-645f-4a21-8b46-551476a060a3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:43,306 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7cafdd19-5890-4bb9-a404-503bca4d40d6 with status: ACTIVE 2018-08-21 06:53:44,116 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/ports 0.807s 2018-08-21 06:53:44,117 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1977770835", "security_groups": ["b9b293d3-991b-4f12-8ea5-451e0277ad16"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:53:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b090685-8184-4933-9f0d-f173b95f5e33'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:53:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:53:43Z","name":"tempest-port-smoke-1977770835","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:fd:e2:d5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"a2a362ae-cbd1-4975-b8c2-242fc3a3f188","ip_address":"10.102.21.20"}],"id":"f8134182-414e-48ab-937f-85d5cb88c6a6","security_groups":["b9b293d3-991b-4f12-8ea5-451e0277ad16"],"device_id":""}} 2018-08-21 06:53:45,369 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.44:8774/v2.1/servers 1.250s 2018-08-21 06:53:45,370 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-383282086", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "port": "f8134182-414e-48ab-937f-85d5cb88c6a6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-82e3d00b-0688-4d59-88c7-90c384d53b39', 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82e3d00b-0688-4d59-88c7-90c384d53b39'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "932dd635-c00c-48a6-8216-6ef90f742657", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "adminPass": "3YQNab7YF8uH"}} 2018-08-21 06:53:46,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.636s 2018-08-21 06:53:46,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-ee191cf1-3661-453a-b258-5dc6f79689a1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee191cf1-3661-453a-b258-5dc6f79689a1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:47,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.250s 2018-08-21 06:53:47,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-52e92071-8f97-4647-819f-112d0026c2c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-52e92071-8f97-4647-819f-112d0026c2c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:47,296 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2018-08-21 06:53:48,460 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.162s 2018-08-21 06:53:48,461 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-7e3e4e40-4313-4abf-9b31-44ec26466df1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e3e4e40-4313-4abf-9b31-44ec26466df1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:49,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.388s 2018-08-21 06:53:49,864 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-3dc664aa-d56e-4e19-a0bd-23a283b85b95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dc664aa-d56e-4e19-a0bd-23a283b85b95'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:51,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.396s 2018-08-21 06:53:51,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:50Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:51,290 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:53:51,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.149s 2018-08-21 06:53:51,441 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-4a4b33b0-d740-40e5-9983-8e03eae8ac40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4b33b0-d740-40e5-9983-8e03eae8ac40'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:50Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:51,453 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 932dd635-c00c-48a6-8216-6ef90f742657 with status: ACTIVE 2018-08-21 06:53:51,555 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.101s 2018-08-21 06:53:51,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e41708ca-2056-416c-83c0-687e038a185a'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a8ce49bb-59aa-49b4-a98f-8b62fc902285"}} 2018-08-21 06:53:51,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations 0.327s 2018-08-21 06:53:51,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5446db3e-6d95-430d-9f48-a5a4c42d8b9f'} Body: {"network_association": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "id": "91b2e98b-0dfb-4c92-9819-8f7be5e15497"}} 2018-08-21 06:53:52,259 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations 0.373s 2018-08-21 06:53:52,260 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0c4ffb9-5052-4c85-9af1-405194ddfce4'} Body: {"network_association": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "id": "288738ea-865f-481a-8e11-eeb91d246511"}} 2018-08-21 06:53:52,260 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:53:52,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/routers 0.142s 2018-08-21 06:53:52,404 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--868014869", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:53:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57a4c960-0d16-49db-84d9-226104ff0326'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:53:52Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "name": "tempest-router--868014869"}} 2018-08-21 06:53:53,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0 1.511s 2018-08-21 06:53:53,917 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0', u'date': 'Tue, 21 Aug 2018 06:53:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c77a7dde-1551-4e86-9268-83846ad6dcaf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:53:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "name": "tempest-router--868014869"}} 2018-08-21 06:53:56,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/add_router_interface 2.525s 2018-08-21 06:53:56,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b08d7754-dac9-4295-8190-e1ca7ad7dd2c'} Body: {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b", "subnet_ids": ["7dcb2076-c3a3-450e-a399-438650dcff6b"], "port_id": "b2a267f0-1b28-4bb0-9332-406677246b45", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0"} 2018-08-21 06:53:58,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.958s 2018-08-21 06:53:58,403 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "1de3dda1-c97b-47ab-8708-2485046b100f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:53:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2aa9b2d3-141d-45e6-aaf7-5753942fcbe3'} Body: {"floatingip": {"router_id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:53:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1de3dda1-c97b-47ab-8708-2485046b100f", "id": "a0fe53a7-2078-42a7-befc-9b5a2810d346", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:53:58,405 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:54:14,441 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:54:14,505 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:54:14,537 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:54:14,652 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-21 06:54:14,653 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:54:14,655 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:54:14,715 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:54:14,719 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:54:19,727 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:54:19,727 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:55:29,798 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-21 06:55:29,799 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:55:29,802 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:55:29,862 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:55:29,867 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:55:34,873 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:55:34,874 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:56:44,922 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:56:44,923 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-21 06:56:44,924 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:44,929 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,030 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,056 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,063 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:56:45,064 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:99:15:a7 [ether] on eth0 2018-08-21 06:56:45,064 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-21 06:56:45,064 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,067 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,127 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,131 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,140 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:56:45,141 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-21 06:56:45,141 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,143 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,201 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,207 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,213 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-21 06:56:45,213 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,215 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,274 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,280 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,286 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:56:45,286 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:99:15:a7 [ether] on eth0 2018-08-21 06:56:45,287 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-21 06:56:45,287 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,289 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,349 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,356 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:50,362 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:56:50,363 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:58:00,415 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-21 06:58:00,416 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:58:00,420 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:58:00,515 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:58:00,548 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:58:05,555 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:58:05,556 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:59:15,594 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:59:15,595 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.203: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:59:16,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/a0fe53a7-2078-42a7-befc-9b5a2810d346 1.186s 2018-08-21 06:59:16,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/a0fe53a7-2078-42a7-befc-9b5a2810d346', u'date': 'Tue, 21 Aug 2018 06:59:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f8a93e5-6b03-4b2a-bce4-d9d6547c30a5'} Body: 2018-08-21 06:59:18,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/remove_router_interface 1.962s 2018-08-21 06:59:18,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:59:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54fbdc09-c29e-456f-9871-73021de89209'} Body: {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b", "subnet_ids": ["7dcb2076-c3a3-450e-a399-438650dcff6b"], "port_id": "b2a267f0-1b28-4bb0-9332-406677246b45", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0"} 2018-08-21 06:59:20,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0 1.784s 2018-08-21 06:59:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bb9dd099-60d7-4146-9924-a5c788643de9'} Body: 2018-08-21 06:59:20,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.334s 2018-08-21 06:59:20,872 63 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363'} Body: 2018-08-21 06:59:21,434 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.561s 2018-08-21 06:59:21,435 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-0872d463-53cb-4422-9731-2766529b74a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0872d463-53cb-4422-9731-2766529b74a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:20Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:22,934 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.487s 2018-08-21 06:59:22,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': '1342', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-346e605a-c4ea-4755-a041-366c1ef3e6e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346e605a-c4ea-4755-a041-366c1ef3e6e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:24,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.071s 2018-08-21 06:59:24,022 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf'} Body: {"itemNotFound": {"message": "Instance 932dd635-c00c-48a6-8216-6ef90f742657 could not be found.", "code": 404}} 2018-08-21 06:59:24,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f8134182-414e-48ab-937f-85d5cb88c6a6 0.937s 2018-08-21 06:59:24,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f8134182-414e-48ab-937f-85d5cb88c6a6', u'date': 'Tue, 21 Aug 2018 06:59:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8c84ef63-f0ae-4900-9e12-9b4c3344bada'} Body: 2018-08-21 06:59:25,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.233s 2018-08-21 06:59:25,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-863db8e3-ddb7-41f0-828a-6818db994162', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-863db8e3-ddb7-41f0-828a-6818db994162'} Body: 2018-08-21 06:59:25,696 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.500s 2018-08-21 06:59:25,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:25Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:27,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.298s 2018-08-21 06:59:27,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': '1482', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a915e75a-b707-4978-a96d-dde627241ece', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a915e75a-b707-4978-a96d-dde627241ece'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:25Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:28,079 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.048s 2018-08-21 06:59:28,080 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-00743177-5ba3-4745-ba6d-6b909395804f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00743177-5ba3-4745-ba6d-6b909395804f'} Body: {"itemNotFound": {"message": "Instance 7cafdd19-5890-4bb9-a404-503bca4d40d6 could not be found.", "code": 404}} 2018-08-21 06:59:29,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/1de3dda1-c97b-47ab-8708-2485046b100f 1.170s 2018-08-21 06:59:29,252 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/1de3dda1-c97b-47ab-8708-2485046b100f', u'date': 'Tue, 21 Aug 2018 06:59:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3df0d1e7-9d02-4922-b884-e6257036bf4c'} Body: 2018-08-21 06:59:29,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-383282086 0.029s 2018-08-21 06:59:29,284 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-383282086', u'x-compute-request-id': 'req-eaaf7881-a0c6-4a19-b342-96d799392018', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eaaf7881-a0c6-4a19-b342-96d799392018'} Body: 2018-08-21 06:59:30,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/a2a362ae-cbd1-4975-b8c2-242fc3a3f188 1.300s 2018-08-21 06:59:30,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/a2a362ae-cbd1-4975-b8c2-242fc3a3f188', u'date': 'Tue, 21 Aug 2018 06:59:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b9c0a40-19dc-4c50-859c-1d6f06fb093e'} Body: 2018-08-21 06:59:32,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/67f553ec-2806-4ea2-aa7c-bb2ce0748e7e 2.154s 2018-08-21 06:59:32,740 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/67f553ec-2806-4ea2-aa7c-bb2ce0748e7e', u'date': 'Tue, 21 Aug 2018 06:59:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0810ef25-4df6-4ea8-97cb-847d0a8ba50c'} Body: 2018-08-21 06:59:33,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/7dcb2076-c3a3-450e-a399-438650dcff6b 1.039s 2018-08-21 06:59:33,781 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/7dcb2076-c3a3-450e-a399-438650dcff6b', u'date': 'Tue, 21 Aug 2018 06:59:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5d98baa4-5f8f-4209-a200-dde21386a537'} Body: 2018-08-21 06:59:35,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/a0e0cd93-60dd-4147-bdbc-f7a9d9fef828 2.156s 2018-08-21 06:59:35,938 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/a0e0cd93-60dd-4147-bdbc-f7a9d9fef828', u'date': 'Tue, 21 Aug 2018 06:59:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e6cef778-52e5-48e5-a9d4-da616ff66069'} Body: 2018-08-21 06:59:36,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/b9b293d3-991b-4f12-8ea5-451e0277ad16 0.300s 2018-08-21 06:59:36,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.44:9696/v2.0/security-groups/b9b293d3-991b-4f12-8ea5-451e0277ad16', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-89484614-eb2b-4f2c-ba80-73bf69969eb4'} Body: 2018-08-21 06:59:36.504 63 INFO tempest.lib.common.rest_client [req-9660a747-cf52-4d79-bd15-7552c9745994 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.237s 2018-08-21 06:59:36.504 63 DEBUG tempest.lib.common.rest_client [req-9660a747-cf52-4d79-bd15-7552c9745994 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1221358688 description", "name": "tempest-secgroup-smoke-1221358688"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9660a747-cf52-4d79-bd15-7552c9745994'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1221358688 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "updated_at": "2018-08-21T06:59:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:59:36Z", "revision_number": 0, "id": "5d2abf54-1da3-4615-81ad-73c3a4d2e759", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:59:36Z", "revision_number": 0, "id": "6e733a46-4ee5-4ebd-bc31-36733189b627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "name": "tempest-secgroup-smoke-1221358688"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:36.689 63 INFO tempest.lib.common.rest_client [req-7ab2189c-61f5-4ca2-8421-c6fc8cb6810b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.183s 2018-08-21 06:59:36.689 63 DEBUG tempest.lib.common.rest_client [req-7ab2189c-61f5-4ca2-8421-c6fc8cb6810b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ab2189c-61f5-4ca2-8421-c6fc8cb6810b'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4036b01a-754b-4a64-a001-a8aafc81956b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:36.839 63 INFO tempest.lib.common.rest_client [req-5fa352ad-69f7-4278-9ff9-539b98afe59b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 06:59:36.839 63 DEBUG tempest.lib.common.rest_client [req-5fa352ad-69f7-4278-9ff9-539b98afe59b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fa352ad-69f7-4278-9ff9-539b98afe59b'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6ad8670d-3e73-4fe8-b539-5a49d2ed4ff3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:37.005 63 INFO tempest.lib.common.rest_client [req-f982e21a-f4cc-49d9-915e-6dbe3bb232d5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:59:37.005 63 DEBUG tempest.lib.common.rest_client [req-f982e21a-f4cc-49d9-915e-6dbe3bb232d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f982e21a-f4cc-49d9-915e-6dbe3bb232d5'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9a72b5fb-70ff-47ea-8ded-3d5454429a39"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:37.162 63 INFO tempest.lib.common.rest_client [req-18cfa30f-99e5-41fb-9331-f989c48c6365 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.156s 2018-08-21 06:59:37.162 63 DEBUG tempest.lib.common.rest_client [req-18cfa30f-99e5-41fb-9331-f989c48c6365 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18cfa30f-99e5-41fb-9331-f989c48c6365'} 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-21T06:59:37Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9b18f24c-c8e7-492f-aa8f-a2b1ff5cf0e5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:37.995 63 INFO tempest.lib.common.rest_client [req-f7489636-eedc-4ce3-88a4-9a658dadd052 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.831s 2018-08-21 06:59:37.995 63 DEBUG tempest.lib.common.rest_client [req-f7489636-eedc-4ce3-88a4-9a658dadd052 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7489636-eedc-4ce3-88a4-9a658dadd052'} 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-21T06:59:37Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e3327959-5fac-4e77-b727-4a002b9ea79c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:38.177 63 INFO tempest.lib.common.rest_client [req-ed767e7b-05be-4ded-af32-96ebbacb459d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.181s 2018-08-21 06:59:38.177 63 DEBUG tempest.lib.common.rest_client [req-ed767e7b-05be-4ded-af32-96ebbacb459d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed767e7b-05be-4ded-af32-96ebbacb459d'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f9d7654a-8d9a-4986-b893-d5b73d4b5576"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:38.397 63 INFO tempest.lib.common.rest_client [req-453a601e-bb95-436f-a736-a88a94210d57 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.219s 2018-08-21 06:59:38.398 63 DEBUG tempest.lib.common.rest_client [req-453a601e-bb95-436f-a736-a88a94210d57 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-453a601e-bb95-436f-a736-a88a94210d57'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f1d31a43-59ff-4912-a265-b727ec7c3525"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:38.637 63 INFO tempest.lib.common.rest_client [req-0e03d179-c9cc-4552-98ba-15f1238249b1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.238s 2018-08-21 06:59:38.637 63 DEBUG tempest.lib.common.rest_client [req-0e03d179-c9cc-4552-98ba-15f1238249b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e03d179-c9cc-4552-98ba-15f1238249b1'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f42e12fe-5e0d-4758-9414-8317eb13685f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:38.965 63 INFO tempest.lib.common.rest_client [req-38d5b63f-0046-4855-beb4-981fe37beceb ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/networks 0.323s 2018-08-21 06:59:38.966 63 DEBUG tempest.lib.common.rest_client [req-38d5b63f-0046-4855-beb4-981fe37beceb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-2111939845"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38d5b63f-0046-4855-beb4-981fe37beceb'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:59:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"85380806-53b0-4dac-b140-c7bfa440b082","name":"tempest-A-2111939845"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:39.516 63 INFO tempest.lib.common.rest_client [req-8ee0e23b-5a6f-4a23-b72d-f754a065876e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.549s 2018-08-21 06:59:39.516 63 DEBUG tempest.lib.common.rest_client [req-8ee0e23b-5a6f-4a23-b72d-f754a065876e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "name": "tempest-subnet-A-1-1364158751"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:59:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ee0e23b-5a6f-4a23-b72d-f754a065876e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85380806-53b0-4dac-b140-c7bfa440b082","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:39Z","dns_nameservers":[],"updated_at":"2018-08-21T06:59:39Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"2454ceae-f4d3-46ef-8f60-e40d3fcd417c","subnetpool_id":null,"name":"tempest-subnet-A-1-1364158751"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:39.774 63 INFO tempest.lib.common.rest_client [req-0222a406-887c-4cca-815a-62db3e4b6aa7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 06:59:39.774 63 DEBUG tempest.lib.common.rest_client [req-0222a406-887c-4cca-815a-62db3e4b6aa7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-877271113"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:59:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0222a406-887c-4cca-815a-62db3e4b6aa7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:59:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","name":"tempest-B-877271113"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:40.654 63 INFO tempest.lib.common.rest_client [req-89c80923-e8e3-4055-98ea-4528a4e1eab5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.879s 2018-08-21 06:59:40.655 63 DEBUG tempest.lib.common.rest_client [req-89c80923-e8e3-4055-98ea-4528a4e1eab5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "name": "tempest-subnet-B-1-112250394"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:59:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89c80923-e8e3-4055-98ea-4528a4e1eab5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:40Z","dns_nameservers":[],"updated_at":"2018-08-21T06:59:40Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"0226b82c-3b3c-4609-8ed3-552ae10afd7e","subnetpool_id":null,"name":"tempest-subnet-B-1-112250394"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:41.022 63 INFO tempest.lib.common.rest_client [req-fa487e81-6832-428b-9b07-5c3bd1767eab ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.365s 2018-08-21 06:59:41.022 63 DEBUG tempest.lib.common.rest_client [req-fa487e81-6832-428b-9b07-5c3bd1767eab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-958306586"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fa487e81-6832-428b-9b07-5c3bd1767eab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa487e81-6832-428b-9b07-5c3bd1767eab'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDArV7dKjUZkzhwu7vnASmXFndjFLsyWTOlF5v3d8nORZEFQ2FXbd5UB/OToY9RnITu+fc0SytPTGf6r1d0m6jiStsCP9xd4EJ7ajVgKtggW2OKBoHMhoSuOiMDW1+1UhNz00cVoTBzC6ya+ZQT46SiOrDgDw3hI5VuptSn4muJtohB6lpmaP07XTQJJNJnw+ZTv5q+v8teeNwbZH93rq2U9UrnuWCU691thrKSV/jz8/jk8wRME95cHvgJ/RpyzwTcsm0cq2tNN+dCJl3z7fbaqmkRB/PgJctY2U5JwoTGcLyB4DwmfJ/5kFwWqa5STEtxi20QpFM+q5zUGT6MiSRp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwK1e3So1GZM4cLu75wEplxZ3YxS7MlkzpReb93fJzkWRBUNh\nV23eVAfzk6GPUZyE7vn3NEsrT0xn+q9XdJuo4krbAj/cXeBCe2o1YCrYIFtjigaB\nzIaErjojA1tftVITc9NHFaEwcwusmvmUE+Okojqw4A8N4SOVbqbUp+JribaIQepa\nZmj9O100CSTSZ8PmU7+avr/LXnjcG2R/d66tlPVK57lglOvdbYayklf48/P45PME\nTBPeXB74Cf0acs8E3LJtHKtrTTfnQiZd8+322qppEQfz4CXLWNlOScKExnC8geA8\nJnyf+ZBcFqmuUkxLcYttEKRTPquc1Bk+jIkkaQIDAQABAoIBACNRZDssGnGmr8jS\nUL4mU2ZTguzRhwLSoQnZCwjQl1hNHikV0ckB5agHkRl1mty90QwxG6QlRzoQ6lpk\nO6avRcS9Len6pL08d1NCA6iuEdHUjqllSfOgkL+S/ooF/MQy2Ef56WTImCXudOQv\nbXo71xi5o2Revg+Pwzt2LzLa6RVj45I+zS3NzcTlM9XnoX5rSnC64lae/+Jf7GFm\nOUqLDphF3WRoFEIjprATp7vZVy4+MPMPe9QSA+yUiElI2psVvyZSeU+5rBYl6HUd\nW31aHvHre7bvYJ/Jt++30wgukSKC3PC1j5E2oBZLq6KVHdnxOommn9xLuUsARcxm\nJ8dMqEUCgYEA6IzOEKthJzkE2bFiaMQc7jJaZF0eiCBtTzltuA3Nu1VZf15ylJ7E\nGId/BS7PEcoA6USCLq4A+KzR8uRZuQIty78416wEGD7zbgEjskEtIVanybcfTaf1\nOLsKyKmkumjjcKVWCbomG5QI3TuxTNV9HAew10tKbH7IKiSRSzcKGH8CgYEA1BtD\njcLk+0QRCIJZQmfyDFp6hW5+frCiaSjqCsJJmRRRUqiim8DL4g6IkNKEV4qrMuPL\nEHxiubr4GgN/BxX37fPSSOkkYIGetasC9Mb8J8stZmFHuURvkln1wmxnqpcW827d\n2ugledQSGU5/lcgYwl8cKsYbG9xN5Z5rf2AOjxcCgYAAvdo2YWWI63yheRhYPy/c\nbpqtMULUqk3O797ytFCQpWAIsPNql+sGLQBxssmERAGmvMoxfeqQ4HQ28xV6KpCc\n0rpKrcjBjwnVsvk7K0wKjC0yznuyErQMf0Q0iZ313jnDdTOGCmrusZUpp3QUS6X/\nfeLJfPr6x5i50a4I8F7+3wKBgQCxakStNRIXYi3lMjK7Kvr5fkzxgyTnj5Op5oEt\nkqnBE4+aVlf9c9yWL5XnnU75cpIUtRlLpt9lf5C7IaWFJckGDmYcenblCkbYqjyE\nxlRwbLCC7Gfz/dxdTEYW5FoqBMs7v8ZurrN6Hfstk82AWajsHGYRGTffq/y0TjiY\niJ5k7QKBgFRV8HBkmsjNGfs0B5WltCzVVzlxhxxrnvCiGXMCzl+fXpZL17o7YFft\nYo05loRgrr/5ejQTF5CfOemxsA45AuleyyjUpZv+ER6I4IFcNihnP8KipaMHcXBR\nGzPYU5FQpaUCJsnozeayLjUD7E+uQXypIhE3YgaiBdjfOHZRyb/n\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-958306586", "fingerprint": "52:b2:e0:a4:71:b9:c3:c4:93:ba:b8:ab:6f:a8:80:c6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:42.044 63 INFO tempest.lib.common.rest_client [req-3cd1aec1-1466-4211-963c-6b1411d5dc16 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/ports 1.018s 2018-08-21 06:59:42.044 63 DEBUG tempest.lib.common.rest_client [req-3cd1aec1-1466-4211-963c-6b1411d5dc16 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1829589558", "security_groups": ["51cf0825-084e-4c02-89a4-ea40111a7f17"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:59:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cd1aec1-1466-4211-963c-6b1411d5dc16'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:59:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"85380806-53b0-4dac-b140-c7bfa440b082","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:59:41Z","name":"tempest-port-smoke-1829589558","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b2:2c:35","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"2454ceae-f4d3-46ef-8f60-e40d3fcd417c","ip_address":"10.101.11.10"}],"id":"a72dd0f8-5975-49af-aea0-7c7bda32c293","security_groups":["51cf0825-084e-4c02-89a4-ea40111a7f17"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:44.160 63 INFO tempest.lib.common.rest_client [req-0f9db4d0-e388-4446-89d7-1e623c8a39c0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.44:8774/v2.1/servers 2.114s 2018-08-21 06:59:44.160 63 DEBUG tempest.lib.common.rest_client [req-0f9db4d0-e388-4446-89d7-1e623c8a39c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-958306586", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "85380806-53b0-4dac-b140-c7bfa440b082", "port": "a72dd0f8-5975-49af-aea0-7c7bda32c293"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0f9db4d0-e388-4446-89d7-1e623c8a39c0', 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f9db4d0-e388-4446-89d7-1e623c8a39c0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "adminPass": "3fm9dNNPj4x7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:44.659 63 INFO tempest.lib.common.rest_client [req-37a5b417-a700-4613-964b-2a81b730886a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.494s 2018-08-21 06:59:44.660 63 DEBUG tempest.lib.common.rest_client [req-37a5b417-a700-4613-964b-2a81b730886a ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-37a5b417-a700-4613-964b-2a81b730886a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37a5b417-a700-4613-964b-2a81b730886a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:59:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:46.011 63 INFO tempest.lib.common.rest_client [req-3e8c8621-bb1a-4657-bcf9-9978352e40aa ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.337s 2018-08-21 06:59:46.011 63 DEBUG tempest.lib.common.rest_client [req-3e8c8621-bb1a-4657-bcf9-9978352e40aa ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-3e8c8621-bb1a-4657-bcf9-9978352e40aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e8c8621-bb1a-4657-bcf9-9978352e40aa'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:46.024 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:59:47.206 63 INFO tempest.lib.common.rest_client [req-94b301af-936b-4ee1-9ef0-b930961b7cff ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.179s 2018-08-21 06:59:47.207 63 DEBUG tempest.lib.common.rest_client [req-94b301af-936b-4ee1-9ef0-b930961b7cff ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-94b301af-936b-4ee1-9ef0-b930961b7cff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94b301af-936b-4ee1-9ef0-b930961b7cff'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:47.219 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:59:48.393 63 INFO tempest.lib.common.rest_client [req-da8dafb5-e058-4a62-b6d8-cedea70059a4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.172s 2018-08-21 06:59:48.393 63 DEBUG tempest.lib.common.rest_client [req-da8dafb5-e058-4a62-b6d8-cedea70059a4 ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-da8dafb5-e058-4a62-b6d8-cedea70059a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da8dafb5-e058-4a62-b6d8-cedea70059a4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:50.120 63 INFO tempest.lib.common.rest_client [req-fc505683-2760-48fe-98b1-fdc69f3c19cf ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.713s 2018-08-21 06:59:50.121 63 DEBUG tempest.lib.common.rest_client [req-fc505683-2760-48fe-98b1-fdc69f3c19cf ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-fc505683-2760-48fe-98b1-fdc69f3c19cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc505683-2760-48fe-98b1-fdc69f3c19cf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:51.962 63 INFO tempest.lib.common.rest_client [req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.830s 2018-08-21 06:59:51.963 63 DEBUG tempest.lib.common.rest_client [req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029 ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:51.979 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:59:52.134 63 INFO tempest.lib.common.rest_client [req-302c9f15-b48e-49bd-acac-992e94bf970f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.153s 2018-08-21 06:59:52.134 63 DEBUG tempest.lib.common.rest_client [req-302c9f15-b48e-49bd-acac-992e94bf970f ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-302c9f15-b48e-49bd-acac-992e94bf970f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-302c9f15-b48e-49bd-acac-992e94bf970f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:52.148 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 66977cb3-f728-4e09-810d-234dfb07cbc2 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 06:59:53.187 63 INFO tempest.lib.common.rest_client [req-9d7b2f97-5e7b-406d-9031-3af7e9400e65 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/ports 1.038s 2018-08-21 06:59:53.187 63 DEBUG tempest.lib.common.rest_client [req-9d7b2f97-5e7b-406d-9031-3af7e9400e65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-497188439", "security_groups": ["51cf0825-084e-4c02-89a4-ea40111a7f17"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:59:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d7b2f97-5e7b-406d-9031-3af7e9400e65'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:59:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:59:52Z","name":"tempest-port-smoke-497188439","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:aa:17:61","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"0226b82c-3b3c-4609-8ed3-552ae10afd7e","ip_address":"10.102.21.20"}],"id":"594e0a4a-84ed-4f38-b194-edacbe144da6","security_groups":["51cf0825-084e-4c02-89a4-ea40111a7f17"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:54.592 63 INFO tempest.lib.common.rest_client [req-73f44768-1975-4788-887b-2db246261b24 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.44:8774/v2.1/servers 1.403s 2018-08-21 06:59:54.593 63 DEBUG tempest.lib.common.rest_client [req-73f44768-1975-4788-887b-2db246261b24 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-958306586", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "port": "594e0a4a-84ed-4f38-b194-edacbe144da6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-73f44768-1975-4788-887b-2db246261b24', 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73f44768-1975-4788-887b-2db246261b24'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "adminPass": "fbV9zPuLpstR"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:54.851 63 INFO tempest.lib.common.rest_client [req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.251s 2018-08-21 06:59:54.851 63 DEBUG tempest.lib.common.rest_client [req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3 ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:59:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:56.064 63 INFO tempest.lib.common.rest_client [req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.196s 2018-08-21 06:59:56.065 63 DEBUG tempest.lib.common.rest_client [req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:56.091 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:59:57.445 63 INFO tempest.lib.common.rest_client [req-4bcf0b41-a120-4075-8e9c-4907977610fa ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.353s 2018-08-21 06:59:57.446 63 DEBUG tempest.lib.common.rest_client [req-4bcf0b41-a120-4075-8e9c-4907977610fa ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-4bcf0b41-a120-4075-8e9c-4907977610fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bcf0b41-a120-4075-8e9c-4907977610fa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 06:59:57.459 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:59:59.545 63 INFO tempest.lib.common.rest_client [req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 1.083s 2018-08-21 06:59:59.545 63 DEBUG tempest.lib.common.rest_client [req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:00.702 63 INFO tempest.lib.common.rest_client [req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.142s 2018-08-21 07:00:00.703 63 DEBUG tempest.lib.common.rest_client [req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753 ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:00:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:00.717 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:00:00.872 63 INFO tempest.lib.common.rest_client [req-8b4867d2-c1d8-4ca3-b098-131de16b2a47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.155s 2018-08-21 07:00:00.873 63 DEBUG tempest.lib.common.rest_client [req-8b4867d2-c1d8-4ca3-b098-131de16b2a47 ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-8b4867d2-c1d8-4ca3-b098-131de16b2a47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:00:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b4867d2-c1d8-4ca3-b098-131de16b2a47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:00.893 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 94e557a4-b61c-4790-b53a-8a0235806dd4 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:00:01.202 63 INFO tempest.lib.common.rest_client [req-beb09799-b323-4fef-8b09-1f12e84963ab ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.308s 2018-08-21 07:00:01.203 63 DEBUG tempest.lib.common.rest_client [req-beb09799-b323-4fef-8b09-1f12e84963ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:00:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beb09799-b323-4fef-8b09-1f12e84963ab'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "9571868c-843b-4460-b7d5-fbb7a25957fd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:01.555 63 INFO tempest.lib.common.rest_client [req-4c003036-56d2-4989-b88b-fba1bee248d2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations 0.351s 2018-08-21 07:00:01.556 63 DEBUG tempest.lib.common.rest_client [req-4c003036-56d2-4989-b88b-fba1bee248d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations', u'date': 'Tue, 21 Aug 2018 07:00:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4c003036-56d2-4989-b88b-fba1bee248d2'} Body: {"network_association": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "id": "1fa3436d-090c-4d34-9c55-cc4a6af90446"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:02.000 63 INFO tempest.lib.common.rest_client [req-ab9022c1-ed18-468a-9df0-2da51b6c0010 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations 0.443s 2018-08-21 07:00:02.001 63 DEBUG tempest.lib.common.rest_client [req-ab9022c1-ed18-468a-9df0-2da51b6c0010 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations', u'date': 'Tue, 21 Aug 2018 07:00:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab9022c1-ed18-468a-9df0-2da51b6c0010'} Body: {"network_association": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "id": "203a6505-4e08-49ec-ab55-d86c79a2e28e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:02.001 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-21 07:00:02.138 63 INFO tempest.lib.common.rest_client [req-96614504-e743-46c5-a165-3f4664cb9eaf ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/routers 0.136s 2018-08-21 07:00:02.139 63 DEBUG tempest.lib.common.rest_client [req-96614504-e743-46c5-a165-3f4664cb9eaf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1584622478", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:00:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96614504-e743-46c5-a165-3f4664cb9eaf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:02Z", "admin_state_up": true, "updated_at": "2018-08-21T07:00:02Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "name": "tempest-router--1584622478"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:03.894 63 INFO tempest.lib.common.rest_client [req-25d3cc57-8c75-4288-a43d-d4dfda66094b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137 1.754s 2018-08-21 07:00:03.894 63 DEBUG tempest.lib.common.rest_client [req-25d3cc57-8c75-4288-a43d-d4dfda66094b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137', u'date': 'Tue, 21 Aug 2018 07:00:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25d3cc57-8c75-4288-a43d-d4dfda66094b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:02Z", "admin_state_up": true, "updated_at": "2018-08-21T07:00:03Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "name": "tempest-router--1584622478"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:06.042 63 INFO tempest.lib.common.rest_client [req-36e95f58-821c-4095-97e6-69be68f9b6db ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/add_router_interface 2.146s 2018-08-21 07:00:06.043 63 DEBUG tempest.lib.common.rest_client [req-36e95f58-821c-4095-97e6-69be68f9b6db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:00:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36e95f58-821c-4095-97e6-69be68f9b6db'} Body: {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c", "subnet_ids": ["2454ceae-f4d3-46ef-8f60-e40d3fcd417c"], "port_id": "0eca6e1b-3c0f-46c0-83b1-065718f2b9e7", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:07.900 63 INFO tempest.lib.common.rest_client [req-36709879-4007-4e47-8131-ef827fc61a82 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.853s 2018-08-21 07:00:07.901 63 DEBUG tempest.lib.common.rest_client [req-36709879-4007-4e47-8131-ef827fc61a82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "a72dd0f8-5975-49af-aea0-7c7bda32c293"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:00:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36709879-4007-4e47-8131-ef827fc61a82'} Body: {"floatingip": {"router_id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:00:07Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.216", "revision_number": 0, "port_id": "a72dd0f8-5975-49af-aea0-7c7bda32c293", "id": "11127058-9c01-40c6-a82d-45fa22c48fab", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:07Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:00:07.903 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:00:10.913 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:00:10.979 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:00:11.010 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:00:11.125 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-21 07:00:11.125 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:00:11.127 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:00:11.185 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:00:11.191 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:00:16.198 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:00:16.199 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:01:26.258 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-21 07:01:26.259 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:01:26.262 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:01:26.325 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:01:26.327 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:01:31.334 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:01:31.335 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:02:41.372 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-21 07:02:41.373 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-21 07:02:41.373 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41.380 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41.480 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:02:41.507 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41.513 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:02:41.513 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:d4:ad:38 [ether] on eth0 2018-08-21 07:02:41.514 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-21 07:02:41.514 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41.516 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41.577 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:02:41.580 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41.589 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 07:02:41.590 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-21 07:02:41.590 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41.592 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41.652 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:02:41.656 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41.662 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-21 07:02:41.662 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41.664 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41.725 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:02:41.728 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41.734 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:02:41.735 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:d4:ad:38 [ether] on eth0 2018-08-21 07:02:41.735 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-21 07:02:41.736 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41.738 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41.801 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:02:41.802 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:46.810 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:02:46.810 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:03:56.864 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-21 07:03:56.864 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:03:56.870 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:03:56.966 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:03:56.997 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:04:02.004 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:04:02.004 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:05:12.053 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-21 07:05:12.054 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.216: 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:05:13.620 63 INFO tempest.lib.common.rest_client [req-ce43fcee-4fcb-463e-9d9a-1739e7eef794 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/11127058-9c01-40c6-a82d-45fa22c48fab 1.564s 2018-08-21 07:05:13.621 63 DEBUG tempest.lib.common.rest_client [req-ce43fcee-4fcb-463e-9d9a-1739e7eef794 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/11127058-9c01-40c6-a82d-45fa22c48fab', u'date': 'Tue, 21 Aug 2018 07:05:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce43fcee-4fcb-463e-9d9a-1739e7eef794'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:15.611 63 INFO tempest.lib.common.rest_client [req-83b35e4d-faa9-43e1-8f05-106fa59f2c37 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/remove_router_interface 1.989s 2018-08-21 07:05:15.611 63 DEBUG tempest.lib.common.rest_client [req-83b35e4d-faa9-43e1-8f05-106fa59f2c37 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83b35e4d-faa9-43e1-8f05-106fa59f2c37'} Body: {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c", "subnet_ids": ["2454ceae-f4d3-46ef-8f60-e40d3fcd417c"], "port_id": "0eca6e1b-3c0f-46c0-83b1-065718f2b9e7", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:17.869 63 INFO tempest.lib.common.rest_client [req-60de0823-7084-4638-901a-15b624c98a34 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137 2.256s 2018-08-21 07:05:17.869 63 DEBUG tempest.lib.common.rest_client [req-60de0823-7084-4638-901a-15b624c98a34 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137', u'date': 'Tue, 21 Aug 2018 07:05:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-60de0823-7084-4638-901a-15b624c98a34'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:18.375 63 INFO tempest.lib.common.rest_client [req-ff715ae5-e67c-48b5-a07b-ef41eec966b9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.505s 2018-08-21 07:05:18.376 63 DEBUG tempest.lib.common.rest_client [req-ff715ae5-e67c-48b5-a07b-ef41eec966b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-ff715ae5-e67c-48b5-a07b-ef41eec966b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff715ae5-e67c-48b5-a07b-ef41eec966b9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:19.354 63 INFO tempest.lib.common.rest_client [req-e7eec113-9326-413b-b905-7090110dd58f ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.977s 2018-08-21 07:05:19.355 63 DEBUG tempest.lib.common.rest_client [req-e7eec113-9326-413b-b905-7090110dd58f ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-e7eec113-9326-413b-b905-7090110dd58f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7eec113-9326-413b-b905-7090110dd58f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:18Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:20.435 63 INFO tempest.lib.common.rest_client [req-01de4593-11df-42d6-a035-107141e77390 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.056s 2018-08-21 07:05:20.436 63 DEBUG tempest.lib.common.rest_client [req-01de4593-11df-42d6-a035-107141e77390 ] 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-01de4593-11df-42d6-a035-107141e77390', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:20 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-01de4593-11df-42d6-a035-107141e77390'} Body: {"itemNotFound": {"message": "Instance 94e557a4-b61c-4790-b53a-8a0235806dd4 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:21.712 63 INFO tempest.lib.common.rest_client [req-a2facd61-7afa-4e50-9635-a8dd7787f800 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/594e0a4a-84ed-4f38-b194-edacbe144da6 1.274s 2018-08-21 07:05:21.712 63 DEBUG tempest.lib.common.rest_client [req-a2facd61-7afa-4e50-9635-a8dd7787f800 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/594e0a4a-84ed-4f38-b194-edacbe144da6', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a2facd61-7afa-4e50-9635-a8dd7787f800'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:21.897 63 INFO tempest.lib.common.rest_client [req-b2b04941-97ca-40f6-af99-99a38cb3459d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.183s 2018-08-21 07:05:21.898 63 DEBUG tempest.lib.common.rest_client [req-b2b04941-97ca-40f6-af99-99a38cb3459d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b2b04941-97ca-40f6-af99-99a38cb3459d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2b04941-97ca-40f6-af99-99a38cb3459d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:22.626 63 INFO tempest.lib.common.rest_client [req-df6d6c23-728e-4c73-930a-e7ed745dce3d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.727s 2018-08-21 07:05:22.627 63 DEBUG tempest.lib.common.rest_client [req-df6d6c23-728e-4c73-930a-e7ed745dce3d ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-df6d6c23-728e-4c73-930a-e7ed745dce3d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df6d6c23-728e-4c73-930a-e7ed745dce3d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:21Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:24.042 63 INFO tempest.lib.common.rest_client [req-b1023e3c-ef38-4dd1-a003-996abb761210 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.398s 2018-08-21 07:05:24.042 63 DEBUG tempest.lib.common.rest_client [req-b1023e3c-ef38-4dd1-a003-996abb761210 ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b1023e3c-ef38-4dd1-a003-996abb761210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1023e3c-ef38-4dd1-a003-996abb761210'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:22Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:25.100 63 INFO tempest.lib.common.rest_client [req-b7556c48-6863-455c-84df-4a7dc1856407 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.042s 2018-08-21 07:05:25.100 63 DEBUG tempest.lib.common.rest_client [req-b7556c48-6863-455c-84df-4a7dc1856407 ] 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b7556c48-6863-455c-84df-4a7dc1856407', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b7556c48-6863-455c-84df-4a7dc1856407'} Body: {"itemNotFound": {"message": "Instance 66977cb3-f728-4e09-810d-234dfb07cbc2 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:25.772 63 INFO tempest.lib.common.rest_client [req-ff8fcde3-17e0-4db1-bcc5-b78815d62efe ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/a72dd0f8-5975-49af-aea0-7c7bda32c293 0.671s 2018-08-21 07:05:25.773 63 DEBUG tempest.lib.common.rest_client [req-ff8fcde3-17e0-4db1-bcc5-b78815d62efe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/a72dd0f8-5975-49af-aea0-7c7bda32c293', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff8fcde3-17e0-4db1-bcc5-b78815d62efe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:25.834 63 INFO tempest.lib.common.rest_client [req-3d7067f3-9fd8-4c45-ace9-e792aea19d66 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-958306586 0.060s 2018-08-21 07:05:25.834 63 DEBUG tempest.lib.common.rest_client [req-3d7067f3-9fd8-4c45-ace9-e792aea19d66 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-958306586', u'x-compute-request-id': 'req-3d7067f3-9fd8-4c45-ace9-e792aea19d66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d7067f3-9fd8-4c45-ace9-e792aea19d66'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:26.852 63 INFO tempest.lib.common.rest_client [req-7afe6f65-8146-431d-bedc-32e9de4b6532 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/0226b82c-3b3c-4609-8ed3-552ae10afd7e 1.016s 2018-08-21 07:05:26.852 63 DEBUG tempest.lib.common.rest_client [req-7afe6f65-8146-431d-bedc-32e9de4b6532 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/0226b82c-3b3c-4609-8ed3-552ae10afd7e', u'date': 'Tue, 21 Aug 2018 07:05:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7afe6f65-8146-431d-bedc-32e9de4b6532'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:28.853 63 INFO tempest.lib.common.rest_client [req-6f16df49-b3dc-478b-82b4-64f91e77d07c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c530f9e2-a164-43b7-afe9-216db1ce15ef 1.999s 2018-08-21 07:05:28.853 63 DEBUG tempest.lib.common.rest_client [req-6f16df49-b3dc-478b-82b4-64f91e77d07c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c530f9e2-a164-43b7-afe9-216db1ce15ef', u'date': 'Tue, 21 Aug 2018 07:05:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f16df49-b3dc-478b-82b4-64f91e77d07c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:29.903 63 INFO tempest.lib.common.rest_client [req-6e0dadf6-6c49-49ef-a981-11ac858078a2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/2454ceae-f4d3-46ef-8f60-e40d3fcd417c 1.049s 2018-08-21 07:05:29.904 63 DEBUG tempest.lib.common.rest_client [req-6e0dadf6-6c49-49ef-a981-11ac858078a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/2454ceae-f4d3-46ef-8f60-e40d3fcd417c', u'date': 'Tue, 21 Aug 2018 07:05:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e0dadf6-6c49-49ef-a981-11ac858078a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:32.015 63 INFO tempest.lib.common.rest_client [req-25d6aeb1-0db9-43d4-b078-d5e9ac676aa3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/85380806-53b0-4dac-b140-c7bfa440b082 2.110s 2018-08-21 07:05:32.016 63 DEBUG tempest.lib.common.rest_client [req-25d6aeb1-0db9-43d4-b078-d5e9ac676aa3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/85380806-53b0-4dac-b140-c7bfa440b082', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25d6aeb1-0db9-43d4-b078-d5e9ac676aa3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:32.508 63 INFO tempest.lib.common.rest_client [req-107da806-d6b7-4dfa-9106-0c9cb69b26a5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/51cf0825-084e-4c02-89a4-ea40111a7f17 0.491s 2018-08-21 07:05:32.509 63 DEBUG tempest.lib.common.rest_client [req-107da806-d6b7-4dfa-9106-0c9cb69b26a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/51cf0825-084e-4c02-89a4-ea40111a7f17', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-107da806-d6b7-4dfa-9106-0c9cb69b26a5'} 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 [356.244882s] ... 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-21 06:59:36,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.237s 2018-08-21 06:59:36,504 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1221358688 description", "name": "tempest-secgroup-smoke-1221358688"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9660a747-cf52-4d79-bd15-7552c9745994'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1221358688 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "updated_at": "2018-08-21T06:59:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:59:36Z", "revision_number": 0, "id": "5d2abf54-1da3-4615-81ad-73c3a4d2e759", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:59:36Z", "revision_number": 0, "id": "6e733a46-4ee5-4ebd-bc31-36733189b627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "name": "tempest-secgroup-smoke-1221358688"}} 2018-08-21 06:59:36,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.183s 2018-08-21 06:59:36,689 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ab2189c-61f5-4ca2-8421-c6fc8cb6810b'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4036b01a-754b-4a64-a001-a8aafc81956b"}} 2018-08-21 06:59:36,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 06:59:36,839 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fa352ad-69f7-4278-9ff9-539b98afe59b'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6ad8670d-3e73-4fe8-b539-5a49d2ed4ff3"}} 2018-08-21 06:59:37,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:59:37,005 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f982e21a-f4cc-49d9-915e-6dbe3bb232d5'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9a72b5fb-70ff-47ea-8ded-3d5454429a39"}} 2018-08-21 06:59:37,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.156s 2018-08-21 06:59:37,162 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18cfa30f-99e5-41fb-9331-f989c48c6365'} 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-21T06:59:37Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9b18f24c-c8e7-492f-aa8f-a2b1ff5cf0e5"}} 2018-08-21 06:59:37,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.831s 2018-08-21 06:59:37,995 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7489636-eedc-4ce3-88a4-9a658dadd052'} 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-21T06:59:37Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e3327959-5fac-4e77-b727-4a002b9ea79c"}} 2018-08-21 06:59:38,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.181s 2018-08-21 06:59:38,177 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed767e7b-05be-4ded-af32-96ebbacb459d'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f9d7654a-8d9a-4986-b893-d5b73d4b5576"}} 2018-08-21 06:59:38,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.219s 2018-08-21 06:59:38,398 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-453a601e-bb95-436f-a736-a88a94210d57'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f1d31a43-59ff-4912-a265-b727ec7c3525"}} 2018-08-21 06:59:38,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.238s 2018-08-21 06:59:38,637 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e03d179-c9cc-4552-98ba-15f1238249b1'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f42e12fe-5e0d-4758-9414-8317eb13685f"}} 2018-08-21 06:59:38,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/networks 0.323s 2018-08-21 06:59:38,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-2111939845"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38d5b63f-0046-4855-beb4-981fe37beceb'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:59:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"85380806-53b0-4dac-b140-c7bfa440b082","name":"tempest-A-2111939845"}} 2018-08-21 06:59:39,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.549s 2018-08-21 06:59:39,516 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "name": "tempest-subnet-A-1-1364158751"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:59:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ee0e23b-5a6f-4a23-b72d-f754a065876e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85380806-53b0-4dac-b140-c7bfa440b082","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:39Z","dns_nameservers":[],"updated_at":"2018-08-21T06:59:39Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"2454ceae-f4d3-46ef-8f60-e40d3fcd417c","subnetpool_id":null,"name":"tempest-subnet-A-1-1364158751"}} 2018-08-21 06:59:39,774 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 06:59:39,774 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-877271113"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:59:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0222a406-887c-4cca-815a-62db3e4b6aa7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:59:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","name":"tempest-B-877271113"}} 2018-08-21 06:59:40,654 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.879s 2018-08-21 06:59:40,655 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "name": "tempest-subnet-B-1-112250394"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:59:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89c80923-e8e3-4055-98ea-4528a4e1eab5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:40Z","dns_nameservers":[],"updated_at":"2018-08-21T06:59:40Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"0226b82c-3b3c-4609-8ed3-552ae10afd7e","subnetpool_id":null,"name":"tempest-subnet-B-1-112250394"}} 2018-08-21 06:59:41,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.365s 2018-08-21 06:59:41,022 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-958306586"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fa487e81-6832-428b-9b07-5c3bd1767eab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa487e81-6832-428b-9b07-5c3bd1767eab'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDArV7dKjUZkzhwu7vnASmXFndjFLsyWTOlF5v3d8nORZEFQ2FXbd5UB/OToY9RnITu+fc0SytPTGf6r1d0m6jiStsCP9xd4EJ7ajVgKtggW2OKBoHMhoSuOiMDW1+1UhNz00cVoTBzC6ya+ZQT46SiOrDgDw3hI5VuptSn4muJtohB6lpmaP07XTQJJNJnw+ZTv5q+v8teeNwbZH93rq2U9UrnuWCU691thrKSV/jz8/jk8wRME95cHvgJ/RpyzwTcsm0cq2tNN+dCJl3z7fbaqmkRB/PgJctY2U5JwoTGcLyB4DwmfJ/5kFwWqa5STEtxi20QpFM+q5zUGT6MiSRp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwK1e3So1GZM4cLu75wEplxZ3YxS7MlkzpReb93fJzkWRBUNh\nV23eVAfzk6GPUZyE7vn3NEsrT0xn+q9XdJuo4krbAj/cXeBCe2o1YCrYIFtjigaB\nzIaErjojA1tftVITc9NHFaEwcwusmvmUE+Okojqw4A8N4SOVbqbUp+JribaIQepa\nZmj9O100CSTSZ8PmU7+avr/LXnjcG2R/d66tlPVK57lglOvdbYayklf48/P45PME\nTBPeXB74Cf0acs8E3LJtHKtrTTfnQiZd8+322qppEQfz4CXLWNlOScKExnC8geA8\nJnyf+ZBcFqmuUkxLcYttEKRTPquc1Bk+jIkkaQIDAQABAoIBACNRZDssGnGmr8jS\nUL4mU2ZTguzRhwLSoQnZCwjQl1hNHikV0ckB5agHkRl1mty90QwxG6QlRzoQ6lpk\nO6avRcS9Len6pL08d1NCA6iuEdHUjqllSfOgkL+S/ooF/MQy2Ef56WTImCXudOQv\nbXo71xi5o2Revg+Pwzt2LzLa6RVj45I+zS3NzcTlM9XnoX5rSnC64lae/+Jf7GFm\nOUqLDphF3WRoFEIjprATp7vZVy4+MPMPe9QSA+yUiElI2psVvyZSeU+5rBYl6HUd\nW31aHvHre7bvYJ/Jt++30wgukSKC3PC1j5E2oBZLq6KVHdnxOommn9xLuUsARcxm\nJ8dMqEUCgYEA6IzOEKthJzkE2bFiaMQc7jJaZF0eiCBtTzltuA3Nu1VZf15ylJ7E\nGId/BS7PEcoA6USCLq4A+KzR8uRZuQIty78416wEGD7zbgEjskEtIVanybcfTaf1\nOLsKyKmkumjjcKVWCbomG5QI3TuxTNV9HAew10tKbH7IKiSRSzcKGH8CgYEA1BtD\njcLk+0QRCIJZQmfyDFp6hW5+frCiaSjqCsJJmRRRUqiim8DL4g6IkNKEV4qrMuPL\nEHxiubr4GgN/BxX37fPSSOkkYIGetasC9Mb8J8stZmFHuURvkln1wmxnqpcW827d\n2ugledQSGU5/lcgYwl8cKsYbG9xN5Z5rf2AOjxcCgYAAvdo2YWWI63yheRhYPy/c\nbpqtMULUqk3O797ytFCQpWAIsPNql+sGLQBxssmERAGmvMoxfeqQ4HQ28xV6KpCc\n0rpKrcjBjwnVsvk7K0wKjC0yznuyErQMf0Q0iZ313jnDdTOGCmrusZUpp3QUS6X/\nfeLJfPr6x5i50a4I8F7+3wKBgQCxakStNRIXYi3lMjK7Kvr5fkzxgyTnj5Op5oEt\nkqnBE4+aVlf9c9yWL5XnnU75cpIUtRlLpt9lf5C7IaWFJckGDmYcenblCkbYqjyE\nxlRwbLCC7Gfz/dxdTEYW5FoqBMs7v8ZurrN6Hfstk82AWajsHGYRGTffq/y0TjiY\niJ5k7QKBgFRV8HBkmsjNGfs0B5WltCzVVzlxhxxrnvCiGXMCzl+fXpZL17o7YFft\nYo05loRgrr/5ejQTF5CfOemxsA45AuleyyjUpZv+ER6I4IFcNihnP8KipaMHcXBR\nGzPYU5FQpaUCJsnozeayLjUD7E+uQXypIhE3YgaiBdjfOHZRyb/n\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-958306586", "fingerprint": "52:b2:e0:a4:71:b9:c3:c4:93:ba:b8:ab:6f:a8:80:c6"}} 2018-08-21 06:59:42,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/ports 1.018s 2018-08-21 06:59:42,044 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1829589558", "security_groups": ["51cf0825-084e-4c02-89a4-ea40111a7f17"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:59:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cd1aec1-1466-4211-963c-6b1411d5dc16'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:59:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"85380806-53b0-4dac-b140-c7bfa440b082","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:59:41Z","name":"tempest-port-smoke-1829589558","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b2:2c:35","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"2454ceae-f4d3-46ef-8f60-e40d3fcd417c","ip_address":"10.101.11.10"}],"id":"a72dd0f8-5975-49af-aea0-7c7bda32c293","security_groups":["51cf0825-084e-4c02-89a4-ea40111a7f17"],"device_id":""}} 2018-08-21 06:59:44,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.44:8774/v2.1/servers 2.114s 2018-08-21 06:59:44,160 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-958306586", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "85380806-53b0-4dac-b140-c7bfa440b082", "port": "a72dd0f8-5975-49af-aea0-7c7bda32c293"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0f9db4d0-e388-4446-89d7-1e623c8a39c0', 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f9db4d0-e388-4446-89d7-1e623c8a39c0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "adminPass": "3fm9dNNPj4x7"}} 2018-08-21 06:59:44,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.494s 2018-08-21 06:59:44,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-37a5b417-a700-4613-964b-2a81b730886a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37a5b417-a700-4613-964b-2a81b730886a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:59:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:46,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.337s 2018-08-21 06:59:46,011 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-3e8c8621-bb1a-4657-bcf9-9978352e40aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e8c8621-bb1a-4657-bcf9-9978352e40aa'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:46,024 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:59:47,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.179s 2018-08-21 06:59:47,207 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-94b301af-936b-4ee1-9ef0-b930961b7cff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94b301af-936b-4ee1-9ef0-b930961b7cff'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:47,219 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:59:48,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.172s 2018-08-21 06:59:48,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-da8dafb5-e058-4a62-b6d8-cedea70059a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da8dafb5-e058-4a62-b6d8-cedea70059a4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:50,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.713s 2018-08-21 06:59:50,121 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-fc505683-2760-48fe-98b1-fdc69f3c19cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc505683-2760-48fe-98b1-fdc69f3c19cf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:51,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.830s 2018-08-21 06:59:51,963 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:51,979 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:59:52,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.153s 2018-08-21 06:59:52,134 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-302c9f15-b48e-49bd-acac-992e94bf970f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-302c9f15-b48e-49bd-acac-992e94bf970f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:52,148 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 66977cb3-f728-4e09-810d-234dfb07cbc2 with status: ACTIVE 2018-08-21 06:59:53,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/ports 1.038s 2018-08-21 06:59:53,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-497188439", "security_groups": ["51cf0825-084e-4c02-89a4-ea40111a7f17"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:59:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d7b2f97-5e7b-406d-9031-3af7e9400e65'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:59:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:59:52Z","name":"tempest-port-smoke-497188439","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:aa:17:61","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"0226b82c-3b3c-4609-8ed3-552ae10afd7e","ip_address":"10.102.21.20"}],"id":"594e0a4a-84ed-4f38-b194-edacbe144da6","security_groups":["51cf0825-084e-4c02-89a4-ea40111a7f17"],"device_id":""}} 2018-08-21 06:59:54,592 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.44:8774/v2.1/servers 1.403s 2018-08-21 06:59:54,593 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-958306586", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "port": "594e0a4a-84ed-4f38-b194-edacbe144da6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-73f44768-1975-4788-887b-2db246261b24', 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73f44768-1975-4788-887b-2db246261b24'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "adminPass": "fbV9zPuLpstR"}} 2018-08-21 06:59:54,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.251s 2018-08-21 06:59:54,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:59:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:56,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.196s 2018-08-21 06:59:56,065 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:56,091 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:59:57,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.353s 2018-08-21 06:59:57,446 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-4bcf0b41-a120-4075-8e9c-4907977610fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bcf0b41-a120-4075-8e9c-4907977610fa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:57,459 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:59:59,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 1.083s 2018-08-21 06:59:59,545 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:00:00,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.142s 2018-08-21 07:00:00,703 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:00:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:00:00,717 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:00:00,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.155s 2018-08-21 07:00:00,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-8b4867d2-c1d8-4ca3-b098-131de16b2a47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:00:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b4867d2-c1d8-4ca3-b098-131de16b2a47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:00:00,893 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 94e557a4-b61c-4790-b53a-8a0235806dd4 with status: ACTIVE 2018-08-21 07:00:01,202 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.308s 2018-08-21 07:00:01,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:00:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beb09799-b323-4fef-8b09-1f12e84963ab'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "9571868c-843b-4460-b7d5-fbb7a25957fd"}} 2018-08-21 07:00:01,555 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations 0.351s 2018-08-21 07:00:01,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations', u'date': 'Tue, 21 Aug 2018 07:00:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4c003036-56d2-4989-b88b-fba1bee248d2'} Body: {"network_association": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "id": "1fa3436d-090c-4d34-9c55-cc4a6af90446"}} 2018-08-21 07:00:02,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations 0.443s 2018-08-21 07:00:02,001 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations', u'date': 'Tue, 21 Aug 2018 07:00:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab9022c1-ed18-468a-9df0-2da51b6c0010'} Body: {"network_association": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "id": "203a6505-4e08-49ec-ab55-d86c79a2e28e"}} 2018-08-21 07:00:02,001 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:00:02,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/routers 0.136s 2018-08-21 07:00:02,139 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1584622478", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:00:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96614504-e743-46c5-a165-3f4664cb9eaf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:02Z", "admin_state_up": true, "updated_at": "2018-08-21T07:00:02Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "name": "tempest-router--1584622478"}} 2018-08-21 07:00:03,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137 1.754s 2018-08-21 07:00:03,894 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137', u'date': 'Tue, 21 Aug 2018 07:00:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25d3cc57-8c75-4288-a43d-d4dfda66094b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:02Z", "admin_state_up": true, "updated_at": "2018-08-21T07:00:03Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "name": "tempest-router--1584622478"}} 2018-08-21 07:00:06,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/add_router_interface 2.146s 2018-08-21 07:00:06,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:00:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36e95f58-821c-4095-97e6-69be68f9b6db'} Body: {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c", "subnet_ids": ["2454ceae-f4d3-46ef-8f60-e40d3fcd417c"], "port_id": "0eca6e1b-3c0f-46c0-83b1-065718f2b9e7", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137"} 2018-08-21 07:00:07,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.853s 2018-08-21 07:00:07,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "a72dd0f8-5975-49af-aea0-7c7bda32c293"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:00:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36709879-4007-4e47-8131-ef827fc61a82'} Body: {"floatingip": {"router_id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:00:07Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.216", "revision_number": 0, "port_id": "a72dd0f8-5975-49af-aea0-7c7bda32c293", "id": "11127058-9c01-40c6-a82d-45fa22c48fab", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:07Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:00:07,903 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:00:10,913 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:00:10,979 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:00:11,010 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:00:11,125 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-21 07:00:11,125 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:00:11,127 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:00:11,185 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:00:11,191 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:00:16,198 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:00:16,199 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:01:26,258 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-21 07:01:26,259 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:01:26,262 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:01:26,325 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:01:26,327 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:01:31,334 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:01:31,335 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:02:41,372 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:02:41,373 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-21 07:02:41,373 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,380 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,480 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,507 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:02:41,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:d4:ad:38 [ether] on eth0 2018-08-21 07:02:41,514 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-21 07:02:41,514 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,516 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,577 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,580 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,589 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:02:41,590 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-21 07:02:41,590 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,592 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,652 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,656 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,662 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-21 07:02:41,662 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,664 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,725 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,728 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,734 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:02:41,735 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:d4:ad:38 [ether] on eth0 2018-08-21 07:02:41,735 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-21 07:02:41,736 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,738 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,801 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,802 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:46,810 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:02:46,810 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:03:56,864 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-21 07:03:56,864 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:03:56,870 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:03:56,966 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:03:56,997 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:04:02,004 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:04:02,004 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:05:12,053 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:05:12,054 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.216: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:05:13,620 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/11127058-9c01-40c6-a82d-45fa22c48fab 1.564s 2018-08-21 07:05:13,621 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/11127058-9c01-40c6-a82d-45fa22c48fab', u'date': 'Tue, 21 Aug 2018 07:05:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce43fcee-4fcb-463e-9d9a-1739e7eef794'} Body: 2018-08-21 07:05:15,611 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/remove_router_interface 1.989s 2018-08-21 07:05:15,611 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83b35e4d-faa9-43e1-8f05-106fa59f2c37'} Body: {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c", "subnet_ids": ["2454ceae-f4d3-46ef-8f60-e40d3fcd417c"], "port_id": "0eca6e1b-3c0f-46c0-83b1-065718f2b9e7", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137"} 2018-08-21 07:05:17,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137 2.256s 2018-08-21 07:05:17,869 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137', u'date': 'Tue, 21 Aug 2018 07:05:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-60de0823-7084-4638-901a-15b624c98a34'} Body: 2018-08-21 07:05:18,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.505s 2018-08-21 07:05:18,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-ff715ae5-e67c-48b5-a07b-ef41eec966b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff715ae5-e67c-48b5-a07b-ef41eec966b9'} Body: 2018-08-21 07:05:19,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.977s 2018-08-21 07:05:19,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': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-e7eec113-9326-413b-b905-7090110dd58f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7eec113-9326-413b-b905-7090110dd58f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:18Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:20,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.056s 2018-08-21 07:05:20,436 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-01de4593-11df-42d6-a035-107141e77390', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:20 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-01de4593-11df-42d6-a035-107141e77390'} Body: {"itemNotFound": {"message": "Instance 94e557a4-b61c-4790-b53a-8a0235806dd4 could not be found.", "code": 404}} 2018-08-21 07:05:21,712 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/594e0a4a-84ed-4f38-b194-edacbe144da6 1.274s 2018-08-21 07:05:21,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/594e0a4a-84ed-4f38-b194-edacbe144da6', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a2facd61-7afa-4e50-9635-a8dd7787f800'} Body: 2018-08-21 07:05:21,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.183s 2018-08-21 07:05:21,898 63 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b2b04941-97ca-40f6-af99-99a38cb3459d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2b04941-97ca-40f6-af99-99a38cb3459d'} Body: 2018-08-21 07:05:22,626 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.727s 2018-08-21 07:05:22,627 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-df6d6c23-728e-4c73-930a-e7ed745dce3d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df6d6c23-728e-4c73-930a-e7ed745dce3d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:21Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:24,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.398s 2018-08-21 07:05:24,042 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b1023e3c-ef38-4dd1-a003-996abb761210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1023e3c-ef38-4dd1-a003-996abb761210'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:22Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:25,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.042s 2018-08-21 07:05:25,100 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b7556c48-6863-455c-84df-4a7dc1856407', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b7556c48-6863-455c-84df-4a7dc1856407'} Body: {"itemNotFound": {"message": "Instance 66977cb3-f728-4e09-810d-234dfb07cbc2 could not be found.", "code": 404}} 2018-08-21 07:05:25,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/a72dd0f8-5975-49af-aea0-7c7bda32c293 0.671s 2018-08-21 07:05:25,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/a72dd0f8-5975-49af-aea0-7c7bda32c293', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff8fcde3-17e0-4db1-bcc5-b78815d62efe'} Body: 2018-08-21 07:05:25,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-958306586 0.060s 2018-08-21 07:05:25,834 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-958306586', u'x-compute-request-id': 'req-3d7067f3-9fd8-4c45-ace9-e792aea19d66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d7067f3-9fd8-4c45-ace9-e792aea19d66'} Body: 2018-08-21 07:05:26,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/0226b82c-3b3c-4609-8ed3-552ae10afd7e 1.016s 2018-08-21 07:05:26,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/0226b82c-3b3c-4609-8ed3-552ae10afd7e', u'date': 'Tue, 21 Aug 2018 07:05:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7afe6f65-8146-431d-bedc-32e9de4b6532'} Body: 2018-08-21 07:05:28,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c530f9e2-a164-43b7-afe9-216db1ce15ef 1.999s 2018-08-21 07:05:28,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c530f9e2-a164-43b7-afe9-216db1ce15ef', u'date': 'Tue, 21 Aug 2018 07:05:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f16df49-b3dc-478b-82b4-64f91e77d07c'} Body: 2018-08-21 07:05:29,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/2454ceae-f4d3-46ef-8f60-e40d3fcd417c 1.049s 2018-08-21 07:05:29,904 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/2454ceae-f4d3-46ef-8f60-e40d3fcd417c', u'date': 'Tue, 21 Aug 2018 07:05:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e0dadf6-6c49-49ef-a981-11ac858078a2'} Body: 2018-08-21 07:05:32,015 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/85380806-53b0-4dac-b140-c7bfa440b082 2.110s 2018-08-21 07:05:32,016 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/85380806-53b0-4dac-b140-c7bfa440b082', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25d6aeb1-0db9-43d4-b078-d5e9ac676aa3'} Body: 2018-08-21 07:05:32,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/51cf0825-084e-4c02-89a4-ea40111a7f17 0.491s 2018-08-21 07:05:32,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.44:9696/v2.0/security-groups/51cf0825-084e-4c02-89a4-ea40111a7f17', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-107da806-d6b7-4dfa-9106-0c9cb69b26a5'} Body: 2018-08-21 07:05:32.769 63 INFO tempest.lib.common.rest_client [req-16d41e2e-43b1-4994-8f83-d55e6b974fad ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.235s 2018-08-21 07:05:32.770 63 DEBUG tempest.lib.common.rest_client [req-16d41e2e-43b1-4994-8f83-d55e6b974fad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1971281610 description", "name": "tempest-secgroup-smoke-1971281610"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16d41e2e-43b1-4994-8f83-d55e6b974fad'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1971281610 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:32Z", "updated_at": "2018-08-21T07:05:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:05:32Z", "revision_number": 0, "id": "72768f9f-f416-4d5f-8073-2ef4ba526573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:05:32Z", "revision_number": 0, "id": "eed45c76-bb58-4336-99ca-0942ef98d8ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "name": "tempest-secgroup-smoke-1971281610"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:32.976 63 INFO tempest.lib.common.rest_client [req-b9875c89-ae13-4a78-9130-b786ad743779 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.204s 2018-08-21 07:05:32.976 63 DEBUG tempest.lib.common.rest_client [req-b9875c89-ae13-4a78-9130-b786ad743779 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9875c89-ae13-4a78-9130-b786ad743779'} 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-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "598db798-7ba9-4ef8-8265-fc5c31ec94ce"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:33.137 63 INFO tempest.lib.common.rest_client [req-1e4c7ebb-8349-4f71-91f9-bf6065ee475b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.159s 2018-08-21 07:05:33.137 63 DEBUG tempest.lib.common.rest_client [req-1e4c7ebb-8349-4f71-91f9-bf6065ee475b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1e4c7ebb-8349-4f71-91f9-bf6065ee475b'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c3ed66f0-8630-4732-8928-ad8f7b3cb14a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:33.287 63 INFO tempest.lib.common.rest_client [req-c0ebe0c7-cba1-4f47-9697-54cc3006d790 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:05:33.287 63 DEBUG tempest.lib.common.rest_client [req-c0ebe0c7-cba1-4f47-9697-54cc3006d790 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0ebe0c7-cba1-4f47-9697-54cc3006d790'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bdc72c8a-58f1-4fa7-af73-0f689c677320"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:33.812 63 INFO tempest.lib.common.rest_client [req-3a891563-9a67-47c4-84cc-bd7ab4f92461 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.523s 2018-08-21 07:05:33.812 63 DEBUG tempest.lib.common.rest_client [req-3a891563-9a67-47c4-84cc-bd7ab4f92461 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a891563-9a67-47c4-84cc-bd7ab4f92461'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "da979273-f318-4af5-b8bc-a0a4d56c1221"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:33.976 63 INFO tempest.lib.common.rest_client [req-26b75f6f-e591-4b09-87c6-4a9dfbc68ee8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:05:33.976 63 DEBUG tempest.lib.common.rest_client [req-26b75f6f-e591-4b09-87c6-4a9dfbc68ee8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26b75f6f-e591-4b09-87c6-4a9dfbc68ee8'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "15a2bac5-f795-4362-8a57-b2bc9dff01c4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:34.125 63 INFO tempest.lib.common.rest_client [req-848914c4-8887-443c-8d3d-a460578f849e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:05:34.126 63 DEBUG tempest.lib.common.rest_client [req-848914c4-8887-443c-8d3d-a460578f849e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-848914c4-8887-443c-8d3d-a460578f849e'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "346cf427-abb8-437d-930d-449e25b571a8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:34.279 63 INFO tempest.lib.common.rest_client [req-a8c532ce-2b48-4b58-8523-e761d9d2386b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:05:34.280 63 DEBUG tempest.lib.common.rest_client [req-a8c532ce-2b48-4b58-8523-e761d9d2386b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8c532ce-2b48-4b58-8523-e761d9d2386b'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03ba6f83-5309-434c-b9d1-239304c643d9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:34.453 63 INFO tempest.lib.common.rest_client [req-2f6cd561-c5e3-4ce8-95d7-ce6910bf9402 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:05:34.453 63 DEBUG tempest.lib.common.rest_client [req-2f6cd561-c5e3-4ce8-95d7-ce6910bf9402 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f6cd561-c5e3-4ce8-95d7-ce6910bf9402'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "91a993e2-4fd9-489d-be31-297dc77af9d3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:34.669 63 INFO tempest.lib.common.rest_client [req-2cd0b759-a9da-4cc8-a88d-489c44f3ce05 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.214s 2018-08-21 07:05:34.670 63 DEBUG tempest.lib.common.rest_client [req-2cd0b759-a9da-4cc8-a88d-489c44f3ce05 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1125645722"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cd0b759-a9da-4cc8-a88d-489c44f3ce05'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:05:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","name":"tempest-A-1125645722"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:35.793 63 INFO tempest.lib.common.rest_client [req-57e3151f-b3a0-4183-9590-dedb6d535a40 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.122s 2018-08-21 07:05:35.794 63 DEBUG tempest.lib.common.rest_client [req-57e3151f-b3a0-4183-9590-dedb6d535a40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "name": "tempest-subnet-A-1-1682339603"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:05:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57e3151f-b3a0-4183-9590-dedb6d535a40'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:35Z","dns_nameservers":[],"updated_at":"2018-08-21T07:05:35Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","subnetpool_id":null,"name":"tempest-subnet-A-1-1682339603"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:36.021 63 INFO tempest.lib.common.rest_client [req-dcd03a3d-ff43-44ee-b37d-75c73549d22e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.225s 2018-08-21 07:05:36.021 63 DEBUG tempest.lib.common.rest_client [req-dcd03a3d-ff43-44ee-b37d-75c73549d22e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1451740231"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:05:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dcd03a3d-ff43-44ee-b37d-75c73549d22e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:05:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"6085ba12-2513-4565-babb-8a1e83a004d9","name":"tempest-B-1451740231"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:37.107 63 INFO tempest.lib.common.rest_client [req-90bee1ae-e02d-4119-a9b7-282f7367b5b0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.085s 2018-08-21 07:05:37.108 63 DEBUG tempest.lib.common.rest_client [req-90bee1ae-e02d-4119-a9b7-282f7367b5b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "name": "tempest-subnet-B-1-535299419"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90bee1ae-e02d-4119-a9b7-282f7367b5b0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:36Z","dns_nameservers":[],"updated_at":"2018-08-21T07:05:36Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"16c78733-a677-477b-ac9b-426487d6063c","subnetpool_id":null,"name":"tempest-subnet-B-1-535299419"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:37.613 63 INFO tempest.lib.common.rest_client [req-02c08f17-d499-4360-804b-e6ee1851146b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.504s 2018-08-21 07:05:37.613 63 DEBUG tempest.lib.common.rest_client [req-02c08f17-d499-4360-804b-e6ee1851146b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02c08f17-d499-4360-804b-e6ee1851146b'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "c4e56c8d-c0fe-4f2e-b545-64203e4d6b87"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:37.818 63 INFO tempest.lib.common.rest_client [req-447c517c-e30d-4f06-be87-ac95986f5b9d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.204s 2018-08-21 07:05:37.819 63 DEBUG tempest.lib.common.rest_client [req-447c517c-e30d-4f06-be87-ac95986f5b9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-348863498"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-447c517c-e30d-4f06-be87-ac95986f5b9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-447c517c-e30d-4f06-be87-ac95986f5b9d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAzrOUur6hsxEFvkilrWEp89sqYQLM0VgMPLDDE/eWemGNSnPNH9x2JVcOLcC9Vq9rtkVGOqENFDfcJabuIYfj5Ta4G4HOYhcdIi0WYjc2UHbSAfgKScy8gbzZbob8Fg/7Se+QaXKTl5zGUCgum3bsJMG6HjrgBMiTHO4fiwZiI3ez+m0wQUU4NsmVoOqGfbOSldRpNEhZ0lOGpxK51BJoZjaJXnpMcM9qquG1GuWVD+Xlv8lNiuuesPI0VlPvQtrbp3w836Kn2khpxkKAt9tWKLmtag9SrJkk1Pa1/SB6JnR/dd8ltRVz19H2riBfwbCTkRvT5y9vSSxLPwalJr4X Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwM6zlLq+obMRBb5Ipa1hKfPbKmECzNFYDDywwxP3lnphjUpz\nzR/cdiVXDi3AvVava7ZFRjqhDRQ33CWm7iGH4+U2uBuBzmIXHSItFmI3NlB20gH4\nCknMvIG82W6G/BYP+0nvkGlyk5ecxlAoLpt27CTBuh464ATIkxzuH4sGYiN3s/pt\nMEFFODbJlaDqhn2zkpXUaTRIWdJThqcSudQSaGY2iV56THDPaqrhtRrllQ/l5b/J\nTYrrnrDyNFZT70La26d8PN+ip9pIacZCgLfbVii5rWoPUqyZJNT2tf0geiZ0f3Xf\nJbUVc9fR9q4gX8Gwk5Eb0+cvb0ksSz8GpSa+FwIDAQABAoIBADH/qDwibTr7d6eY\nn7gvDOpXLXeA7rv0cbPCrUf5TpQ8Kj38l6kS4RXWOwwXO0seRqFVBAPhQlBk9NNn\nBDHuihHEJ/t4TqIZd8r7SNvsHks8dIOjNRJd7vTXZASyj9ihVAWjN7eoUKkLgQFA\nWhsz/5PfOEmuezAKrYTQ1MNjRwV9n9nu8oJov/wG3HiGKDtr8Bg+uLhuHmgeVpx+\noINAZQs5zoiWkRzcFy8Qt7U6jsbUqrATBeNcx7ACTCSXOXdsC530knsLLVX1CGtS\nKTniq8UG2Cy8rXW7Qd3n4NMUpEADXGHqAluOMzdL/27E1dHSxcRJUXvdVZefJJGO\nuGUEVnECgYEA4NXrJ9g/uGJxZEbyOAqO1QyToAS5bGkdZgX4NiK03fKzIddqAm/0\nwPiJkA83ctsWHsgiMz9Qs7Xgm5uZ8ekZ36igZ70LPWSMmnJiN1ffOioVvG/ovfW1\naU3moONu3Y2fa9ZWGZEdGAD1S69I2d8ucy/2rOr2D5TX9wTycuRWAdkCgYEA24hK\n4nK5b7icZq/3bR/J4ZQcT07paSt1EElG3WfTHbCZXxoGhLvieIiyRqruP5iPCCHx\nbcVH9JCWrIEJLKzjNSmnzGW3E6XunBS5q4HXaiaRHF4DjT+cjqzkrwryDO1oMYIP\nJybVngP8aELnGMKiOAaSQeITZslsu0BvZ3TD2W8CgYEAzBAcQKu7GcTvmc3ypf6f\nKKsjicb/7G9zKVgdsjTJ5/ARuZNkOhYXFNX/NOs6rlo+t2157P14Z8OZumH91Vx2\nCVNpUv53px8NplhO4GA20PnFhKQln9PU9WCpBDmoNBoIKb39o3Lb7x9fg3PyMRyp\ncg6EWuler0GuyhqJWtH3ZfECgYBQItFLFhvQx2/4IBXOtMLp4DnxTVnwtRdXaZg/\nq+2psdRandJxU3BZFXUWTMEJX/QeQN2zd0dL5BfMQpIJx9ZsipchCqQovPJ78SjR\njWUH76oa08qyHd1VS5FywCkZRPQ61kIXxZpGwye5G2rmY+35S5TKDe+NHsvdEqlX\n94yiawKBgFLCCm2yRMepmCZGL+qsduy3bYIA4UuvZDk11T3OF8iEkuGG2699rieu\nRoPzQ15LtEj12Ubz34DhSljjxcmDx44cHGCdkasw/mhG0Yo7hvjb7LbvJ5d+kHT4\nsQnpnBymYkdKpnnB/khttorfzgVMOLzguwGIp1NqNFyPNCXZWl6x\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-348863498", "fingerprint": "61:27:ef:aa:b0:b8:f6:6f:1e:12:ba:a3:d8:1b:a2:99"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:38.994 63 INFO tempest.lib.common.rest_client [req-ee40d98a-f05c-429a-9b8f-995fa7d21e68 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 1.171s 2018-08-21 07:05:38.995 63 DEBUG tempest.lib.common.rest_client [req-ee40d98a-f05c-429a-9b8f-995fa7d21e68 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2067567197", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee40d98a-f05c-429a-9b8f-995fa7d21e68'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:38Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:38Z","name":"tempest-port-smoke-2067567197","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:48:ed:6b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","ip_address":"10.101.11.10"}],"id":"73389b7f-d10b-45dd-8819-3a299bff8107","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:40.325 63 INFO tempest.lib.common.rest_client [req-8e1a1178-2bbf-466a-99d2-f703f56d5e83 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.328s 2018-08-21 07:05:40.325 63 DEBUG tempest.lib.common.rest_client [req-8e1a1178-2bbf-466a-99d2-f703f56d5e83 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "port": "73389b7f-d10b-45dd-8819-3a299bff8107"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-8e1a1178-2bbf-466a-99d2-f703f56d5e83', 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e1a1178-2bbf-466a-99d2-f703f56d5e83'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "adminPass": "AUCN2deh85pF"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:40.843 63 INFO tempest.lib.common.rest_client [req-1680c592-3bdd-45b3-a8e1-a6cd624a56be ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.511s 2018-08-21 07:05:40.843 63 DEBUG tempest.lib.common.rest_client [req-1680c592-3bdd-45b3-a8e1-a6cd624a56be ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-1680c592-3bdd-45b3-a8e1-a6cd624a56be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1680c592-3bdd-45b3-a8e1-a6cd624a56be'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:42.241 63 INFO tempest.lib.common.rest_client [req-750ec7d3-a5da-430a-b948-1d5ccb7c9227 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.382s 2018-08-21 07:05:42.241 63 DEBUG tempest.lib.common.rest_client [req-750ec7d3-a5da-430a-b948-1d5ccb7c9227 ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-750ec7d3-a5da-430a-b948-1d5ccb7c9227', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-750ec7d3-a5da-430a-b948-1d5ccb7c9227'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:42.255 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:05:43.601 63 INFO tempest.lib.common.rest_client [req-c4987f39-e7ef-405a-8a07-e4be41d59658 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.344s 2018-08-21 07:05:43.602 63 DEBUG tempest.lib.common.rest_client [req-c4987f39-e7ef-405a-8a07-e4be41d59658 ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-c4987f39-e7ef-405a-8a07-e4be41d59658', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4987f39-e7ef-405a-8a07-e4be41d59658'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:43.616 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:05:45.055 63 INFO tempest.lib.common.rest_client [req-2d23fee1-acfa-46a5-96f5-c053413fa8af ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.437s 2018-08-21 07:05:45.056 63 DEBUG tempest.lib.common.rest_client [req-2d23fee1-acfa-46a5-96f5-c053413fa8af ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-2d23fee1-acfa-46a5-96f5-c053413fa8af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d23fee1-acfa-46a5-96f5-c053413fa8af'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:46.240 63 INFO tempest.lib.common.rest_client [req-fc7f5e0f-808e-41fb-9852-cd330fa3a003 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.169s 2018-08-21 07:05:46.240 63 DEBUG tempest.lib.common.rest_client [req-fc7f5e0f-808e-41fb-9852-cd330fa3a003 ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-fc7f5e0f-808e-41fb-9852-cd330fa3a003', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc7f5e0f-808e-41fb-9852-cd330fa3a003'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:46.252 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:05:46.597 63 INFO tempest.lib.common.rest_client [req-3e19e01e-1e69-452e-972a-794a1e9abc13 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.343s 2018-08-21 07:05:46.598 63 DEBUG tempest.lib.common.rest_client [req-3e19e01e-1e69-452e-972a-794a1e9abc13 ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-3e19e01e-1e69-452e-972a-794a1e9abc13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e19e01e-1e69-452e-972a-794a1e9abc13'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:46.611 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b2896f01-2237-41ea-9402-0ca72f9326cb with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:05:47.942 63 INFO tempest.lib.common.rest_client [req-6fc7787e-1442-4a28-8e70-5caa66250cb8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 1.331s 2018-08-21 07:05:47.943 63 DEBUG tempest.lib.common.rest_client [req-6fc7787e-1442-4a28-8e70-5caa66250cb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1375983518", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fc7787e-1442-4a28-8e70-5caa66250cb8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:47Z","name":"tempest-port-smoke-1375983518","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5a:ec:18","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"16c78733-a677-477b-ac9b-426487d6063c","ip_address":"10.102.21.20"}],"id":"8832e1d7-50db-407c-8d8e-de6aac1ea43e","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:49.915 63 INFO tempest.lib.common.rest_client [req-acd65bc0-8f2a-49f5-9de0-44e898002fb2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.971s 2018-08-21 07:05:49.916 63 DEBUG tempest.lib.common.rest_client [req-acd65bc0-8f2a-49f5-9de0-44e898002fb2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6085ba12-2513-4565-babb-8a1e83a004d9", "port": "8832e1d7-50db-407c-8d8e-de6aac1ea43e"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-acd65bc0-8f2a-49f5-9de0-44e898002fb2', 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acd65bc0-8f2a-49f5-9de0-44e898002fb2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "adminPass": "E5TcgRJhrEXA"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:50.154 63 INFO tempest.lib.common.rest_client [req-9504d3f9-e054-4773-8f20-5f3451871ad2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.235s 2018-08-21 07:05:50.154 63 DEBUG tempest.lib.common.rest_client [req-9504d3f9-e054-4773-8f20-5f3451871ad2 ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-9504d3f9-e054-4773-8f20-5f3451871ad2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9504d3f9-e054-4773-8f20-5f3451871ad2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:51.236 63 INFO tempest.lib.common.rest_client [req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.073s 2018-08-21 07:05:51.236 63 DEBUG tempest.lib.common.rest_client [req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:53.363 63 INFO tempest.lib.common.rest_client [req-210f2187-faa5-4150-a941-15ce030c7afd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 1.115s 2018-08-21 07:05:53.364 63 DEBUG tempest.lib.common.rest_client [req-210f2187-faa5-4150-a941-15ce030c7afd ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-210f2187-faa5-4150-a941-15ce030c7afd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-210f2187-faa5-4150-a941-15ce030c7afd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:53.377 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 07:05:54.807 63 INFO tempest.lib.common.rest_client [req-7844d824-1a01-4d30-a48b-f053fd5d6732 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.428s 2018-08-21 07:05:54.808 63 DEBUG tempest.lib.common.rest_client [req-7844d824-1a01-4d30-a48b-f053fd5d6732 ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-7844d824-1a01-4d30-a48b-f053fd5d6732', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7844d824-1a01-4d30-a48b-f053fd5d6732'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:54.820 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:05:56.148 63 INFO tempest.lib.common.rest_client [req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.326s 2018-08-21 07:05:56.148 63 DEBUG tempest.lib.common.rest_client [req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:56.161 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:05:56.610 63 INFO tempest.lib.common.rest_client [req-9d945a70-8136-4146-bde9-71ba91c52a22 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.448s 2018-08-21 07:05:56.611 63 DEBUG tempest.lib.common.rest_client [req-9d945a70-8136-4146-bde9-71ba91c52a22 ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-9d945a70-8136-4146-bde9-71ba91c52a22', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d945a70-8136-4146-bde9-71ba91c52a22'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:56.622 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: ad64fa5d-6db6-4e37-89d1-532eb8693b4a with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:05:57.382 63 INFO tempest.lib.common.rest_client [req-422a3fe6-3a6e-4bd3-aa5f-6c4abefa01ce ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.759s 2018-08-21 07:05:57.383 63 DEBUG tempest.lib.common.rest_client [req-422a3fe6-3a6e-4bd3-aa5f-6c4abefa01ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-165114669", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-422a3fe6-3a6e-4bd3-aa5f-6c4abefa01ce'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:56Z","name":"tempest-port-smoke-165114669","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:93:25:a7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","ip_address":"10.101.11.30"}],"id":"96010127-ed87-4649-bdb8-d2596ba9da3b","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:59.036 63 INFO tempest.lib.common.rest_client [req-be103272-c99b-4744-a9f5-b58d0ca79fd0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.651s 2018-08-21 07:05:59.036 63 DEBUG tempest.lib.common.rest_client [req-be103272-c99b-4744-a9f5-b58d0ca79fd0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "port": "96010127-ed87-4649-bdb8-d2596ba9da3b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-be103272-c99b-4744-a9f5-b58d0ca79fd0', 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be103272-c99b-4744-a9f5-b58d0ca79fd0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "adminPass": "mMMn3J9zfsrj"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:05:59.293 63 INFO tempest.lib.common.rest_client [req-0014884a-1674-45e3-8bd0-825f6d1c1dd3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.249s 2018-08-21 07:05:59.293 63 DEBUG tempest.lib.common.rest_client [req-0014884a-1674-45e3-8bd0-825f6d1c1dd3 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-0014884a-1674-45e3-8bd0-825f6d1c1dd3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0014884a-1674-45e3-8bd0-825f6d1c1dd3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:00.378 63 INFO tempest.lib.common.rest_client [req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.070s 2018-08-21 07:06:00.379 63 DEBUG tempest.lib.common.rest_client [req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:01.649 63 INFO tempest.lib.common.rest_client [req-85b4de00-b958-430a-b0b4-6a90ec40798b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.254s 2018-08-21 07:06:01.650 63 DEBUG tempest.lib.common.rest_client [req-85b4de00-b958-430a-b0b4-6a90ec40798b ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-85b4de00-b958-430a-b0b4-6a90ec40798b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85b4de00-b958-430a-b0b4-6a90ec40798b'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:01.662 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:06:03.058 63 INFO tempest.lib.common.rest_client [req-dc3445c9-187a-4377-8202-4028d7398ac2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.394s 2018-08-21 07:06:03.059 63 DEBUG tempest.lib.common.rest_client [req-dc3445c9-187a-4377-8202-4028d7398ac2 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-dc3445c9-187a-4377-8202-4028d7398ac2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc3445c9-187a-4377-8202-4028d7398ac2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:03.072 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:06:04.230 63 INFO tempest.lib.common.rest_client [req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.156s 2018-08-21 07:06:04.231 63 DEBUG tempest.lib.common.rest_client [req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:05.633 63 INFO tempest.lib.common.rest_client [req-99ec5722-4753-4eaa-8f60-0b2527081f80 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.388s 2018-08-21 07:06:05.634 63 DEBUG tempest.lib.common.rest_client [req-99ec5722-4753-4eaa-8f60-0b2527081f80 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-99ec5722-4753-4eaa-8f60-0b2527081f80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99ec5722-4753-4eaa-8f60-0b2527081f80'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:04Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:05.647 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:06:05.797 63 INFO tempest.lib.common.rest_client [req-0b656a9b-cd01-4d13-b204-471838c75fd4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.149s 2018-08-21 07:06:05.797 63 DEBUG tempest.lib.common.rest_client [req-0b656a9b-cd01-4d13-b204-471838c75fd4 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-0b656a9b-cd01-4d13-b204-471838c75fd4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0b656a9b-cd01-4d13-b204-471838c75fd4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:04Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:05.810 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: bac930b5-9c85-4f10-be4f-6c640f0f8714 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:06:06.594 63 INFO tempest.lib.common.rest_client [req-8d07aa8f-c923-47a6-aa68-a22a5efb77b6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.782s 2018-08-21 07:06:06.595 63 DEBUG tempest.lib.common.rest_client [req-8d07aa8f-c923-47a6-aa68-a22a5efb77b6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2075688731", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:06:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d07aa8f-c923-47a6-aa68-a22a5efb77b6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:06:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:06:06Z","name":"tempest-port-smoke-2075688731","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dd:00:0f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"16c78733-a677-477b-ac9b-426487d6063c","ip_address":"10.102.21.40"}],"id":"ed0c4659-898a-42df-a649-52e66a4eaf8b","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:08.474 63 INFO tempest.lib.common.rest_client [req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.878s 2018-08-21 07:06:08.475 63 DEBUG tempest.lib.common.rest_client [req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6085ba12-2513-4565-babb-8a1e83a004d9", "port": "ed0c4659-898a-42df-a649-52e66a4eaf8b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0', 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "adminPass": "cz6qeYMpZEyq"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:08.814 63 INFO tempest.lib.common.rest_client [req-cb693ac2-2d4b-4ed3-838c-a4680acf5922 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.335s 2018-08-21 07:06:08.815 63 DEBUG tempest.lib.common.rest_client [req-cb693ac2-2d4b-4ed3-838c-a4680acf5922 ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-cb693ac2-2d4b-4ed3-838c-a4680acf5922', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb693ac2-2d4b-4ed3-838c-a4680acf5922'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:09.887 63 INFO tempest.lib.common.rest_client [req-0fbad2a9-32f8-4ba1-81b4-c9215888c212 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.058s 2018-08-21 07:06:09.888 63 DEBUG tempest.lib.common.rest_client [req-0fbad2a9-32f8-4ba1-81b4-c9215888c212 ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-0fbad2a9-32f8-4ba1-81b4-c9215888c212', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fbad2a9-32f8-4ba1-81b4-c9215888c212'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:11.001 63 INFO tempest.lib.common.rest_client [req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.098s 2018-08-21 07:06:11.002 63 DEBUG tempest.lib.common.rest_client [req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:11.015 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:06:12.167 63 INFO tempest.lib.common.rest_client [req-509999ee-6343-4a10-ae19-1b39e2757a42 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.150s 2018-08-21 07:06:12.167 63 DEBUG tempest.lib.common.rest_client [req-509999ee-6343-4a10-ae19-1b39e2757a42 ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-509999ee-6343-4a10-ae19-1b39e2757a42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-509999ee-6343-4a10-ae19-1b39e2757a42'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:13.411 63 INFO tempest.lib.common.rest_client [req-3697a271-92a2-49d9-8fbf-85d033975b54 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.231s 2018-08-21 07:06:13.412 63 DEBUG tempest.lib.common.rest_client [req-3697a271-92a2-49d9-8fbf-85d033975b54 ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-3697a271-92a2-49d9-8fbf-85d033975b54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3697a271-92a2-49d9-8fbf-85d033975b54'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:13.425 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:06:13.840 63 INFO tempest.lib.common.rest_client [req-87510a7c-fad7-4f9d-a21a-4d947151306b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.414s 2018-08-21 07:06:13.840 63 DEBUG tempest.lib.common.rest_client [req-87510a7c-fad7-4f9d-a21a-4d947151306b ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-87510a7c-fad7-4f9d-a21a-4d947151306b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87510a7c-fad7-4f9d-a21a-4d947151306b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:13.854 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: dcb56af1-ce59-40ea-ba28-e743246d8e42 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:06:14.200 63 INFO tempest.lib.common.rest_client [req-e05a0014-4bef-41c8-80c2-0ab491bd9983 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations 0.345s 2018-08-21 07:06:14.200 63 DEBUG tempest.lib.common.rest_client [req-e05a0014-4bef-41c8-80c2-0ab491bd9983 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations', u'date': 'Tue, 21 Aug 2018 07:06:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e05a0014-4bef-41c8-80c2-0ab491bd9983'} Body: {"network_association": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "id": "404ca8b4-78c5-4be6-923c-537d47161f5b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:14.312 63 INFO tempest.lib.common.rest_client [req-f92dde90-3ae9-43ed-9e9e-2ef6bc4f7a6b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.110s 2018-08-21 07:06:14.312 63 DEBUG tempest.lib.common.rest_client [req-f92dde90-3ae9-43ed-9e9e-2ef6bc4f7a6b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--535439069", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:06:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f92dde90-3ae9-43ed-9e9e-2ef6bc4f7a6b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:14Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:14Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "name": "tempest-router--535439069"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:15.759 63 INFO tempest.lib.common.rest_client [req-e87fc69b-810a-469e-a415-f6eb65503841 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c 1.445s 2018-08-21 07:06:15.759 63 DEBUG tempest.lib.common.rest_client [req-e87fc69b-810a-469e-a415-f6eb65503841 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c', u'date': 'Tue, 21 Aug 2018 07:06:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e87fc69b-810a-469e-a415-f6eb65503841'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:14Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:15Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "name": "tempest-router--535439069"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:17.998 63 INFO tempest.lib.common.rest_client [req-734c2fd6-0072-4312-b768-45e1f20fc584 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/add_router_interface 2.237s 2018-08-21 07:06:17.999 63 DEBUG tempest.lib.common.rest_client [req-734c2fd6-0072-4312-b768-45e1f20fc584 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:06:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734c2fd6-0072-4312-b768-45e1f20fc584'} Body: {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd", "subnet_ids": ["6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"], "port_id": "c756a56c-4db8-4c29-80d9-a2282ed36b08", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:19.998 63 INFO tempest.lib.common.rest_client [req-b43f2618-bdc5-4496-9cdf-25b730a60989 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.998s 2018-08-21 07:06:19.999 63 DEBUG tempest.lib.common.rest_client [req-b43f2618-bdc5-4496-9cdf-25b730a60989 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "73389b7f-d10b-45dd-8819-3a299bff8107"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:06:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b43f2618-bdc5-4496-9cdf-25b730a60989'} Body: {"floatingip": {"router_id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:06:18Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "73389b7f-d10b-45dd-8819-3a299bff8107", "id": "470ac77b-9243-4bec-8e69-f6acf70850c7", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:20.000 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:28.014 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:28.078 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:06:28.079 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:28.195 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-21 07:06:28.196 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:28.199 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:28.260 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:06:28.263 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:33.269 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.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-21 07:06:33.270 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-21 07:06:33.271 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075976 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 07:06:33.272 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:33.274 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:33.335 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:06:33.338 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:33.453 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-21 07:06:33.453 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:33.455 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:33.517 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:06:33.520 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:37.527 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.074000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 07:06:38.225 63 INFO tempest.lib.common.rest_client [req-c7350f19-41ba-448f-9b62-b64275653a4e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations 0.697s 2018-08-21 07:06:38.226 63 DEBUG tempest.lib.common.rest_client [req-c7350f19-41ba-448f-9b62-b64275653a4e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations', u'date': 'Tue, 21 Aug 2018 07:06:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c7350f19-41ba-448f-9b62-b64275653a4e'} Body: {"network_association": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "id": "5f3e2c1f-1f2a-4b75-9f5a-bb61d5cf0aa8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:38.331 63 INFO tempest.lib.common.rest_client [req-07906824-7b6a-4e38-8a35-17e6e0701b80 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.104s 2018-08-21 07:06:38.331 63 DEBUG tempest.lib.common.rest_client [req-07906824-7b6a-4e38-8a35-17e6e0701b80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1455715665", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:06:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07906824-7b6a-4e38-8a35-17e6e0701b80'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:38Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a7a9cb30-b179-4953-93d0-3b4959923483", "name": "tempest-router--1455715665"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:39.413 63 INFO tempest.lib.common.rest_client [req-2ae82495-dde7-4f78-aac1-4680c426a27e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483 1.080s 2018-08-21 07:06:39.413 63 DEBUG tempest.lib.common.rest_client [req-2ae82495-dde7-4f78-aac1-4680c426a27e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483', u'date': 'Tue, 21 Aug 2018 07:06:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ae82495-dde7-4f78-aac1-4680c426a27e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:39Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a7a9cb30-b179-4953-93d0-3b4959923483", "name": "tempest-router--1455715665"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:41.463 63 INFO tempest.lib.common.rest_client [req-6cd3319b-2941-4055-b0eb-4e51252858cd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/add_router_interface 2.046s 2018-08-21 07:06:41.464 63 DEBUG tempest.lib.common.rest_client [req-6cd3319b-2941-4055-b0eb-4e51252858cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "16c78733-a677-477b-ac9b-426487d6063c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:06:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6cd3319b-2941-4055-b0eb-4e51252858cd'} Body: {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "16c78733-a677-477b-ac9b-426487d6063c", "subnet_ids": ["16c78733-a677-477b-ac9b-426487d6063c"], "port_id": "c4aabfba-0fc3-4b17-835d-e6c084e740c1", "id": "a7a9cb30-b179-4953-93d0-3b4959923483"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:43.283 63 INFO tempest.lib.common.rest_client [req-b6f9d3af-c1de-4676-b6b3-8d82b684285e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.818s 2018-08-21 07:06:43.284 63 DEBUG tempest.lib.common.rest_client [req-b6f9d3af-c1de-4676-b6b3-8d82b684285e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "8832e1d7-50db-407c-8d8e-de6aac1ea43e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:06:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6f9d3af-c1de-4676-b6b3-8d82b684285e'} Body: {"floatingip": {"router_id": "a7a9cb30-b179-4953-93d0-3b4959923483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:06:42Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "8832e1d7-50db-407c-8d8e-de6aac1ea43e", "id": "d602051a-9596-4883-8d00-602e8ce6d7d4", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:42Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:06:43.285 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:43.287 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:43.351 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:06:43.383 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:43.498 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-21 07:06:43.498 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:43.500 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:43.562 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:06:43.565 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:48.572 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.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-21 07:06:48.573 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-21 07:06:48.573 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075578 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 07:06:48.574 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 07:07:03.602 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:07:03.665 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:07:03.666 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 07:07:03.780 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-21 07:07:03.781 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 07:07:03.783 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:07:03.843 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:07:03.847 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 07:07:07.854 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.073613 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 07:07:07.855 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Updating targets in BGPVPN c4e56c8d-c0fe-4f2e-b545-64203e4d6b87 _update_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:990 2018-08-21 07:07:08.335 63 INFO tempest.lib.common.rest_client [req-71576d8f-04e2-4a92-86ed-7e1b5d9d128d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87 0.479s 2018-08-21 07:07:08.335 63 DEBUG tempest.lib.common.rest_client [req-71576d8f-04e2-4a92-86ed-7e1b5d9d128d ] 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.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87', u'date': 'Tue, 21 Aug 2018 07:07:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71576d8f-04e2-4a92-86ed-7e1b5d9d128d'} 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-21 07:07:09.423 63 INFO tempest.lib.common.rest_client [req-ad6d5aef-316b-4fca-a264-4ab9fcb9784f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/d602051a-9596-4883-8d00-602e8ce6d7d4 1.086s 2018-08-21 07:07:09.424 63 DEBUG tempest.lib.common.rest_client [req-ad6d5aef-316b-4fca-a264-4ab9fcb9784f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/d602051a-9596-4883-8d00-602e8ce6d7d4', u'date': 'Tue, 21 Aug 2018 07:07:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad6d5aef-316b-4fca-a264-4ab9fcb9784f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:11.645 63 INFO tempest.lib.common.rest_client [req-3afd3075-36f1-48c6-8d3d-98be5c519fbe ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/remove_router_interface 2.220s 2018-08-21 07:07:11.646 63 DEBUG tempest.lib.common.rest_client [req-3afd3075-36f1-48c6-8d3d-98be5c519fbe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "16c78733-a677-477b-ac9b-426487d6063c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:07:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3afd3075-36f1-48c6-8d3d-98be5c519fbe'} Body: {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "16c78733-a677-477b-ac9b-426487d6063c", "subnet_ids": ["16c78733-a677-477b-ac9b-426487d6063c"], "port_id": "c4aabfba-0fc3-4b17-835d-e6c084e740c1", "id": "a7a9cb30-b179-4953-93d0-3b4959923483"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:13.208 63 INFO tempest.lib.common.rest_client [req-d16541b0-7684-4df0-92be-80eee34238c4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483 1.560s 2018-08-21 07:07:13.208 63 DEBUG tempest.lib.common.rest_client [req-d16541b0-7684-4df0-92be-80eee34238c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483', u'date': 'Tue, 21 Aug 2018 07:07:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d16541b0-7684-4df0-92be-80eee34238c4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:14.628 63 INFO tempest.lib.common.rest_client [req-cff21e52-b2d5-4aad-be4e-3fd67380e537 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/470ac77b-9243-4bec-8e69-f6acf70850c7 1.419s 2018-08-21 07:07:14.629 63 DEBUG tempest.lib.common.rest_client [req-cff21e52-b2d5-4aad-be4e-3fd67380e537 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/470ac77b-9243-4bec-8e69-f6acf70850c7', u'date': 'Tue, 21 Aug 2018 07:07:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cff21e52-b2d5-4aad-be4e-3fd67380e537'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:16.303 63 INFO tempest.lib.common.rest_client [req-ab017b64-5435-4f15-ae44-4e9df3fbef2a ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/remove_router_interface 1.672s 2018-08-21 07:07:16.304 63 DEBUG tempest.lib.common.rest_client [req-ab017b64-5435-4f15-ae44-4e9df3fbef2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:07:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab017b64-5435-4f15-ae44-4e9df3fbef2a'} Body: {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd", "subnet_ids": ["6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"], "port_id": "c756a56c-4db8-4c29-80d9-a2282ed36b08", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:17.685 63 INFO tempest.lib.common.rest_client [req-6c80d36d-27cc-4199-8202-e0f54ae0fc6f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c 1.380s 2018-08-21 07:07:17.686 63 DEBUG tempest.lib.common.rest_client [req-6c80d36d-27cc-4199-8202-e0f54ae0fc6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6c80d36d-27cc-4199-8202-e0f54ae0fc6f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:17.880 63 INFO tempest.lib.common.rest_client [req-ca950f46-3903-43fb-8608-5e4be3fe8dc5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.190s 2018-08-21 07:07:17.881 63 DEBUG tempest.lib.common.rest_client [req-ca950f46-3903-43fb-8608-5e4be3fe8dc5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-ca950f46-3903-43fb-8608-5e4be3fe8dc5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca950f46-3903-43fb-8608-5e4be3fe8dc5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:18.318 63 INFO tempest.lib.common.rest_client [req-a6278b8b-eda3-496e-b470-ced659282f49 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.436s 2018-08-21 07:07:18.319 63 DEBUG tempest.lib.common.rest_client [req-a6278b8b-eda3-496e-b470-ced659282f49 ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-a6278b8b-eda3-496e-b470-ced659282f49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6278b8b-eda3-496e-b470-ced659282f49'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:20.134 63 INFO tempest.lib.common.rest_client [req-c70f152d-fcaf-41bb-8220-a30e48eca975 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.800s 2018-08-21 07:07:20.135 63 DEBUG tempest.lib.common.rest_client [req-c70f152d-fcaf-41bb-8220-a30e48eca975 ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-c70f152d-fcaf-41bb-8220-a30e48eca975', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c70f152d-fcaf-41bb-8220-a30e48eca975'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:18Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:21.405 63 INFO tempest.lib.common.rest_client [req-5adfcd7e-9e4d-4360-96c9-edb33158551f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.255s 2018-08-21 07:07:21.406 63 DEBUG tempest.lib.common.rest_client [req-5adfcd7e-9e4d-4360-96c9-edb33158551f ] 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-5adfcd7e-9e4d-4360-96c9-edb33158551f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5adfcd7e-9e4d-4360-96c9-edb33158551f'} Body: {"itemNotFound": {"message": "Instance dcb56af1-ce59-40ea-ba28-e743246d8e42 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:21.986 63 INFO tempest.lib.common.rest_client [req-acaa43f8-aed7-4841-a3d9-f2068794b0d1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ed0c4659-898a-42df-a649-52e66a4eaf8b 0.579s 2018-08-21 07:07:21.987 63 DEBUG tempest.lib.common.rest_client [req-acaa43f8-aed7-4841-a3d9-f2068794b0d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/ed0c4659-898a-42df-a649-52e66a4eaf8b', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-acaa43f8-aed7-4841-a3d9-f2068794b0d1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:22.148 63 INFO tempest.lib.common.rest_client [req-94a7fafa-42ab-4276-a162-4c34a3e84e21 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.160s 2018-08-21 07:07:22.148 63 DEBUG tempest.lib.common.rest_client [req-94a7fafa-42ab-4276-a162-4c34a3e84e21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-94a7fafa-42ab-4276-a162-4c34a3e84e21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a7fafa-42ab-4276-a162-4c34a3e84e21'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:22.519 63 INFO tempest.lib.common.rest_client [req-49d5f3b9-17aa-4351-b67b-8d2f51802d60 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.370s 2018-08-21 07:07:22.520 63 DEBUG tempest.lib.common.rest_client [req-49d5f3b9-17aa-4351-b67b-8d2f51802d60 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-49d5f3b9-17aa-4351-b67b-8d2f51802d60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49d5f3b9-17aa-4351-b67b-8d2f51802d60'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:22Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:23.580 63 INFO tempest.lib.common.rest_client [req-d8103966-691a-4645-9217-837d0309ef37 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.045s 2018-08-21 07:07:23.581 63 DEBUG tempest.lib.common.rest_client [req-d8103966-691a-4645-9217-837d0309ef37 ] 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-d8103966-691a-4645-9217-837d0309ef37', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d8103966-691a-4645-9217-837d0309ef37'} Body: {"itemNotFound": {"message": "Instance bac930b5-9c85-4f10-be4f-6c640f0f8714 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:24.473 63 INFO tempest.lib.common.rest_client [req-1ff7aa01-76a7-4de5-be69-16f5267b1cb9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/96010127-ed87-4649-bdb8-d2596ba9da3b 0.891s 2018-08-21 07:07:24.474 63 DEBUG tempest.lib.common.rest_client [req-1ff7aa01-76a7-4de5-be69-16f5267b1cb9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/96010127-ed87-4649-bdb8-d2596ba9da3b', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1ff7aa01-76a7-4de5-be69-16f5267b1cb9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:24.634 63 INFO tempest.lib.common.rest_client [req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.159s 2018-08-21 07:07:24.635 63 DEBUG tempest.lib.common.rest_client [req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:25.074 63 INFO tempest.lib.common.rest_client [req-da176319-0e87-4b9c-999f-5f9d52df60c0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.438s 2018-08-21 07:07:25.074 63 DEBUG tempest.lib.common.rest_client [req-da176319-0e87-4b9c-999f-5f9d52df60c0 ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-da176319-0e87-4b9c-999f-5f9d52df60c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da176319-0e87-4b9c-999f-5f9d52df60c0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:26.133 63 INFO tempest.lib.common.rest_client [req-1cdab648-9204-4b0e-8b22-d495df43c504 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.044s 2018-08-21 07:07:26.133 63 DEBUG tempest.lib.common.rest_client [req-1cdab648-9204-4b0e-8b22-d495df43c504 ] 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-1cdab648-9204-4b0e-8b22-d495df43c504', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:26 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1cdab648-9204-4b0e-8b22-d495df43c504'} Body: {"itemNotFound": {"message": "Instance ad64fa5d-6db6-4e37-89d1-532eb8693b4a could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:27.077 63 INFO tempest.lib.common.rest_client [req-0500a62c-60ad-476a-819c-6c7d706437db ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/8832e1d7-50db-407c-8d8e-de6aac1ea43e 0.942s 2018-08-21 07:07:27.077 63 DEBUG tempest.lib.common.rest_client [req-0500a62c-60ad-476a-819c-6c7d706437db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/8832e1d7-50db-407c-8d8e-de6aac1ea43e', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0500a62c-60ad-476a-819c-6c7d706437db'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:27.366 63 INFO tempest.lib.common.rest_client [req-b16002d4-2e12-4efb-ab92-7e462cbefa5c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.287s 2018-08-21 07:07:27.367 63 DEBUG tempest.lib.common.rest_client [req-b16002d4-2e12-4efb-ab92-7e462cbefa5c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-b16002d4-2e12-4efb-ab92-7e462cbefa5c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b16002d4-2e12-4efb-ab92-7e462cbefa5c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:27.552 63 INFO tempest.lib.common.rest_client [req-72c88376-aa04-4652-adc2-0b1d63f905e4 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.184s 2018-08-21 07:07:27.553 63 DEBUG tempest.lib.common.rest_client [req-72c88376-aa04-4652-adc2-0b1d63f905e4 ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-72c88376-aa04-4652-adc2-0b1d63f905e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72c88376-aa04-4652-adc2-0b1d63f905e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:28.955 63 INFO tempest.lib.common.rest_client [req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.386s 2018-08-21 07:07:28.955 63 DEBUG tempest.lib.common.rest_client [req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:30.016 63 INFO tempest.lib.common.rest_client [req-a8770755-2a87-4f82-8100-4fa1de452d1c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.045s 2018-08-21 07:07:30.017 63 DEBUG tempest.lib.common.rest_client [req-a8770755-2a87-4f82-8100-4fa1de452d1c ] 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-a8770755-2a87-4f82-8100-4fa1de452d1c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a8770755-2a87-4f82-8100-4fa1de452d1c'} Body: {"itemNotFound": {"message": "Instance b2896f01-2237-41ea-9402-0ca72f9326cb could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:30.907 63 INFO tempest.lib.common.rest_client [req-1c104c2b-e332-4302-a325-5edb09919f5c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/73389b7f-d10b-45dd-8819-3a299bff8107 0.888s 2018-08-21 07:07:30.908 63 DEBUG tempest.lib.common.rest_client [req-1c104c2b-e332-4302-a325-5edb09919f5c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/73389b7f-d10b-45dd-8819-3a299bff8107', u'date': 'Tue, 21 Aug 2018 07:07:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c104c2b-e332-4302-a325-5edb09919f5c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:30.961 63 INFO tempest.lib.common.rest_client [req-386595a1-8943-48bb-a38f-7f1a962b845c ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-348863498 0.052s 2018-08-21 07:07:30.962 63 DEBUG tempest.lib.common.rest_client [req-386595a1-8943-48bb-a38f-7f1a962b845c ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-348863498', u'x-compute-request-id': 'req-386595a1-8943-48bb-a38f-7f1a962b845c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-386595a1-8943-48bb-a38f-7f1a962b845c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:32.356 63 INFO tempest.lib.common.rest_client [req-40fb469d-1e5c-4113-90d5-96b2762f1056 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/16c78733-a677-477b-ac9b-426487d6063c 1.393s 2018-08-21 07:07:32.357 63 DEBUG tempest.lib.common.rest_client [req-40fb469d-1e5c-4113-90d5-96b2762f1056 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/16c78733-a677-477b-ac9b-426487d6063c', u'date': 'Tue, 21 Aug 2018 07:07:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40fb469d-1e5c-4113-90d5-96b2762f1056'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:34.508 63 INFO tempest.lib.common.rest_client [req-124ee570-3b5f-4cff-8c97-49fa9284c9d6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/6085ba12-2513-4565-babb-8a1e83a004d9 2.150s 2018-08-21 07:07:34.509 63 DEBUG tempest.lib.common.rest_client [req-124ee570-3b5f-4cff-8c97-49fa9284c9d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/6085ba12-2513-4565-babb-8a1e83a004d9', u'date': 'Tue, 21 Aug 2018 07:07:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-124ee570-3b5f-4cff-8c97-49fa9284c9d6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:36.035 63 INFO tempest.lib.common.rest_client [req-05cf6f7a-1a5a-4e24-9a3a-173862168290 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/6aa4c816-47cb-4b6b-b7f5-21fa769abdbd 1.525s 2018-08-21 07:07:36.036 63 DEBUG tempest.lib.common.rest_client [req-05cf6f7a-1a5a-4e24-9a3a-173862168290 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/6aa4c816-47cb-4b6b-b7f5-21fa769abdbd', u'date': 'Tue, 21 Aug 2018 07:07:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05cf6f7a-1a5a-4e24-9a3a-173862168290'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:38.073 63 INFO tempest.lib.common.rest_client [req-18b3fd60-735a-44fa-a6ad-e2b1ee99d7d6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/acabbeee-e7a3-4fc7-9bfa-d66242bab2b0 2.036s 2018-08-21 07:07:38.073 63 DEBUG tempest.lib.common.rest_client [req-18b3fd60-735a-44fa-a6ad-e2b1ee99d7d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/acabbeee-e7a3-4fc7-9bfa-d66242bab2b0', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18b3fd60-735a-44fa-a6ad-e2b1ee99d7d6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:38.341 63 INFO tempest.lib.common.rest_client [req-66d5a2ff-b2bf-4d01-8980-016d0d8a75f9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/2668296b-9ab2-4a56-a7b3-7b458675273c 0.267s 2018-08-21 07:07:38.341 63 DEBUG tempest.lib.common.rest_client [req-66d5a2ff-b2bf-4d01-8980-016d0d8a75f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/2668296b-9ab2-4a56-a7b3-7b458675273c', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66d5a2ff-b2bf-4d01-8980-016d0d8a75f9'} 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 [125.809088s] ... 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-21 07:05:32,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.235s 2018-08-21 07:05:32,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1971281610 description", "name": "tempest-secgroup-smoke-1971281610"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16d41e2e-43b1-4994-8f83-d55e6b974fad'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1971281610 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:32Z", "updated_at": "2018-08-21T07:05:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:05:32Z", "revision_number": 0, "id": "72768f9f-f416-4d5f-8073-2ef4ba526573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:05:32Z", "revision_number": 0, "id": "eed45c76-bb58-4336-99ca-0942ef98d8ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "name": "tempest-secgroup-smoke-1971281610"}} 2018-08-21 07:05:32,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.204s 2018-08-21 07:05:32,976 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9875c89-ae13-4a78-9130-b786ad743779'} 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-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "598db798-7ba9-4ef8-8265-fc5c31ec94ce"}} 2018-08-21 07:05:33,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.159s 2018-08-21 07:05:33,137 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1e4c7ebb-8349-4f71-91f9-bf6065ee475b'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c3ed66f0-8630-4732-8928-ad8f7b3cb14a"}} 2018-08-21 07:05:33,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:05:33,287 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0ebe0c7-cba1-4f47-9697-54cc3006d790'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bdc72c8a-58f1-4fa7-af73-0f689c677320"}} 2018-08-21 07:05:33,812 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.523s 2018-08-21 07:05:33,812 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a891563-9a67-47c4-84cc-bd7ab4f92461'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "da979273-f318-4af5-b8bc-a0a4d56c1221"}} 2018-08-21 07:05:33,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:05:33,976 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26b75f6f-e591-4b09-87c6-4a9dfbc68ee8'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "15a2bac5-f795-4362-8a57-b2bc9dff01c4"}} 2018-08-21 07:05:34,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:05:34,126 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-848914c4-8887-443c-8d3d-a460578f849e'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "346cf427-abb8-437d-930d-449e25b571a8"}} 2018-08-21 07:05:34,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:05:34,280 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8c532ce-2b48-4b58-8523-e761d9d2386b'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03ba6f83-5309-434c-b9d1-239304c643d9"}} 2018-08-21 07:05:34,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:05:34,453 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f6cd561-c5e3-4ce8-95d7-ce6910bf9402'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "91a993e2-4fd9-489d-be31-297dc77af9d3"}} 2018-08-21 07:05:34,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.214s 2018-08-21 07:05:34,670 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1125645722"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cd0b759-a9da-4cc8-a88d-489c44f3ce05'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:05:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","name":"tempest-A-1125645722"}} 2018-08-21 07:05:35,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.122s 2018-08-21 07:05:35,794 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "name": "tempest-subnet-A-1-1682339603"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:05:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57e3151f-b3a0-4183-9590-dedb6d535a40'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:35Z","dns_nameservers":[],"updated_at":"2018-08-21T07:05:35Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","subnetpool_id":null,"name":"tempest-subnet-A-1-1682339603"}} 2018-08-21 07:05:36,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.225s 2018-08-21 07:05:36,021 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1451740231"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:05:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dcd03a3d-ff43-44ee-b37d-75c73549d22e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:05:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"6085ba12-2513-4565-babb-8a1e83a004d9","name":"tempest-B-1451740231"}} 2018-08-21 07:05:37,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.085s 2018-08-21 07:05:37,108 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "name": "tempest-subnet-B-1-535299419"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90bee1ae-e02d-4119-a9b7-282f7367b5b0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:36Z","dns_nameservers":[],"updated_at":"2018-08-21T07:05:36Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"16c78733-a677-477b-ac9b-426487d6063c","subnetpool_id":null,"name":"tempest-subnet-B-1-535299419"}} 2018-08-21 07:05:37,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.504s 2018-08-21 07:05:37,613 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02c08f17-d499-4360-804b-e6ee1851146b'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "c4e56c8d-c0fe-4f2e-b545-64203e4d6b87"}} 2018-08-21 07:05:37,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.204s 2018-08-21 07:05:37,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-348863498"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-447c517c-e30d-4f06-be87-ac95986f5b9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-447c517c-e30d-4f06-be87-ac95986f5b9d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAzrOUur6hsxEFvkilrWEp89sqYQLM0VgMPLDDE/eWemGNSnPNH9x2JVcOLcC9Vq9rtkVGOqENFDfcJabuIYfj5Ta4G4HOYhcdIi0WYjc2UHbSAfgKScy8gbzZbob8Fg/7Se+QaXKTl5zGUCgum3bsJMG6HjrgBMiTHO4fiwZiI3ez+m0wQUU4NsmVoOqGfbOSldRpNEhZ0lOGpxK51BJoZjaJXnpMcM9qquG1GuWVD+Xlv8lNiuuesPI0VlPvQtrbp3w836Kn2khpxkKAt9tWKLmtag9SrJkk1Pa1/SB6JnR/dd8ltRVz19H2riBfwbCTkRvT5y9vSSxLPwalJr4X Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwM6zlLq+obMRBb5Ipa1hKfPbKmECzNFYDDywwxP3lnphjUpz\nzR/cdiVXDi3AvVava7ZFRjqhDRQ33CWm7iGH4+U2uBuBzmIXHSItFmI3NlB20gH4\nCknMvIG82W6G/BYP+0nvkGlyk5ecxlAoLpt27CTBuh464ATIkxzuH4sGYiN3s/pt\nMEFFODbJlaDqhn2zkpXUaTRIWdJThqcSudQSaGY2iV56THDPaqrhtRrllQ/l5b/J\nTYrrnrDyNFZT70La26d8PN+ip9pIacZCgLfbVii5rWoPUqyZJNT2tf0geiZ0f3Xf\nJbUVc9fR9q4gX8Gwk5Eb0+cvb0ksSz8GpSa+FwIDAQABAoIBADH/qDwibTr7d6eY\nn7gvDOpXLXeA7rv0cbPCrUf5TpQ8Kj38l6kS4RXWOwwXO0seRqFVBAPhQlBk9NNn\nBDHuihHEJ/t4TqIZd8r7SNvsHks8dIOjNRJd7vTXZASyj9ihVAWjN7eoUKkLgQFA\nWhsz/5PfOEmuezAKrYTQ1MNjRwV9n9nu8oJov/wG3HiGKDtr8Bg+uLhuHmgeVpx+\noINAZQs5zoiWkRzcFy8Qt7U6jsbUqrATBeNcx7ACTCSXOXdsC530knsLLVX1CGtS\nKTniq8UG2Cy8rXW7Qd3n4NMUpEADXGHqAluOMzdL/27E1dHSxcRJUXvdVZefJJGO\nuGUEVnECgYEA4NXrJ9g/uGJxZEbyOAqO1QyToAS5bGkdZgX4NiK03fKzIddqAm/0\nwPiJkA83ctsWHsgiMz9Qs7Xgm5uZ8ekZ36igZ70LPWSMmnJiN1ffOioVvG/ovfW1\naU3moONu3Y2fa9ZWGZEdGAD1S69I2d8ucy/2rOr2D5TX9wTycuRWAdkCgYEA24hK\n4nK5b7icZq/3bR/J4ZQcT07paSt1EElG3WfTHbCZXxoGhLvieIiyRqruP5iPCCHx\nbcVH9JCWrIEJLKzjNSmnzGW3E6XunBS5q4HXaiaRHF4DjT+cjqzkrwryDO1oMYIP\nJybVngP8aELnGMKiOAaSQeITZslsu0BvZ3TD2W8CgYEAzBAcQKu7GcTvmc3ypf6f\nKKsjicb/7G9zKVgdsjTJ5/ARuZNkOhYXFNX/NOs6rlo+t2157P14Z8OZumH91Vx2\nCVNpUv53px8NplhO4GA20PnFhKQln9PU9WCpBDmoNBoIKb39o3Lb7x9fg3PyMRyp\ncg6EWuler0GuyhqJWtH3ZfECgYBQItFLFhvQx2/4IBXOtMLp4DnxTVnwtRdXaZg/\nq+2psdRandJxU3BZFXUWTMEJX/QeQN2zd0dL5BfMQpIJx9ZsipchCqQovPJ78SjR\njWUH76oa08qyHd1VS5FywCkZRPQ61kIXxZpGwye5G2rmY+35S5TKDe+NHsvdEqlX\n94yiawKBgFLCCm2yRMepmCZGL+qsduy3bYIA4UuvZDk11T3OF8iEkuGG2699rieu\nRoPzQ15LtEj12Ubz34DhSljjxcmDx44cHGCdkasw/mhG0Yo7hvjb7LbvJ5d+kHT4\nsQnpnBymYkdKpnnB/khttorfzgVMOLzguwGIp1NqNFyPNCXZWl6x\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-348863498", "fingerprint": "61:27:ef:aa:b0:b8:f6:6f:1e:12:ba:a3:d8:1b:a2:99"}} 2018-08-21 07:05:38,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 1.171s 2018-08-21 07:05:38,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2067567197", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee40d98a-f05c-429a-9b8f-995fa7d21e68'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:38Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:38Z","name":"tempest-port-smoke-2067567197","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:48:ed:6b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","ip_address":"10.101.11.10"}],"id":"73389b7f-d10b-45dd-8819-3a299bff8107","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:05:40,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.328s 2018-08-21 07:05:40,325 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "port": "73389b7f-d10b-45dd-8819-3a299bff8107"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-8e1a1178-2bbf-466a-99d2-f703f56d5e83', 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e1a1178-2bbf-466a-99d2-f703f56d5e83'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "adminPass": "AUCN2deh85pF"}} 2018-08-21 07:05:40,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.511s 2018-08-21 07:05:40,843 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-1680c592-3bdd-45b3-a8e1-a6cd624a56be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1680c592-3bdd-45b3-a8e1-a6cd624a56be'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:42,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.382s 2018-08-21 07:05:42,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': '1321', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-750ec7d3-a5da-430a-b948-1d5ccb7c9227', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-750ec7d3-a5da-430a-b948-1d5ccb7c9227'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:42,255 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:05:43,601 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.344s 2018-08-21 07:05:43,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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-c4987f39-e7ef-405a-8a07-e4be41d59658', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4987f39-e7ef-405a-8a07-e4be41d59658'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:43,616 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:05:45,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.437s 2018-08-21 07:05:45,056 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-2d23fee1-acfa-46a5-96f5-c053413fa8af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d23fee1-acfa-46a5-96f5-c053413fa8af'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:46,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.169s 2018-08-21 07:05:46,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-fc7f5e0f-808e-41fb-9852-cd330fa3a003', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc7f5e0f-808e-41fb-9852-cd330fa3a003'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:46,252 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:05:46,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.343s 2018-08-21 07:05:46,598 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-3e19e01e-1e69-452e-972a-794a1e9abc13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e19e01e-1e69-452e-972a-794a1e9abc13'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:46,611 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b2896f01-2237-41ea-9402-0ca72f9326cb with status: ACTIVE 2018-08-21 07:05:47,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 1.331s 2018-08-21 07:05:47,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1375983518", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fc7787e-1442-4a28-8e70-5caa66250cb8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:47Z","name":"tempest-port-smoke-1375983518","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5a:ec:18","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"16c78733-a677-477b-ac9b-426487d6063c","ip_address":"10.102.21.20"}],"id":"8832e1d7-50db-407c-8d8e-de6aac1ea43e","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:05:49,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.971s 2018-08-21 07:05:49,916 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6085ba12-2513-4565-babb-8a1e83a004d9", "port": "8832e1d7-50db-407c-8d8e-de6aac1ea43e"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-acd65bc0-8f2a-49f5-9de0-44e898002fb2', 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acd65bc0-8f2a-49f5-9de0-44e898002fb2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "adminPass": "E5TcgRJhrEXA"}} 2018-08-21 07:05:50,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.235s 2018-08-21 07:05:50,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-9504d3f9-e054-4773-8f20-5f3451871ad2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9504d3f9-e054-4773-8f20-5f3451871ad2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:51,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.073s 2018-08-21 07:05:51,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:53,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 1.115s 2018-08-21 07:05:53,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': '1399', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-210f2187-faa5-4150-a941-15ce030c7afd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-210f2187-faa5-4150-a941-15ce030c7afd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:53,377 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 07:05:54,807 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.428s 2018-08-21 07:05:54,808 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-7844d824-1a01-4d30-a48b-f053fd5d6732', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7844d824-1a01-4d30-a48b-f053fd5d6732'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:54,820 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:05:56,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.326s 2018-08-21 07:05:56,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:56,161 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:05:56,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.448s 2018-08-21 07:05:56,611 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-9d945a70-8136-4146-bde9-71ba91c52a22', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d945a70-8136-4146-bde9-71ba91c52a22'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:56,622 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ad64fa5d-6db6-4e37-89d1-532eb8693b4a with status: ACTIVE 2018-08-21 07:05:57,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.759s 2018-08-21 07:05:57,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-165114669", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-422a3fe6-3a6e-4bd3-aa5f-6c4abefa01ce'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:56Z","name":"tempest-port-smoke-165114669","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:93:25:a7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","ip_address":"10.101.11.30"}],"id":"96010127-ed87-4649-bdb8-d2596ba9da3b","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:05:59,036 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.651s 2018-08-21 07:05:59,036 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "port": "96010127-ed87-4649-bdb8-d2596ba9da3b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-be103272-c99b-4744-a9f5-b58d0ca79fd0', 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be103272-c99b-4744-a9f5-b58d0ca79fd0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "adminPass": "mMMn3J9zfsrj"}} 2018-08-21 07:05:59,293 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.249s 2018-08-21 07:05:59,293 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-0014884a-1674-45e3-8bd0-825f6d1c1dd3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0014884a-1674-45e3-8bd0-825f6d1c1dd3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:00,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.070s 2018-08-21 07:06:00,379 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:01,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.254s 2018-08-21 07:06:01,650 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-85b4de00-b958-430a-b0b4-6a90ec40798b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85b4de00-b958-430a-b0b4-6a90ec40798b'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:01,662 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:06:03,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.394s 2018-08-21 07:06:03,059 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-dc3445c9-187a-4377-8202-4028d7398ac2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc3445c9-187a-4377-8202-4028d7398ac2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:03,072 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:06:04,230 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.156s 2018-08-21 07:06:04,231 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:05,633 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.388s 2018-08-21 07:06:05,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-99ec5722-4753-4eaa-8f60-0b2527081f80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99ec5722-4753-4eaa-8f60-0b2527081f80'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:04Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:05,647 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:06:05,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.149s 2018-08-21 07:06:05,797 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-0b656a9b-cd01-4d13-b204-471838c75fd4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0b656a9b-cd01-4d13-b204-471838c75fd4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:04Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:05,810 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: bac930b5-9c85-4f10-be4f-6c640f0f8714 with status: ACTIVE 2018-08-21 07:06:06,594 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.782s 2018-08-21 07:06:06,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2075688731", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:06:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d07aa8f-c923-47a6-aa68-a22a5efb77b6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:06:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:06:06Z","name":"tempest-port-smoke-2075688731","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dd:00:0f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"16c78733-a677-477b-ac9b-426487d6063c","ip_address":"10.102.21.40"}],"id":"ed0c4659-898a-42df-a649-52e66a4eaf8b","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:06:08,474 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.878s 2018-08-21 07:06:08,475 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6085ba12-2513-4565-babb-8a1e83a004d9", "port": "ed0c4659-898a-42df-a649-52e66a4eaf8b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0', 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "adminPass": "cz6qeYMpZEyq"}} 2018-08-21 07:06:08,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.335s 2018-08-21 07:06:08,815 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-cb693ac2-2d4b-4ed3-838c-a4680acf5922', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb693ac2-2d4b-4ed3-838c-a4680acf5922'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:09,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.058s 2018-08-21 07:06:09,888 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-0fbad2a9-32f8-4ba1-81b4-c9215888c212', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fbad2a9-32f8-4ba1-81b4-c9215888c212'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:11,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.098s 2018-08-21 07:06:11,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': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:11,015 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:06:12,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.150s 2018-08-21 07:06:12,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-509999ee-6343-4a10-ae19-1b39e2757a42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-509999ee-6343-4a10-ae19-1b39e2757a42'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:13,411 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.231s 2018-08-21 07:06:13,412 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-3697a271-92a2-49d9-8fbf-85d033975b54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3697a271-92a2-49d9-8fbf-85d033975b54'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:13,425 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:06:13,840 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.414s 2018-08-21 07:06:13,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-87510a7c-fad7-4f9d-a21a-4d947151306b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87510a7c-fad7-4f9d-a21a-4d947151306b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:13,854 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: dcb56af1-ce59-40ea-ba28-e743246d8e42 with status: ACTIVE 2018-08-21 07:06:14,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations 0.345s 2018-08-21 07:06:14,200 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations', u'date': 'Tue, 21 Aug 2018 07:06:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e05a0014-4bef-41c8-80c2-0ab491bd9983'} Body: {"network_association": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "id": "404ca8b4-78c5-4be6-923c-537d47161f5b"}} 2018-08-21 07:06:14,312 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.110s 2018-08-21 07:06:14,312 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--535439069", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:06:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f92dde90-3ae9-43ed-9e9e-2ef6bc4f7a6b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:14Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:14Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "name": "tempest-router--535439069"}} 2018-08-21 07:06:15,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c 1.445s 2018-08-21 07:06:15,759 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c', u'date': 'Tue, 21 Aug 2018 07:06:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e87fc69b-810a-469e-a415-f6eb65503841'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:14Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:15Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "name": "tempest-router--535439069"}} 2018-08-21 07:06:17,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/add_router_interface 2.237s 2018-08-21 07:06:17,999 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:06:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734c2fd6-0072-4312-b768-45e1f20fc584'} Body: {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd", "subnet_ids": ["6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"], "port_id": "c756a56c-4db8-4c29-80d9-a2282ed36b08", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c"} 2018-08-21 07:06:19,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.998s 2018-08-21 07:06:19,999 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "73389b7f-d10b-45dd-8819-3a299bff8107"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:06:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b43f2618-bdc5-4496-9cdf-25b730a60989'} Body: {"floatingip": {"router_id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:06:18Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "73389b7f-d10b-45dd-8819-3a299bff8107", "id": "470ac77b-9243-4bec-8e69-f6acf70850c7", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:06:20,000 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:28,014 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:28,078 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:28,079 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:28,195 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-21 07:06:28,196 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:28,199 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:28,260 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:28,263 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:33,269 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.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-21 07:06:33,270 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-21 07:06:33,271 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075976 seconds 2018-08-21 07:06:33,272 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:33,274 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:33,335 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:33,338 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:33,453 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-21 07:06:33,453 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:33,455 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:33,517 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:33,520 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:37,527 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074000 seconds 2018-08-21 07:06:38,225 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations 0.697s 2018-08-21 07:06:38,226 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations', u'date': 'Tue, 21 Aug 2018 07:06:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c7350f19-41ba-448f-9b62-b64275653a4e'} Body: {"network_association": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "id": "5f3e2c1f-1f2a-4b75-9f5a-bb61d5cf0aa8"}} 2018-08-21 07:06:38,331 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.104s 2018-08-21 07:06:38,331 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1455715665", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:06:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07906824-7b6a-4e38-8a35-17e6e0701b80'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:38Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a7a9cb30-b179-4953-93d0-3b4959923483", "name": "tempest-router--1455715665"}} 2018-08-21 07:06:39,413 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483 1.080s 2018-08-21 07:06:39,413 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483', u'date': 'Tue, 21 Aug 2018 07:06:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ae82495-dde7-4f78-aac1-4680c426a27e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:39Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a7a9cb30-b179-4953-93d0-3b4959923483", "name": "tempest-router--1455715665"}} 2018-08-21 07:06:41,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/add_router_interface 2.046s 2018-08-21 07:06:41,464 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "16c78733-a677-477b-ac9b-426487d6063c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:06:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6cd3319b-2941-4055-b0eb-4e51252858cd'} Body: {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "16c78733-a677-477b-ac9b-426487d6063c", "subnet_ids": ["16c78733-a677-477b-ac9b-426487d6063c"], "port_id": "c4aabfba-0fc3-4b17-835d-e6c084e740c1", "id": "a7a9cb30-b179-4953-93d0-3b4959923483"} 2018-08-21 07:06:43,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.818s 2018-08-21 07:06:43,284 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "8832e1d7-50db-407c-8d8e-de6aac1ea43e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:06:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6f9d3af-c1de-4676-b6b3-8d82b684285e'} Body: {"floatingip": {"router_id": "a7a9cb30-b179-4953-93d0-3b4959923483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:06:42Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "8832e1d7-50db-407c-8d8e-de6aac1ea43e", "id": "d602051a-9596-4883-8d00-602e8ce6d7d4", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:42Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:06:43,285 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:43,287 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:43,351 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:43,383 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:43,498 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-21 07:06:43,498 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:43,500 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:43,562 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:43,565 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:48,572 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.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-21 07:06:48,573 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-21 07:06:48,573 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075578 seconds 2018-08-21 07:06:48,574 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 07:07:03,602 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:07:03,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:07:03,666 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 07:07:03,780 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-21 07:07:03,781 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 07:07:03,783 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:07:03,843 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:07:03,847 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 07:07:07,854 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.073613 seconds 2018-08-21 07:07:07,855 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN c4e56c8d-c0fe-4f2e-b545-64203e4d6b87 2018-08-21 07:07:08,335 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87 0.479s 2018-08-21 07:07:08,335 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.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87', u'date': 'Tue, 21 Aug 2018 07:07:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71576d8f-04e2-4a92-86ed-7e1b5d9d128d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-21 07:07:09,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/d602051a-9596-4883-8d00-602e8ce6d7d4 1.086s 2018-08-21 07:07:09,424 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/d602051a-9596-4883-8d00-602e8ce6d7d4', u'date': 'Tue, 21 Aug 2018 07:07:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad6d5aef-316b-4fca-a264-4ab9fcb9784f'} Body: 2018-08-21 07:07:11,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/remove_router_interface 2.220s 2018-08-21 07:07:11,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "16c78733-a677-477b-ac9b-426487d6063c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:07:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3afd3075-36f1-48c6-8d3d-98be5c519fbe'} Body: {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "16c78733-a677-477b-ac9b-426487d6063c", "subnet_ids": ["16c78733-a677-477b-ac9b-426487d6063c"], "port_id": "c4aabfba-0fc3-4b17-835d-e6c084e740c1", "id": "a7a9cb30-b179-4953-93d0-3b4959923483"} 2018-08-21 07:07:13,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483 1.560s 2018-08-21 07:07:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483', u'date': 'Tue, 21 Aug 2018 07:07:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d16541b0-7684-4df0-92be-80eee34238c4'} Body: 2018-08-21 07:07:14,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/470ac77b-9243-4bec-8e69-f6acf70850c7 1.419s 2018-08-21 07:07:14,629 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/470ac77b-9243-4bec-8e69-f6acf70850c7', u'date': 'Tue, 21 Aug 2018 07:07:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cff21e52-b2d5-4aad-be4e-3fd67380e537'} Body: 2018-08-21 07:07:16,303 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/remove_router_interface 1.672s 2018-08-21 07:07:16,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:07:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab017b64-5435-4f15-ae44-4e9df3fbef2a'} Body: {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd", "subnet_ids": ["6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"], "port_id": "c756a56c-4db8-4c29-80d9-a2282ed36b08", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c"} 2018-08-21 07:07:17,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c 1.380s 2018-08-21 07:07:17,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6c80d36d-27cc-4199-8202-e0f54ae0fc6f'} Body: 2018-08-21 07:07:17,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.190s 2018-08-21 07:07:17,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-ca950f46-3903-43fb-8608-5e4be3fe8dc5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca950f46-3903-43fb-8608-5e4be3fe8dc5'} Body: 2018-08-21 07:07:18,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.436s 2018-08-21 07:07:18,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-a6278b8b-eda3-496e-b470-ced659282f49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6278b8b-eda3-496e-b470-ced659282f49'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:20,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.800s 2018-08-21 07:07:20,135 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-c70f152d-fcaf-41bb-8220-a30e48eca975', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c70f152d-fcaf-41bb-8220-a30e48eca975'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:18Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:21,405 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.255s 2018-08-21 07:07:21,406 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-5adfcd7e-9e4d-4360-96c9-edb33158551f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5adfcd7e-9e4d-4360-96c9-edb33158551f'} Body: {"itemNotFound": {"message": "Instance dcb56af1-ce59-40ea-ba28-e743246d8e42 could not be found.", "code": 404}} 2018-08-21 07:07:21,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ed0c4659-898a-42df-a649-52e66a4eaf8b 0.579s 2018-08-21 07:07:21,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.44:9696/v2.0/ports/ed0c4659-898a-42df-a649-52e66a4eaf8b', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-acaa43f8-aed7-4841-a3d9-f2068794b0d1'} Body: 2018-08-21 07:07:22,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.160s 2018-08-21 07:07:22,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-94a7fafa-42ab-4276-a162-4c34a3e84e21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a7fafa-42ab-4276-a162-4c34a3e84e21'} Body: 2018-08-21 07:07:22,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.370s 2018-08-21 07:07:22,520 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-49d5f3b9-17aa-4351-b67b-8d2f51802d60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49d5f3b9-17aa-4351-b67b-8d2f51802d60'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:22Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:23,580 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.045s 2018-08-21 07:07:23,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': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-d8103966-691a-4645-9217-837d0309ef37', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d8103966-691a-4645-9217-837d0309ef37'} Body: {"itemNotFound": {"message": "Instance bac930b5-9c85-4f10-be4f-6c640f0f8714 could not be found.", "code": 404}} 2018-08-21 07:07:24,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/96010127-ed87-4649-bdb8-d2596ba9da3b 0.891s 2018-08-21 07:07:24,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/96010127-ed87-4649-bdb8-d2596ba9da3b', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1ff7aa01-76a7-4de5-be69-16f5267b1cb9'} Body: 2018-08-21 07:07:24,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.159s 2018-08-21 07:07:24,635 63 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7'} Body: 2018-08-21 07:07:25,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.438s 2018-08-21 07:07:25,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-da176319-0e87-4b9c-999f-5f9d52df60c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da176319-0e87-4b9c-999f-5f9d52df60c0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:26,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.044s 2018-08-21 07:07:26,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-1cdab648-9204-4b0e-8b22-d495df43c504', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:26 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1cdab648-9204-4b0e-8b22-d495df43c504'} Body: {"itemNotFound": {"message": "Instance ad64fa5d-6db6-4e37-89d1-532eb8693b4a could not be found.", "code": 404}} 2018-08-21 07:07:27,077 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/8832e1d7-50db-407c-8d8e-de6aac1ea43e 0.942s 2018-08-21 07:07:27,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/8832e1d7-50db-407c-8d8e-de6aac1ea43e', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0500a62c-60ad-476a-819c-6c7d706437db'} Body: 2018-08-21 07:07:27,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.287s 2018-08-21 07:07:27,367 63 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-b16002d4-2e12-4efb-ab92-7e462cbefa5c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b16002d4-2e12-4efb-ab92-7e462cbefa5c'} Body: 2018-08-21 07:07:27,552 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.184s 2018-08-21 07:07:27,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-72c88376-aa04-4652-adc2-0b1d63f905e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72c88376-aa04-4652-adc2-0b1d63f905e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:28,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.386s 2018-08-21 07:07:28,955 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:30,016 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.045s 2018-08-21 07:07:30,017 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-a8770755-2a87-4f82-8100-4fa1de452d1c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a8770755-2a87-4f82-8100-4fa1de452d1c'} Body: {"itemNotFound": {"message": "Instance b2896f01-2237-41ea-9402-0ca72f9326cb could not be found.", "code": 404}} 2018-08-21 07:07:30,907 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/73389b7f-d10b-45dd-8819-3a299bff8107 0.888s 2018-08-21 07:07:30,908 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/73389b7f-d10b-45dd-8819-3a299bff8107', u'date': 'Tue, 21 Aug 2018 07:07:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c104c2b-e332-4302-a325-5edb09919f5c'} Body: 2018-08-21 07:07:30,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-348863498 0.052s 2018-08-21 07:07:30,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-348863498', u'x-compute-request-id': 'req-386595a1-8943-48bb-a38f-7f1a962b845c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-386595a1-8943-48bb-a38f-7f1a962b845c'} Body: 2018-08-21 07:07:32,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/16c78733-a677-477b-ac9b-426487d6063c 1.393s 2018-08-21 07:07:32,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.44:9696/v2.0/subnets/16c78733-a677-477b-ac9b-426487d6063c', u'date': 'Tue, 21 Aug 2018 07:07:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40fb469d-1e5c-4113-90d5-96b2762f1056'} Body: 2018-08-21 07:07:34,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/6085ba12-2513-4565-babb-8a1e83a004d9 2.150s 2018-08-21 07:07:34,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.44:9696/v2.0/networks/6085ba12-2513-4565-babb-8a1e83a004d9', u'date': 'Tue, 21 Aug 2018 07:07:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-124ee570-3b5f-4cff-8c97-49fa9284c9d6'} Body: 2018-08-21 07:07:36,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/6aa4c816-47cb-4b6b-b7f5-21fa769abdbd 1.525s 2018-08-21 07:07:36,036 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/6aa4c816-47cb-4b6b-b7f5-21fa769abdbd', u'date': 'Tue, 21 Aug 2018 07:07:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05cf6f7a-1a5a-4e24-9a3a-173862168290'} Body: 2018-08-21 07:07:38,073 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/acabbeee-e7a3-4fc7-9bfa-d66242bab2b0 2.036s 2018-08-21 07:07:38,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/acabbeee-e7a3-4fc7-9bfa-d66242bab2b0', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18b3fd60-735a-44fa-a6ad-e2b1ee99d7d6'} Body: 2018-08-21 07:07:38,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/2668296b-9ab2-4a56-a7b3-7b458675273c 0.267s 2018-08-21 07:07:38,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/2668296b-9ab2-4a56-a7b3-7b458675273c', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66d5a2ff-b2bf-4d01-8980-016d0d8a75f9'} Body: 2018-08-21 07:07:38.581 63 INFO tempest.lib.common.rest_client [req-87549a01-6410-494d-be65-6932dafd1586 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.205s 2018-08-21 07:07:38.581 63 DEBUG tempest.lib.common.rest_client [req-87549a01-6410-494d-be65-6932dafd1586 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1757082675 description", "name": "tempest-secgroup-smoke-1757082675"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87549a01-6410-494d-be65-6932dafd1586'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1757082675 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "updated_at": "2018-08-21T07:07:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:07:38Z", "revision_number": 0, "id": "76401f84-4e4a-42b5-b26b-22e621787515", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:07:38Z", "revision_number": 0, "id": "cf8b551b-b7b1-4632-8c4c-e124224e5c07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "name": "tempest-secgroup-smoke-1757082675"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:38.722 63 INFO tempest.lib.common.rest_client [req-73e7edef-6b0a-4b0d-8a85-d46e57e4a7c7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.139s 2018-08-21 07:07:38.722 63 DEBUG tempest.lib.common.rest_client [req-73e7edef-6b0a-4b0d-8a85-d46e57e4a7c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73e7edef-6b0a-4b0d-8a85-d46e57e4a7c7'} 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-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "42baacae-61ea-4a98-b9b8-f6bd78a1a469"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:38.903 63 INFO tempest.lib.common.rest_client [req-ca2c492f-b025-446e-a9e1-62154db709fe ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.179s 2018-08-21 07:07:38.903 63 DEBUG tempest.lib.common.rest_client [req-ca2c492f-b025-446e-a9e1-62154db709fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca2c492f-b025-446e-a9e1-62154db709fe'} 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-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7d406c6c-5c2a-4118-b448-3f0ede23fc6b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:39.096 63 INFO tempest.lib.common.rest_client [req-9d6fede9-a27d-4084-8c46-bd558fef01b2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 07:07:39.096 63 DEBUG tempest.lib.common.rest_client [req-9d6fede9-a27d-4084-8c46-bd558fef01b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d6fede9-a27d-4084-8c46-bd558fef01b2'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b6b0f622-c6e0-49ed-bc19-971a716807a0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:39.280 63 INFO tempest.lib.common.rest_client [req-49d60fcf-ffdc-432f-b616-ba0331fea330 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 07:07:39.280 63 DEBUG tempest.lib.common.rest_client [req-49d60fcf-ffdc-432f-b616-ba0331fea330 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49d60fcf-ffdc-432f-b616-ba0331fea330'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "168ce864-5587-412b-82d6-6d5b1a9efc86"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:39.429 63 INFO tempest.lib.common.rest_client [req-48cdc5b7-e59e-47c9-abaa-9a2b1cfe2320 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:07:39.429 63 DEBUG tempest.lib.common.rest_client [req-48cdc5b7-e59e-47c9-abaa-9a2b1cfe2320 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48cdc5b7-e59e-47c9-abaa-9a2b1cfe2320'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "87c490da-cc3c-44c3-86db-e3eb1700b396"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:39.561 63 INFO tempest.lib.common.rest_client [req-d28f09c4-00bc-4522-8c98-25e4cc0de926 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.131s 2018-08-21 07:07:39.562 63 DEBUG tempest.lib.common.rest_client [req-d28f09c4-00bc-4522-8c98-25e4cc0de926 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d28f09c4-00bc-4522-8c98-25e4cc0de926'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ac369372-529b-47e5-ad39-8188415f66b1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:39.736 63 INFO tempest.lib.common.rest_client [req-23321adb-bba2-4f9a-8c27-f358acd1791d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:07:39.736 63 DEBUG tempest.lib.common.rest_client [req-23321adb-bba2-4f9a-8c27-f358acd1791d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23321adb-bba2-4f9a-8c27-f358acd1791d'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "161c1bad-9e0a-4f3e-9593-45de50f36d6c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:39.897 63 INFO tempest.lib.common.rest_client [req-8d5a8a97-0085-456f-a0fb-ac4e90456694 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.159s 2018-08-21 07:07:39.897 63 DEBUG tempest.lib.common.rest_client [req-8d5a8a97-0085-456f-a0fb-ac4e90456694 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d5a8a97-0085-456f-a0fb-ac4e90456694'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "204a8b1b-98d5-464a-9f09-be799196abeb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:40.155 63 INFO tempest.lib.common.rest_client [req-cf520f33-22b9-4ed9-a3f4-0dc59b126329 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 07:07:40.155 63 DEBUG tempest.lib.common.rest_client [req-cf520f33-22b9-4ed9-a3f4-0dc59b126329 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-403799606"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf520f33-22b9-4ed9-a3f4-0dc59b126329'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:07:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"9c628626-a288-4b49-b378-b0b107277fd6","name":"tempest-A-403799606"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:40.702 63 INFO tempest.lib.common.rest_client [req-66aebc87-e98f-4f74-8cd0-da391fdb6756 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.545s 2018-08-21 07:07:40.703 63 DEBUG tempest.lib.common.rest_client [req-66aebc87-e98f-4f74-8cd0-da391fdb6756 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "name": "tempest-subnet-A-1-1827228386"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66aebc87-e98f-4f74-8cd0-da391fdb6756'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:40Z","dns_nameservers":[],"updated_at":"2018-08-21T07:07:40Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","subnetpool_id":null,"name":"tempest-subnet-A-1-1827228386"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:41.003 63 INFO tempest.lib.common.rest_client [req-02d51adc-8fb0-4270-bfd8-7c416c51396d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.300s 2018-08-21 07:07:41.004 63 DEBUG tempest.lib.common.rest_client [req-02d51adc-8fb0-4270-bfd8-7c416c51396d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1096987653"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:07:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02d51adc-8fb0-4270-bfd8-7c416c51396d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:07:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","name":"tempest-B-1096987653"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:42.052 63 INFO tempest.lib.common.rest_client [req-626f52e1-8a8b-4e4e-ba1b-2c373acfc4bd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.047s 2018-08-21 07:07:42.052 63 DEBUG tempest.lib.common.rest_client [req-626f52e1-8a8b-4e4e-ba1b-2c373acfc4bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "name": "tempest-subnet-B-1-240548269"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-626f52e1-8a8b-4e4e-ba1b-2c373acfc4bd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:41Z","dns_nameservers":[],"updated_at":"2018-08-21T07:07:41Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","subnetpool_id":null,"name":"tempest-subnet-B-1-240548269"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:42.522 63 INFO tempest.lib.common.rest_client [req-96f922a6-46f8-4265-ba54-2b57dff93042 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.469s 2018-08-21 07:07:42.523 63 DEBUG tempest.lib.common.rest_client [req-96f922a6-46f8-4265-ba54-2b57dff93042 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96f922a6-46f8-4265-ba54-2b57dff93042'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "561156ba-ad99-43bd-a3a1-534e90365719"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:42.762 63 INFO tempest.lib.common.rest_client [req-d60bfe7e-b838-428d-b24f-ea8bea656be0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.238s 2018-08-21 07:07:42.762 63 DEBUG tempest.lib.common.rest_client [req-d60bfe7e-b838-428d-b24f-ea8bea656be0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-661079560"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d60bfe7e-b838-428d-b24f-ea8bea656be0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d60bfe7e-b838-428d-b24f-ea8bea656be0'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ7IR+IsAvOyZeRiUgoKlSlOLnojkcH5/kktT5g4jQVk12/fnvAqeyN5AjV5Bp+BljTjf0YanvS2achrVqj+5o5A9aXfQ9y23MGNBUKIQBi1uV6YASaWhrLMLqVCOHmsO+q4z/c8VdWmam+qt92oc4IaUdufnTQAl2FLU1hxvikDQHC374+pNSa9/+bb7Qiydpq6q6y1wVcAmngCH9FGAoQPwtNIhcM4ZTJDoENk9yXBMXmTzuERuqrHiMIN5aC+HpD4F2Y6RLfq6oF29nze/6zJVku08LOJfu2ui2LqgIgkDV4U9QrSj/+ae0g3SWTsWhDPbTmigpIH1FQ5I3iQAf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0OyEfiLALzsmXkYlIKCpUpTi56I5HB+f5JLU+YOI0FZNdv35\n7wKnsjeQI1eQafgZY0439GGp70tmnIa1ao/uaOQPWl30PcttzBjQVCiEAYtblemA\nEmloayzC6lQjh5rDvquM/3PFXVpmpvqrfdqHOCGlHbn500AJdhS1NYcb4pA0Bwt+\n+PqTUmvf/m2+0IsnaauqustcFXAJp4Ah/RRgKED8LTSIXDOGUyQ6BDZPclwTF5k8\n7hEbqqx4jCDeWgvh6Q+BdmOkS36uqBdvZ83v+syVZLtPCziX7troti6oCIJA1eFP\nUK0o//mntIN0lk7FoQz205ooKSB9RUOSN4kAHwIDAQABAoIBAG5jyk3rhqhuFIPT\nhGKNAWqFCK9jY9GcVBuuCaIdAfky4JNy9tB3Eqxz91D1P3T+hkuWVLJnuCacLIeg\nFdNMYahCeGpDIn5UMpuYsNsG3VkDjUzUp7sSvv2CFStDcdKAz9S7SDDhtvLwhTTN\nVjeVc8UQ4fGnBn28ZENkBatWzEEVBDG1io5LnAcxcVrfe9JrSo+dUKm5xzaQhuup\n973gGEsd1B9AMQLLLE+nqfxDCxfyk3SQiujmC517gyRQDIQ5QhNG78AtJTk0l8EP\ncHabz18eMDzP84WYToKT5wu7+WE41Tkfm0/NOCXpWZEgPSDqlYBd0OQC24Ff5vWs\nJamQGcECgYEA7NnMYJ3K3tnso61hk6HGkK6KrVrcsOhFDOZu6xhfK/4qPYJ8oap3\ng99JVTLPHnRc38Tr1mDJnwdGcNdsnjWefNBzky89aEnqdH8P2J0xfkpU1/iK2xVG\n7q9jkS1jL+ctTTXDv+zEf6oXaSfMlPaqBfXx42QmwmosNCtBXaXwsOkCgYEA4dC0\nZZ/k9fNik6sWHUUhaAQkRSbXY5TY6mOORsZAHUgtSKs4ALHwp0NMhlZ3jJUYOOsW\nrcdhTIduL+yhM05n2RnX9852L2vBs3M6+RJhBTqsUp4xdLfYYHOGDndLtl6HQ6Ge\nEwv1nTe1tq4d4j82k8M2J3EUPXfHuArBoFB+w8cCgYBn+nmp1LvyN5OWi5Axwqys\naaPB1QjbtSxTLHp3RRzK8GrU1Aso4fBT+Vt1Rrf8s7LuHcI3PAhng0ceVMR/dCSe\nwNhsPinkNcby27E2NFQ9EB7NLXSwF1grgt3gJx/LMN8HbVoBUM03CpH6fRloMB2W\nPlGxtQ76/KdpQ7APj8DpuQKBgQCGG1VXWSs36fAsNJnwjiK1zGfh7ZxTFo3wPWm8\nnHZtLXU/R/f9aa+7Fhu3WFitU8pL20nfsJ4XPgLxUT2246SG6XM6RxInPX6O3Ssz\nynd2DI9UjYBfieNl/JWrt6tuRhtczfm75Alc8j3nnOZAfDwkavWZXO2hR6aDpVey\nprtx9wKBgQCp3S8IfAYBnZ8pHIWVnVoAIbSRAxW701PJuISYNFy1ydEugBSAxG/J\nys1/hOFoT2Zz5DJBOeWnRXuzk6S+0oKI5IJ15NVQlNO3JKcb4CNaZXzmnhOO7pOS\nBLh/PGSmg8j/q3dyMYEl+YhMH0+SCe+Dmb7ZYl0BY/YD2Edczw7C1Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-661079560", "fingerprint": "ba:82:dd:d3:32:8f:74:67:ce:fb:ed:55:ae:a6:1f:4e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:43.556 63 INFO tempest.lib.common.rest_client [req-fada2c19-2c88-4795-be2b-636b826e37eb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.789s 2018-08-21 07:07:43.556 63 DEBUG tempest.lib.common.rest_client [req-fada2c19-2c88-4795-be2b-636b826e37eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-907628371", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:07:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fada2c19-2c88-4795-be2b-636b826e37eb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:07:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:07:43Z","name":"tempest-port-smoke-907628371","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ce:28:83","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","ip_address":"10.101.11.10"}],"id":"808f9520-eeaa-4609-81d5-d83a3a2e8825","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:44.961 63 INFO tempest.lib.common.rest_client [req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.404s 2018-08-21 07:07:44.962 63 DEBUG tempest.lib.common.rest_client [req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9c628626-a288-4b49-b378-b0b107277fd6", "port": "808f9520-eeaa-4609-81d5-d83a3a2e8825"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea', 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "adminPass": "xNYNBCbd8TFv"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:45.304 63 INFO tempest.lib.common.rest_client [req-1dcaf176-516c-4d95-8fed-1cae8a784c8e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.338s 2018-08-21 07:07:45.305 63 DEBUG tempest.lib.common.rest_client [req-1dcaf176-516c-4d95-8fed-1cae8a784c8e ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-1dcaf176-516c-4d95-8fed-1cae8a784c8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1dcaf176-516c-4d95-8fed-1cae8a784c8e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:46.396 63 INFO tempest.lib.common.rest_client [req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.076s 2018-08-21 07:07:46.396 63 DEBUG tempest.lib.common.rest_client [req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:47.573 63 INFO tempest.lib.common.rest_client [req-6a776d19-97a2-492a-a37b-0fd9e827a564 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.164s 2018-08-21 07:07:47.574 63 DEBUG tempest.lib.common.rest_client [req-6a776d19-97a2-492a-a37b-0fd9e827a564 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-6a776d19-97a2-492a-a37b-0fd9e827a564', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a776d19-97a2-492a-a37b-0fd9e827a564'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:47.587 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:07:49.038 63 INFO tempest.lib.common.rest_client [req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.449s 2018-08-21 07:07:49.039 63 DEBUG tempest.lib.common.rest_client [req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:49.054 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:07:50.385 63 INFO tempest.lib.common.rest_client [req-93b1dc06-a373-4810-9c67-b3e3407b8057 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.329s 2018-08-21 07:07:50.386 63 DEBUG tempest.lib.common.rest_client [req-93b1dc06-a373-4810-9c67-b3e3407b8057 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-93b1dc06-a373-4810-9c67-b3e3407b8057', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b1dc06-a373-4810-9c67-b3e3407b8057'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:51.823 63 INFO tempest.lib.common.rest_client [req-538cdc15-e139-4653-a71e-0ebd561e6bc1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.422s 2018-08-21 07:07:51.824 63 DEBUG tempest.lib.common.rest_client [req-538cdc15-e139-4653-a71e-0ebd561e6bc1 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-538cdc15-e139-4653-a71e-0ebd561e6bc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-538cdc15-e139-4653-a71e-0ebd561e6bc1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:52.996 63 INFO tempest.lib.common.rest_client [req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.158s 2018-08-21 07:07:52.997 63 DEBUG tempest.lib.common.rest_client [req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:51Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:53.010 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:07:53.345 63 INFO tempest.lib.common.rest_client [req-9e26ed84-600d-4936-8069-d9f8cb13ebf2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.335s 2018-08-21 07:07:53.346 63 DEBUG tempest.lib.common.rest_client [req-9e26ed84-600d-4936-8069-d9f8cb13ebf2 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-9e26ed84-600d-4936-8069-d9f8cb13ebf2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e26ed84-600d-4936-8069-d9f8cb13ebf2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:51Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:53.364 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 13aea441-ef10-4125-a8ce-9b6d22bdc51e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:07:54.240 63 INFO tempest.lib.common.rest_client [req-9028991d-d5e0-41d5-9645-1f7c4c7f3243 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.875s 2018-08-21 07:07:54.241 63 DEBUG tempest.lib.common.rest_client [req-9028991d-d5e0-41d5-9645-1f7c4c7f3243 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-422689727", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:07:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9028991d-d5e0-41d5-9645-1f7c4c7f3243'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:07:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:07:53Z","name":"tempest-port-smoke-422689727","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:04:e8:b1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","ip_address":"10.102.21.20"}],"id":"3938595d-a1ae-470b-b30e-dc6d79d6283b","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:55.458 63 INFO tempest.lib.common.rest_client [req-caef1a86-e9e4-4cfd-8953-23989724f89f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.216s 2018-08-21 07:07:55.459 63 DEBUG tempest.lib.common.rest_client [req-caef1a86-e9e4-4cfd-8953-23989724f89f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "port": "3938595d-a1ae-470b-b30e-dc6d79d6283b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-caef1a86-e9e4-4cfd-8953-23989724f89f', 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-caef1a86-e9e4-4cfd-8953-23989724f89f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "adminPass": "vBw8fYA7cPWG"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:55.524 63 INFO tempest.lib.common.rest_client [req-65269dd8-48ba-4094-b481-868dcd39d5b1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.059s 2018-08-21 07:07:55.524 63 DEBUG tempest.lib.common.rest_client [req-65269dd8-48ba-4094-b481-868dcd39d5b1 ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-65269dd8-48ba-4094-b481-868dcd39d5b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65269dd8-48ba-4094-b481-868dcd39d5b1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:56.641 63 INFO tempest.lib.common.rest_client [req-cf237ceb-8397-437d-9e1c-f022afc28e92 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.092s 2018-08-21 07:07:56.641 63 DEBUG tempest.lib.common.rest_client [req-cf237ceb-8397-437d-9e1c-f022afc28e92 ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-cf237ceb-8397-437d-9e1c-f022afc28e92', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf237ceb-8397-437d-9e1c-f022afc28e92'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:56.655 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:07:57.815 63 INFO tempest.lib.common.rest_client [req-64e7851b-60b5-4635-892f-948b67650633 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.158s 2018-08-21 07:07:57.816 63 DEBUG tempest.lib.common.rest_client [req-64e7851b-60b5-4635-892f-948b67650633 ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-64e7851b-60b5-4635-892f-948b67650633', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64e7851b-60b5-4635-892f-948b67650633'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:07:57.829 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:07:58.995 63 INFO tempest.lib.common.rest_client [req-32dc504f-30f7-47ea-8d55-76da6ed71304 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.164s 2018-08-21 07:07:58.996 63 DEBUG tempest.lib.common.rest_client [req-32dc504f-30f7-47ea-8d55-76da6ed71304 ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-32dc504f-30f7-47ea-8d55-76da6ed71304', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-32dc504f-30f7-47ea-8d55-76da6ed71304'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:00.378 63 INFO tempest.lib.common.rest_client [req-f07e68b3-4a0c-47b2-8636-c387dde3220d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.355s 2018-08-21 07:08:00.378 63 DEBUG tempest.lib.common.rest_client [req-f07e68b3-4a0c-47b2-8636-c387dde3220d ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-f07e68b3-4a0c-47b2-8636-c387dde3220d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f07e68b3-4a0c-47b2-8636-c387dde3220d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:01.793 63 INFO tempest.lib.common.rest_client [req-cbf97726-d45b-4515-913e-fc75541aa15e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.402s 2018-08-21 07:08:01.794 63 DEBUG tempest.lib.common.rest_client [req-cbf97726-d45b-4515-913e-fc75541aa15e ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-cbf97726-d45b-4515-913e-fc75541aa15e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbf97726-d45b-4515-913e-fc75541aa15e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:01.806 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:08:02.217 63 INFO tempest.lib.common.rest_client [req-581a748b-dbdb-48f8-925c-9e97a9912208 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.410s 2018-08-21 07:08:02.218 63 DEBUG tempest.lib.common.rest_client [req-581a748b-dbdb-48f8-925c-9e97a9912208 ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-581a748b-dbdb-48f8-925c-9e97a9912208', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-581a748b-dbdb-48f8-925c-9e97a9912208'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:02.228 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b0465303-61cd-436c-be8e-d7e8e1bb15eb with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:08:03.594 63 INFO tempest.lib.common.rest_client [req-89804b8f-6fb6-4994-8eee-d6fea2991e9d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 1.365s 2018-08-21 07:08:03.595 63 DEBUG tempest.lib.common.rest_client [req-89804b8f-6fb6-4994-8eee-d6fea2991e9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1235197668", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:08:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89804b8f-6fb6-4994-8eee-d6fea2991e9d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:08:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:08:03Z","name":"tempest-port-smoke-1235197668","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:84:09:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","ip_address":"10.101.11.30"}],"id":"8f91d075-a913-461d-8a1c-0e380956a4e1","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:04.975 63 INFO tempest.lib.common.rest_client [req-3daecc78-157d-443d-88d6-22e20f67ef0d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.379s 2018-08-21 07:08:04.976 63 DEBUG tempest.lib.common.rest_client [req-3daecc78-157d-443d-88d6-22e20f67ef0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9c628626-a288-4b49-b378-b0b107277fd6", "port": "8f91d075-a913-461d-8a1c-0e380956a4e1"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-3daecc78-157d-443d-88d6-22e20f67ef0d', 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3daecc78-157d-443d-88d6-22e20f67ef0d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "adminPass": "BVjCz2sSKbkC"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:05.044 63 INFO tempest.lib.common.rest_client [req-86ea6635-bff4-4c2f-bc1e-09402092b604 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.064s 2018-08-21 07:08:05.045 63 DEBUG tempest.lib.common.rest_client [req-86ea6635-bff4-4c2f-bc1e-09402092b604 ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-86ea6635-bff4-4c2f-bc1e-09402092b604', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86ea6635-bff4-4c2f-bc1e-09402092b604'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:08:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:07.039 63 INFO tempest.lib.common.rest_client [req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.980s 2018-08-21 07:08:07.039 63 DEBUG tempest.lib.common.rest_client [req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:07.052 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:08:08.204 63 INFO tempest.lib.common.rest_client [req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.149s 2018-08-21 07:08:08.204 63 DEBUG tempest.lib.common.rest_client [req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:08.217 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:08:09.381 63 INFO tempest.lib.common.rest_client [req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.162s 2018-08-21 07:08:09.381 63 DEBUG tempest.lib.common.rest_client [req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4 ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:10.792 63 INFO tempest.lib.common.rest_client [req-836b7f4d-a6df-4297-9f00-66d431f8ae81 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.391s 2018-08-21 07:08:10.795 63 DEBUG tempest.lib.common.rest_client [req-836b7f4d-a6df-4297-9f00-66d431f8ae81 ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-836b7f4d-a6df-4297-9f00-66d431f8ae81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-836b7f4d-a6df-4297-9f00-66d431f8ae81'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:10.810 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:08:11.241 63 INFO tempest.lib.common.rest_client [req-d6952a63-c038-46c2-b552-d2caabae5479 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.430s 2018-08-21 07:08:11.241 63 DEBUG tempest.lib.common.rest_client [req-d6952a63-c038-46c2-b552-d2caabae5479 ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-d6952a63-c038-46c2-b552-d2caabae5479', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6952a63-c038-46c2-b552-d2caabae5479'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:11.255 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: be4c19fb-47cb-45af-9982-e34565ae61f5 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:08:12.124 63 INFO tempest.lib.common.rest_client [req-ea3fb9c8-7535-4092-8b07-524dfd6456d3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.868s 2018-08-21 07:08:12.125 63 DEBUG tempest.lib.common.rest_client [req-ea3fb9c8-7535-4092-8b07-524dfd6456d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2042561560", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea3fb9c8-7535-4092-8b07-524dfd6456d3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:08:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:08:11Z","name":"tempest-port-smoke-2042561560","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:27:44:d6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","ip_address":"10.102.21.40"}],"id":"5f5a32de-f61d-4975-aa10-a64ce623feef","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:12.618 63 INFO tempest.lib.common.rest_client [req-0a23add5-9ec9-47de-95e3-4187d3730911 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 0.492s 2018-08-21 07:08:12.619 63 DEBUG tempest.lib.common.rest_client [req-0a23add5-9ec9-47de-95e3-4187d3730911 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "port": "5f5a32de-f61d-4975-aa10-a64ce623feef"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0a23add5-9ec9-47de-95e3-4187d3730911', 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a23add5-9ec9-47de-95e3-4187d3730911'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "adminPass": "RdLRN9tBvvsJ"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:12.684 63 INFO tempest.lib.common.rest_client [req-9202a067-69dc-4997-af99-8fc78555db09 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.061s 2018-08-21 07:08:12.685 63 DEBUG tempest.lib.common.rest_client [req-9202a067-69dc-4997-af99-8fc78555db09 ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-9202a067-69dc-4997-af99-8fc78555db09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9202a067-69dc-4997-af99-8fc78555db09'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:08:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:13.788 63 INFO tempest.lib.common.rest_client [req-e1d75002-6090-4afc-95e7-423441dba0cb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.083s 2018-08-21 07:08:13.789 63 DEBUG tempest.lib.common.rest_client [req-e1d75002-6090-4afc-95e7-423441dba0cb ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e1d75002-6090-4afc-95e7-423441dba0cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1d75002-6090-4afc-95e7-423441dba0cb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:13.805 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:08:15.142 63 INFO tempest.lib.common.rest_client [req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.335s 2018-08-21 07:08:15.143 63 DEBUG tempest.lib.common.rest_client [req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:14Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:15.156 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:08:16.316 63 INFO tempest.lib.common.rest_client [req-8f282614-2cd0-4abb-b788-ad5af9e0054a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.158s 2018-08-21 07:08:16.317 63 DEBUG tempest.lib.common.rest_client [req-8f282614-2cd0-4abb-b788-ad5af9e0054a ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-8f282614-2cd0-4abb-b788-ad5af9e0054a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f282614-2cd0-4abb-b788-ad5af9e0054a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:14Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:17.664 63 INFO tempest.lib.common.rest_client [req-bd21819a-ce1e-497a-bc9a-c982d0380286 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.331s 2018-08-21 07:08:17.665 63 DEBUG tempest.lib.common.rest_client [req-bd21819a-ce1e-497a-bc9a-c982d0380286 ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-bd21819a-ce1e-497a-bc9a-c982d0380286', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd21819a-ce1e-497a-bc9a-c982d0380286'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:17.677 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:08:17.825 63 INFO tempest.lib.common.rest_client [req-3960740d-2d78-4a8f-98b7-05647db77465 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.147s 2018-08-21 07:08:17.826 63 DEBUG tempest.lib.common.rest_client [req-3960740d-2d78-4a8f-98b7-05647db77465 ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-3960740d-2d78-4a8f-98b7-05647db77465', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3960740d-2d78-4a8f-98b7-05647db77465'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:17.839 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e6202a1b-bfb6-412c-9a7a-3415369873b9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:08:18.003 63 INFO tempest.lib.common.rest_client [req-1a2216ff-d644-49ae-9883-8650c4295e47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.163s 2018-08-21 07:08:18.003 63 DEBUG tempest.lib.common.rest_client [req-1a2216ff-d644-49ae-9883-8650c4295e47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1519795389", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a2216ff-d644-49ae-9883-8650c4295e47'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:17Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:17Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "name": "tempest-router--1519795389"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:19.486 63 INFO tempest.lib.common.rest_client [req-c58bf22d-5f1a-4eac-ae50-34452af9240b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60 1.482s 2018-08-21 07:08:19.487 63 DEBUG tempest.lib.common.rest_client [req-c58bf22d-5f1a-4eac-ae50-34452af9240b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60', u'date': 'Tue, 21 Aug 2018 07:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c58bf22d-5f1a-4eac-ae50-34452af9240b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:17Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:19Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "name": "tempest-router--1519795389"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:21.869 63 INFO tempest.lib.common.rest_client [req-018b2422-d7f6-49dd-8d37-2b96eff8bb43 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/add_router_interface 2.380s 2018-08-21 07:08:21.870 63 DEBUG tempest.lib.common.rest_client [req-018b2422-d7f6-49dd-8d37-2b96eff8bb43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-018b2422-d7f6-49dd-8d37-2b96eff8bb43'} Body: {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0", "subnet_ids": ["8b472c91-70ba-4f44-81fb-5503a7d63bb0"], "port_id": "da4ed2a2-c1a2-4926-a7b9-cfe8b66dcf90", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:23.907 63 INFO tempest.lib.common.rest_client [req-79c91aa3-3a3b-4062-b372-ae1c198d9f2d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 2.036s 2018-08-21 07:08:23.908 63 DEBUG tempest.lib.common.rest_client [req-79c91aa3-3a3b-4062-b372-ae1c198d9f2d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "808f9520-eeaa-4609-81d5-d83a3a2e8825"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:08:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79c91aa3-3a3b-4062-b372-ae1c198d9f2d'} Body: {"floatingip": {"router_id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:08:22Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "808f9520-eeaa-4609-81d5-d83a3a2e8825", "id": "0d714d69-82e9-4d26-a0eb-9601aa473192", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:24.033 63 INFO tempest.lib.common.rest_client [req-da312b42-2922-4832-90ff-21948d294e55 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.123s 2018-08-21 07:08:24.034 63 DEBUG tempest.lib.common.rest_client [req-da312b42-2922-4832-90ff-21948d294e55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--2103378348", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:08:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da312b42-2922-4832-90ff-21948d294e55'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:23Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:23Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "name": "tempest-router--2103378348"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:25.823 63 INFO tempest.lib.common.rest_client [req-9a15830a-754a-439c-acda-2f66bf795b88 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628 1.788s 2018-08-21 07:08:25.824 63 DEBUG tempest.lib.common.rest_client [req-9a15830a-754a-439c-acda-2f66bf795b88 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628', u'date': 'Tue, 21 Aug 2018 07:08:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a15830a-754a-439c-acda-2f66bf795b88'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:23Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:25Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "name": "tempest-router--2103378348"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:28.101 63 INFO tempest.lib.common.rest_client [req-7dcd1e03-e1da-4faf-9565-0b85c68744ed ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/add_router_interface 2.273s 2018-08-21 07:08:28.101 63 DEBUG tempest.lib.common.rest_client [req-7dcd1e03-e1da-4faf-9565-0b85c68744ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:08:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dcd1e03-e1da-4faf-9565-0b85c68744ed'} Body: {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1", "subnet_ids": ["90fa7b17-c8c6-4fed-a066-b79e770709c1"], "port_id": "05896da9-8cf1-4db6-8bb9-c632c23414a3", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:30.037 63 INFO tempest.lib.common.rest_client [req-2a47051b-aa51-434e-8183-949c11188010 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.935s 2018-08-21 07:08:30.039 63 DEBUG tempest.lib.common.rest_client [req-2a47051b-aa51-434e-8183-949c11188010 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "5f5a32de-f61d-4975-aa10-a64ce623feef"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:08:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a47051b-aa51-434e-8183-949c11188010'} Body: {"floatingip": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:08:28Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "5f5a32de-f61d-4975-aa10-a64ce623feef", "id": "ba6849b8-9e22-4041-a01f-a474a17d67b6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:28Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:30.949 63 INFO tempest.lib.common.rest_client [req-e3c58b63-fe65-48bc-9624-adabbe96a872 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/network_associations 0.909s 2018-08-21 07:08:30.950 63 DEBUG tempest.lib.common.rest_client [req-e3c58b63-fe65-48bc-9624-adabbe96a872 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/network_associations', u'date': 'Tue, 21 Aug 2018 07:08:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3c58b63-fe65-48bc-9624-adabbe96a872'} Body: {"network_association": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "id": "a5145085-bea6-459f-8bfe-807eff1b8124"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:30.951 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:38.968 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:39.032 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:08:39.033 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:39.148 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-21 07:08:39.148 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:39.151 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:39.214 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:08:39.216 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:44.223 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-21 07:08:44.224 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-21 07:08:44.224 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.076837 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 07:08:44.225 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:44.228 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:44.292 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:08:44.293 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:44.408 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-21 07:08:44.408 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:44.410 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:44.471 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:08:44.474 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:48.482 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.074808 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 07:08:49.562 63 INFO tempest.lib.common.rest_client [req-c25cc410-8daa-45dd-b3ff-884bea2d5c97 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/router_associations 1.079s 2018-08-21 07:08:49.563 63 DEBUG tempest.lib.common.rest_client [req-c25cc410-8daa-45dd-b3ff-884bea2d5c97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/router_associations', u'date': 'Tue, 21 Aug 2018 07:08:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c25cc410-8daa-45dd-b3ff-884bea2d5c97'} Body: {"router_association": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "id": "6169db87-1ca2-4ec5-8cff-e99254535542"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:08:49.564 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:49.566 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:49.626 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:08:49.630 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:49.745 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-21 07:08:49.745 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:49.747 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:49.806 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:08:49.812 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:54.818 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-21 07:08:54.819 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-21 07:08:54.819 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074711 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-21 07:08:54.820 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:09:54.880 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 1. Retry after 2 seconds.: timeout: timed out 2018-08-21 07:10:57.426 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 2. Retry after 3 seconds.: timeout: timed out 2018-08-21 07:12:00.988 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 3. Retry after 4 seconds.: timeout: timed out 2018-08-21 07:13:05.553 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 4. Retry after 5 seconds.: timeout: timed out 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.207 after 4 attempts: timeout: timed out 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh return function() 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh 2018-08-21 07:14:11.121 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.207 failed. Error: Connection to the 172.30.9.207 via SSH timed out. User: cirros, Password: None: SSHTimeout: Connection to the 172.30.9.207 via SSH timed out. User: cirros, Password: None 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.207 via SSH timed out. 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-21 07:14:11.518 63 INFO tempest.lib.common.rest_client [req-ec86c7ea-53d3-4f0a-80c2-a38b8a1ade4b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:14:11.519 63 DEBUG tempest.lib.common.rest_client [req-ec86c7ea-53d3-4f0a-80c2-a38b8a1ade4b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8977', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec86c7ea-53d3-4f0a-80c2-a38b8a1ade4b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:14:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-TestBGPVPNBasic-38799971"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"re _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:11.968 63 INFO tempest.lib.common.rest_client [req-c3ebbbee-c82d-448a-b620-7925098b3fa3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers 0.447s 2018-08-21 07:14:11.968 63 DEBUG tempest.lib.common.rest_client [req-c3ebbbee-c82d-448a-b620-7925098b3fa3 ] 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.44:8774/v2.1/servers', u'x-compute-request-id': 'req-c3ebbbee-c82d-448a-b620-7925098b3fa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3ebbbee-c82d-448a-b620-7925098b3fa3'} Body: {"servers": [{"id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "name": "server-4"}, {"id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "name": "server-3"}, {"id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "name": "server-2"}, {"id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "name": "server-1"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:12.039 63 INFO tempest.lib.common.rest_client [req-1bbf5d84-0dc3-4642-878c-338cb3153cc0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9/action 0.064s 2018-08-21 07:14:12.040 63 DEBUG tempest.lib.common.rest_client [req-1bbf5d84-0dc3-4642-878c-338cb3153cc0 ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9/action', u'x-compute-request-id': 'req-1bbf5d84-0dc3-4642-878c-338cb3153cc0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1bbf5d84-0dc3-4642-878c-338cb3153cc0'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487489258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12.046 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for e6202a1b-bfb6-412c-9a7a-3415369873b9 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 487489258 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.197984] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200438] pid_max: default: 32768 minimum: 301 [ 0.201755] ACPI: Core revision 20150930 [ 0.203537] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205463] Security Framework initialized [ 0.206635] Yama: becoming mindful. [ 0.207684] AppArmor: AppArmor initialized [ 0.208921] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212693] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214393] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216360] Initializing cgroup subsys io [ 0.217518] Initializing cgroup subsys memory [ 0.218766] Initializing cgroup subsys devices [ 0.220021] Initializing cgroup subsys freezer [ 0.221263] Initializing cgroup subsys net_cls [ 0.222499] Initializing cgroup subsys perf_event [ 0.223813] Initializing cgroup subsys net_prio [ 0.225101] Initializing cgroup subsys hugetlb [ 0.226339] Initializing cgroup subsys pids [ 0.227562] CPU: Physical Processor ID: 0 [ 0.229453] mce: CPU supports 10 MCE banks [ 0.230667] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232098] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.249396] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.256230] ftrace: allocating 31920 entries in 125 pages [ 0.282006] smpboot: Max logical packages: 1 [ 0.283251] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.285253] x2apic enabled [ 0.286445] Switched APIC routing to physical x2apic. [ 0.289072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.290699] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.293635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.296256] KVM setup paravirtual spinlock [ 0.297999] x86: Booted up 1 node, 1 CPUs [ 0.299147] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.301110] devtmpfs: initialized [ 0.303138] evm: security.selinux [ 0.304142] evm: security.SMACK64 [ 0.305132] evm: security.SMACK64EXEC [ 0.306189] evm: security.SMACK64TRANSMUTE [ 0.307333] evm: security.SMACK64MMAP [ 0.308393] evm: security.ima [ 0.309324] evm: security.capability [ 0.310464] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.313108] pinctrl core: initialized pinctrl subsystem [ 0.314656] RTC time: 7:08:16, date: 08/21/18 [ 0.316001] NET: Registered protocol family 16 [ 0.317375] cpuidle: using governor ladder [ 0.318540] cpuidle: using governor menu [ 0.319684] PCCT header not found. [ 0.320748] ACPI: bus type PCI registered [ 0.321904] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.323688] PCI: Using configuration type 1 for base access [ 0.325913] ACPI: Added _OSI(Module Device) [ 0.327132] ACPI: Added _OSI(Processor Device) [ 0.328369] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329666] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331984] ACPI: Interpreter enabled [ 0.333109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.338528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.341253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.343939] ACPI: (supports S0 S5) [ 0.344960] ACPI: Using IOAPIC for interrupt routing [ 0.346314] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350273] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.351897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.353647] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.355327] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.358415] acpiphp: Slot [3] registered [ 0.359561] acpiphp: Slot [4] registered [ 0.360714] acpiphp: Slot [5] registered [ 0.361856] acpiphp: Slot [6] registered [ 0.363038] acpiphp: Slot [7] registered [ 0.364193] acpiphp: Slot [8] registered [ 0.365329] acpiphp: Slot [9] registered [ 0.366470] acpiphp: Slot [10] registered [ 0.367642] acpiphp: Slot [11] registered [ 0.368819] acpiphp: Slot [12] registered [ 0.370131] acpiphp: Slot [13] registered [ 0.371254] acpiphp: Slot [14] registered [ 0.372378] acpiphp: Slot [15] registered [ 0.387623] acpiphp: Slot [16] registered [ 0.388728] acpiphp: Slot [17] registered [ 0.389828] acpiphp: Slot [18] registered [ 0.390932] acpiphp: Slot [19] registered [ 0.392029] acpiphp: Slot [20] registered [ 0.393130] acpiphp: Slot [21] registered [ 0.394221] acpiphp: Slot [22] registered [ 0.395316] acpiphp: Slot [23] registered [ 0.396415] acpiphp: Slot [24] registered [ 0.397517] acpiphp: Slot [25] registered [ 0.398621] acpiphp: Slot [26] registered [ 0.399715] acpiphp: Slot [27] registered [ 0.400819] acpiphp: Slot [28] registered [ 0.401919] acpiphp: Slot [29] registered [ 0.403019] acpiphp: Slot [30] registered [ 0.404121] acpiphp: Slot [31] registered [ 0.405221] PCI host bridge to bus 0000:00 [ 0.406318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.407927] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.409528] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.411499] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.413453] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415420] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419490] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.421191] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422763] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424448] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430744] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.451825] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453792] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455685] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459547] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461210] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462977] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464385] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466450] vgaarb: loaded [ 0.467269] vgaarb: bridge control possible 0000:00:02.0 [ 0.468902] SCSI subsystem initialized [ 0.470139] ACPI: bus type USB registered [ 0.471250] usbcore: registered new interface driver usbfs [ 0.472627] usbcore: registered new interface driver hub [ 0.473972] usbcore: registered new device driver usb [ 0.475441] PCI: Using ACPI for IRQ routing [ 0.476951] NetLabel: Initializing [ 0.477911] NetLabel: domain hash size = 128 [ 0.479034] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.480293] NetLabel: unlabeled traffic allowed by default [ 0.481830] clocksource: Switched to clocksource kvm-clock [ 0.492096] AppArmor: AppArmor Filesystem Enabled [ 0.493386] pnp: PnP ACPI init [ 0.494608] pnp: PnP ACPI: found 5 devices [ 0.501408] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.503689] NET: Registered protocol family 2 [ 0.505092] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.508373] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509966] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.511404] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512968] NET: Registered protocol family 1 [ 0.514156] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515641] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.517074] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531626] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546249] Trying to unpack rootfs image as initramfs... [ 0.608764] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.616080] Scanning for low memory corruption every 60 seconds [ 0.619130] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620753] audit: initializing netlink subsys (disabled) [ 0.622414] audit: type=2000 audit(1534835297.691:1): initialized [ 0.624523] Initialise system trusted keyring [ 0.626073] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.627633] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.630457] zbud: loaded [ 0.631531] VFS: Disk quotas dquot_6.6.0 [ 0.632687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634994] fuse init (API version 7.23) [ 0.636238] Key type big_key registered [ 0.637347] Allocating IMA MOK and blacklist keyrings. [ 0.639111] Key type asymmetric registered [ 0.640254] Asymmetric key parser 'x509' registered [ 0.641583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.643672] io scheduler noop registered [ 0.644757] io scheduler deadline registered (default) [ 0.646140] io scheduler cfq registered [ 0.647417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648832] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.650688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652699] ACPI: Power Button [PWRF] [ 0.654066] GHES: HEST is not enabled! [ 0.668373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724558] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.727655] Linux agpgart interface v0.103 [ 0.731443] brd: module loaded [ 0.733701] loop: module loaded [ 0.739054] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741044] GPT:90111 != 2097151 [ 0.741981] GPT:Alternate GPT header not at the end of the disk. [ 0.743451] GPT:90111 != 2097151 [ 0.744372] GPT: Use GNU Parted to correct GPT errors. [ 0.745680] vda: vda1 vda15 [ 0.747603] scsi host0: ata_piix [ 0.748674] scsi host1: ata_piix [ 0.749665] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751298] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753347] libphy: Fixed MDIO Bus: probed [ 0.754697] tun: Universal TUN/TAP device driver, 1.6 [ 0.755995] tun: (C) 1999-2004 Max Krasnyansky [ 0.759313] PPP generic driver version 2.4.2 [ 0.761156] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.763558] ehci-pci: EHCI PCI platform driver [ 0.765265] ehci-platform: EHCI generic platform driver [ 0.766682] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768269] ohci-pci: OHCI PCI platform driver [ 0.769468] ohci-platform: OHCI generic platform driver [ 0.770813] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785508] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.786938] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.788943] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790322] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.791944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.793592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795498] usb usb1: Product: UHCI Host Controller [ 0.796755] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798373] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799692] hub 1-0:1.0: USB hub found [ 0.800745] hub 1-0:1.0: 2 ports detected [ 0.802090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804961] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806229] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807616] mousedev: PS/2 mouse device common for all mice [ 0.809308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.811748] rtc_cmos 00:00: RTC can wake from S4 [ 0.813291] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814877] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.816472] i2c /dev entries driver [ 0.817523] device-mapper: uevent: version 1.0.3 [ 0.818822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.821036] ledtrig-cpu: registered to indicate activity on CPUs [ 0.823020] NET: Registered protocol family 10 [ 0.824807] NET: Registered protocol family 17 [ 0.826039] Key type dns_resolver registered [ 0.827384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.828854] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.831253] registered taskstats version 1 [ 0.832397] Loading compiled-in X.509 certificates [ 0.834284] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836750] zswap: loaded using pool lzo/zbud [ 0.839197] Key type trusted registered [ 0.841327] Key type encrypted registered [ 0.842443] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843841] ima: No TPM chip found, activating TPM-bypass! [ 0.845229] evm: HMAC attrs: 0x1 [ 0.846561] Magic number: 14:395:117 [ 0.847738] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:17 UTC (1534835297) [ 0.849951] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.851418] EDD information not available. [ 0.912441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.928624] Write protecting the kernel read-only data: 14336k [ 0.933504] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.936112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.985255] 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.84 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.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.94. iid=i-00000083 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXEYtd35+hfqhQFVd7E8ew37h10U6qrtL8/NtjvJBwprPCDzL1h1bhcTn4lusBuo4QcnFBa2PIpUyn2kDMF9PydpDA/rzHBqzvnGIdaBCPWvydMnbDQ1hJhHwPNZXk2bZSRcUqC9bDri00gy0C5ustL928aePoWejcs5P9lItdm03ZHnfaVCAC8PUj6u1fXlCb9I6bTEcvN3i1vN1fM/gMlHffDccTzk947MfanwpRImWTgBMRB8A1AXmkaG89X+9KbBn7peRZF3LoqDHes1DhrRDw/wUyw7xZewbBiJhNU52mVt7B23uUJlyh95L3TOo5e0jZgTfqLN5phx5RgIo9 root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAPFIkLKm+Ar61gco/azikswuTK/r0n/taV+3xszUlKBxAGUo1DmAzBhStdACUyGeYX7TVzDd68/GahJJFQdCjWrWyPKoxeG1zHmRECm8kd/jo0tqF/sGQJEfmwisD3yP0zSDDsMwoCnvitAZz7SZtJROwWTv0Tmr27WBVix/uh5FAAAAFQC510chzSHF2Qo0EUuV/SnF/0bSwQAAAIEAwbOBmT0Tmrj1KdMqkx6x4CLWhUskKrVd0Bbbk9hGV59FV8cPoLX0S76qI9+ze5YSCxRP1x/ZWtOrR6+xHBaBNCmxNdffz/cOVsMhmjAQ1mZ3JneUuDSN7VLAQDpESvwr0AvqK+7ULMB60vFSvGht69Z2enaBUFEmu0CE9Njp4okAAACARYtfB4lEuJp0RH7+Yd8sU0OM0AhpseHfW96y6nvcHnazPpkGNbBJgKiO9Je6r+twfAysIoFMWGEapKbp0xaukM0R5oi7ioN3vidL5y+owAB+jboWY0hoq05zbyR89fEUnsPl3kGwZkXdA4iUEa+DpR7XrbsFYdZGdz6lTP4i/10= root@server-4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.52s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fe27:44d6/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-00000083 name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.11 === === 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:27:44:D6 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe27:44d6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.696 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.319 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.618 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.189 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.294 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.189/0.423/0.696 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 [ 1.113872] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.274096] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.274098] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.274099] usb 1-1: Product: QEMU USB Tablet [ 1.274100] usb 1-1: Manufacturer: QEMU [ 1.274101] usb 1-1: SerialNumber: 42 [ 1.613889] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.613909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.823541] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.861894] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:17 cirros kern.info kernel: [ 0.936112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 21 08:08:17 cirros kern.info kernel: [ 0.950624] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 21 08:08:17 cirros kern.info kernel: [ 0.950625] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 21 08:08:17 cirros kern.info kernel: [ 0.952340] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 21 08:08:17 cirros kern.info kernel: [ 0.955463] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 21 08:08:17 cirros kern.info kernel: [ 0.957601] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 21 08:08:17 cirros kern.info kernel: [ 0.981799] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:17 cirros kern.info kernel: [ 0.983424] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:17 cirros kern.notice kernel: [ 0.985255] random: blkid urandom read with 2 bits of entropy available Aug 21 08:08:17 cirros kern.info kernel: [ 0.987342] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:17 cirros kern.info kernel: [ 0.990528] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:17 cirros kern.info kernel: [ 1.076624] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:17 cirros kern.info kernel: [ 1.084818] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:17 cirros kern.info kernel: [ 1.113872] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:08:17 cirros kern.info kernel: [ 1.274096] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:17 cirros kern.info kernel: [ 1.274098] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:17 cirros kern.info kernel: [ 1.274099] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:17 cirros kern.info kernel: [ 1.274100] usb 1-1: Manufacturer: QEMU Aug 21 08:08:17 cirros kern.info kernel: [ 1.274101] usb 1-1: SerialNumber: 42 Aug 21 08:08:18 cirros kern.info kernel: [ 1.613889] tsc: Refined TSC clocksource calibration: 3491.872 MHz Aug 21 08:08:18 cirros kern.info kernel: [ 1.613909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns Aug 21 08:08:19 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:19 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:19 cirros kern.info kernel: [ 2.823541] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:19 cirros kern.info kernel: [ 2.861894] 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-21 07:14:12.123 63 INFO tempest.lib.common.rest_client [req-ae68ae85-88d1-45d9-a5f4-e70481171085 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5/action 0.074s 2018-08-21 07:14:12.123 63 DEBUG tempest.lib.common.rest_client [req-ae68ae85-88d1-45d9-a5f4-e70481171085 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31557', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5/action', u'x-compute-request-id': 'req-ae68ae85-88d1-45d9-a5f4-e70481171085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae68ae85-88d1-45d9-a5f4-e70481171085'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480069295 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12.126 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for be4c19fb-47cb-45af-9982-e34565ae61f5 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 480069295 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.193809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196176] pid_max: default: 32768 minimum: 301 [ 0.197457] ACPI: Core revision 20150930 [ 0.199179] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201072] Security Framework initialized [ 0.202247] Yama: becoming mindful. [ 0.203301] AppArmor: AppArmor initialized [ 0.204533] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206396] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209907] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211895] Initializing cgroup subsys io [ 0.213078] Initializing cgroup subsys memory [ 0.214309] Initializing cgroup subsys devices [ 0.215560] Initializing cgroup subsys freezer [ 0.216821] Initializing cgroup subsys net_cls [ 0.218068] Initializing cgroup subsys perf_event [ 0.219361] Initializing cgroup subsys net_prio [ 0.220645] Initializing cgroup subsys hugetlb [ 0.221890] Initializing cgroup subsys pids [ 0.223114] CPU: Physical Processor ID: 0 [ 0.224984] mce: CPU supports 10 MCE banks [ 0.226177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227599] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244382] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251033] ftrace: allocating 31920 entries in 125 pages [ 0.276250] smpboot: Max logical packages: 1 [ 0.277479] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279431] x2apic enabled [ 0.280608] Switched APIC routing to physical x2apic. [ 0.283118] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284706] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287637] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290189] KVM setup paravirtual spinlock [ 0.291821] x86: Booted up 1 node, 1 CPUs [ 0.292985] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294938] devtmpfs: initialized [ 0.296947] evm: security.selinux [ 0.297945] evm: security.SMACK64 [ 0.298937] evm: security.SMACK64EXEC [ 0.299989] evm: security.SMACK64TRANSMUTE [ 0.301136] evm: security.SMACK64MMAP [ 0.302195] evm: security.ima [ 0.303116] evm: security.capability [ 0.304227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306849] pinctrl core: initialized pinctrl subsystem [ 0.308388] RTC time: 7:08:09, date: 08/21/18 [ 0.309729] NET: Registered protocol family 16 [ 0.311115] cpuidle: using governor ladder [ 0.312277] cpuidle: using governor menu [ 0.313386] PCCT header not found. [ 0.314439] ACPI: bus type PCI registered [ 0.315578] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317319] PCI: Using configuration type 1 for base access [ 0.319527] ACPI: Added _OSI(Module Device) [ 0.320719] ACPI: Added _OSI(Processor Device) [ 0.321938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.323212] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325437] ACPI: Interpreter enabled [ 0.326524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.329139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336973] ACPI: (supports S0 S5) [ 0.337981] ACPI: Using IOAPIC for interrupt routing [ 0.339327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343244] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346590] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351351] acpiphp: Slot [3] registered [ 0.352493] acpiphp: Slot [4] registered [ 0.353626] acpiphp: Slot [5] registered [ 0.354755] acpiphp: Slot [6] registered [ 0.355892] acpiphp: Slot [7] registered [ 0.357033] acpiphp: Slot [8] registered [ 0.358156] acpiphp: Slot [9] registered [ 0.359286] acpiphp: Slot [10] registered [ 0.360432] acpiphp: Slot [11] registered [ 0.361588] acpiphp: Slot [12] registered [ 0.362741] acpiphp: Slot [13] registered [ 0.363881] acpiphp: Slot [14] registered [ 0.365041] acpiphp: Slot [15] registered [ 0.380513] acpiphp: Slot [16] registered [ 0.381671] acpiphp: Slot [17] registered [ 0.382817] acpiphp: Slot [18] registered [ 0.383962] acpiphp: Slot [19] registered [ 0.385119] acpiphp: Slot [20] registered [ 0.386275] acpiphp: Slot [21] registered [ 0.387421] acpiphp: Slot [22] registered [ 0.388576] acpiphp: Slot [23] registered [ 0.389724] acpiphp: Slot [24] registered [ 0.390872] acpiphp: Slot [25] registered [ 0.392058] acpiphp: Slot [26] registered [ 0.393203] acpiphp: Slot [27] registered [ 0.394358] acpiphp: Slot [28] registered [ 0.395508] acpiphp: Slot [29] registered [ 0.396656] acpiphp: Slot [30] registered [ 0.397801] acpiphp: Slot [31] registered [ 0.398949] PCI host bridge to bus 0000:00 [ 0.400099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401789] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403493] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405547] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407598] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409685] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.413806] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415606] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423352] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446160] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450321] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452342] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454428] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456205] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458056] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461761] vgaarb: loaded [ 0.462618] vgaarb: bridge control possible 0000:00:02.0 [ 0.464319] SCSI subsystem initialized [ 0.465607] ACPI: bus type USB registered [ 0.466786] usbcore: registered new interface driver usbfs [ 0.468256] usbcore: registered new interface driver hub [ 0.469683] usbcore: registered new device driver usb [ 0.471261] PCI: Using ACPI for IRQ routing [ 0.472835] NetLabel: Initializing [ 0.473854] NetLabel: domain hash size = 128 [ 0.475064] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476415] NetLabel: unlabeled traffic allowed by default [ 0.478061] clocksource: Switched to clocksource kvm-clock [ 0.488070] AppArmor: AppArmor Filesystem Enabled [ 0.489426] pnp: PnP ACPI init [ 0.490697] pnp: PnP ACPI: found 5 devices [ 0.497699] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500132] NET: Registered protocol family 2 [ 0.501597] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.503439] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.505152] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506860] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.508406] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510068] NET: Registered protocol family 1 [ 0.511320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.512873] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.514413] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529054] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.543761] Trying to unpack rootfs image as initramfs... [ 0.606351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.611694] Scanning for low memory corruption every 60 seconds [ 0.614037] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615680] audit: initializing netlink subsys (disabled) [ 0.617168] audit: type=2000 audit(1534835290.230:1): initialized [ 0.619130] Initialise system trusted keyring [ 0.620516] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622149] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624900] zbud: loaded [ 0.625932] VFS: Disk quotas dquot_6.6.0 [ 0.627105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629316] fuse init (API version 7.23) [ 0.630591] Key type big_key registered [ 0.631721] Allocating IMA MOK and blacklist keyrings. [ 0.633457] Key type asymmetric registered [ 0.634625] Asymmetric key parser 'x509' registered [ 0.635975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638098] io scheduler noop registered [ 0.639223] io scheduler deadline registered (default) [ 0.640624] io scheduler cfq registered [ 0.641847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645154] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647213] ACPI: Power Button [PWRF] [ 0.648491] GHES: HEST is not enabled! [ 0.662753] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692385] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695530] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719350] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722623] Linux agpgart interface v0.103 [ 0.726254] brd: module loaded [ 0.728594] loop: module loaded [ 0.733814] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735890] GPT:90111 != 2097151 [ 0.736868] GPT:Alternate GPT header not at the end of the disk. [ 0.738439] GPT:90111 != 2097151 [ 0.739413] GPT: Use GNU Parted to correct GPT errors. [ 0.740817] vda: vda1 vda15 [ 0.742525] scsi host0: ata_piix [ 0.743632] scsi host1: ata_piix [ 0.744632] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746323] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.748330] libphy: Fixed MDIO Bus: probed [ 0.749460] tun: Universal TUN/TAP device driver, 1.6 [ 0.750780] tun: (C) 1999-2004 Max Krasnyansky [ 0.753882] PPP generic driver version 2.4.2 [ 0.755156] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756798] ehci-pci: EHCI PCI platform driver [ 0.758022] ehci-platform: EHCI generic platform driver [ 0.759399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760971] ohci-pci: OHCI PCI platform driver [ 0.762205] ohci-platform: OHCI generic platform driver [ 0.763599] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778310] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781715] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783124] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784701] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788383] usb usb1: Product: UHCI Host Controller [ 0.789669] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791251] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792691] hub 1-0:1.0: USB hub found [ 0.793781] hub 1-0:1.0: 2 ports detected [ 0.795076] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797990] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799312] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800738] mousedev: PS/2 mouse device common for all mice [ 0.802491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805015] rtc_cmos 00:00: RTC can wake from S4 [ 0.806576] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808226] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.809874] i2c /dev entries driver [ 0.810945] device-mapper: uevent: version 1.0.3 [ 0.812278] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814561] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816472] NET: Registered protocol family 10 [ 0.818055] NET: Registered protocol family 17 [ 0.819308] Key type dns_resolver registered [ 0.820640] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822180] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.824643] registered taskstats version 1 [ 0.825815] Loading compiled-in X.509 certificates [ 0.827667] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830271] zswap: loaded using pool lzo/zbud [ 0.832416] Key type trusted registered [ 0.834676] Key type encrypted registered [ 0.835833] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837280] ima: No TPM chip found, activating TPM-bypass! [ 0.838739] evm: HMAC attrs: 0x1 [ 0.840081] Magic number: 14:395:117 [ 0.841261] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:10 UTC (1534835290) [ 0.843520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845062] EDD information not available. [ 0.907593] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.924282] Write protecting the kernel read-only data: 14336k [ 0.927284] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929782] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.95 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.208519] 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.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 1.11. iid=i-00000082 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZPQbOFzRUWCy6+rK3iQ5D3o7d/7286aveonrCPyZxJmh7HEXtVKo0TJb4fLnhxGD+mHQWM7K0+wqydI8xFqxPAKYbtuGkhROYmIBs7xaqptZ6/i09Zm/DEz9tjmQizYG9pNgmq1RUEXDK9Hf8a47tS1wU2lw5qnJB+jnuAeOo0n60vTD2piEb9e9akR8WuPFBzY9TPFuJQYGr84NlTZMJe+0dbwDpIW9dbxFRgYl7VuhQnYY1ob/RzLaSkKWDVvmWzT3fX7MZo08gDq13HnH9FD25abFA2tYXUPCyL3Kex0/x9PRawSLx9gn6d8mbpFYGAydSKR9t/P2ZqbFwMtFX root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAMbGXvSy1lwCUNcxAau8BTGHrvPm8a1eTWvbzGPxgmb8FIrPi+TXfCUN0xoLbGB93vOsKRKhz5T643fzodqw7/yz8sQ0Fo43pkDVHq2VtY1EF6MUZRiSOkw0itgEQg+tA1VE7LzNzI5++uI6mK7AYlRsSS48k80JY8/JYPfixsjPAAAAFQDwap6HTZJMxvJwoBPmDLYc1SObEwAAAIBrsoX0lJ4dVC7xH71EEmnAZWNqR4zSmIGxM/VYyqwu9IOKuOBmRIpFpPsMlfg1cPqe7zUqj1MAZsbtNKa36dL/xdfhDbAKw1YbC7fvRhVASCzR3cVTALmdwTSfcXzltyAwgc5Pu8fooaM0FV/FJM3Mqa8/5Aphuhb/0aIF/af+iQAAAIAd6fvZuLlEFNBRnaLV47s2Xw97uJ0OUpnJvPMTC8M7vMnEl5WsjDxScoGd0XBI+dcSA3p4SX2g1yXMa/zWuEh6hPj3tSMJDCPqkfXZW6SulMm0p4N2L+iNyde3Mn2V0ZCQa4vUb7Y4WeZI9dcY2IH/miqpOBxl3zCmDnE4CEaERw== root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.34s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fe84:9a3/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-00000082 name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.35 === === 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:84:09:A3 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe84:9a3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.656 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.474 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.185 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.261 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.266 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.185/0.368/0.656 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 [ 1.208519] random: dd urandom read with 5 bits of entropy available [ 1.266336] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.266338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.266340] usb 1-1: Product: QEMU USB Tablet [ 1.266341] usb 1-1: Manufacturer: QEMU [ 1.266341] usb 1-1: SerialNumber: 42 [ 1.610114] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.610122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns [ 3.238554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.281285] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:10 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 21 08:08:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 21 08:08:10 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 21 08:08:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 21 08:08:10 cirros kern.notice kernel: [ 1.208519] random: dd urandom read with 5 bits of entropy available Aug 21 08:08:10 cirros kern.info kernel: [ 1.266336] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:10 cirros kern.info kernel: [ 1.266338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:10 cirros kern.info kernel: [ 1.266340] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:10 cirros kern.info kernel: [ 1.266341] usb 1-1: Manufacturer: QEMU Aug 21 08:08:10 cirros kern.info kernel: [ 1.266341] usb 1-1: SerialNumber: 42 Aug 21 08:08:11 cirros kern.info kernel: [ 1.610114] tsc: Refined TSC clocksource calibration: 3491.843 MHz Aug 21 08:08:11 cirros kern.info kernel: [ 1.610122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns Aug 21 08:08:12 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:12 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:12 cirros kern.info kernel: [ 3.238554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:12 cirros kern.info kernel: [ 3.281285] 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-21 07:14:12.200 63 INFO tempest.lib.common.rest_client [req-dcf84056-fa68-47c4-96a9-b82f18d17437 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb/action 0.071s 2018-08-21 07:14:12.201 63 DEBUG tempest.lib.common.rest_client [req-dcf84056-fa68-47c4-96a9-b82f18d17437 ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb/action', u'x-compute-request-id': 'req-dcf84056-fa68-47c4-96a9-b82f18d17437', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dcf84056-fa68-47c4-96a9-b82f18d17437'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501360509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12.204 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for b0465303-61cd-436c-be8e-d7e8e1bb15eb 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 501360509 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.210792] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.213486] pid_max: default: 32768 minimum: 301 [ 0.214935] ACPI: Core revision 20150930 [ 0.216787] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.218927] Security Framework initialized [ 0.220249] Yama: becoming mindful. [ 0.221447] AppArmor: AppArmor initialized [ 0.222845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.224997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.227156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.229165] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.231445] Initializing cgroup subsys io [ 0.232776] Initializing cgroup subsys memory [ 0.234189] Initializing cgroup subsys devices [ 0.235629] Initializing cgroup subsys freezer [ 0.237060] Initializing cgroup subsys net_cls [ 0.238487] Initializing cgroup subsys perf_event [ 0.239990] Initializing cgroup subsys net_prio [ 0.241470] Initializing cgroup subsys hugetlb [ 0.242910] Initializing cgroup subsys pids [ 0.244331] CPU: Physical Processor ID: 0 [ 0.246365] mce: CPU supports 10 MCE banks [ 0.247722] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.249355] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.264317] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.271405] ftrace: allocating 31920 entries in 125 pages [ 0.297316] smpboot: Max logical packages: 1 [ 0.298709] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300899] x2apic enabled [ 0.302195] Switched APIC routing to physical x2apic. [ 0.304902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.306770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.310035] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.312913] KVM setup paravirtual spinlock [ 0.314691] x86: Booted up 1 node, 1 CPUs [ 0.315996] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.318186] devtmpfs: initialized [ 0.320307] evm: security.selinux [ 0.321436] evm: security.SMACK64 [ 0.322546] evm: security.SMACK64EXEC [ 0.323750] evm: security.SMACK64TRANSMUTE [ 0.325061] evm: security.SMACK64MMAP [ 0.326261] evm: security.ima [ 0.327287] evm: security.capability [ 0.328541] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.331530] pinctrl core: initialized pinctrl subsystem [ 0.333256] RTC time: 7:08:01, date: 08/21/18 [ 0.334784] NET: Registered protocol family 16 [ 0.336317] cpuidle: using governor ladder [ 0.337645] cpuidle: using governor menu [ 0.338916] PCCT header not found. [ 0.340102] ACPI: bus type PCI registered [ 0.341401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.343399] PCI: Using configuration type 1 for base access [ 0.345805] ACPI: Added _OSI(Module Device) [ 0.347164] ACPI: Added _OSI(Processor Device) [ 0.348598] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.350061] ACPI: Added _OSI(Processor Aggregator Device) [ 0.352472] ACPI: Interpreter enabled [ 0.353733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.356705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.359676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.362644] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.365606] ACPI: (supports S0 S5) [ 0.366738] ACPI: Using IOAPIC for interrupt routing [ 0.368264] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.372491] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.374410] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.376496] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.378479] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.382099] acpiphp: Slot [3] registered [ 0.383447] acpiphp: Slot [4] registered [ 0.384770] acpiphp: Slot [5] registered [ 0.386090] acpiphp: Slot [6] registered [ 0.387403] acpiphp: Slot [7] registered [ 0.388732] acpiphp: Slot [8] registered [ 0.390020] acpiphp: Slot [9] registered [ 0.391326] acpiphp: Slot [10] registered [ 0.392654] acpiphp: Slot [11] registered [ 0.393954] acpiphp: Slot [12] registered [ 0.395255] acpiphp: Slot [13] registered [ 0.396553] acpiphp: Slot [14] registered [ 0.397850] acpiphp: Slot [15] registered [ 0.413017] acpiphp: Slot [16] registered [ 0.414373] acpiphp: Slot [17] registered [ 0.415673] acpiphp: Slot [18] registered [ 0.416971] acpiphp: Slot [19] registered [ 0.418281] acpiphp: Slot [20] registered [ 0.419577] acpiphp: Slot [21] registered [ 0.420876] acpiphp: Slot [22] registered [ 0.422172] acpiphp: Slot [23] registered [ 0.423523] acpiphp: Slot [24] registered [ 0.424701] acpiphp: Slot [25] registered [ 0.425872] acpiphp: Slot [26] registered [ 0.427039] acpiphp: Slot [27] registered [ 0.428228] acpiphp: Slot [28] registered [ 0.429393] acpiphp: Slot [29] registered [ 0.430589] acpiphp: Slot [30] registered [ 0.431795] acpiphp: Slot [31] registered [ 0.432960] PCI host bridge to bus 0000:00 [ 0.434115] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.435835] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.437566] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.439678] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.441770] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.443898] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.448284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.450113] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.451806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.453620] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.458004] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.460060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.484218] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.486383] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.489341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.491409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.493424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.495229] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.497126] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.498690] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.501001] vgaarb: loaded [ 0.501897] vgaarb: bridge control possible 0000:00:02.0 [ 0.503661] SCSI subsystem initialized [ 0.504998] ACPI: bus type USB registered [ 0.506237] usbcore: registered new interface driver usbfs [ 0.507776] usbcore: registered new interface driver hub [ 0.509256] usbcore: registered new device driver usb [ 0.510881] PCI: Using ACPI for IRQ routing [ 0.512530] NetLabel: Initializing [ 0.513584] NetLabel: domain hash size = 128 [ 0.514856] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.516289] NetLabel: unlabeled traffic allowed by default [ 0.518000] clocksource: Switched to clocksource kvm-clock [ 0.528753] AppArmor: AppArmor Filesystem Enabled [ 0.530203] pnp: PnP ACPI init [ 0.531522] pnp: PnP ACPI: found 5 devices [ 0.538605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.541085] NET: Registered protocol family 2 [ 0.542572] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.544406] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.546151] TCP: Hash tables configured (established 4096 bind 4096) [ 0.547904] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.549477] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.551172] NET: Registered protocol family 1 [ 0.552508] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.554141] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.555707] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.573498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.590900] Trying to unpack rootfs image as initramfs... [ 0.659518] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.663311] Scanning for low memory corruption every 60 seconds [ 0.665929] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.667855] audit: initializing netlink subsys (disabled) [ 0.669568] audit: type=2000 audit(1534835281.277:1): initialized [ 0.671861] Initialise system trusted keyring [ 0.673562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.675258] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.678327] zbud: loaded [ 0.679459] VFS: Disk quotas dquot_6.6.0 [ 0.680691] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.683116] fuse init (API version 7.23) [ 0.684479] Key type big_key registered [ 0.685699] Allocating IMA MOK and blacklist keyrings. [ 0.687615] Key type asymmetric registered [ 0.688886] Asymmetric key parser 'x509' registered [ 0.690322] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.692553] io scheduler noop registered [ 0.693716] io scheduler deadline registered (default) [ 0.695193] io scheduler cfq registered [ 0.696592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.698134] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.700102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.702298] ACPI: Power Button [PWRF] [ 0.703656] GHES: HEST is not enabled! [ 0.717768] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.747333] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.750660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.774608] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.778069] Linux agpgart interface v0.103 [ 0.782134] brd: module loaded [ 0.784670] loop: module loaded [ 0.790105] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.792276] GPT:90111 != 2097151 [ 0.793258] GPT:Alternate GPT header not at the end of the disk. [ 0.794897] GPT:90111 != 2097151 [ 0.795929] GPT: Use GNU Parted to correct GPT errors. [ 0.797388] vda: vda1 vda15 [ 0.799508] scsi host0: ata_piix [ 0.800682] scsi host1: ata_piix [ 0.801775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.803629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.806087] libphy: Fixed MDIO Bus: probed [ 0.807349] tun: Universal TUN/TAP device driver, 1.6 [ 0.808784] tun: (C) 1999-2004 Max Krasnyansky [ 0.811955] PPP generic driver version 2.4.2 [ 0.813264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.814935] ehci-pci: EHCI PCI platform driver [ 0.816149] ehci-platform: EHCI generic platform driver [ 0.817533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.819040] ohci-pci: OHCI PCI platform driver [ 0.820256] ohci-platform: OHCI generic platform driver [ 0.821593] uhci_hcd: USB Universal Host Controller Interface driver [ 0.836401] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.837913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.839923] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.841295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.842859] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.844546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.846522] usb usb1: Product: UHCI Host Controller [ 0.847804] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.849381] usb usb1: SerialNumber: 0000:00:01.2 [ 0.850810] hub 1-0:1.0: USB hub found [ 0.851911] hub 1-0:1.0: 2 ports detected [ 0.853185] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.856097] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.857421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.858844] mousedev: PS/2 mouse device common for all mice [ 0.860556] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.863090] rtc_cmos 00:00: RTC can wake from S4 [ 0.864628] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.866271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.867902] i2c /dev entries driver [ 0.868970] device-mapper: uevent: version 1.0.3 [ 0.870287] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.872549] ledtrig-cpu: registered to indicate activity on CPUs [ 0.874447] NET: Registered protocol family 10 [ 0.876022] NET: Registered protocol family 17 [ 0.877243] Key type dns_resolver registered [ 0.878548] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.880055] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.882503] registered taskstats version 1 [ 0.883668] Loading compiled-in X.509 certificates [ 0.885522] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.888512] zswap: loaded using pool lzo/zbud [ 0.890573] Key type trusted registered [ 0.892712] Key type encrypted registered [ 0.893872] AppArmor: AppArmor sha1 policy hashing enabled [ 0.895313] ima: No TPM chip found, activating TPM-bypass! [ 0.896740] evm: HMAC attrs: 0x1 [ 0.898057] Magic number: 14:395:117 [ 0.899254] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:01 UTC (1534835281) [ 0.901488] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.903022] EDD information not available. [ 0.959696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.976224] Write protecting the kernel read-only data: 14336k [ 0.979249] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.981751] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.133730] 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.94. iid=i-00000081 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZo4wPTJjcQDa6KcX/akwcAKPSOkFa30FMJvJRzs9zv1CfrNccVlJJP0NSsBen3VtUd29JwApxaZfhelIDzpQZC0zQ394Xtxa8WUKks98gungE0FF6Rx/jAz05QA7bVBDu75HgS0gpTJ7kr/ZdYbB/Bn9EgGUMlT904VR1rUEYhc9wNScOWbRS5Z2HJoP71ccuQE/b/w0acdDhtKW+/dvVooJjSF6osnangpPYasV1QWMRt7DI4KobGxQieKNli6imsjSLQ+qwa6/gKrqYCfueGVDBrvi5/GqSTdoecFcWDdpLHbDhZjmpYqiS04NzW22gheZMa7TZH9jhiqRMW7Hf root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAMXCSvofXXFABuRoJbPhTN1aTVUkT/1RvkNoNMzpvjLyl1idUoIVYDdIRICDB99L4wdYYphUUpQYj+a1/gImLJiuaxBmKm4WHoXdmNzCttWI1LfMs15n61scIDL2gqfeDy8wdN4pL3Lrm82sS4W1ggUwx0McFHEFn+jkbU1iT5+XAAAAFQC8L7b3lHSYCbLK4cOvR/4HbM/jbwAAAIAPehFVS0hWoig5QHzfHKfnmhXDKEceCE1a0wHorLF1kqYORw0DGf3hI5JdcK/0ZiYKI/tovOWjwFiqmdUYKUGUnX+sD39g5lV+gdV/Ynym3vm1GqAR2Vm3n5f4qzST1ycyversJezPR388taRGoGIpnUDFjXscsS3z/8MvJgk0DwAAAIBlu/c5R0eevYUcvQT32WzOfLg49G/lz/eezkeSvw0IWftIgTvnl4ETINSsYHtI7glJFbUrAQ+q+nVV75wUuO18djqCmJrFPWO8MdUGWnzPkbcC9pK1JRemB7+rupZ1l6qu3jwr2RsIUuI00fuUrjk9xNmOJS0ZGT+khoTRre2frg== root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe04:e8b1/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-00000081 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=3.35 === === 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:04:E8:B1 inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe04:e8b1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.735 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.322 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.199 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.310 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.178 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.178/0.348/0.735 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 [ 1.162022] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.322109] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.322111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.322112] usb 1-1: Product: QEMU USB Tablet [ 1.322113] usb 1-1: Manufacturer: QEMU [ 1.322114] usb 1-1: SerialNumber: 42 [ 1.662079] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.662088] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 3.227953] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.267227] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:01 cirros kern.info kernel: [ 0.981751] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 21 08:08:01 cirros kern.info kernel: [ 0.995869] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 21 08:08:01 cirros kern.info kernel: [ 0.995871] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 21 08:08:01 cirros kern.info kernel: [ 0.997603] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 21 08:08:01 cirros kern.info kernel: [ 1.000724] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 21 08:08:01 cirros kern.info kernel: [ 1.002848] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 21 08:08:01 cirros kern.info kernel: [ 1.026185] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:01 cirros kern.info kernel: [ 1.026997] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:01 cirros kern.info kernel: [ 1.028324] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:01 cirros kern.info kernel: [ 1.032069] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:01 cirros kern.info kernel: [ 1.104710] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:01 cirros kern.info kernel: [ 1.112803] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:01 cirros kern.notice kernel: [ 1.133730] random: dd urandom read with 5 bits of entropy available Aug 21 08:08:01 cirros kern.info kernel: [ 1.162022] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:08:01 cirros kern.info kernel: [ 1.322109] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:01 cirros kern.info kernel: [ 1.322111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:01 cirros kern.info kernel: [ 1.322112] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:01 cirros kern.info kernel: [ 1.322113] usb 1-1: Manufacturer: QEMU Aug 21 08:08:01 cirros kern.info kernel: [ 1.322114] usb 1-1: SerialNumber: 42 Aug 21 08:08:02 cirros kern.info kernel: [ 1.662079] tsc: Refined TSC clocksource calibration: 3491.871 MHz Aug 21 08:08:02 cirros kern.info kernel: [ 1.662088] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns Aug 21 08:08:03 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:03 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:03 cirros kern.info kernel: [ 3.227953] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:03 cirros kern.info kernel: [ 3.267227] 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-21 07:14:12.378 63 INFO tempest.lib.common.rest_client [req-81cb6b60-5b2a-470b-97b5-9664c589b183 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e/action 0.064s 2018-08-21 07:14:12.378 63 DEBUG tempest.lib.common.rest_client [req-81cb6b60-5b2a-470b-97b5-9664c589b183 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31677', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e/action', u'x-compute-request-id': 'req-81cb6b60-5b2a-470b-97b5-9664c589b183', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81cb6b60-5b2a-470b-97b5-9664c589b183'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496852933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12.381 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 13aea441-ef10-4125-a8ce-9b6d22bdc51e 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 496852933 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.183189] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185430] pid_max: default: 32768 minimum: 301 [ 0.186681] ACPI: Core revision 20150930 [ 0.188317] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190088] Security Framework initialized [ 0.191220] Yama: becoming mindful. [ 0.192195] AppArmor: AppArmor initialized [ 0.193318] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196835] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198521] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200358] Initializing cgroup subsys io [ 0.201446] Initializing cgroup subsys memory [ 0.202647] Initializing cgroup subsys devices [ 0.203840] Initializing cgroup subsys freezer [ 0.205034] Initializing cgroup subsys net_cls [ 0.206231] Initializing cgroup subsys perf_event [ 0.207471] Initializing cgroup subsys net_prio [ 0.208639] Initializing cgroup subsys hugetlb [ 0.209789] Initializing cgroup subsys pids [ 0.211017] CPU: Physical Processor ID: 0 [ 0.212793] mce: CPU supports 10 MCE banks [ 0.213940] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231954] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238517] ftrace: allocating 31920 entries in 125 pages [ 0.263656] smpboot: Max logical packages: 1 [ 0.264838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266702] x2apic enabled [ 0.267813] Switched APIC routing to physical x2apic. [ 0.270208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274347] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276767] KVM setup paravirtual spinlock [ 0.278315] x86: Booted up 1 node, 1 CPUs [ 0.279382] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281211] devtmpfs: initialized [ 0.283133] evm: security.selinux [ 0.284062] evm: security.SMACK64 [ 0.285020] evm: security.SMACK64EXEC [ 0.286040] evm: security.SMACK64TRANSMUTE [ 0.287116] evm: security.SMACK64MMAP [ 0.288112] evm: security.ima [ 0.288964] evm: security.capability [ 0.290013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292446] pinctrl core: initialized pinctrl subsystem [ 0.293879] RTC time: 7:07:51, date: 08/21/18 [ 0.295170] NET: Registered protocol family 16 [ 0.296496] cpuidle: using governor ladder [ 0.297628] cpuidle: using governor menu [ 0.298686] PCCT header not found. [ 0.299681] ACPI: bus type PCI registered [ 0.300750] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302376] PCI: Using configuration type 1 for base access [ 0.304474] ACPI: Added _OSI(Module Device) [ 0.305633] ACPI: Added _OSI(Processor Device) [ 0.306789] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307981] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310111] ACPI: Interpreter enabled [ 0.311157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321047] ACPI: (supports S0 S5) [ 0.322029] ACPI: Using IOAPIC for interrupt routing [ 0.323276] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328648] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330262] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331828] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.334709] acpiphp: Slot [3] registered [ 0.335816] acpiphp: Slot [4] registered [ 0.336873] acpiphp: Slot [5] registered [ 0.337932] acpiphp: Slot [6] registered [ 0.338990] acpiphp: Slot [7] registered [ 0.340056] acpiphp: Slot [8] registered [ 0.341174] acpiphp: Slot [9] registered [ 0.342265] acpiphp: Slot [10] registered [ 0.343383] acpiphp: Slot [11] registered [ 0.344503] acpiphp: Slot [12] registered [ 0.345621] acpiphp: Slot [13] registered [ 0.346739] acpiphp: Slot [14] registered [ 0.347861] acpiphp: Slot [15] registered [ 0.363024] acpiphp: Slot [16] registered [ 0.364148] acpiphp: Slot [17] registered [ 0.365265] acpiphp: Slot [18] registered [ 0.366378] acpiphp: Slot [19] registered [ 0.367511] acpiphp: Slot [20] registered [ 0.368633] acpiphp: Slot [21] registered [ 0.369756] acpiphp: Slot [22] registered [ 0.370877] acpiphp: Slot [23] registered [ 0.372001] acpiphp: Slot [24] registered [ 0.373118] acpiphp: Slot [25] registered [ 0.374226] acpiphp: Slot [26] registered [ 0.375335] acpiphp: Slot [27] registered [ 0.376471] acpiphp: Slot [28] registered [ 0.377597] acpiphp: Slot [29] registered [ 0.378713] acpiphp: Slot [30] registered [ 0.379836] acpiphp: Slot [31] registered [ 0.380961] PCI host bridge to bus 0000:00 [ 0.382081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.383750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.385419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.387442] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.389466] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.391523] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.395523] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397276] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398877] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404951] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406925] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427835] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433812] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435886] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437626] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439418] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440874] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443013] vgaarb: loaded [ 0.443861] vgaarb: bridge control possible 0000:00:02.0 [ 0.445521] SCSI subsystem initialized [ 0.446790] ACPI: bus type USB registered [ 0.447942] usbcore: registered new interface driver usbfs [ 0.449362] usbcore: registered new interface driver hub [ 0.450758] usbcore: registered new device driver usb [ 0.452274] PCI: Using ACPI for IRQ routing [ 0.453815] NetLabel: Initializing [ 0.454822] NetLabel: domain hash size = 128 [ 0.456002] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457333] NetLabel: unlabeled traffic allowed by default [ 0.458944] clocksource: Switched to clocksource kvm-clock [ 0.468953] AppArmor: AppArmor Filesystem Enabled [ 0.470275] pnp: PnP ACPI init [ 0.471535] pnp: PnP ACPI: found 5 devices [ 0.478469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480830] NET: Registered protocol family 2 [ 0.482265] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484056] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485730] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487405] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490526] NET: Registered protocol family 1 [ 0.491752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494736] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.509281] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523884] Trying to unpack rootfs image as initramfs... [ 0.586324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591513] Scanning for low memory corruption every 60 seconds [ 0.593725] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595361] audit: initializing netlink subsys (disabled) [ 0.596840] audit: type=2000 audit(1534835272.303:1): initialized [ 0.598740] Initialise system trusted keyring [ 0.600181] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604479] zbud: loaded [ 0.605484] VFS: Disk quotas dquot_6.6.0 [ 0.606628] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608837] fuse init (API version 7.23) [ 0.610097] Key type big_key registered [ 0.611253] Allocating IMA MOK and blacklist keyrings. [ 0.612957] Key type asymmetric registered [ 0.614115] Asymmetric key parser 'x509' registered [ 0.615469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617571] io scheduler noop registered [ 0.618681] io scheduler deadline registered (default) [ 0.620078] io scheduler cfq registered [ 0.621288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624539] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626584] ACPI: Power Button [PWRF] [ 0.627826] GHES: HEST is not enabled! [ 0.641942] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.673875] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.697565] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.700650] Linux agpgart interface v0.103 [ 0.704150] brd: module loaded [ 0.706417] loop: module loaded [ 0.711183] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713218] GPT:90111 != 2097151 [ 0.714168] GPT:Alternate GPT header not at the end of the disk. [ 0.715697] GPT:90111 != 2097151 [ 0.716650] GPT: Use GNU Parted to correct GPT errors. [ 0.717981] vda: vda1 vda15 [ 0.719662] scsi host0: ata_piix [ 0.720739] scsi host1: ata_piix [ 0.721752] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.723443] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.725489] libphy: Fixed MDIO Bus: probed [ 0.726631] tun: Universal TUN/TAP device driver, 1.6 [ 0.727953] tun: (C) 1999-2004 Max Krasnyansky [ 0.730905] PPP generic driver version 2.4.2 [ 0.732176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733833] ehci-pci: EHCI PCI platform driver [ 0.735059] ehci-platform: EHCI generic platform driver [ 0.736444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.738013] ohci-pci: OHCI PCI platform driver [ 0.739240] ohci-platform: OHCI generic platform driver [ 0.740635] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755305] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.760135] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.761720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.763433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.765412] usb usb1: Product: UHCI Host Controller [ 0.766703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.768286] usb usb1: SerialNumber: 0000:00:01.2 [ 0.769648] hub 1-0:1.0: USB hub found [ 0.770746] hub 1-0:1.0: 2 ports detected [ 0.772042] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774988] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776324] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.777744] mousedev: PS/2 mouse device common for all mice [ 0.779472] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.782025] rtc_cmos 00:00: RTC can wake from S4 [ 0.783592] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.785221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.786873] i2c /dev entries driver [ 0.787941] device-mapper: uevent: version 1.0.3 [ 0.789276] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.791583] ledtrig-cpu: registered to indicate activity on CPUs [ 0.793471] NET: Registered protocol family 10 [ 0.795046] NET: Registered protocol family 17 [ 0.796288] Key type dns_resolver registered [ 0.797608] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.799129] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.801579] registered taskstats version 1 [ 0.802749] Loading compiled-in X.509 certificates [ 0.804608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.807188] zswap: loaded using pool lzo/zbud [ 0.809298] Key type trusted registered [ 0.811541] Key type encrypted registered [ 0.812688] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814117] ima: No TPM chip found, activating TPM-bypass! [ 0.815583] evm: HMAC attrs: 0x1 [ 0.816901] Magic number: 14:395:117 [ 0.818099] rtc_cmos 00:00: setting system clock to 2018-08-21 07:07:52 UTC (1534835272) [ 0.820355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.821893] EDD information not available. [ 0.884492] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900893] Write protecting the kernel read-only data: 14336k [ 0.903901] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.906410] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.065274] 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.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.93. iid=i-00000080 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQM7L3v8fH1WwYb2D44G7OjCPQ6ZNoYuP32cNy4huWGFdBhMO5z59NGrgxOz5nUXD5k7KZADnBplxM0k3Dpj4zkOL1bP7jXaEdhqvoy+kjy2WQU3QtdigVAw0zVcEgPy3rP9G5j3NbGHk6HYGQkLr1wVqLomJ1bq68JVB3DE9/bqPjZPKWOfx0l+xrGLn7N1JgGzo1edCsa6dNzkfZ9TTqxDvpuVZpxINkNGlsqS9V4jBTW6/jNNkLSvTeb4ivRw5dSVmV8o/arIve9K+SukUoa6QqQpsYoSwhKRUEiOM6Z/X2rnHB6cacoyJXnuXqMkWlt16a4ONUYSNhOY4jP43N root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAKnjHKBmaQv61F7XMNelmkWDToXw7vZGaSm6gdJFzcmEiUxxJ8D4Ua+gMt0Wu/xgXxCZc9yBOHBCsJ9GE8jrJ60bRqJJ2+t8UkgeaQz3BdeUMimF+WcIaoKZynBouBNBzmKJLFyXYZ7l0pn9JrzN/U4pph/4R9Xchr56FWWWCZWDAAAAFQD21pWVT5r3Rf+A1r0wfXCayteZ+wAAAIEApuhNCd3Du4sf0OnJ7dDR5IIIzblz95fl/I2QnU3tssiqvjZ7RB0SwSKU6I7CehHG0g4fEYRBhGhajUqRUZBh6veX9Wo5k/TpzfiUSBMgkQNoASPQZ49yZl8fZ7O+0rMElLr3VBd2TH6Blm4OK670ml7v7OsHsz1PWQNYTKErBP0AAACAQbsYhp5QIUwUHR6Tj8FBJ1i9GWMfubNFUu7xnlZKka5M4E1OKU2vgpENp6E+3cm1eSHhV/U5oMZoFlaEzhdH73yn2rU/hulqG1w1itlhdQRj7bLPQC3TKtOuzQmvs/xV2eBTjkH7Jvp8dm+4jeGyaU0j5buADSH+OSq+he/XCoc= root@server-1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.27s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.10,24,fe80::f816:3eff:fece:2883/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-00000080 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.13 === === 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:CE:28:83 inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fece:2883/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.860 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.320 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.234 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.276 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.212 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.380/0.860 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 [ 1.082975] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.244710] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.244712] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.244713] usb 1-1: Product: QEMU USB Tablet [ 1.244714] usb 1-1: Manufacturer: QEMU [ 1.244715] usb 1-1: SerialNumber: 42 [ 1.591041] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.591049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns [ 3.074080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.111669] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:07:52 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 21 08:07:52 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 21 08:07:52 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 21 08:07:52 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 21 08:07:52 cirros kern.notice kernel: [ 1.065274] random: dd urandom read with 5 bits of entropy available Aug 21 08:07:52 cirros kern.info kernel: [ 1.082975] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:07:52 cirros kern.info kernel: [ 1.244710] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:07:52 cirros kern.info kernel: [ 1.244712] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:07:52 cirros kern.info kernel: [ 1.244713] usb 1-1: Product: QEMU USB Tablet Aug 21 08:07:52 cirros kern.info kernel: [ 1.244714] usb 1-1: Manufacturer: QEMU Aug 21 08:07:52 cirros kern.info kernel: [ 1.244715] usb 1-1: SerialNumber: 42 Aug 21 08:07:53 cirros kern.info kernel: [ 1.591041] tsc: Refined TSC clocksource calibration: 3491.843 MHz Aug 21 08:07:53 cirros kern.info kernel: [ 1.591049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns Aug 21 08:07:54 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:07:54 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:07:54 cirros kern.info kernel: [ 3.074080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:07:54 cirros kern.info kernel: [ 3.111669] 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-21 07:14:13.975 63 INFO tempest.lib.common.rest_client [req-16f6935c-60c7-4d25-aafe-ef6a3770e02c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/ba6849b8-9e22-4041-a01f-a474a17d67b6 1.525s 2018-08-21 07:14:13.975 63 DEBUG tempest.lib.common.rest_client [req-16f6935c-60c7-4d25-aafe-ef6a3770e02c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/ba6849b8-9e22-4041-a01f-a474a17d67b6', u'date': 'Tue, 21 Aug 2018 07:14:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16f6935c-60c7-4d25-aafe-ef6a3770e02c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:15.887 63 INFO tempest.lib.common.rest_client [req-e98cf615-d9a7-4ee1-8b2c-3ac9cd835d4a ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/remove_router_interface 1.910s 2018-08-21 07:14:15.888 63 DEBUG tempest.lib.common.rest_client [req-e98cf615-d9a7-4ee1-8b2c-3ac9cd835d4a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:14:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e98cf615-d9a7-4ee1-8b2c-3ac9cd835d4a'} Body: {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1", "subnet_ids": ["90fa7b17-c8c6-4fed-a066-b79e770709c1"], "port_id": "05896da9-8cf1-4db6-8bb9-c632c23414a3", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:17.829 63 INFO tempest.lib.common.rest_client [req-ed5bed0b-982a-414b-a38b-511f26bdcf3e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628 1.940s 2018-08-21 07:14:17.830 63 DEBUG tempest.lib.common.rest_client [req-ed5bed0b-982a-414b-a38b-511f26bdcf3e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628', u'date': 'Tue, 21 Aug 2018 07:14:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ed5bed0b-982a-414b-a38b-511f26bdcf3e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:19.249 63 INFO tempest.lib.common.rest_client [req-174a9710-8936-4d99-8280-31b568fa5be4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/0d714d69-82e9-4d26-a0eb-9601aa473192 1.418s 2018-08-21 07:14:19.250 63 DEBUG tempest.lib.common.rest_client [req-174a9710-8936-4d99-8280-31b568fa5be4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/0d714d69-82e9-4d26-a0eb-9601aa473192', u'date': 'Tue, 21 Aug 2018 07:14:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-174a9710-8936-4d99-8280-31b568fa5be4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:21.664 63 INFO tempest.lib.common.rest_client [req-96c791db-8c7e-443b-bab3-e64ee89b04d8 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/remove_router_interface 2.413s 2018-08-21 07:14:21.665 63 DEBUG tempest.lib.common.rest_client [req-96c791db-8c7e-443b-bab3-e64ee89b04d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:14:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96c791db-8c7e-443b-bab3-e64ee89b04d8'} Body: {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0", "subnet_ids": ["8b472c91-70ba-4f44-81fb-5503a7d63bb0"], "port_id": "da4ed2a2-c1a2-4926-a7b9-cfe8b66dcf90", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:23.078 63 INFO tempest.lib.common.rest_client [req-ee926f85-4283-42d3-b08a-0cc2bae836c6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60 1.412s 2018-08-21 07:14:23.078 63 DEBUG tempest.lib.common.rest_client [req-ee926f85-4283-42d3-b08a-0cc2bae836c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ee926f85-4283-42d3-b08a-0cc2bae836c6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:23.268 63 INFO tempest.lib.common.rest_client [req-379e2e66-7ef6-43f2-9601-2679843e9208 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.188s 2018-08-21 07:14:23.268 63 DEBUG tempest.lib.common.rest_client [req-379e2e66-7ef6-43f2-9601-2679843e9208 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-379e2e66-7ef6-43f2-9601-2679843e9208', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-379e2e66-7ef6-43f2-9601-2679843e9208'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:23.863 63 INFO tempest.lib.common.rest_client [req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.593s 2018-08-21 07:14:23.863 63 DEBUG tempest.lib.common.rest_client [req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7 ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:23Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:25.439 63 INFO tempest.lib.common.rest_client [req-7f8020b0-fedb-47eb-a9d3-059fe17df701 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.558s 2018-08-21 07:14:25.440 63 DEBUG tempest.lib.common.rest_client [req-7f8020b0-fedb-47eb-a9d3-059fe17df701 ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-7f8020b0-fedb-47eb-a9d3-059fe17df701', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f8020b0-fedb-47eb-a9d3-059fe17df701'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T07:14:24.000000", "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:25.453 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:14:26.509 63 INFO tempest.lib.common.rest_client [req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.054s 2018-08-21 07:14:26.510 63 DEBUG tempest.lib.common.rest_client [req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e ] 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:26 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e'} Body: {"itemNotFound": {"message": "Instance e6202a1b-bfb6-412c-9a7a-3415369873b9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:27.124 63 INFO tempest.lib.common.rest_client [req-9022a9e6-574f-4bc1-a308-ed97d5b18471 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/5f5a32de-f61d-4975-aa10-a64ce623feef 0.613s 2018-08-21 07:14:27.125 63 DEBUG tempest.lib.common.rest_client [req-9022a9e6-574f-4bc1-a308-ed97d5b18471 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/5f5a32de-f61d-4975-aa10-a64ce623feef', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9022a9e6-574f-4bc1-a308-ed97d5b18471'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:27.302 63 INFO tempest.lib.common.rest_client [req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.177s 2018-08-21 07:14:27.303 63 DEBUG tempest.lib.common.rest_client [req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:27.652 63 INFO tempest.lib.common.rest_client [req-28950041-92a8-494a-bd73-6a4758436520 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.348s 2018-08-21 07:14:27.653 63 DEBUG tempest.lib.common.rest_client [req-28950041-92a8-494a-bd73-6a4758436520 ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-28950041-92a8-494a-bd73-6a4758436520', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28950041-92a8-494a-bd73-6a4758436520'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:28.951 63 INFO tempest.lib.common.rest_client [req-a1e514c7-bb07-4401-9d87-27974f413e95 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.283s 2018-08-21 07:14:28.952 63 DEBUG tempest.lib.common.rest_client [req-a1e514c7-bb07-4401-9d87-27974f413e95 ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-a1e514c7-bb07-4401-9d87-27974f413e95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a1e514c7-bb07-4401-9d87-27974f413e95'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:30.009 63 INFO tempest.lib.common.rest_client [req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.044s 2018-08-21 07:14:30.010 63 DEBUG tempest.lib.common.rest_client [req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a ] 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a'} Body: {"itemNotFound": {"message": "Instance be4c19fb-47cb-45af-9982-e34565ae61f5 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:30.626 63 INFO tempest.lib.common.rest_client [req-f154cbd5-f23b-4cf3-a626-e5c3eaa540d7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/8f91d075-a913-461d-8a1c-0e380956a4e1 0.614s 2018-08-21 07:14:30.626 63 DEBUG tempest.lib.common.rest_client [req-f154cbd5-f23b-4cf3-a626-e5c3eaa540d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/8f91d075-a913-461d-8a1c-0e380956a4e1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f154cbd5-f23b-4cf3-a626-e5c3eaa540d7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:30.806 63 INFO tempest.lib.common.rest_client [req-025d17f6-3387-4184-a42b-120f6eda3da1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.178s 2018-08-21 07:14:30.807 63 DEBUG tempest.lib.common.rest_client [req-025d17f6-3387-4184-a42b-120f6eda3da1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-025d17f6-3387-4184-a42b-120f6eda3da1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-025d17f6-3387-4184-a42b-120f6eda3da1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:30.981 63 INFO tempest.lib.common.rest_client [req-973bb96e-0324-4aab-9571-faee5aac69a5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.173s 2018-08-21 07:14:30.981 63 DEBUG tempest.lib.common.rest_client [req-973bb96e-0324-4aab-9571-faee5aac69a5 ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-973bb96e-0324-4aab-9571-faee5aac69a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-973bb96e-0324-4aab-9571-faee5aac69a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:30Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:32.374 63 INFO tempest.lib.common.rest_client [req-92986ebd-70ee-4035-8282-19a83c0c9d4e ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.365s 2018-08-21 07:14:32.374 63 DEBUG tempest.lib.common.rest_client [req-92986ebd-70ee-4035-8282-19a83c0c9d4e ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-92986ebd-70ee-4035-8282-19a83c0c9d4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92986ebd-70ee-4035-8282-19a83c0c9d4e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:31Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:33.434 63 INFO tempest.lib.common.rest_client [req-e08f21b3-67e8-497a-9515-16cfef0e8a4a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.044s 2018-08-21 07:14:33.435 63 DEBUG tempest.lib.common.rest_client [req-e08f21b3-67e8-497a-9515-16cfef0e8a4a ] 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-e08f21b3-67e8-497a-9515-16cfef0e8a4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e08f21b3-67e8-497a-9515-16cfef0e8a4a'} Body: {"itemNotFound": {"message": "Instance b0465303-61cd-436c-be8e-d7e8e1bb15eb could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:33.986 63 INFO tempest.lib.common.rest_client [req-a757d916-d5b0-4ea5-89c8-df6a634a6ab3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3938595d-a1ae-470b-b30e-dc6d79d6283b 0.549s 2018-08-21 07:14:33.987 63 DEBUG tempest.lib.common.rest_client [req-a757d916-d5b0-4ea5-89c8-df6a634a6ab3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/3938595d-a1ae-470b-b30e-dc6d79d6283b', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a757d916-d5b0-4ea5-89c8-df6a634a6ab3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:34.190 63 INFO tempest.lib.common.rest_client [req-c5cfba4f-c235-4d1e-b209-c4c81712faf1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.202s 2018-08-21 07:14:34.191 63 DEBUG tempest.lib.common.rest_client [req-c5cfba4f-c235-4d1e-b209-c4c81712faf1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-c5cfba4f-c235-4d1e-b209-c4c81712faf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5cfba4f-c235-4d1e-b209-c4c81712faf1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:34.427 63 INFO tempest.lib.common.rest_client [req-9020160f-aa65-486c-815c-43e262eb3e62 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.234s 2018-08-21 07:14:34.427 63 DEBUG tempest.lib.common.rest_client [req-9020160f-aa65-486c-815c-43e262eb3e62 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-9020160f-aa65-486c-815c-43e262eb3e62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9020160f-aa65-486c-815c-43e262eb3e62'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:36.040 63 INFO tempest.lib.common.rest_client [req-efac6b30-131c-4ece-8aa4-6cd96a67e18c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.598s 2018-08-21 07:14:36.041 63 DEBUG tempest.lib.common.rest_client [req-efac6b30-131c-4ece-8aa4-6cd96a67e18c ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-efac6b30-131c-4ece-8aa4-6cd96a67e18c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efac6b30-131c-4ece-8aa4-6cd96a67e18c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T07:14:35.000000", "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:36.065 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:14:37.112 63 INFO tempest.lib.common.rest_client [req-81943d32-40a2-4429-9536-b88e8dc120c4 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.042s 2018-08-21 07:14:37.113 63 DEBUG tempest.lib.common.rest_client [req-81943d32-40a2-4429-9536-b88e8dc120c4 ] 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-81943d32-40a2-4429-9536-b88e8dc120c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-81943d32-40a2-4429-9536-b88e8dc120c4'} Body: {"itemNotFound": {"message": "Instance 13aea441-ef10-4125-a8ce-9b6d22bdc51e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:37.941 63 INFO tempest.lib.common.rest_client [req-ceec12c3-1adf-47d6-b93c-a5b841e61301 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/808f9520-eeaa-4609-81d5-d83a3a2e8825 0.827s 2018-08-21 07:14:37.942 63 DEBUG tempest.lib.common.rest_client [req-ceec12c3-1adf-47d6-b93c-a5b841e61301 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/808f9520-eeaa-4609-81d5-d83a3a2e8825', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ceec12c3-1adf-47d6-b93c-a5b841e61301'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:37.986 63 INFO tempest.lib.common.rest_client [req-cdab6482-9c3d-49d7-86c3-417386a87a4b ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661079560 0.043s 2018-08-21 07:14:37.986 63 DEBUG tempest.lib.common.rest_client [req-cdab6482-9c3d-49d7-86c3-417386a87a4b ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661079560', u'x-compute-request-id': 'req-cdab6482-9c3d-49d7-86c3-417386a87a4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdab6482-9c3d-49d7-86c3-417386a87a4b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:38.995 63 INFO tempest.lib.common.rest_client [req-721c86bb-ac33-42f4-b757-9c9b8d826f16 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/90fa7b17-c8c6-4fed-a066-b79e770709c1 1.008s 2018-08-21 07:14:38.996 63 DEBUG tempest.lib.common.rest_client [req-721c86bb-ac33-42f4-b757-9c9b8d826f16 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/90fa7b17-c8c6-4fed-a066-b79e770709c1', u'date': 'Tue, 21 Aug 2018 07:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-721c86bb-ac33-42f4-b757-9c9b8d826f16'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:41.354 63 INFO tempest.lib.common.rest_client [req-7c562ba1-f04f-405f-b239-5637e3b4208d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/62c1bb20-9f5f-48c5-adb8-dfd4912bf065 2.357s 2018-08-21 07:14:41.355 63 DEBUG tempest.lib.common.rest_client [req-7c562ba1-f04f-405f-b239-5637e3b4208d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/62c1bb20-9f5f-48c5-adb8-dfd4912bf065', u'date': 'Tue, 21 Aug 2018 07:14:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c562ba1-f04f-405f-b239-5637e3b4208d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:42.408 63 INFO tempest.lib.common.rest_client [req-42965901-c972-4ce6-89d5-7db5380c5471 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/8b472c91-70ba-4f44-81fb-5503a7d63bb0 1.053s 2018-08-21 07:14:42.409 63 DEBUG tempest.lib.common.rest_client [req-42965901-c972-4ce6-89d5-7db5380c5471 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/8b472c91-70ba-4f44-81fb-5503a7d63bb0', u'date': 'Tue, 21 Aug 2018 07:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-42965901-c972-4ce6-89d5-7db5380c5471'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:44.606 63 INFO tempest.lib.common.rest_client [req-6f6ac54e-d61a-4216-b524-16b08e0a71c2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/9c628626-a288-4b49-b378-b0b107277fd6 2.196s 2018-08-21 07:14:44.606 63 DEBUG tempest.lib.common.rest_client [req-6f6ac54e-d61a-4216-b524-16b08e0a71c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/9c628626-a288-4b49-b378-b0b107277fd6', u'date': 'Tue, 21 Aug 2018 07:14:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f6ac54e-d61a-4216-b524-16b08e0a71c2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:44.885 63 INFO tempest.lib.common.rest_client [req-bbd664fc-2b65-41f6-a63a-7125f16df440 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/324e4316-dc45-4fb6-9b38-d9224e4a16e9 0.278s 2018-08-21 07:14:44.885 63 DEBUG tempest.lib.common.rest_client [req-bbd664fc-2b65-41f6-a63a-7125f16df440 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/324e4316-dc45-4fb6-9b38-d9224e4a16e9', u'date': 'Tue, 21 Aug 2018 07:14:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbd664fc-2b65-41f6-a63a-7125f16df440'} 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 [426.511888s] ... 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.207 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-21 07:07:38,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.205s 2018-08-21 07:07:38,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1757082675 description", "name": "tempest-secgroup-smoke-1757082675"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87549a01-6410-494d-be65-6932dafd1586'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1757082675 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "updated_at": "2018-08-21T07:07:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:07:38Z", "revision_number": 0, "id": "76401f84-4e4a-42b5-b26b-22e621787515", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:07:38Z", "revision_number": 0, "id": "cf8b551b-b7b1-4632-8c4c-e124224e5c07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "name": "tempest-secgroup-smoke-1757082675"}} 2018-08-21 07:07:38,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.139s 2018-08-21 07:07:38,722 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73e7edef-6b0a-4b0d-8a85-d46e57e4a7c7'} 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-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "42baacae-61ea-4a98-b9b8-f6bd78a1a469"}} 2018-08-21 07:07:38,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.179s 2018-08-21 07:07:38,903 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca2c492f-b025-446e-a9e1-62154db709fe'} 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-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7d406c6c-5c2a-4118-b448-3f0ede23fc6b"}} 2018-08-21 07:07:39,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 07:07:39,096 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d6fede9-a27d-4084-8c46-bd558fef01b2'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b6b0f622-c6e0-49ed-bc19-971a716807a0"}} 2018-08-21 07:07:39,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 07:07:39,280 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49d60fcf-ffdc-432f-b616-ba0331fea330'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "168ce864-5587-412b-82d6-6d5b1a9efc86"}} 2018-08-21 07:07:39,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:07:39,429 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48cdc5b7-e59e-47c9-abaa-9a2b1cfe2320'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "87c490da-cc3c-44c3-86db-e3eb1700b396"}} 2018-08-21 07:07:39,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.131s 2018-08-21 07:07:39,562 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d28f09c4-00bc-4522-8c98-25e4cc0de926'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ac369372-529b-47e5-ad39-8188415f66b1"}} 2018-08-21 07:07:39,736 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:07:39,736 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23321adb-bba2-4f9a-8c27-f358acd1791d'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "161c1bad-9e0a-4f3e-9593-45de50f36d6c"}} 2018-08-21 07:07:39,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.159s 2018-08-21 07:07:39,897 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d5a8a97-0085-456f-a0fb-ac4e90456694'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "204a8b1b-98d5-464a-9f09-be799196abeb"}} 2018-08-21 07:07:40,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 07:07:40,155 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-403799606"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf520f33-22b9-4ed9-a3f4-0dc59b126329'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:07:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"9c628626-a288-4b49-b378-b0b107277fd6","name":"tempest-A-403799606"}} 2018-08-21 07:07:40,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.545s 2018-08-21 07:07:40,703 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "name": "tempest-subnet-A-1-1827228386"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66aebc87-e98f-4f74-8cd0-da391fdb6756'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:40Z","dns_nameservers":[],"updated_at":"2018-08-21T07:07:40Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","subnetpool_id":null,"name":"tempest-subnet-A-1-1827228386"}} 2018-08-21 07:07:41,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.300s 2018-08-21 07:07:41,004 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1096987653"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:07:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02d51adc-8fb0-4270-bfd8-7c416c51396d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:07:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","name":"tempest-B-1096987653"}} 2018-08-21 07:07:42,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.047s 2018-08-21 07:07:42,052 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "name": "tempest-subnet-B-1-240548269"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-626f52e1-8a8b-4e4e-ba1b-2c373acfc4bd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:41Z","dns_nameservers":[],"updated_at":"2018-08-21T07:07:41Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","subnetpool_id":null,"name":"tempest-subnet-B-1-240548269"}} 2018-08-21 07:07:42,522 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.469s 2018-08-21 07:07:42,523 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96f922a6-46f8-4265-ba54-2b57dff93042'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "561156ba-ad99-43bd-a3a1-534e90365719"}} 2018-08-21 07:07:42,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.238s 2018-08-21 07:07:42,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-661079560"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d60bfe7e-b838-428d-b24f-ea8bea656be0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d60bfe7e-b838-428d-b24f-ea8bea656be0'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ7IR+IsAvOyZeRiUgoKlSlOLnojkcH5/kktT5g4jQVk12/fnvAqeyN5AjV5Bp+BljTjf0YanvS2achrVqj+5o5A9aXfQ9y23MGNBUKIQBi1uV6YASaWhrLMLqVCOHmsO+q4z/c8VdWmam+qt92oc4IaUdufnTQAl2FLU1hxvikDQHC374+pNSa9/+bb7Qiydpq6q6y1wVcAmngCH9FGAoQPwtNIhcM4ZTJDoENk9yXBMXmTzuERuqrHiMIN5aC+HpD4F2Y6RLfq6oF29nze/6zJVku08LOJfu2ui2LqgIgkDV4U9QrSj/+ae0g3SWTsWhDPbTmigpIH1FQ5I3iQAf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0OyEfiLALzsmXkYlIKCpUpTi56I5HB+f5JLU+YOI0FZNdv35\n7wKnsjeQI1eQafgZY0439GGp70tmnIa1ao/uaOQPWl30PcttzBjQVCiEAYtblemA\nEmloayzC6lQjh5rDvquM/3PFXVpmpvqrfdqHOCGlHbn500AJdhS1NYcb4pA0Bwt+\n+PqTUmvf/m2+0IsnaauqustcFXAJp4Ah/RRgKED8LTSIXDOGUyQ6BDZPclwTF5k8\n7hEbqqx4jCDeWgvh6Q+BdmOkS36uqBdvZ83v+syVZLtPCziX7troti6oCIJA1eFP\nUK0o//mntIN0lk7FoQz205ooKSB9RUOSN4kAHwIDAQABAoIBAG5jyk3rhqhuFIPT\nhGKNAWqFCK9jY9GcVBuuCaIdAfky4JNy9tB3Eqxz91D1P3T+hkuWVLJnuCacLIeg\nFdNMYahCeGpDIn5UMpuYsNsG3VkDjUzUp7sSvv2CFStDcdKAz9S7SDDhtvLwhTTN\nVjeVc8UQ4fGnBn28ZENkBatWzEEVBDG1io5LnAcxcVrfe9JrSo+dUKm5xzaQhuup\n973gGEsd1B9AMQLLLE+nqfxDCxfyk3SQiujmC517gyRQDIQ5QhNG78AtJTk0l8EP\ncHabz18eMDzP84WYToKT5wu7+WE41Tkfm0/NOCXpWZEgPSDqlYBd0OQC24Ff5vWs\nJamQGcECgYEA7NnMYJ3K3tnso61hk6HGkK6KrVrcsOhFDOZu6xhfK/4qPYJ8oap3\ng99JVTLPHnRc38Tr1mDJnwdGcNdsnjWefNBzky89aEnqdH8P2J0xfkpU1/iK2xVG\n7q9jkS1jL+ctTTXDv+zEf6oXaSfMlPaqBfXx42QmwmosNCtBXaXwsOkCgYEA4dC0\nZZ/k9fNik6sWHUUhaAQkRSbXY5TY6mOORsZAHUgtSKs4ALHwp0NMhlZ3jJUYOOsW\nrcdhTIduL+yhM05n2RnX9852L2vBs3M6+RJhBTqsUp4xdLfYYHOGDndLtl6HQ6Ge\nEwv1nTe1tq4d4j82k8M2J3EUPXfHuArBoFB+w8cCgYBn+nmp1LvyN5OWi5Axwqys\naaPB1QjbtSxTLHp3RRzK8GrU1Aso4fBT+Vt1Rrf8s7LuHcI3PAhng0ceVMR/dCSe\nwNhsPinkNcby27E2NFQ9EB7NLXSwF1grgt3gJx/LMN8HbVoBUM03CpH6fRloMB2W\nPlGxtQ76/KdpQ7APj8DpuQKBgQCGG1VXWSs36fAsNJnwjiK1zGfh7ZxTFo3wPWm8\nnHZtLXU/R/f9aa+7Fhu3WFitU8pL20nfsJ4XPgLxUT2246SG6XM6RxInPX6O3Ssz\nynd2DI9UjYBfieNl/JWrt6tuRhtczfm75Alc8j3nnOZAfDwkavWZXO2hR6aDpVey\nprtx9wKBgQCp3S8IfAYBnZ8pHIWVnVoAIbSRAxW701PJuISYNFy1ydEugBSAxG/J\nys1/hOFoT2Zz5DJBOeWnRXuzk6S+0oKI5IJ15NVQlNO3JKcb4CNaZXzmnhOO7pOS\nBLh/PGSmg8j/q3dyMYEl+YhMH0+SCe+Dmb7ZYl0BY/YD2Edczw7C1Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-661079560", "fingerprint": "ba:82:dd:d3:32:8f:74:67:ce:fb:ed:55:ae:a6:1f:4e"}} 2018-08-21 07:07:43,556 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.789s 2018-08-21 07:07:43,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-907628371", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:07:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fada2c19-2c88-4795-be2b-636b826e37eb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:07:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:07:43Z","name":"tempest-port-smoke-907628371","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ce:28:83","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","ip_address":"10.101.11.10"}],"id":"808f9520-eeaa-4609-81d5-d83a3a2e8825","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:07:44,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.404s 2018-08-21 07:07:44,962 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9c628626-a288-4b49-b378-b0b107277fd6", "port": "808f9520-eeaa-4609-81d5-d83a3a2e8825"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea', 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "adminPass": "xNYNBCbd8TFv"}} 2018-08-21 07:07:45,304 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.338s 2018-08-21 07:07:45,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-1dcaf176-516c-4d95-8fed-1cae8a784c8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1dcaf176-516c-4d95-8fed-1cae8a784c8e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:46,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.076s 2018-08-21 07:07:46,396 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:47,573 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.164s 2018-08-21 07:07:47,574 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-6a776d19-97a2-492a-a37b-0fd9e827a564', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a776d19-97a2-492a-a37b-0fd9e827a564'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:47,587 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:07:49,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.449s 2018-08-21 07:07:49,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:49,054 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:07:50,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.329s 2018-08-21 07:07:50,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-93b1dc06-a373-4810-9c67-b3e3407b8057', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b1dc06-a373-4810-9c67-b3e3407b8057'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:51,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.422s 2018-08-21 07:07:51,824 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-538cdc15-e139-4653-a71e-0ebd561e6bc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-538cdc15-e139-4653-a71e-0ebd561e6bc1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:52,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.158s 2018-08-21 07:07:52,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:51Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:53,010 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:07:53,345 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.335s 2018-08-21 07:07:53,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-9e26ed84-600d-4936-8069-d9f8cb13ebf2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e26ed84-600d-4936-8069-d9f8cb13ebf2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:51Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:53,364 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 13aea441-ef10-4125-a8ce-9b6d22bdc51e with status: ACTIVE 2018-08-21 07:07:54,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.875s 2018-08-21 07:07:54,241 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-422689727", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:07:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9028991d-d5e0-41d5-9645-1f7c4c7f3243'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:07:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:07:53Z","name":"tempest-port-smoke-422689727","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:04:e8:b1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","ip_address":"10.102.21.20"}],"id":"3938595d-a1ae-470b-b30e-dc6d79d6283b","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:07:55,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.216s 2018-08-21 07:07:55,459 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "port": "3938595d-a1ae-470b-b30e-dc6d79d6283b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-caef1a86-e9e4-4cfd-8953-23989724f89f', 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-caef1a86-e9e4-4cfd-8953-23989724f89f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "adminPass": "vBw8fYA7cPWG"}} 2018-08-21 07:07:55,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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.059s 2018-08-21 07:07:55,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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-65269dd8-48ba-4094-b481-868dcd39d5b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65269dd8-48ba-4094-b481-868dcd39d5b1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:56,641 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.092s 2018-08-21 07:07:56,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': '1313', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-cf237ceb-8397-437d-9e1c-f022afc28e92', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf237ceb-8397-437d-9e1c-f022afc28e92'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:56,655 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:07:57,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.158s 2018-08-21 07:07:57,816 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-64e7851b-60b5-4635-892f-948b67650633', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64e7851b-60b5-4635-892f-948b67650633'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:57,829 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:07:58,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.164s 2018-08-21 07:07:58,996 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-32dc504f-30f7-47ea-8d55-76da6ed71304', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-32dc504f-30f7-47ea-8d55-76da6ed71304'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:00,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.355s 2018-08-21 07:08:00,378 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-f07e68b3-4a0c-47b2-8636-c387dde3220d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f07e68b3-4a0c-47b2-8636-c387dde3220d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:01,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.402s 2018-08-21 07:08:01,794 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-cbf97726-d45b-4515-913e-fc75541aa15e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbf97726-d45b-4515-913e-fc75541aa15e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:01,806 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:08:02,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.410s 2018-08-21 07:08:02,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-581a748b-dbdb-48f8-925c-9e97a9912208', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-581a748b-dbdb-48f8-925c-9e97a9912208'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:02,228 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b0465303-61cd-436c-be8e-d7e8e1bb15eb with status: ACTIVE 2018-08-21 07:08:03,594 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 1.365s 2018-08-21 07:08:03,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1235197668", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:08:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89804b8f-6fb6-4994-8eee-d6fea2991e9d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:08:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:08:03Z","name":"tempest-port-smoke-1235197668","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:84:09:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","ip_address":"10.101.11.30"}],"id":"8f91d075-a913-461d-8a1c-0e380956a4e1","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:08:04,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.379s 2018-08-21 07:08:04,976 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9c628626-a288-4b49-b378-b0b107277fd6", "port": "8f91d075-a913-461d-8a1c-0e380956a4e1"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-3daecc78-157d-443d-88d6-22e20f67ef0d', 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3daecc78-157d-443d-88d6-22e20f67ef0d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "adminPass": "BVjCz2sSKbkC"}} 2018-08-21 07:08:05,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.064s 2018-08-21 07:08:05,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-86ea6635-bff4-4c2f-bc1e-09402092b604', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86ea6635-bff4-4c2f-bc1e-09402092b604'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:08:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:07,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.980s 2018-08-21 07:08:07,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': '1257', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:07,052 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:08:08,204 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.149s 2018-08-21 07:08:08,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:08,217 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:08:09,381 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.162s 2018-08-21 07:08:09,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:10,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.391s 2018-08-21 07:08:10,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-836b7f4d-a6df-4297-9f00-66d431f8ae81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-836b7f4d-a6df-4297-9f00-66d431f8ae81'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:10,810 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:08:11,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.430s 2018-08-21 07:08:11,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-d6952a63-c038-46c2-b552-d2caabae5479', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6952a63-c038-46c2-b552-d2caabae5479'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:11,255 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: be4c19fb-47cb-45af-9982-e34565ae61f5 with status: ACTIVE 2018-08-21 07:08:12,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.868s 2018-08-21 07:08:12,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2042561560", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea3fb9c8-7535-4092-8b07-524dfd6456d3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:08:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:08:11Z","name":"tempest-port-smoke-2042561560","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:27:44:d6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","ip_address":"10.102.21.40"}],"id":"5f5a32de-f61d-4975-aa10-a64ce623feef","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:08:12,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 0.492s 2018-08-21 07:08:12,619 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "port": "5f5a32de-f61d-4975-aa10-a64ce623feef"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0a23add5-9ec9-47de-95e3-4187d3730911', 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a23add5-9ec9-47de-95e3-4187d3730911'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "adminPass": "RdLRN9tBvvsJ"}} 2018-08-21 07:08:12,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.061s 2018-08-21 07:08:12,685 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-9202a067-69dc-4997-af99-8fc78555db09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9202a067-69dc-4997-af99-8fc78555db09'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:08:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:13,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.083s 2018-08-21 07:08:13,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': '1257', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e1d75002-6090-4afc-95e7-423441dba0cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1d75002-6090-4afc-95e7-423441dba0cb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:13,805 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:08:15,142 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.335s 2018-08-21 07:08:15,143 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:14Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:15,156 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:08:16,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.158s 2018-08-21 07:08:16,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-8f282614-2cd0-4abb-b788-ad5af9e0054a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f282614-2cd0-4abb-b788-ad5af9e0054a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:14Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:17,664 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.331s 2018-08-21 07:08:17,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-bd21819a-ce1e-497a-bc9a-c982d0380286', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd21819a-ce1e-497a-bc9a-c982d0380286'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:17,677 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:08:17,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.147s 2018-08-21 07:08:17,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-3960740d-2d78-4a8f-98b7-05647db77465', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3960740d-2d78-4a8f-98b7-05647db77465'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:17,839 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e6202a1b-bfb6-412c-9a7a-3415369873b9 with status: ACTIVE 2018-08-21 07:08:18,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.163s 2018-08-21 07:08:18,003 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1519795389", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a2216ff-d644-49ae-9883-8650c4295e47'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:17Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:17Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "name": "tempest-router--1519795389"}} 2018-08-21 07:08:19,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60 1.482s 2018-08-21 07:08:19,487 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60', u'date': 'Tue, 21 Aug 2018 07:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c58bf22d-5f1a-4eac-ae50-34452af9240b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:17Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:19Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "name": "tempest-router--1519795389"}} 2018-08-21 07:08:21,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/add_router_interface 2.380s 2018-08-21 07:08:21,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-018b2422-d7f6-49dd-8d37-2b96eff8bb43'} Body: {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0", "subnet_ids": ["8b472c91-70ba-4f44-81fb-5503a7d63bb0"], "port_id": "da4ed2a2-c1a2-4926-a7b9-cfe8b66dcf90", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60"} 2018-08-21 07:08:23,907 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 2.036s 2018-08-21 07:08:23,908 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "808f9520-eeaa-4609-81d5-d83a3a2e8825"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:08:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79c91aa3-3a3b-4062-b372-ae1c198d9f2d'} Body: {"floatingip": {"router_id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:08:22Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "808f9520-eeaa-4609-81d5-d83a3a2e8825", "id": "0d714d69-82e9-4d26-a0eb-9601aa473192", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:08:24,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.123s 2018-08-21 07:08:24,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--2103378348", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:08:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da312b42-2922-4832-90ff-21948d294e55'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:23Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:23Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "name": "tempest-router--2103378348"}} 2018-08-21 07:08:25,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628 1.788s 2018-08-21 07:08:25,824 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628', u'date': 'Tue, 21 Aug 2018 07:08:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a15830a-754a-439c-acda-2f66bf795b88'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:23Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:25Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "name": "tempest-router--2103378348"}} 2018-08-21 07:08:28,101 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/add_router_interface 2.273s 2018-08-21 07:08:28,101 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:08:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dcd1e03-e1da-4faf-9565-0b85c68744ed'} Body: {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1", "subnet_ids": ["90fa7b17-c8c6-4fed-a066-b79e770709c1"], "port_id": "05896da9-8cf1-4db6-8bb9-c632c23414a3", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628"} 2018-08-21 07:08:30,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.935s 2018-08-21 07:08:30,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "5f5a32de-f61d-4975-aa10-a64ce623feef"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:08:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a47051b-aa51-434e-8183-949c11188010'} Body: {"floatingip": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:08:28Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "5f5a32de-f61d-4975-aa10-a64ce623feef", "id": "ba6849b8-9e22-4041-a01f-a474a17d67b6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:28Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:08:30,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/network_associations 0.909s 2018-08-21 07:08:30,950 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/network_associations', u'date': 'Tue, 21 Aug 2018 07:08:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3c58b63-fe65-48bc-9624-adabbe96a872'} Body: {"network_association": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "id": "a5145085-bea6-459f-8bfe-807eff1b8124"}} 2018-08-21 07:08:30,951 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:38,968 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:39,032 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:39,033 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:39,148 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-21 07:08:39,148 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:39,151 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:39,214 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:39,216 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:44,223 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-21 07:08:44,224 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-21 07:08:44,224 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.076837 seconds 2018-08-21 07:08:44,225 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:44,228 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:44,292 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:44,293 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:44,408 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-21 07:08:44,408 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:44,410 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:44,471 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:44,474 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:48,482 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074808 seconds 2018-08-21 07:08:49,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/router_associations 1.079s 2018-08-21 07:08:49,563 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/router_associations', u'date': 'Tue, 21 Aug 2018 07:08:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c25cc410-8daa-45dd-b3ff-884bea2d5c97'} Body: {"router_association": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "id": "6169db87-1ca2-4ec5-8cff-e99254535542"}} 2018-08-21 07:08:49,564 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:49,566 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:49,626 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:49,630 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:49,745 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-21 07:08:49,745 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:49,747 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:49,806 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:49,812 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:54,818 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-21 07:08:54,819 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-21 07:08:54,819 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074711 seconds 2018-08-21 07:08:54,820 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:09:54,880 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-21 07:10:57,426 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 2. Retry after 3 seconds. 2018-08-21 07:12:00,988 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 3. Retry after 4 seconds. 2018-08-21 07:13:05,553 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 4. Retry after 5 seconds. 2018-08-21 07:14:11,117 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 after 4 attempts 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh return function() 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh 2018-08-21 07:14:11,121 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.207 failed. Error: Connection to the 172.30.9.207 via SSH timed out. User: cirros, Password: None 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.207 via SSH timed out. 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-21 07:14:11,518 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:14:11,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8977', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec86c7ea-53d3-4f0a-80c2-a38b8a1ade4b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:14:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-TestBGPVPNBasic-38799971"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"re 2018-08-21 07:14:11,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers 0.447s 2018-08-21 07:14:11,968 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers', u'x-compute-request-id': 'req-c3ebbbee-c82d-448a-b620-7925098b3fa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3ebbbee-c82d-448a-b620-7925098b3fa3'} Body: {"servers": [{"id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "name": "server-4"}, {"id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "name": "server-3"}, {"id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "name": "server-2"}, {"id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-21 07:14:12,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9/action 0.064s 2018-08-21 07:14:12,040 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9/action', u'x-compute-request-id': 'req-1bbf5d84-0dc3-4642-878c-338cb3153cc0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1bbf5d84-0dc3-4642-878c-338cb3153cc0'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487489258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,046 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for e6202a1b-bfb6-412c-9a7a-3415369873b9 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 487489258 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.197984] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200438] pid_max: default: 32768 minimum: 301 [ 0.201755] ACPI: Core revision 20150930 [ 0.203537] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205463] Security Framework initialized [ 0.206635] Yama: becoming mindful. [ 0.207684] AppArmor: AppArmor initialized [ 0.208921] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212693] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214393] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216360] Initializing cgroup subsys io [ 0.217518] Initializing cgroup subsys memory [ 0.218766] Initializing cgroup subsys devices [ 0.220021] Initializing cgroup subsys freezer [ 0.221263] Initializing cgroup subsys net_cls [ 0.222499] Initializing cgroup subsys perf_event [ 0.223813] Initializing cgroup subsys net_prio [ 0.225101] Initializing cgroup subsys hugetlb [ 0.226339] Initializing cgroup subsys pids [ 0.227562] CPU: Physical Processor ID: 0 [ 0.229453] mce: CPU supports 10 MCE banks [ 0.230667] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232098] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.249396] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.256230] ftrace: allocating 31920 entries in 125 pages [ 0.282006] smpboot: Max logical packages: 1 [ 0.283251] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.285253] x2apic enabled [ 0.286445] Switched APIC routing to physical x2apic. [ 0.289072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.290699] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.293635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.296256] KVM setup paravirtual spinlock [ 0.297999] x86: Booted up 1 node, 1 CPUs [ 0.299147] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.301110] devtmpfs: initialized [ 0.303138] evm: security.selinux [ 0.304142] evm: security.SMACK64 [ 0.305132] evm: security.SMACK64EXEC [ 0.306189] evm: security.SMACK64TRANSMUTE [ 0.307333] evm: security.SMACK64MMAP [ 0.308393] evm: security.ima [ 0.309324] evm: security.capability [ 0.310464] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.313108] pinctrl core: initialized pinctrl subsystem [ 0.314656] RTC time: 7:08:16, date: 08/21/18 [ 0.316001] NET: Registered protocol family 16 [ 0.317375] cpuidle: using governor ladder [ 0.318540] cpuidle: using governor menu [ 0.319684] PCCT header not found. [ 0.320748] ACPI: bus type PCI registered [ 0.321904] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.323688] PCI: Using configuration type 1 for base access [ 0.325913] ACPI: Added _OSI(Module Device) [ 0.327132] ACPI: Added _OSI(Processor Device) [ 0.328369] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329666] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331984] ACPI: Interpreter enabled [ 0.333109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.338528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.341253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.343939] ACPI: (supports S0 S5) [ 0.344960] ACPI: Using IOAPIC for interrupt routing [ 0.346314] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350273] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.351897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.353647] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.355327] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.358415] acpiphp: Slot [3] registered [ 0.359561] acpiphp: Slot [4] registered [ 0.360714] acpiphp: Slot [5] registered [ 0.361856] acpiphp: Slot [6] registered [ 0.363038] acpiphp: Slot [7] registered [ 0.364193] acpiphp: Slot [8] registered [ 0.365329] acpiphp: Slot [9] registered [ 0.366470] acpiphp: Slot [10] registered [ 0.367642] acpiphp: Slot [11] registered [ 0.368819] acpiphp: Slot [12] registered [ 0.370131] acpiphp: Slot [13] registered [ 0.371254] acpiphp: Slot [14] registered [ 0.372378] acpiphp: Slot [15] registered [ 0.387623] acpiphp: Slot [16] registered [ 0.388728] acpiphp: Slot [17] registered [ 0.389828] acpiphp: Slot [18] registered [ 0.390932] acpiphp: Slot [19] registered [ 0.392029] acpiphp: Slot [20] registered [ 0.393130] acpiphp: Slot [21] registered [ 0.394221] acpiphp: Slot [22] registered [ 0.395316] acpiphp: Slot [23] registered [ 0.396415] acpiphp: Slot [24] registered [ 0.397517] acpiphp: Slot [25] registered [ 0.398621] acpiphp: Slot [26] registered [ 0.399715] acpiphp: Slot [27] registered [ 0.400819] acpiphp: Slot [28] registered [ 0.401919] acpiphp: Slot [29] registered [ 0.403019] acpiphp: Slot [30] registered [ 0.404121] acpiphp: Slot [31] registered [ 0.405221] PCI host bridge to bus 0000:00 [ 0.406318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.407927] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.409528] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.411499] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.413453] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415420] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419490] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.421191] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422763] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424448] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430744] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.451825] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453792] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455685] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459547] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461210] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462977] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464385] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466450] vgaarb: loaded [ 0.467269] vgaarb: bridge control possible 0000:00:02.0 [ 0.468902] SCSI subsystem initialized [ 0.470139] ACPI: bus type USB registered [ 0.471250] usbcore: registered new interface driver usbfs [ 0.472627] usbcore: registered new interface driver hub [ 0.473972] usbcore: registered new device driver usb [ 0.475441] PCI: Using ACPI for IRQ routing [ 0.476951] NetLabel: Initializing [ 0.477911] NetLabel: domain hash size = 128 [ 0.479034] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.480293] NetLabel: unlabeled traffic allowed by default [ 0.481830] clocksource: Switched to clocksource kvm-clock [ 0.492096] AppArmor: AppArmor Filesystem Enabled [ 0.493386] pnp: PnP ACPI init [ 0.494608] pnp: PnP ACPI: found 5 devices [ 0.501408] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.503689] NET: Registered protocol family 2 [ 0.505092] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.508373] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509966] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.511404] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512968] NET: Registered protocol family 1 [ 0.514156] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515641] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.517074] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531626] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546249] Trying to unpack rootfs image as initramfs... [ 0.608764] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.616080] Scanning for low memory corruption every 60 seconds [ 0.619130] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620753] audit: initializing netlink subsys (disabled) [ 0.622414] audit: type=2000 audit(1534835297.691:1): initialized [ 0.624523] Initialise system trusted keyring [ 0.626073] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.627633] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.630457] zbud: loaded [ 0.631531] VFS: Disk quotas dquot_6.6.0 [ 0.632687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634994] fuse init (API version 7.23) [ 0.636238] Key type big_key registered [ 0.637347] Allocating IMA MOK and blacklist keyrings. [ 0.639111] Key type asymmetric registered [ 0.640254] Asymmetric key parser 'x509' registered [ 0.641583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.643672] io scheduler noop registered [ 0.644757] io scheduler deadline registered (default) [ 0.646140] io scheduler cfq registered [ 0.647417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648832] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.650688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652699] ACPI: Power Button [PWRF] [ 0.654066] GHES: HEST is not enabled! [ 0.668373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724558] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.727655] Linux agpgart interface v0.103 [ 0.731443] brd: module loaded [ 0.733701] loop: module loaded [ 0.739054] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741044] GPT:90111 != 2097151 [ 0.741981] GPT:Alternate GPT header not at the end of the disk. [ 0.743451] GPT:90111 != 2097151 [ 0.744372] GPT: Use GNU Parted to correct GPT errors. [ 0.745680] vda: vda1 vda15 [ 0.747603] scsi host0: ata_piix [ 0.748674] scsi host1: ata_piix [ 0.749665] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751298] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753347] libphy: Fixed MDIO Bus: probed [ 0.754697] tun: Universal TUN/TAP device driver, 1.6 [ 0.755995] tun: (C) 1999-2004 Max Krasnyansky [ 0.759313] PPP generic driver version 2.4.2 [ 0.761156] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.763558] ehci-pci: EHCI PCI platform driver [ 0.765265] ehci-platform: EHCI generic platform driver [ 0.766682] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768269] ohci-pci: OHCI PCI platform driver [ 0.769468] ohci-platform: OHCI generic platform driver [ 0.770813] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785508] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.786938] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.788943] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790322] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.791944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.793592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795498] usb usb1: Product: UHCI Host Controller [ 0.796755] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798373] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799692] hub 1-0:1.0: USB hub found [ 0.800745] hub 1-0:1.0: 2 ports detected [ 0.802090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804961] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806229] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807616] mousedev: PS/2 mouse device common for all mice [ 0.809308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.811748] rtc_cmos 00:00: RTC can wake from S4 [ 0.813291] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814877] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.816472] i2c /dev entries driver [ 0.817523] device-mapper: uevent: version 1.0.3 [ 0.818822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.821036] ledtrig-cpu: registered to indicate activity on CPUs [ 0.823020] NET: Registered protocol family 10 [ 0.824807] NET: Registered protocol family 17 [ 0.826039] Key type dns_resolver registered [ 0.827384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.828854] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.831253] registered taskstats version 1 [ 0.832397] Loading compiled-in X.509 certificates [ 0.834284] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836750] zswap: loaded using pool lzo/zbud [ 0.839197] Key type trusted registered [ 0.841327] Key type encrypted registered [ 0.842443] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843841] ima: No TPM chip found, activating TPM-bypass! [ 0.845229] evm: HMAC attrs: 0x1 [ 0.846561] Magic number: 14:395:117 [ 0.847738] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:17 UTC (1534835297) [ 0.849951] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.851418] EDD information not available. [ 0.912441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.928624] Write protecting the kernel read-only data: 14336k [ 0.933504] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.936112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.985255] 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.84 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.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.94. iid=i-00000083 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXEYtd35+hfqhQFVd7E8ew37h10U6qrtL8/NtjvJBwprPCDzL1h1bhcTn4lusBuo4QcnFBa2PIpUyn2kDMF9PydpDA/rzHBqzvnGIdaBCPWvydMnbDQ1hJhHwPNZXk2bZSRcUqC9bDri00gy0C5ustL928aePoWejcs5P9lItdm03ZHnfaVCAC8PUj6u1fXlCb9I6bTEcvN3i1vN1fM/gMlHffDccTzk947MfanwpRImWTgBMRB8A1AXmkaG89X+9KbBn7peRZF3LoqDHes1DhrRDw/wUyw7xZewbBiJhNU52mVt7B23uUJlyh95L3TOo5e0jZgTfqLN5phx5RgIo9 root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAPFIkLKm+Ar61gco/azikswuTK/r0n/taV+3xszUlKBxAGUo1DmAzBhStdACUyGeYX7TVzDd68/GahJJFQdCjWrWyPKoxeG1zHmRECm8kd/jo0tqF/sGQJEfmwisD3yP0zSDDsMwoCnvitAZz7SZtJROwWTv0Tmr27WBVix/uh5FAAAAFQC510chzSHF2Qo0EUuV/SnF/0bSwQAAAIEAwbOBmT0Tmrj1KdMqkx6x4CLWhUskKrVd0Bbbk9hGV59FV8cPoLX0S76qI9+ze5YSCxRP1x/ZWtOrR6+xHBaBNCmxNdffz/cOVsMhmjAQ1mZ3JneUuDSN7VLAQDpESvwr0AvqK+7ULMB60vFSvGht69Z2enaBUFEmu0CE9Njp4okAAACARYtfB4lEuJp0RH7+Yd8sU0OM0AhpseHfW96y6nvcHnazPpkGNbBJgKiO9Je6r+twfAysIoFMWGEapKbp0xaukM0R5oi7ioN3vidL5y+owAB+jboWY0hoq05zbyR89fEUnsPl3kGwZkXdA4iUEa+DpR7XrbsFYdZGdz6lTP4i/10= root@server-4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.52s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fe27:44d6/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-00000083 name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.11 === === 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:27:44:D6 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe27:44d6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.696 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.319 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.618 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.189 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.294 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.189/0.423/0.696 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 [ 1.113872] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.274096] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.274098] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.274099] usb 1-1: Product: QEMU USB Tablet [ 1.274100] usb 1-1: Manufacturer: QEMU [ 1.274101] usb 1-1: SerialNumber: 42 [ 1.613889] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.613909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.823541] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.861894] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:17 cirros kern.info kernel: [ 0.936112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 21 08:08:17 cirros kern.info kernel: [ 0.950624] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 21 08:08:17 cirros kern.info kernel: [ 0.950625] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 21 08:08:17 cirros kern.info kernel: [ 0.952340] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 21 08:08:17 cirros kern.info kernel: [ 0.955463] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 21 08:08:17 cirros kern.info kernel: [ 0.957601] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 21 08:08:17 cirros kern.info kernel: [ 0.981799] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:17 cirros kern.info kernel: [ 0.983424] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:17 cirros kern.notice kernel: [ 0.985255] random: blkid urandom read with 2 bits of entropy available Aug 21 08:08:17 cirros kern.info kernel: [ 0.987342] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:17 cirros kern.info kernel: [ 0.990528] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:17 cirros kern.info kernel: [ 1.076624] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:17 cirros kern.info kernel: [ 1.084818] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:17 cirros kern.info kernel: [ 1.113872] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:08:17 cirros kern.info kernel: [ 1.274096] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:17 cirros kern.info kernel: [ 1.274098] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:17 cirros kern.info kernel: [ 1.274099] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:17 cirros kern.info kernel: [ 1.274100] usb 1-1: Manufacturer: QEMU Aug 21 08:08:17 cirros kern.info kernel: [ 1.274101] usb 1-1: SerialNumber: 42 Aug 21 08:08:18 cirros kern.info kernel: [ 1.613889] tsc: Refined TSC clocksource calibration: 3491.872 MHz Aug 21 08:08:18 cirros kern.info kernel: [ 1.613909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns Aug 21 08:08:19 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:19 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:19 cirros kern.info kernel: [ 2.823541] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:19 cirros kern.info kernel: [ 2.861894] 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-21 07:14:12,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5/action 0.074s 2018-08-21 07:14:12,123 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': '31557', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5/action', u'x-compute-request-id': 'req-ae68ae85-88d1-45d9-a5f4-e70481171085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae68ae85-88d1-45d9-a5f4-e70481171085'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480069295 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,126 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for be4c19fb-47cb-45af-9982-e34565ae61f5 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 480069295 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.193809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196176] pid_max: default: 32768 minimum: 301 [ 0.197457] ACPI: Core revision 20150930 [ 0.199179] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201072] Security Framework initialized [ 0.202247] Yama: becoming mindful. [ 0.203301] AppArmor: AppArmor initialized [ 0.204533] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206396] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209907] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211895] Initializing cgroup subsys io [ 0.213078] Initializing cgroup subsys memory [ 0.214309] Initializing cgroup subsys devices [ 0.215560] Initializing cgroup subsys freezer [ 0.216821] Initializing cgroup subsys net_cls [ 0.218068] Initializing cgroup subsys perf_event [ 0.219361] Initializing cgroup subsys net_prio [ 0.220645] Initializing cgroup subsys hugetlb [ 0.221890] Initializing cgroup subsys pids [ 0.223114] CPU: Physical Processor ID: 0 [ 0.224984] mce: CPU supports 10 MCE banks [ 0.226177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227599] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244382] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251033] ftrace: allocating 31920 entries in 125 pages [ 0.276250] smpboot: Max logical packages: 1 [ 0.277479] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279431] x2apic enabled [ 0.280608] Switched APIC routing to physical x2apic. [ 0.283118] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284706] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287637] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290189] KVM setup paravirtual spinlock [ 0.291821] x86: Booted up 1 node, 1 CPUs [ 0.292985] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294938] devtmpfs: initialized [ 0.296947] evm: security.selinux [ 0.297945] evm: security.SMACK64 [ 0.298937] evm: security.SMACK64EXEC [ 0.299989] evm: security.SMACK64TRANSMUTE [ 0.301136] evm: security.SMACK64MMAP [ 0.302195] evm: security.ima [ 0.303116] evm: security.capability [ 0.304227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306849] pinctrl core: initialized pinctrl subsystem [ 0.308388] RTC time: 7:08:09, date: 08/21/18 [ 0.309729] NET: Registered protocol family 16 [ 0.311115] cpuidle: using governor ladder [ 0.312277] cpuidle: using governor menu [ 0.313386] PCCT header not found. [ 0.314439] ACPI: bus type PCI registered [ 0.315578] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317319] PCI: Using configuration type 1 for base access [ 0.319527] ACPI: Added _OSI(Module Device) [ 0.320719] ACPI: Added _OSI(Processor Device) [ 0.321938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.323212] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325437] ACPI: Interpreter enabled [ 0.326524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.329139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336973] ACPI: (supports S0 S5) [ 0.337981] ACPI: Using IOAPIC for interrupt routing [ 0.339327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343244] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346590] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351351] acpiphp: Slot [3] registered [ 0.352493] acpiphp: Slot [4] registered [ 0.353626] acpiphp: Slot [5] registered [ 0.354755] acpiphp: Slot [6] registered [ 0.355892] acpiphp: Slot [7] registered [ 0.357033] acpiphp: Slot [8] registered [ 0.358156] acpiphp: Slot [9] registered [ 0.359286] acpiphp: Slot [10] registered [ 0.360432] acpiphp: Slot [11] registered [ 0.361588] acpiphp: Slot [12] registered [ 0.362741] acpiphp: Slot [13] registered [ 0.363881] acpiphp: Slot [14] registered [ 0.365041] acpiphp: Slot [15] registered [ 0.380513] acpiphp: Slot [16] registered [ 0.381671] acpiphp: Slot [17] registered [ 0.382817] acpiphp: Slot [18] registered [ 0.383962] acpiphp: Slot [19] registered [ 0.385119] acpiphp: Slot [20] registered [ 0.386275] acpiphp: Slot [21] registered [ 0.387421] acpiphp: Slot [22] registered [ 0.388576] acpiphp: Slot [23] registered [ 0.389724] acpiphp: Slot [24] registered [ 0.390872] acpiphp: Slot [25] registered [ 0.392058] acpiphp: Slot [26] registered [ 0.393203] acpiphp: Slot [27] registered [ 0.394358] acpiphp: Slot [28] registered [ 0.395508] acpiphp: Slot [29] registered [ 0.396656] acpiphp: Slot [30] registered [ 0.397801] acpiphp: Slot [31] registered [ 0.398949] PCI host bridge to bus 0000:00 [ 0.400099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401789] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403493] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405547] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407598] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409685] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.413806] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415606] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423352] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446160] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450321] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452342] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454428] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456205] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458056] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461761] vgaarb: loaded [ 0.462618] vgaarb: bridge control possible 0000:00:02.0 [ 0.464319] SCSI subsystem initialized [ 0.465607] ACPI: bus type USB registered [ 0.466786] usbcore: registered new interface driver usbfs [ 0.468256] usbcore: registered new interface driver hub [ 0.469683] usbcore: registered new device driver usb [ 0.471261] PCI: Using ACPI for IRQ routing [ 0.472835] NetLabel: Initializing [ 0.473854] NetLabel: domain hash size = 128 [ 0.475064] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476415] NetLabel: unlabeled traffic allowed by default [ 0.478061] clocksource: Switched to clocksource kvm-clock [ 0.488070] AppArmor: AppArmor Filesystem Enabled [ 0.489426] pnp: PnP ACPI init [ 0.490697] pnp: PnP ACPI: found 5 devices [ 0.497699] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500132] NET: Registered protocol family 2 [ 0.501597] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.503439] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.505152] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506860] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.508406] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510068] NET: Registered protocol family 1 [ 0.511320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.512873] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.514413] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529054] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.543761] Trying to unpack rootfs image as initramfs... [ 0.606351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.611694] Scanning for low memory corruption every 60 seconds [ 0.614037] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615680] audit: initializing netlink subsys (disabled) [ 0.617168] audit: type=2000 audit(1534835290.230:1): initialized [ 0.619130] Initialise system trusted keyring [ 0.620516] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622149] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624900] zbud: loaded [ 0.625932] VFS: Disk quotas dquot_6.6.0 [ 0.627105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629316] fuse init (API version 7.23) [ 0.630591] Key type big_key registered [ 0.631721] Allocating IMA MOK and blacklist keyrings. [ 0.633457] Key type asymmetric registered [ 0.634625] Asymmetric key parser 'x509' registered [ 0.635975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638098] io scheduler noop registered [ 0.639223] io scheduler deadline registered (default) [ 0.640624] io scheduler cfq registered [ 0.641847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645154] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647213] ACPI: Power Button [PWRF] [ 0.648491] GHES: HEST is not enabled! [ 0.662753] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692385] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695530] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719350] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722623] Linux agpgart interface v0.103 [ 0.726254] brd: module loaded [ 0.728594] loop: module loaded [ 0.733814] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735890] GPT:90111 != 2097151 [ 0.736868] GPT:Alternate GPT header not at the end of the disk. [ 0.738439] GPT:90111 != 2097151 [ 0.739413] GPT: Use GNU Parted to correct GPT errors. [ 0.740817] vda: vda1 vda15 [ 0.742525] scsi host0: ata_piix [ 0.743632] scsi host1: ata_piix [ 0.744632] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746323] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.748330] libphy: Fixed MDIO Bus: probed [ 0.749460] tun: Universal TUN/TAP device driver, 1.6 [ 0.750780] tun: (C) 1999-2004 Max Krasnyansky [ 0.753882] PPP generic driver version 2.4.2 [ 0.755156] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756798] ehci-pci: EHCI PCI platform driver [ 0.758022] ehci-platform: EHCI generic platform driver [ 0.759399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760971] ohci-pci: OHCI PCI platform driver [ 0.762205] ohci-platform: OHCI generic platform driver [ 0.763599] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778310] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781715] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783124] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784701] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788383] usb usb1: Product: UHCI Host Controller [ 0.789669] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791251] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792691] hub 1-0:1.0: USB hub found [ 0.793781] hub 1-0:1.0: 2 ports detected [ 0.795076] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797990] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799312] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800738] mousedev: PS/2 mouse device common for all mice [ 0.802491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805015] rtc_cmos 00:00: RTC can wake from S4 [ 0.806576] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808226] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.809874] i2c /dev entries driver [ 0.810945] device-mapper: uevent: version 1.0.3 [ 0.812278] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814561] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816472] NET: Registered protocol family 10 [ 0.818055] NET: Registered protocol family 17 [ 0.819308] Key type dns_resolver registered [ 0.820640] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822180] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.824643] registered taskstats version 1 [ 0.825815] Loading compiled-in X.509 certificates [ 0.827667] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830271] zswap: loaded using pool lzo/zbud [ 0.832416] Key type trusted registered [ 0.834676] Key type encrypted registered [ 0.835833] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837280] ima: No TPM chip found, activating TPM-bypass! [ 0.838739] evm: HMAC attrs: 0x1 [ 0.840081] Magic number: 14:395:117 [ 0.841261] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:10 UTC (1534835290) [ 0.843520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845062] EDD information not available. [ 0.907593] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.924282] Write protecting the kernel read-only data: 14336k [ 0.927284] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929782] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.95 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.208519] 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.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 1.11. iid=i-00000082 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZPQbOFzRUWCy6+rK3iQ5D3o7d/7286aveonrCPyZxJmh7HEXtVKo0TJb4fLnhxGD+mHQWM7K0+wqydI8xFqxPAKYbtuGkhROYmIBs7xaqptZ6/i09Zm/DEz9tjmQizYG9pNgmq1RUEXDK9Hf8a47tS1wU2lw5qnJB+jnuAeOo0n60vTD2piEb9e9akR8WuPFBzY9TPFuJQYGr84NlTZMJe+0dbwDpIW9dbxFRgYl7VuhQnYY1ob/RzLaSkKWDVvmWzT3fX7MZo08gDq13HnH9FD25abFA2tYXUPCyL3Kex0/x9PRawSLx9gn6d8mbpFYGAydSKR9t/P2ZqbFwMtFX root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAMbGXvSy1lwCUNcxAau8BTGHrvPm8a1eTWvbzGPxgmb8FIrPi+TXfCUN0xoLbGB93vOsKRKhz5T643fzodqw7/yz8sQ0Fo43pkDVHq2VtY1EF6MUZRiSOkw0itgEQg+tA1VE7LzNzI5++uI6mK7AYlRsSS48k80JY8/JYPfixsjPAAAAFQDwap6HTZJMxvJwoBPmDLYc1SObEwAAAIBrsoX0lJ4dVC7xH71EEmnAZWNqR4zSmIGxM/VYyqwu9IOKuOBmRIpFpPsMlfg1cPqe7zUqj1MAZsbtNKa36dL/xdfhDbAKw1YbC7fvRhVASCzR3cVTALmdwTSfcXzltyAwgc5Pu8fooaM0FV/FJM3Mqa8/5Aphuhb/0aIF/af+iQAAAIAd6fvZuLlEFNBRnaLV47s2Xw97uJ0OUpnJvPMTC8M7vMnEl5WsjDxScoGd0XBI+dcSA3p4SX2g1yXMa/zWuEh6hPj3tSMJDCPqkfXZW6SulMm0p4N2L+iNyde3Mn2V0ZCQa4vUb7Y4WeZI9dcY2IH/miqpOBxl3zCmDnE4CEaERw== root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.34s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fe84:9a3/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-00000082 name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.35 === === 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:84:09:A3 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe84:9a3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.656 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.474 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.185 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.261 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.266 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.185/0.368/0.656 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 [ 1.208519] random: dd urandom read with 5 bits of entropy available [ 1.266336] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.266338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.266340] usb 1-1: Product: QEMU USB Tablet [ 1.266341] usb 1-1: Manufacturer: QEMU [ 1.266341] usb 1-1: SerialNumber: 42 [ 1.610114] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.610122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns [ 3.238554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.281285] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:10 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 21 08:08:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 21 08:08:10 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 21 08:08:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 21 08:08:10 cirros kern.notice kernel: [ 1.208519] random: dd urandom read with 5 bits of entropy available Aug 21 08:08:10 cirros kern.info kernel: [ 1.266336] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:10 cirros kern.info kernel: [ 1.266338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:10 cirros kern.info kernel: [ 1.266340] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:10 cirros kern.info kernel: [ 1.266341] usb 1-1: Manufacturer: QEMU Aug 21 08:08:10 cirros kern.info kernel: [ 1.266341] usb 1-1: SerialNumber: 42 Aug 21 08:08:11 cirros kern.info kernel: [ 1.610114] tsc: Refined TSC clocksource calibration: 3491.843 MHz Aug 21 08:08:11 cirros kern.info kernel: [ 1.610122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns Aug 21 08:08:12 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:12 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:12 cirros kern.info kernel: [ 3.238554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:12 cirros kern.info kernel: [ 3.281285] 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-21 07:14:12,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb/action 0.071s 2018-08-21 07:14:12,201 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb/action', u'x-compute-request-id': 'req-dcf84056-fa68-47c4-96a9-b82f18d17437', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dcf84056-fa68-47c4-96a9-b82f18d17437'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501360509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,204 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for b0465303-61cd-436c-be8e-d7e8e1bb15eb 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 501360509 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.210792] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.213486] pid_max: default: 32768 minimum: 301 [ 0.214935] ACPI: Core revision 20150930 [ 0.216787] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.218927] Security Framework initialized [ 0.220249] Yama: becoming mindful. [ 0.221447] AppArmor: AppArmor initialized [ 0.222845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.224997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.227156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.229165] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.231445] Initializing cgroup subsys io [ 0.232776] Initializing cgroup subsys memory [ 0.234189] Initializing cgroup subsys devices [ 0.235629] Initializing cgroup subsys freezer [ 0.237060] Initializing cgroup subsys net_cls [ 0.238487] Initializing cgroup subsys perf_event [ 0.239990] Initializing cgroup subsys net_prio [ 0.241470] Initializing cgroup subsys hugetlb [ 0.242910] Initializing cgroup subsys pids [ 0.244331] CPU: Physical Processor ID: 0 [ 0.246365] mce: CPU supports 10 MCE banks [ 0.247722] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.249355] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.264317] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.271405] ftrace: allocating 31920 entries in 125 pages [ 0.297316] smpboot: Max logical packages: 1 [ 0.298709] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300899] x2apic enabled [ 0.302195] Switched APIC routing to physical x2apic. [ 0.304902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.306770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.310035] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.312913] KVM setup paravirtual spinlock [ 0.314691] x86: Booted up 1 node, 1 CPUs [ 0.315996] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.318186] devtmpfs: initialized [ 0.320307] evm: security.selinux [ 0.321436] evm: security.SMACK64 [ 0.322546] evm: security.SMACK64EXEC [ 0.323750] evm: security.SMACK64TRANSMUTE [ 0.325061] evm: security.SMACK64MMAP [ 0.326261] evm: security.ima [ 0.327287] evm: security.capability [ 0.328541] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.331530] pinctrl core: initialized pinctrl subsystem [ 0.333256] RTC time: 7:08:01, date: 08/21/18 [ 0.334784] NET: Registered protocol family 16 [ 0.336317] cpuidle: using governor ladder [ 0.337645] cpuidle: using governor menu [ 0.338916] PCCT header not found. [ 0.340102] ACPI: bus type PCI registered [ 0.341401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.343399] PCI: Using configuration type 1 for base access [ 0.345805] ACPI: Added _OSI(Module Device) [ 0.347164] ACPI: Added _OSI(Processor Device) [ 0.348598] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.350061] ACPI: Added _OSI(Processor Aggregator Device) [ 0.352472] ACPI: Interpreter enabled [ 0.353733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.356705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.359676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.362644] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.365606] ACPI: (supports S0 S5) [ 0.366738] ACPI: Using IOAPIC for interrupt routing [ 0.368264] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.372491] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.374410] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.376496] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.378479] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.382099] acpiphp: Slot [3] registered [ 0.383447] acpiphp: Slot [4] registered [ 0.384770] acpiphp: Slot [5] registered [ 0.386090] acpiphp: Slot [6] registered [ 0.387403] acpiphp: Slot [7] registered [ 0.388732] acpiphp: Slot [8] registered [ 0.390020] acpiphp: Slot [9] registered [ 0.391326] acpiphp: Slot [10] registered [ 0.392654] acpiphp: Slot [11] registered [ 0.393954] acpiphp: Slot [12] registered [ 0.395255] acpiphp: Slot [13] registered [ 0.396553] acpiphp: Slot [14] registered [ 0.397850] acpiphp: Slot [15] registered [ 0.413017] acpiphp: Slot [16] registered [ 0.414373] acpiphp: Slot [17] registered [ 0.415673] acpiphp: Slot [18] registered [ 0.416971] acpiphp: Slot [19] registered [ 0.418281] acpiphp: Slot [20] registered [ 0.419577] acpiphp: Slot [21] registered [ 0.420876] acpiphp: Slot [22] registered [ 0.422172] acpiphp: Slot [23] registered [ 0.423523] acpiphp: Slot [24] registered [ 0.424701] acpiphp: Slot [25] registered [ 0.425872] acpiphp: Slot [26] registered [ 0.427039] acpiphp: Slot [27] registered [ 0.428228] acpiphp: Slot [28] registered [ 0.429393] acpiphp: Slot [29] registered [ 0.430589] acpiphp: Slot [30] registered [ 0.431795] acpiphp: Slot [31] registered [ 0.432960] PCI host bridge to bus 0000:00 [ 0.434115] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.435835] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.437566] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.439678] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.441770] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.443898] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.448284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.450113] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.451806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.453620] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.458004] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.460060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.484218] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.486383] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.489341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.491409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.493424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.495229] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.497126] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.498690] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.501001] vgaarb: loaded [ 0.501897] vgaarb: bridge control possible 0000:00:02.0 [ 0.503661] SCSI subsystem initialized [ 0.504998] ACPI: bus type USB registered [ 0.506237] usbcore: registered new interface driver usbfs [ 0.507776] usbcore: registered new interface driver hub [ 0.509256] usbcore: registered new device driver usb [ 0.510881] PCI: Using ACPI for IRQ routing [ 0.512530] NetLabel: Initializing [ 0.513584] NetLabel: domain hash size = 128 [ 0.514856] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.516289] NetLabel: unlabeled traffic allowed by default [ 0.518000] clocksource: Switched to clocksource kvm-clock [ 0.528753] AppArmor: AppArmor Filesystem Enabled [ 0.530203] pnp: PnP ACPI init [ 0.531522] pnp: PnP ACPI: found 5 devices [ 0.538605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.541085] NET: Registered protocol family 2 [ 0.542572] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.544406] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.546151] TCP: Hash tables configured (established 4096 bind 4096) [ 0.547904] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.549477] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.551172] NET: Registered protocol family 1 [ 0.552508] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.554141] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.555707] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.573498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.590900] Trying to unpack rootfs image as initramfs... [ 0.659518] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.663311] Scanning for low memory corruption every 60 seconds [ 0.665929] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.667855] audit: initializing netlink subsys (disabled) [ 0.669568] audit: type=2000 audit(1534835281.277:1): initialized [ 0.671861] Initialise system trusted keyring [ 0.673562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.675258] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.678327] zbud: loaded [ 0.679459] VFS: Disk quotas dquot_6.6.0 [ 0.680691] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.683116] fuse init (API version 7.23) [ 0.684479] Key type big_key registered [ 0.685699] Allocating IMA MOK and blacklist keyrings. [ 0.687615] Key type asymmetric registered [ 0.688886] Asymmetric key parser 'x509' registered [ 0.690322] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.692553] io scheduler noop registered [ 0.693716] io scheduler deadline registered (default) [ 0.695193] io scheduler cfq registered [ 0.696592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.698134] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.700102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.702298] ACPI: Power Button [PWRF] [ 0.703656] GHES: HEST is not enabled! [ 0.717768] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.747333] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.750660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.774608] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.778069] Linux agpgart interface v0.103 [ 0.782134] brd: module loaded [ 0.784670] loop: module loaded [ 0.790105] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.792276] GPT:90111 != 2097151 [ 0.793258] GPT:Alternate GPT header not at the end of the disk. [ 0.794897] GPT:90111 != 2097151 [ 0.795929] GPT: Use GNU Parted to correct GPT errors. [ 0.797388] vda: vda1 vda15 [ 0.799508] scsi host0: ata_piix [ 0.800682] scsi host1: ata_piix [ 0.801775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.803629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.806087] libphy: Fixed MDIO Bus: probed [ 0.807349] tun: Universal TUN/TAP device driver, 1.6 [ 0.808784] tun: (C) 1999-2004 Max Krasnyansky [ 0.811955] PPP generic driver version 2.4.2 [ 0.813264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.814935] ehci-pci: EHCI PCI platform driver [ 0.816149] ehci-platform: EHCI generic platform driver [ 0.817533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.819040] ohci-pci: OHCI PCI platform driver [ 0.820256] ohci-platform: OHCI generic platform driver [ 0.821593] uhci_hcd: USB Universal Host Controller Interface driver [ 0.836401] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.837913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.839923] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.841295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.842859] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.844546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.846522] usb usb1: Product: UHCI Host Controller [ 0.847804] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.849381] usb usb1: SerialNumber: 0000:00:01.2 [ 0.850810] hub 1-0:1.0: USB hub found [ 0.851911] hub 1-0:1.0: 2 ports detected [ 0.853185] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.856097] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.857421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.858844] mousedev: PS/2 mouse device common for all mice [ 0.860556] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.863090] rtc_cmos 00:00: RTC can wake from S4 [ 0.864628] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.866271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.867902] i2c /dev entries driver [ 0.868970] device-mapper: uevent: version 1.0.3 [ 0.870287] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.872549] ledtrig-cpu: registered to indicate activity on CPUs [ 0.874447] NET: Registered protocol family 10 [ 0.876022] NET: Registered protocol family 17 [ 0.877243] Key type dns_resolver registered [ 0.878548] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.880055] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.882503] registered taskstats version 1 [ 0.883668] Loading compiled-in X.509 certificates [ 0.885522] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.888512] zswap: loaded using pool lzo/zbud [ 0.890573] Key type trusted registered [ 0.892712] Key type encrypted registered [ 0.893872] AppArmor: AppArmor sha1 policy hashing enabled [ 0.895313] ima: No TPM chip found, activating TPM-bypass! [ 0.896740] evm: HMAC attrs: 0x1 [ 0.898057] Magic number: 14:395:117 [ 0.899254] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:01 UTC (1534835281) [ 0.901488] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.903022] EDD information not available. [ 0.959696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.976224] Write protecting the kernel read-only data: 14336k [ 0.979249] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.981751] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.133730] 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.94. iid=i-00000081 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZo4wPTJjcQDa6KcX/akwcAKPSOkFa30FMJvJRzs9zv1CfrNccVlJJP0NSsBen3VtUd29JwApxaZfhelIDzpQZC0zQ394Xtxa8WUKks98gungE0FF6Rx/jAz05QA7bVBDu75HgS0gpTJ7kr/ZdYbB/Bn9EgGUMlT904VR1rUEYhc9wNScOWbRS5Z2HJoP71ccuQE/b/w0acdDhtKW+/dvVooJjSF6osnangpPYasV1QWMRt7DI4KobGxQieKNli6imsjSLQ+qwa6/gKrqYCfueGVDBrvi5/GqSTdoecFcWDdpLHbDhZjmpYqiS04NzW22gheZMa7TZH9jhiqRMW7Hf root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAMXCSvofXXFABuRoJbPhTN1aTVUkT/1RvkNoNMzpvjLyl1idUoIVYDdIRICDB99L4wdYYphUUpQYj+a1/gImLJiuaxBmKm4WHoXdmNzCttWI1LfMs15n61scIDL2gqfeDy8wdN4pL3Lrm82sS4W1ggUwx0McFHEFn+jkbU1iT5+XAAAAFQC8L7b3lHSYCbLK4cOvR/4HbM/jbwAAAIAPehFVS0hWoig5QHzfHKfnmhXDKEceCE1a0wHorLF1kqYORw0DGf3hI5JdcK/0ZiYKI/tovOWjwFiqmdUYKUGUnX+sD39g5lV+gdV/Ynym3vm1GqAR2Vm3n5f4qzST1ycyversJezPR388taRGoGIpnUDFjXscsS3z/8MvJgk0DwAAAIBlu/c5R0eevYUcvQT32WzOfLg49G/lz/eezkeSvw0IWftIgTvnl4ETINSsYHtI7glJFbUrAQ+q+nVV75wUuO18djqCmJrFPWO8MdUGWnzPkbcC9pK1JRemB7+rupZ1l6qu3jwr2RsIUuI00fuUrjk9xNmOJS0ZGT+khoTRre2frg== root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe04:e8b1/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-00000081 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=3.35 === === 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:04:E8:B1 inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe04:e8b1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.735 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.322 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.199 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.310 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.178 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.178/0.348/0.735 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 [ 1.162022] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.322109] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.322111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.322112] usb 1-1: Product: QEMU USB Tablet [ 1.322113] usb 1-1: Manufacturer: QEMU [ 1.322114] usb 1-1: SerialNumber: 42 [ 1.662079] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.662088] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 3.227953] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.267227] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:01 cirros kern.info kernel: [ 0.981751] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 21 08:08:01 cirros kern.info kernel: [ 0.995869] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 21 08:08:01 cirros kern.info kernel: [ 0.995871] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 21 08:08:01 cirros kern.info kernel: [ 0.997603] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 21 08:08:01 cirros kern.info kernel: [ 1.000724] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 21 08:08:01 cirros kern.info kernel: [ 1.002848] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 21 08:08:01 cirros kern.info kernel: [ 1.026185] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:01 cirros kern.info kernel: [ 1.026997] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:01 cirros kern.info kernel: [ 1.028324] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:01 cirros kern.info kernel: [ 1.032069] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:01 cirros kern.info kernel: [ 1.104710] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:01 cirros kern.info kernel: [ 1.112803] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:01 cirros kern.notice kernel: [ 1.133730] random: dd urandom read with 5 bits of entropy available Aug 21 08:08:01 cirros kern.info kernel: [ 1.162022] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:08:01 cirros kern.info kernel: [ 1.322109] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:01 cirros kern.info kernel: [ 1.322111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:01 cirros kern.info kernel: [ 1.322112] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:01 cirros kern.info kernel: [ 1.322113] usb 1-1: Manufacturer: QEMU Aug 21 08:08:01 cirros kern.info kernel: [ 1.322114] usb 1-1: SerialNumber: 42 Aug 21 08:08:02 cirros kern.info kernel: [ 1.662079] tsc: Refined TSC clocksource calibration: 3491.871 MHz Aug 21 08:08:02 cirros kern.info kernel: [ 1.662088] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns Aug 21 08:08:03 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:03 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:03 cirros kern.info kernel: [ 3.227953] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:03 cirros kern.info kernel: [ 3.267227] 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-21 07:14:12,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e/action 0.064s 2018-08-21 07:14:12,378 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': '31677', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e/action', u'x-compute-request-id': 'req-81cb6b60-5b2a-470b-97b5-9664c589b183', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81cb6b60-5b2a-470b-97b5-9664c589b183'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496852933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,381 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 13aea441-ef10-4125-a8ce-9b6d22bdc51e 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 496852933 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.183189] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185430] pid_max: default: 32768 minimum: 301 [ 0.186681] ACPI: Core revision 20150930 [ 0.188317] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190088] Security Framework initialized [ 0.191220] Yama: becoming mindful. [ 0.192195] AppArmor: AppArmor initialized [ 0.193318] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196835] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198521] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200358] Initializing cgroup subsys io [ 0.201446] Initializing cgroup subsys memory [ 0.202647] Initializing cgroup subsys devices [ 0.203840] Initializing cgroup subsys freezer [ 0.205034] Initializing cgroup subsys net_cls [ 0.206231] Initializing cgroup subsys perf_event [ 0.207471] Initializing cgroup subsys net_prio [ 0.208639] Initializing cgroup subsys hugetlb [ 0.209789] Initializing cgroup subsys pids [ 0.211017] CPU: Physical Processor ID: 0 [ 0.212793] mce: CPU supports 10 MCE banks [ 0.213940] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231954] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238517] ftrace: allocating 31920 entries in 125 pages [ 0.263656] smpboot: Max logical packages: 1 [ 0.264838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266702] x2apic enabled [ 0.267813] Switched APIC routing to physical x2apic. [ 0.270208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274347] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276767] KVM setup paravirtual spinlock [ 0.278315] x86: Booted up 1 node, 1 CPUs [ 0.279382] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281211] devtmpfs: initialized [ 0.283133] evm: security.selinux [ 0.284062] evm: security.SMACK64 [ 0.285020] evm: security.SMACK64EXEC [ 0.286040] evm: security.SMACK64TRANSMUTE [ 0.287116] evm: security.SMACK64MMAP [ 0.288112] evm: security.ima [ 0.288964] evm: security.capability [ 0.290013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292446] pinctrl core: initialized pinctrl subsystem [ 0.293879] RTC time: 7:07:51, date: 08/21/18 [ 0.295170] NET: Registered protocol family 16 [ 0.296496] cpuidle: using governor ladder [ 0.297628] cpuidle: using governor menu [ 0.298686] PCCT header not found. [ 0.299681] ACPI: bus type PCI registered [ 0.300750] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302376] PCI: Using configuration type 1 for base access [ 0.304474] ACPI: Added _OSI(Module Device) [ 0.305633] ACPI: Added _OSI(Processor Device) [ 0.306789] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307981] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310111] ACPI: Interpreter enabled [ 0.311157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321047] ACPI: (supports S0 S5) [ 0.322029] ACPI: Using IOAPIC for interrupt routing [ 0.323276] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328648] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330262] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331828] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.334709] acpiphp: Slot [3] registered [ 0.335816] acpiphp: Slot [4] registered [ 0.336873] acpiphp: Slot [5] registered [ 0.337932] acpiphp: Slot [6] registered [ 0.338990] acpiphp: Slot [7] registered [ 0.340056] acpiphp: Slot [8] registered [ 0.341174] acpiphp: Slot [9] registered [ 0.342265] acpiphp: Slot [10] registered [ 0.343383] acpiphp: Slot [11] registered [ 0.344503] acpiphp: Slot [12] registered [ 0.345621] acpiphp: Slot [13] registered [ 0.346739] acpiphp: Slot [14] registered [ 0.347861] acpiphp: Slot [15] registered [ 0.363024] acpiphp: Slot [16] registered [ 0.364148] acpiphp: Slot [17] registered [ 0.365265] acpiphp: Slot [18] registered [ 0.366378] acpiphp: Slot [19] registered [ 0.367511] acpiphp: Slot [20] registered [ 0.368633] acpiphp: Slot [21] registered [ 0.369756] acpiphp: Slot [22] registered [ 0.370877] acpiphp: Slot [23] registered [ 0.372001] acpiphp: Slot [24] registered [ 0.373118] acpiphp: Slot [25] registered [ 0.374226] acpiphp: Slot [26] registered [ 0.375335] acpiphp: Slot [27] registered [ 0.376471] acpiphp: Slot [28] registered [ 0.377597] acpiphp: Slot [29] registered [ 0.378713] acpiphp: Slot [30] registered [ 0.379836] acpiphp: Slot [31] registered [ 0.380961] PCI host bridge to bus 0000:00 [ 0.382081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.383750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.385419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.387442] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.389466] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.391523] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.395523] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397276] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398877] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404951] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406925] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427835] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433812] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435886] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437626] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439418] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440874] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443013] vgaarb: loaded [ 0.443861] vgaarb: bridge control possible 0000:00:02.0 [ 0.445521] SCSI subsystem initialized [ 0.446790] ACPI: bus type USB registered [ 0.447942] usbcore: registered new interface driver usbfs [ 0.449362] usbcore: registered new interface driver hub [ 0.450758] usbcore: registered new device driver usb [ 0.452274] PCI: Using ACPI for IRQ routing [ 0.453815] NetLabel: Initializing [ 0.454822] NetLabel: domain hash size = 128 [ 0.456002] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457333] NetLabel: unlabeled traffic allowed by default [ 0.458944] clocksource: Switched to clocksource kvm-clock [ 0.468953] AppArmor: AppArmor Filesystem Enabled [ 0.470275] pnp: PnP ACPI init [ 0.471535] pnp: PnP ACPI: found 5 devices [ 0.478469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480830] NET: Registered protocol family 2 [ 0.482265] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484056] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485730] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487405] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490526] NET: Registered protocol family 1 [ 0.491752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494736] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.509281] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523884] Trying to unpack rootfs image as initramfs... [ 0.586324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591513] Scanning for low memory corruption every 60 seconds [ 0.593725] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595361] audit: initializing netlink subsys (disabled) [ 0.596840] audit: type=2000 audit(1534835272.303:1): initialized [ 0.598740] Initialise system trusted keyring [ 0.600181] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604479] zbud: loaded [ 0.605484] VFS: Disk quotas dquot_6.6.0 [ 0.606628] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608837] fuse init (API version 7.23) [ 0.610097] Key type big_key registered [ 0.611253] Allocating IMA MOK and blacklist keyrings. [ 0.612957] Key type asymmetric registered [ 0.614115] Asymmetric key parser 'x509' registered [ 0.615469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617571] io scheduler noop registered [ 0.618681] io scheduler deadline registered (default) [ 0.620078] io scheduler cfq registered [ 0.621288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624539] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626584] ACPI: Power Button [PWRF] [ 0.627826] GHES: HEST is not enabled! [ 0.641942] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.673875] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.697565] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.700650] Linux agpgart interface v0.103 [ 0.704150] brd: module loaded [ 0.706417] loop: module loaded [ 0.711183] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713218] GPT:90111 != 2097151 [ 0.714168] GPT:Alternate GPT header not at the end of the disk. [ 0.715697] GPT:90111 != 2097151 [ 0.716650] GPT: Use GNU Parted to correct GPT errors. [ 0.717981] vda: vda1 vda15 [ 0.719662] scsi host0: ata_piix [ 0.720739] scsi host1: ata_piix [ 0.721752] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.723443] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.725489] libphy: Fixed MDIO Bus: probed [ 0.726631] tun: Universal TUN/TAP device driver, 1.6 [ 0.727953] tun: (C) 1999-2004 Max Krasnyansky [ 0.730905] PPP generic driver version 2.4.2 [ 0.732176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733833] ehci-pci: EHCI PCI platform driver [ 0.735059] ehci-platform: EHCI generic platform driver [ 0.736444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.738013] ohci-pci: OHCI PCI platform driver [ 0.739240] ohci-platform: OHCI generic platform driver [ 0.740635] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755305] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.760135] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.761720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.763433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.765412] usb usb1: Product: UHCI Host Controller [ 0.766703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.768286] usb usb1: SerialNumber: 0000:00:01.2 [ 0.769648] hub 1-0:1.0: USB hub found [ 0.770746] hub 1-0:1.0: 2 ports detected [ 0.772042] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774988] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776324] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.777744] mousedev: PS/2 mouse device common for all mice [ 0.779472] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.782025] rtc_cmos 00:00: RTC can wake from S4 [ 0.783592] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.785221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.786873] i2c /dev entries driver [ 0.787941] device-mapper: uevent: version 1.0.3 [ 0.789276] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.791583] ledtrig-cpu: registered to indicate activity on CPUs [ 0.793471] NET: Registered protocol family 10 [ 0.795046] NET: Registered protocol family 17 [ 0.796288] Key type dns_resolver registered [ 0.797608] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.799129] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.801579] registered taskstats version 1 [ 0.802749] Loading compiled-in X.509 certificates [ 0.804608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.807188] zswap: loaded using pool lzo/zbud [ 0.809298] Key type trusted registered [ 0.811541] Key type encrypted registered [ 0.812688] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814117] ima: No TPM chip found, activating TPM-bypass! [ 0.815583] evm: HMAC attrs: 0x1 [ 0.816901] Magic number: 14:395:117 [ 0.818099] rtc_cmos 00:00: setting system clock to 2018-08-21 07:07:52 UTC (1534835272) [ 0.820355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.821893] EDD information not available. [ 0.884492] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900893] Write protecting the kernel read-only data: 14336k [ 0.903901] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.906410] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.065274] 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.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.93. iid=i-00000080 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQM7L3v8fH1WwYb2D44G7OjCPQ6ZNoYuP32cNy4huWGFdBhMO5z59NGrgxOz5nUXD5k7KZADnBplxM0k3Dpj4zkOL1bP7jXaEdhqvoy+kjy2WQU3QtdigVAw0zVcEgPy3rP9G5j3NbGHk6HYGQkLr1wVqLomJ1bq68JVB3DE9/bqPjZPKWOfx0l+xrGLn7N1JgGzo1edCsa6dNzkfZ9TTqxDvpuVZpxINkNGlsqS9V4jBTW6/jNNkLSvTeb4ivRw5dSVmV8o/arIve9K+SukUoa6QqQpsYoSwhKRUEiOM6Z/X2rnHB6cacoyJXnuXqMkWlt16a4ONUYSNhOY4jP43N root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAKnjHKBmaQv61F7XMNelmkWDToXw7vZGaSm6gdJFzcmEiUxxJ8D4Ua+gMt0Wu/xgXxCZc9yBOHBCsJ9GE8jrJ60bRqJJ2+t8UkgeaQz3BdeUMimF+WcIaoKZynBouBNBzmKJLFyXYZ7l0pn9JrzN/U4pph/4R9Xchr56FWWWCZWDAAAAFQD21pWVT5r3Rf+A1r0wfXCayteZ+wAAAIEApuhNCd3Du4sf0OnJ7dDR5IIIzblz95fl/I2QnU3tssiqvjZ7RB0SwSKU6I7CehHG0g4fEYRBhGhajUqRUZBh6veX9Wo5k/TpzfiUSBMgkQNoASPQZ49yZl8fZ7O+0rMElLr3VBd2TH6Blm4OK670ml7v7OsHsz1PWQNYTKErBP0AAACAQbsYhp5QIUwUHR6Tj8FBJ1i9GWMfubNFUu7xnlZKka5M4E1OKU2vgpENp6E+3cm1eSHhV/U5oMZoFlaEzhdH73yn2rU/hulqG1w1itlhdQRj7bLPQC3TKtOuzQmvs/xV2eBTjkH7Jvp8dm+4jeGyaU0j5buADSH+OSq+he/XCoc= root@server-1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.27s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.10,24,fe80::f816:3eff:fece:2883/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-00000080 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.13 === === 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:CE:28:83 inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fece:2883/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.860 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.320 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.234 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.276 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.212 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.380/0.860 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 [ 1.082975] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.244710] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.244712] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.244713] usb 1-1: Product: QEMU USB Tablet [ 1.244714] usb 1-1: Manufacturer: QEMU [ 1.244715] usb 1-1: SerialNumber: 42 [ 1.591041] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.591049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns [ 3.074080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.111669] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:07:52 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 21 08:07:52 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 21 08:07:52 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 21 08:07:52 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 21 08:07:52 cirros kern.notice kernel: [ 1.065274] random: dd urandom read with 5 bits of entropy available Aug 21 08:07:52 cirros kern.info kernel: [ 1.082975] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:07:52 cirros kern.info kernel: [ 1.244710] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:07:52 cirros kern.info kernel: [ 1.244712] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:07:52 cirros kern.info kernel: [ 1.244713] usb 1-1: Product: QEMU USB Tablet Aug 21 08:07:52 cirros kern.info kernel: [ 1.244714] usb 1-1: Manufacturer: QEMU Aug 21 08:07:52 cirros kern.info kernel: [ 1.244715] usb 1-1: SerialNumber: 42 Aug 21 08:07:53 cirros kern.info kernel: [ 1.591041] tsc: Refined TSC clocksource calibration: 3491.843 MHz Aug 21 08:07:53 cirros kern.info kernel: [ 1.591049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns Aug 21 08:07:54 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:07:54 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:07:54 cirros kern.info kernel: [ 3.074080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:07:54 cirros kern.info kernel: [ 3.111669] 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-21 07:14:13,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/ba6849b8-9e22-4041-a01f-a474a17d67b6 1.525s 2018-08-21 07:14:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/ba6849b8-9e22-4041-a01f-a474a17d67b6', u'date': 'Tue, 21 Aug 2018 07:14:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16f6935c-60c7-4d25-aafe-ef6a3770e02c'} Body: 2018-08-21 07:14:15,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/remove_router_interface 1.910s 2018-08-21 07:14:15,888 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:14:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e98cf615-d9a7-4ee1-8b2c-3ac9cd835d4a'} Body: {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1", "subnet_ids": ["90fa7b17-c8c6-4fed-a066-b79e770709c1"], "port_id": "05896da9-8cf1-4db6-8bb9-c632c23414a3", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628"} 2018-08-21 07:14:17,829 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628 1.940s 2018-08-21 07:14:17,830 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628', u'date': 'Tue, 21 Aug 2018 07:14:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ed5bed0b-982a-414b-a38b-511f26bdcf3e'} Body: 2018-08-21 07:14:19,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/0d714d69-82e9-4d26-a0eb-9601aa473192 1.418s 2018-08-21 07:14:19,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/0d714d69-82e9-4d26-a0eb-9601aa473192', u'date': 'Tue, 21 Aug 2018 07:14:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-174a9710-8936-4d99-8280-31b568fa5be4'} Body: 2018-08-21 07:14:21,664 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/remove_router_interface 2.413s 2018-08-21 07:14:21,665 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:14:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96c791db-8c7e-443b-bab3-e64ee89b04d8'} Body: {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0", "subnet_ids": ["8b472c91-70ba-4f44-81fb-5503a7d63bb0"], "port_id": "da4ed2a2-c1a2-4926-a7b9-cfe8b66dcf90", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60"} 2018-08-21 07:14:23,078 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60 1.412s 2018-08-21 07:14:23,078 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ee926f85-4283-42d3-b08a-0cc2bae836c6'} Body: 2018-08-21 07:14:23,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.188s 2018-08-21 07:14:23,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-379e2e66-7ef6-43f2-9601-2679843e9208', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-379e2e66-7ef6-43f2-9601-2679843e9208'} Body: 2018-08-21 07:14:23,863 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.593s 2018-08-21 07:14:23,863 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:23Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:25,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.558s 2018-08-21 07:14:25,440 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-7f8020b0-fedb-47eb-a9d3-059fe17df701', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f8020b0-fedb-47eb-a9d3-059fe17df701'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T07:14:24.000000", "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:25,453 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:14:26,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.054s 2018-08-21 07:14:26,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:26 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e'} Body: {"itemNotFound": {"message": "Instance e6202a1b-bfb6-412c-9a7a-3415369873b9 could not be found.", "code": 404}} 2018-08-21 07:14:27,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/5f5a32de-f61d-4975-aa10-a64ce623feef 0.613s 2018-08-21 07:14:27,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/5f5a32de-f61d-4975-aa10-a64ce623feef', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9022a9e6-574f-4bc1-a308-ed97d5b18471'} Body: 2018-08-21 07:14:27,302 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.177s 2018-08-21 07:14:27,303 63 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e'} Body: 2018-08-21 07:14:27,652 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.348s 2018-08-21 07:14:27,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': '1549', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-28950041-92a8-494a-bd73-6a4758436520', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28950041-92a8-494a-bd73-6a4758436520'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:28,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.283s 2018-08-21 07:14:28,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': '1481', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-a1e514c7-bb07-4401-9d87-27974f413e95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a1e514c7-bb07-4401-9d87-27974f413e95'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:30,009 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.044s 2018-08-21 07:14:30,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a'} Body: {"itemNotFound": {"message": "Instance be4c19fb-47cb-45af-9982-e34565ae61f5 could not be found.", "code": 404}} 2018-08-21 07:14:30,626 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/8f91d075-a913-461d-8a1c-0e380956a4e1 0.614s 2018-08-21 07:14:30,626 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/8f91d075-a913-461d-8a1c-0e380956a4e1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f154cbd5-f23b-4cf3-a626-e5c3eaa540d7'} Body: 2018-08-21 07:14:30,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.178s 2018-08-21 07:14:30,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-025d17f6-3387-4184-a42b-120f6eda3da1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-025d17f6-3387-4184-a42b-120f6eda3da1'} Body: 2018-08-21 07:14:30,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.173s 2018-08-21 07:14:30,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-973bb96e-0324-4aab-9571-faee5aac69a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-973bb96e-0324-4aab-9571-faee5aac69a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:30Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:32,374 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.365s 2018-08-21 07:14:32,374 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-92986ebd-70ee-4035-8282-19a83c0c9d4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92986ebd-70ee-4035-8282-19a83c0c9d4e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:31Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:33,434 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.044s 2018-08-21 07:14:33,435 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-e08f21b3-67e8-497a-9515-16cfef0e8a4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e08f21b3-67e8-497a-9515-16cfef0e8a4a'} Body: {"itemNotFound": {"message": "Instance b0465303-61cd-436c-be8e-d7e8e1bb15eb could not be found.", "code": 404}} 2018-08-21 07:14:33,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3938595d-a1ae-470b-b30e-dc6d79d6283b 0.549s 2018-08-21 07:14:33,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.44:9696/v2.0/ports/3938595d-a1ae-470b-b30e-dc6d79d6283b', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a757d916-d5b0-4ea5-89c8-df6a634a6ab3'} Body: 2018-08-21 07:14:34,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.202s 2018-08-21 07:14:34,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-c5cfba4f-c235-4d1e-b209-c4c81712faf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5cfba4f-c235-4d1e-b209-c4c81712faf1'} Body: 2018-08-21 07:14:34,427 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.234s 2018-08-21 07:14:34,427 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-9020160f-aa65-486c-815c-43e262eb3e62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9020160f-aa65-486c-815c-43e262eb3e62'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:36,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.598s 2018-08-21 07:14:36,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': '1347', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-efac6b30-131c-4ece-8aa4-6cd96a67e18c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efac6b30-131c-4ece-8aa4-6cd96a67e18c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T07:14:35.000000", "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:36,065 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:14:37,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.042s 2018-08-21 07:14:37,113 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-81943d32-40a2-4429-9536-b88e8dc120c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-81943d32-40a2-4429-9536-b88e8dc120c4'} Body: {"itemNotFound": {"message": "Instance 13aea441-ef10-4125-a8ce-9b6d22bdc51e could not be found.", "code": 404}} 2018-08-21 07:14:37,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/808f9520-eeaa-4609-81d5-d83a3a2e8825 0.827s 2018-08-21 07:14:37,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/808f9520-eeaa-4609-81d5-d83a3a2e8825', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ceec12c3-1adf-47d6-b93c-a5b841e61301'} Body: 2018-08-21 07:14:37,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661079560 0.043s 2018-08-21 07:14:37,986 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661079560', u'x-compute-request-id': 'req-cdab6482-9c3d-49d7-86c3-417386a87a4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdab6482-9c3d-49d7-86c3-417386a87a4b'} Body: 2018-08-21 07:14:38,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/90fa7b17-c8c6-4fed-a066-b79e770709c1 1.008s 2018-08-21 07:14:38,996 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/90fa7b17-c8c6-4fed-a066-b79e770709c1', u'date': 'Tue, 21 Aug 2018 07:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-721c86bb-ac33-42f4-b757-9c9b8d826f16'} Body: 2018-08-21 07:14:41,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/62c1bb20-9f5f-48c5-adb8-dfd4912bf065 2.357s 2018-08-21 07:14:41,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.44:9696/v2.0/networks/62c1bb20-9f5f-48c5-adb8-dfd4912bf065', u'date': 'Tue, 21 Aug 2018 07:14:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c562ba1-f04f-405f-b239-5637e3b4208d'} Body: 2018-08-21 07:14:42,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/8b472c91-70ba-4f44-81fb-5503a7d63bb0 1.053s 2018-08-21 07:14:42,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/8b472c91-70ba-4f44-81fb-5503a7d63bb0', u'date': 'Tue, 21 Aug 2018 07:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-42965901-c972-4ce6-89d5-7db5380c5471'} Body: 2018-08-21 07:14:44,606 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/9c628626-a288-4b49-b378-b0b107277fd6 2.196s 2018-08-21 07:14:44,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/9c628626-a288-4b49-b378-b0b107277fd6', u'date': 'Tue, 21 Aug 2018 07:14:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f6ac54e-d61a-4216-b524-16b08e0a71c2'} Body: 2018-08-21 07:14:44,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/324e4316-dc45-4fb6-9b38-d9224e4a16e9 0.278s 2018-08-21 07:14:44,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/324e4316-dc45-4fb6-9b38-d9224e4a16e9', u'date': 'Tue, 21 Aug 2018 07:14:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbd664fc-2b65-41f6-a63a-7125f16df440'} Body: 2018-08-21 07:14:45.330 63 INFO tempest.lib.common.rest_client [req-6821fb48-f5cc-4286-8aff-27316f11eda2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.388s 2018-08-21 07:14:45.331 63 DEBUG tempest.lib.common.rest_client [req-6821fb48-f5cc-4286-8aff-27316f11eda2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1299261497 description", "name": "tempest-secgroup-smoke-1299261497"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6821fb48-f5cc-4286-8aff-27316f11eda2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1299261497 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "updated_at": "2018-08-21T07:14:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:14:45Z", "revision_number": 0, "id": "83e889f8-0bbf-49ec-9e38-5197db0a20c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:14:45Z", "revision_number": 0, "id": "8fc72549-5f7e-4911-b32f-91b3c6ad3872", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "name": "tempest-secgroup-smoke-1299261497"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:45.524 63 INFO tempest.lib.common.rest_client [req-2bc7600b-39fa-408e-ac81-d30fd6e9f422 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.191s 2018-08-21 07:14:45.527 63 DEBUG tempest.lib.common.rest_client [req-2bc7600b-39fa-408e-ac81-d30fd6e9f422 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bc7600b-39fa-408e-ac81-d30fd6e9f422'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "48f3d2d3-1d00-4664-9cf2-e8b2d39977e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:45.654 63 INFO tempest.lib.common.rest_client [req-32731a5e-10cf-4696-9131-72474af36a28 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.125s 2018-08-21 07:14:45.655 63 DEBUG tempest.lib.common.rest_client [req-32731a5e-10cf-4696-9131-72474af36a28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32731a5e-10cf-4696-9131-72474af36a28'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "67a23a08-2342-4919-80c4-9f130cc35bc6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:45.810 63 INFO tempest.lib.common.rest_client [req-abccacbb-a406-4da1-a301-6b567d458a49 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.155s 2018-08-21 07:14:45.811 63 DEBUG tempest.lib.common.rest_client [req-abccacbb-a406-4da1-a301-6b567d458a49 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abccacbb-a406-4da1-a301-6b567d458a49'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1920bb17-e2dc-48c0-9bdf-aa7f38506827"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:45.946 63 INFO tempest.lib.common.rest_client [req-732896a4-0c36-4c7d-a31b-ecebfa2ab2e7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 07:14:45.946 63 DEBUG tempest.lib.common.rest_client [req-732896a4-0c36-4c7d-a31b-ecebfa2ab2e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-732896a4-0c36-4c7d-a31b-ecebfa2ab2e7'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8a6827aa-6940-4d39-b257-fb6ddeee209b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:46.100 63 INFO tempest.lib.common.rest_client [req-12db3f0a-9f4e-450a-921f-ddc0fa232dd8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:14:46.100 63 DEBUG tempest.lib.common.rest_client [req-12db3f0a-9f4e-450a-921f-ddc0fa232dd8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12db3f0a-9f4e-450a-921f-ddc0fa232dd8'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0129f525-0cf6-4e70-ab47-d024ed0abb1e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:46.268 63 INFO tempest.lib.common.rest_client [req-eb6539ea-e3b0-4b2f-aaec-32971fb77736 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 07:14:46.269 63 DEBUG tempest.lib.common.rest_client [req-eb6539ea-e3b0-4b2f-aaec-32971fb77736 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb6539ea-e3b0-4b2f-aaec-32971fb77736'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d82ca418-a908-414e-a8f8-221d2b9422d2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:46.415 63 INFO tempest.lib.common.rest_client [req-d4b8e4ea-d2b9-4456-8dc0-bbfe8e9c01ab ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.146s 2018-08-21 07:14:46.416 63 DEBUG tempest.lib.common.rest_client [req-d4b8e4ea-d2b9-4456-8dc0-bbfe8e9c01ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4b8e4ea-d2b9-4456-8dc0-bbfe8e9c01ab'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2b4cc06c-e200-4f9c-9392-4b0d5af864f9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:46.613 63 INFO tempest.lib.common.rest_client [req-db385644-fd79-4cad-88c0-14d5e8bd7b00 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.196s 2018-08-21 07:14:46.614 63 DEBUG tempest.lib.common.rest_client [req-db385644-fd79-4cad-88c0-14d5e8bd7b00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db385644-fd79-4cad-88c0-14d5e8bd7b00'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4212cf7a-77cd-4880-b611-9899696bbc19"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:46.872 63 INFO tempest.lib.common.rest_client [req-2da4c382-5fcf-4d01-828b-fbdbc42c1905 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.257s 2018-08-21 07:14:46.873 63 DEBUG tempest.lib.common.rest_client [req-2da4c382-5fcf-4d01-828b-fbdbc42c1905 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-162795138"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2da4c382-5fcf-4d01-828b-fbdbc42c1905'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:14:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","name":"tempest-A-162795138"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:47.396 63 INFO tempest.lib.common.rest_client [req-ac853e4f-42e4-4074-b005-ade5adcb840f ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.523s 2018-08-21 07:14:47.397 63 DEBUG tempest.lib.common.rest_client [req-ac853e4f-42e4-4074-b005-ade5adcb840f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "name": "tempest-subnet-A-1-487216011"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac853e4f-42e4-4074-b005-ade5adcb840f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:47Z","dns_nameservers":[],"updated_at":"2018-08-21T07:14: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":"76dbb8415c1d404a9a78c64bb0932f34","id":"68010ec1-f9e3-475f-a00d-4eb4542e65a6","subnetpool_id":null,"name":"tempest-subnet-A-1-487216011"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:47.594 63 INFO tempest.lib.common.rest_client [req-e5ff332a-ded9-4491-81a5-0460d1dfc52c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.196s 2018-08-21 07:14:47.595 63 DEBUG tempest.lib.common.rest_client [req-e5ff332a-ded9-4491-81a5-0460d1dfc52c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1461384206"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5ff332a-ded9-4491-81a5-0460d1dfc52c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:14:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b53f0957-42aa-47ed-a464-35be15fe5dad","name":"tempest-B-1461384206"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:48.607 63 INFO tempest.lib.common.rest_client [req-ac6b7033-598e-41bf-a640-889a0d3cf58c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.011s 2018-08-21 07:14:48.608 63 DEBUG tempest.lib.common.rest_client [req-ac6b7033-598e-41bf-a640-889a0d3cf58c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "name": "tempest-subnet-B-1-847688901"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac6b7033-598e-41bf-a640-889a0d3cf58c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b53f0957-42aa-47ed-a464-35be15fe5dad","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:48Z","dns_nameservers":[],"updated_at":"2018-08-21T07:14:48Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"fa769340-112d-4f1b-979f-50e590396ccd","subnetpool_id":null,"name":"tempest-subnet-B-1-847688901"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:49.323 63 INFO tempest.lib.common.rest_client [req-9e14e09e-1096-4994-bb28-7c9485c2c95b ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:14:49.323 63 DEBUG tempest.lib.common.rest_client [req-9e14e09e-1096-4994-bb28-7c9485c2c95b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9040', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e14e09e-1096-4994-bb28-7c9485c2c95b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe69274f392944a19e8a5de34183755c", "name": "tempest-TestBGPVPNBasic-716792935"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:49.776 63 INFO tempest.lib.common.rest_client [req-318d2b94-13d1-4b48-805c-4a5c2d44e23b ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.451s 2018-08-21 07:14:49.776 63 DEBUG tempest.lib.common.rest_client [req-318d2b94-13d1-4b48-805c-4a5c2d44e23b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:14:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-318d2b94-13d1-4b48-805c-4a5c2d44e23b'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a2a46652-4c81-41fa-8bbb-e3f967d5a8f8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:50.438 63 INFO tempest.lib.common.rest_client [req-1c3c74b7-fec2-4ca9-a171-f852ba01cb25 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations 0.661s 2018-08-21 07:14:50.439 63 DEBUG tempest.lib.common.rest_client [req-1c3c74b7-fec2-4ca9-a171-f852ba01cb25 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1c3c74b7-fec2-4ca9-a171-f852ba01cb25'} Body: {"network_association": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "id": "a173a5a7-50c7-4103-b02e-7adbb67a79e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:50.868 63 INFO tempest.lib.common.rest_client [req-b7f0116d-6c24-4175-ba7c-264e11065e35 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations 0.428s 2018-08-21 07:14:50.868 63 DEBUG tempest.lib.common.rest_client [req-b7f0116d-6c24-4175-ba7c-264e11065e35 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7f0116d-6c24-4175-ba7c-264e11065e35'} Body: {"network_association": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "id": "213aef16-fad0-46a4-9fd2-5f4e2f86224b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:50.869 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-21 07:14:50.992 63 INFO tempest.lib.common.rest_client [req-437d0a01-f356-4c97-903d-92f351fc7f00 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.123s 2018-08-21 07:14:50.993 63 DEBUG tempest.lib.common.rest_client [req-437d0a01-f356-4c97-903d-92f351fc7f00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-122926090"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-437d0a01-f356-4c97-903d-92f351fc7f00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-437d0a01-f356-4c97-903d-92f351fc7f00'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/I3Zej69H7R+wDHTRmBo8XVJ5IM/nI8/JDqNk09qDlwXTxfrQaoATVJNcHYhRlCrN49tpu2BXcDGfzB1VA2RoXuN614S55J0FZQ5t0pMfNPTL5Ul3a27ZxrjM32P1BcwJqaa6ZdBvt+vTzm1XXgp/sXH6CZgRSoTYD6X4OjaH27xFtl2PfA7JFoxGgkaGA4dVSX6bQ0OrQzEvLQRsPQsRRa4sCSHRU4HH55PvnUhWHBudRNTqg6MXqNqsDGeDaiMgi943AgxmTRRZJfOvGJQPZGCSI12FnmPojg+gxgus3JahMN1RIzDSqLFiYeO5PuKi9caKpJ2rvS0fXwn/5wsD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvyN2Xo+vR+0fsAx00ZgaPF1SeSDP5yPPyQ6jZNPag5cF08X6\n0GqAE1STXB2IUZQqzePbabtgV3Axn8wdVQNkaF7jeteEueSdBWUObdKTHzT0y+VJ\nd2tu2ca4zN9j9QXMCammumXQb7fr085tV14Kf7Fx+gmYEUqE2A+l+Do2h9u8RbZd\nj3wOyRaMRoJGhgOHVUl+m0NDq0MxLy0EbD0LEUWuLAkh0VOBx+eT751IVhwbnUTU\n6oOjF6jarAxng2ojIIveNwIMZk0UWSXzrxiUD2RgkiNdhZ5j6I4PoMYLrNyWoTDd\nUSMw0qixYmHjuT7iovXGiqSdq70tH18J/+cLAwIDAQABAoIBAEJzEbPOQCHBTkLm\nEbbMKlLSHtn9jknNKW+8pxFmlZEp79yv94J9hAk0XgaoPbwexsLNdHpNqjC70IS9\ncXUcuMuQMYWDZ6E42V4Gw/1qN7uhrXk1PVVHBEKx041mHFoSqdyyHkSvIMe2KUZ5\nfYniJ8Q87GMA8t0QCx8SUaD6m/qez8JYibSf5MUIlM850Ua0Yzz0IMODY2JkyteF\nkuvhqMFnQFdGmW40a8Bv+GJnL5ZM2ZETbaBtuzSHqrfvOk7BC89P2irGNQmNb7hY\nFtN+7wr3kWIZyytoeuseIN8kh8XElvWJW59klgvZo/KmeLnpPLBZrlg0fCikjmyK\n6TymWAECgYEA6qjpknXe0n/JjQ50VfKfZMy4N47A1Qed0awplrl0ukyVdw8LaVff\nQxi1+jjHwn4MkTG0vbX0QZCZ0BRAAvKocDCmPND2N8WfO+vKnEvvttI6yDN8g6YD\nL7Lt1Y4qexItGUK/NxuEGzLPiec62BfHJYw+GbemJ0T6XIDZxwAdHCcCgYEA0IVW\nAZqVwlfkb9mwF2a+RTcL6PDHB2IdrH87wrc5s5w9I7bM/lpgiZiXEwktDRAwzPXY\nA+0PyiGiGyMDMvhcAdq7dN/t/XB4tSBTQsNGUZ8+2YT/gs3Eey4nSHxBPW6ucqX9\nrmF795jXLdCbxYOaXHESp/L2UtaSvErR9fhsN8UCgYEAmuyR6MQxLEB5zMryO5xH\nZ8FRDj0NSpgQtdE4U+51Blpxg31HR3FgUWgLHPxHxjx6B5INhgKPFIpnQl1cNZYH\nZqp31kcPh5rNmj3+MlpgFQ+PB4YWesQr7l3vb8LAgShq5faPT8621U4ifyVOUETC\nkiOZDFmXNO3xbQkUvrFwhpkCgYEAx39Z6szoDPikIHLn62usDHJ+3Y1HDgRMGZXd\nKgy8kt+fCwVAmPUEuYAYweichov/9Igc9Jyg56VH/6h+zgwZktifUlFP05MAmWHk\n5tIG+95cdiWtg4q0OZnNkab3j/vNwPiYfXbc8OT0seuMrOqdC2ZPEAn+qwCJgMYg\nnLDhcHUCgYA5Ma08YH92YtlYQFZrmDUWCAuQV673sGohLcWtB1oq3/pJKUFmKiyp\n1CxyUL2HxFjanLiUryfkGhrDv1nfK1HXmOIMF44oKJ64Asu3z8HbcVqq06DBzsWa\nqXqV6sqyRjDj/dg4YcIQu2h2hsCbevFAlBn24P3yWsWPHYw7iwj7jQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-122926090", "fingerprint": "03:32:cb:7d:a9:36:0b:8d:e3:50:e2:7a:f4:54:d2:fa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:51.706 63 INFO tempest.lib.common.rest_client [req-f62f92fc-0fcc-4c4e-9f79-b5e8f7b9e52f ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.709s 2018-08-21 07:14:51.706 63 DEBUG tempest.lib.common.rest_client [req-f62f92fc-0fcc-4c4e-9f79-b5e8f7b9e52f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-641133666", "security_groups": ["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:14:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f62f92fc-0fcc-4c4e-9f79-b5e8f7b9e52f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:14:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:14:51Z","name":"tempest-port-smoke-641133666","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:32:0e:4c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"68010ec1-f9e3-475f-a00d-4eb4542e65a6","ip_address":"10.101.11.10"}],"id":"d6f2cce3-980b-45e3-aded-ae271608f78c","security_groups":["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:53.162 63 INFO tempest.lib.common.rest_client [req-430344d6-bcac-461f-ba0b-98345a1bfdfe ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.454s 2018-08-21 07:14:53.162 63 DEBUG tempest.lib.common.rest_client [req-430344d6-bcac-461f-ba0b-98345a1bfdfe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-122926090", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "port": "d6f2cce3-980b-45e3-aded-ae271608f78c"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-430344d6-bcac-461f-ba0b-98345a1bfdfe', 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-430344d6-bcac-461f-ba0b-98345a1bfdfe'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "adminPass": "r5dL4PdBEZXg"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:53.486 63 INFO tempest.lib.common.rest_client [req-353afb08-7a5f-4d66-ae55-1e13b8f61285 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.320s 2018-08-21 07:14:53.487 63 DEBUG tempest.lib.common.rest_client [req-353afb08-7a5f-4d66-ae55-1e13b8f61285 ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-353afb08-7a5f-4d66-ae55-1e13b8f61285', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-353afb08-7a5f-4d66-ae55-1e13b8f61285'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:54.927 63 INFO tempest.lib.common.rest_client [req-3a24e1ad-ac5e-4511-abe6-f68f623f0012 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.426s 2018-08-21 07:14:54.927 63 DEBUG tempest.lib.common.rest_client [req-3a24e1ad-ac5e-4511-abe6-f68f623f0012 ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-3a24e1ad-ac5e-4511-abe6-f68f623f0012', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a24e1ad-ac5e-4511-abe6-f68f623f0012'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:54.947 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:14:56.429 63 INFO tempest.lib.common.rest_client [req-ec86c4c7-cf81-4630-ba22-ef9d1c617235 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.480s 2018-08-21 07:14:56.430 63 DEBUG tempest.lib.common.rest_client [req-ec86c4c7-cf81-4630-ba22-ef9d1c617235 ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-ec86c4c7-cf81-4630-ba22-ef9d1c617235', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec86c4c7-cf81-4630-ba22-ef9d1c617235'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:56.451 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:14:57.639 63 INFO tempest.lib.common.rest_client [req-9cabe616-99d3-4c29-b6b6-3752886cc3c8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.186s 2018-08-21 07:14:57.639 63 DEBUG tempest.lib.common.rest_client [req-9cabe616-99d3-4c29-b6b6-3752886cc3c8 ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-9cabe616-99d3-4c29-b6b6-3752886cc3c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cabe616-99d3-4c29-b6b6-3752886cc3c8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:14:59.463 63 INFO tempest.lib.common.rest_client [req-b2e269a8-7116-4c1e-b86e-5d1c65918901 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.808s 2018-08-21 07:14:59.464 63 DEBUG tempest.lib.common.rest_client [req-b2e269a8-7116-4c1e-b86e-5d1c65918901 ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-b2e269a8-7116-4c1e-b86e-5d1c65918901', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e269a8-7116-4c1e-b86e-5d1c65918901'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:01.483 63 INFO tempest.lib.common.rest_client [req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 1.005s 2018-08-21 07:15:01.484 63 DEBUG tempest.lib.common.rest_client [req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:59Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:01.498 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:15:02.243 63 INFO tempest.lib.common.rest_client [req-cb44fb64-447d-4da2-9f5f-96e507d622bd ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.743s 2018-08-21 07:15:02.243 63 DEBUG tempest.lib.common.rest_client [req-cb44fb64-447d-4da2-9f5f-96e507d622bd ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-cb44fb64-447d-4da2-9f5f-96e507d622bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb44fb64-447d-4da2-9f5f-96e507d622bd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:59Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:02.262 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 25cfe2f4-a7d7-4099-b722-a9dacb0714f6 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:15:03.042 63 INFO tempest.lib.common.rest_client [req-ba266a02-8d1f-4139-97ef-0a5caea3799f ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.780s 2018-08-21 07:15:03.043 63 DEBUG tempest.lib.common.rest_client [req-ba266a02-8d1f-4139-97ef-0a5caea3799f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-556992388", "security_groups": ["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:15:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba266a02-8d1f-4139-97ef-0a5caea3799f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:15:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b53f0957-42aa-47ed-a464-35be15fe5dad","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:15:02Z","name":"tempest-port-smoke-556992388","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d5:00:4f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"fa769340-112d-4f1b-979f-50e590396ccd","ip_address":"10.102.21.20"}],"id":"307f737f-e9d4-4da3-b6f8-2964b649042b","security_groups":["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:04.772 63 INFO tempest.lib.common.rest_client [req-d46691ae-6373-4724-b1f9-5e7a354acd29 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.728s 2018-08-21 07:15:04.773 63 DEBUG tempest.lib.common.rest_client [req-d46691ae-6373-4724-b1f9-5e7a354acd29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-122926090", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b53f0957-42aa-47ed-a464-35be15fe5dad", "port": "307f737f-e9d4-4da3-b6f8-2964b649042b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d46691ae-6373-4724-b1f9-5e7a354acd29', 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46691ae-6373-4724-b1f9-5e7a354acd29'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "adminPass": "v8x7yfRCvNET"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:05.035 63 INFO tempest.lib.common.rest_client [req-3403fda7-b4e7-4f16-887d-2545b3dea3f0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.257s 2018-08-21 07:15:05.035 63 DEBUG tempest.lib.common.rest_client [req-3403fda7-b4e7-4f16-887d-2545b3dea3f0 ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-3403fda7-b4e7-4f16-887d-2545b3dea3f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3403fda7-b4e7-4f16-887d-2545b3dea3f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:15:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:06.343 63 INFO tempest.lib.common.rest_client [req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.292s 2018-08-21 07:15:06.344 63 DEBUG tempest.lib.common.rest_client [req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4 ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:06.357 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:15:08.025 63 INFO tempest.lib.common.rest_client [req-295417f3-b3e6-43c0-a335-23fe1b844e7c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.666s 2018-08-21 07:15:08.025 63 DEBUG tempest.lib.common.rest_client [req-295417f3-b3e6-43c0-a335-23fe1b844e7c ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-295417f3-b3e6-43c0-a335-23fe1b844e7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-295417f3-b3e6-43c0-a335-23fe1b844e7c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:08.038 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:15:09.190 63 INFO tempest.lib.common.rest_client [req-b95a2f04-dc4a-4710-ba6d-812234cdc76b ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.151s 2018-08-21 07:15:09.191 63 DEBUG tempest.lib.common.rest_client [req-b95a2f04-dc4a-4710-ba6d-812234cdc76b ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-b95a2f04-dc4a-4710-ba6d-812234cdc76b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b95a2f04-dc4a-4710-ba6d-812234cdc76b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:10.367 63 INFO tempest.lib.common.rest_client [req-3476e169-8f42-46a4-a394-67b83f1a36e6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.163s 2018-08-21 07:15:10.368 63 DEBUG tempest.lib.common.rest_client [req-3476e169-8f42-46a4-a394-67b83f1a36e6 ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-3476e169-8f42-46a4-a394-67b83f1a36e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3476e169-8f42-46a4-a394-67b83f1a36e6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:15:09Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:10.387 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:15:10.898 63 INFO tempest.lib.common.rest_client [req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.510s 2018-08-21 07:15:10.899 63 DEBUG tempest.lib.common.rest_client [req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:15:09Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:10.912 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 79bbf0c0-daaf-412c-8221-0b8ab652606e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:15:11.103 63 INFO tempest.lib.common.rest_client [req-edf00d7c-b75b-46db-84a5-3fd364b96af2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.190s 2018-08-21 07:15:11.103 63 DEBUG tempest.lib.common.rest_client [req-edf00d7c-b75b-46db-84a5-3fd364b96af2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--43238326", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:15:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edf00d7c-b75b-46db-84a5-3fd364b96af2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:10Z", "admin_state_up": true, "updated_at": "2018-08-21T07:15:10Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "name": "tempest-router--43238326"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:12.437 63 INFO tempest.lib.common.rest_client [req-f748e859-c7e6-445d-b5e5-93a18393736c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829 1.332s 2018-08-21 07:15:12.437 63 DEBUG tempest.lib.common.rest_client [req-f748e859-c7e6-445d-b5e5-93a18393736c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829', u'date': 'Tue, 21 Aug 2018 07:15:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f748e859-c7e6-445d-b5e5-93a18393736c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:10Z", "admin_state_up": true, "updated_at": "2018-08-21T07:15:12Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "name": "tempest-router--43238326"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:14.638 63 INFO tempest.lib.common.rest_client [req-bc56ab66-7092-44ca-924c-8623198dad3b ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/add_router_interface 2.199s 2018-08-21 07:15:14.638 63 DEBUG tempest.lib.common.rest_client [req-bc56ab66-7092-44ca-924c-8623198dad3b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc56ab66-7092-44ca-924c-8623198dad3b'} Body: {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6", "subnet_ids": ["68010ec1-f9e3-475f-a00d-4eb4542e65a6"], "port_id": "17d1347c-6b1a-45e7-9338-f27ab5a9e224", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:16.595 63 INFO tempest.lib.common.rest_client [req-5844e613-e62f-4500-b382-fa058655888a ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.955s 2018-08-21 07:15:16.595 63 DEBUG tempest.lib.common.rest_client [req-5844e613-e62f-4500-b382-fa058655888a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d6f2cce3-980b-45e3-aded-ae271608f78c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5844e613-e62f-4500-b382-fa058655888a'} Body: {"floatingip": {"router_id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:15:15Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "d6f2cce3-980b-45e3-aded-ae271608f78c", "id": "6d7cf1cd-8e2c-4e46-aca7-8db50a05597b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:15Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:15:16.597 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:15:24.615 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:15:24.677 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:15:24.679 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:15:24.794 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-21 07:15:24.794 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:15:24.799 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:15:24.860 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:15:24.864 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:15:29.871 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:15:29.872 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:16:39.941 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-21 07:16:39.945 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:16:39.949 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:16:40.011 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:16:40.014 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:16:45.021 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:16:45.022 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:17:55.087 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-21 07:17:55.088 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-21 07:17:55.089 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55.094 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55.159 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:17:55.191 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55.198 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:17:55.198 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:51:84:df [ether] on eth0 2018-08-21 07:17:55.199 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-21 07:17:55.199 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55.201 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55.264 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:17:55.266 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55.277 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 07:17:55.277 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-21 07:17:55.278 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55.282 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55.343 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:17:55.346 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55.353 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-21 07:17:55.354 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55.356 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55.419 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:17:55.420 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55.426 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:17:55.426 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:51:84:df [ether] on eth0 2018-08-21 07:17:55.427 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-21 07:17:55.427 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55.429 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55.491 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:17:55.493 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:18:00.501 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:18:00.501 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:19:10.556 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-21 07:19:10.557 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:19:10.565 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:19:10.665 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:19:10.689 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:19:15.697 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:19:15.698 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:20:25.756 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-21 07:20:25.758 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.209: 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:20:27.355 63 INFO tempest.lib.common.rest_client [req-40a88e40-55ec-4084-8143-c1a9db7df0ab ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/6d7cf1cd-8e2c-4e46-aca7-8db50a05597b 1.595s 2018-08-21 07:20:27.356 63 DEBUG tempest.lib.common.rest_client [req-40a88e40-55ec-4084-8143-c1a9db7df0ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/6d7cf1cd-8e2c-4e46-aca7-8db50a05597b', u'date': 'Tue, 21 Aug 2018 07:20:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40a88e40-55ec-4084-8143-c1a9db7df0ab'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:29.087 63 INFO tempest.lib.common.rest_client [req-2a35caf6-e277-4851-b652-adeb105b2143 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/remove_router_interface 1.728s 2018-08-21 07:20:29.088 63 DEBUG tempest.lib.common.rest_client [req-2a35caf6-e277-4851-b652-adeb105b2143 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:20:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a35caf6-e277-4851-b652-adeb105b2143'} Body: {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6", "subnet_ids": ["68010ec1-f9e3-475f-a00d-4eb4542e65a6"], "port_id": "17d1347c-6b1a-45e7-9338-f27ab5a9e224", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:30.648 63 INFO tempest.lib.common.rest_client [req-ceb813e5-5340-457b-b19e-bd9ad7ccd314 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829 1.559s 2018-08-21 07:20:30.649 63 DEBUG tempest.lib.common.rest_client [req-ceb813e5-5340-457b-b19e-bd9ad7ccd314 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829', u'date': 'Tue, 21 Aug 2018 07:20:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ceb813e5-5340-457b-b19e-bd9ad7ccd314'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:30.992 63 INFO tempest.lib.common.rest_client [req-15c4f4f2-a1b7-4f53-b2c5-19731986d597 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.342s 2018-08-21 07:20:30.992 63 DEBUG tempest.lib.common.rest_client [req-15c4f4f2-a1b7-4f53-b2c5-19731986d597 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-15c4f4f2-a1b7-4f53-b2c5-19731986d597', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15c4f4f2-a1b7-4f53-b2c5-19731986d597'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:32.027 63 INFO tempest.lib.common.rest_client [req-8259ebfa-6b1a-46af-8d3b-760d440334d5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 1.033s 2018-08-21 07:20:32.027 63 DEBUG tempest.lib.common.rest_client [req-8259ebfa-6b1a-46af-8d3b-760d440334d5 ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-8259ebfa-6b1a-46af-8d3b-760d440334d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8259ebfa-6b1a-46af-8d3b-760d440334d5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:30Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:33.095 63 INFO tempest.lib.common.rest_client [req-7a32f977-9e43-441b-bc3e-47f56297962e ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.051s 2018-08-21 07:20:33.095 63 DEBUG tempest.lib.common.rest_client [req-7a32f977-9e43-441b-bc3e-47f56297962e ] 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-7a32f977-9e43-441b-bc3e-47f56297962e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7a32f977-9e43-441b-bc3e-47f56297962e'} Body: {"itemNotFound": {"message": "Instance 79bbf0c0-daaf-412c-8221-0b8ab652606e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:34.056 63 INFO tempest.lib.common.rest_client [req-5f3f501f-dea5-4c88-b906-d6bc6b1b2dda ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/307f737f-e9d4-4da3-b6f8-2964b649042b 0.959s 2018-08-21 07:20:34.056 63 DEBUG tempest.lib.common.rest_client [req-5f3f501f-dea5-4c88-b906-d6bc6b1b2dda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/307f737f-e9d4-4da3-b6f8-2964b649042b', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f3f501f-dea5-4c88-b906-d6bc6b1b2dda'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:34.251 63 INFO tempest.lib.common.rest_client [req-765c7ec1-7a13-4b03-b41a-18eea6308027 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.193s 2018-08-21 07:20:34.251 63 DEBUG tempest.lib.common.rest_client [req-765c7ec1-7a13-4b03-b41a-18eea6308027 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-765c7ec1-7a13-4b03-b41a-18eea6308027', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-765c7ec1-7a13-4b03-b41a-18eea6308027'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:34.431 63 INFO tempest.lib.common.rest_client [req-b89861d8-bdd0-4ac1-9027-14729a764f75 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.179s 2018-08-21 07:20:34.432 63 DEBUG tempest.lib.common.rest_client [req-b89861d8-bdd0-4ac1-9027-14729a764f75 ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-b89861d8-bdd0-4ac1-9027-14729a764f75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b89861d8-bdd0-4ac1-9027-14729a764f75'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:35.985 63 INFO tempest.lib.common.rest_client [req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.537s 2018-08-21 07:20:35.986 63 DEBUG tempest.lib.common.rest_client [req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3 ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:37.047 63 INFO tempest.lib.common.rest_client [req-cb1328bf-1a12-454d-ae6e-1464d870e71d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.044s 2018-08-21 07:20:37.047 63 DEBUG tempest.lib.common.rest_client [req-cb1328bf-1a12-454d-ae6e-1464d870e71d ] 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-cb1328bf-1a12-454d-ae6e-1464d870e71d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cb1328bf-1a12-454d-ae6e-1464d870e71d'} Body: {"itemNotFound": {"message": "Instance 25cfe2f4-a7d7-4099-b722-a9dacb0714f6 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:37.859 63 INFO tempest.lib.common.rest_client [req-5990ffae-40e7-4b9f-95a3-9e7aaba4757d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d6f2cce3-980b-45e3-aded-ae271608f78c 0.810s 2018-08-21 07:20:37.860 63 DEBUG tempest.lib.common.rest_client [req-5990ffae-40e7-4b9f-95a3-9e7aaba4757d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d6f2cce3-980b-45e3-aded-ae271608f78c', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5990ffae-40e7-4b9f-95a3-9e7aaba4757d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:37.897 63 INFO tempest.lib.common.rest_client [req-4bef6850-e506-43b5-81b4-7c514ca55d47 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122926090 0.036s 2018-08-21 07:20:37.897 63 DEBUG tempest.lib.common.rest_client [req-4bef6850-e506-43b5-81b4-7c514ca55d47 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122926090', u'x-compute-request-id': 'req-4bef6850-e506-43b5-81b4-7c514ca55d47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bef6850-e506-43b5-81b4-7c514ca55d47'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:39.170 63 INFO tempest.lib.common.rest_client [req-cc11b648-d0e8-4f24-834e-5592c51da53a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/fa769340-112d-4f1b-979f-50e590396ccd 1.272s 2018-08-21 07:20:39.171 63 DEBUG tempest.lib.common.rest_client [req-cc11b648-d0e8-4f24-834e-5592c51da53a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/fa769340-112d-4f1b-979f-50e590396ccd', u'date': 'Tue, 21 Aug 2018 07:20:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cc11b648-d0e8-4f24-834e-5592c51da53a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:40.971 63 INFO tempest.lib.common.rest_client [req-23e863d1-1797-45a2-be69-bc92cf5d5b8e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b53f0957-42aa-47ed-a464-35be15fe5dad 1.799s 2018-08-21 07:20:40.972 63 DEBUG tempest.lib.common.rest_client [req-23e863d1-1797-45a2-be69-bc92cf5d5b8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b53f0957-42aa-47ed-a464-35be15fe5dad', u'date': 'Tue, 21 Aug 2018 07:20:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23e863d1-1797-45a2-be69-bc92cf5d5b8e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:42.616 63 INFO tempest.lib.common.rest_client [req-a8c436a4-eee8-4fc3-991c-69d2b60fa3ee ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/68010ec1-f9e3-475f-a00d-4eb4542e65a6 1.643s 2018-08-21 07:20:42.617 63 DEBUG tempest.lib.common.rest_client [req-a8c436a4-eee8-4fc3-991c-69d2b60fa3ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/68010ec1-f9e3-475f-a00d-4eb4542e65a6', u'date': 'Tue, 21 Aug 2018 07:20:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a8c436a4-eee8-4fc3-991c-69d2b60fa3ee'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:44.776 63 INFO tempest.lib.common.rest_client [req-8fb677d4-6d20-4be8-b1c8-8e4696b692a4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/349ddc6c-a591-49ce-a17f-dcb786be3f30 2.158s 2018-08-21 07:20:44.776 63 DEBUG tempest.lib.common.rest_client [req-8fb677d4-6d20-4be8-b1c8-8e4696b692a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/349ddc6c-a591-49ce-a17f-dcb786be3f30', u'date': 'Tue, 21 Aug 2018 07:20:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8fb677d4-6d20-4be8-b1c8-8e4696b692a4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:45.124 63 INFO tempest.lib.common.rest_client [req-0766b8bb-d568-4e86-8540-b983b061a059 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/5a645efc-f07d-40f8-a55a-5c68fe47e5fd 0.346s 2018-08-21 07:20:45.124 63 DEBUG tempest.lib.common.rest_client [req-0766b8bb-d568-4e86-8540-b983b061a059 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/5a645efc-f07d-40f8-a55a-5c68fe47e5fd', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0766b8bb-d568-4e86-8540-b983b061a059'} 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 [360.183418s] ... 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-21 07:14:45,330 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.388s 2018-08-21 07:14:45,331 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1299261497 description", "name": "tempest-secgroup-smoke-1299261497"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6821fb48-f5cc-4286-8aff-27316f11eda2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1299261497 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "updated_at": "2018-08-21T07:14:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:14:45Z", "revision_number": 0, "id": "83e889f8-0bbf-49ec-9e38-5197db0a20c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:14:45Z", "revision_number": 0, "id": "8fc72549-5f7e-4911-b32f-91b3c6ad3872", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "name": "tempest-secgroup-smoke-1299261497"}} 2018-08-21 07:14:45,524 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.191s 2018-08-21 07:14:45,527 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bc7600b-39fa-408e-ac81-d30fd6e9f422'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "48f3d2d3-1d00-4664-9cf2-e8b2d39977e6"}} 2018-08-21 07:14:45,654 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.125s 2018-08-21 07:14:45,655 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32731a5e-10cf-4696-9131-72474af36a28'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "67a23a08-2342-4919-80c4-9f130cc35bc6"}} 2018-08-21 07:14:45,810 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.155s 2018-08-21 07:14:45,811 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abccacbb-a406-4da1-a301-6b567d458a49'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1920bb17-e2dc-48c0-9bdf-aa7f38506827"}} 2018-08-21 07:14:45,946 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 07:14:45,946 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-732896a4-0c36-4c7d-a31b-ecebfa2ab2e7'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8a6827aa-6940-4d39-b257-fb6ddeee209b"}} 2018-08-21 07:14:46,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:14:46,100 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12db3f0a-9f4e-450a-921f-ddc0fa232dd8'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0129f525-0cf6-4e70-ab47-d024ed0abb1e"}} 2018-08-21 07:14:46,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 07:14:46,269 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb6539ea-e3b0-4b2f-aaec-32971fb77736'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d82ca418-a908-414e-a8f8-221d2b9422d2"}} 2018-08-21 07:14:46,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.146s 2018-08-21 07:14:46,416 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4b8e4ea-d2b9-4456-8dc0-bbfe8e9c01ab'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2b4cc06c-e200-4f9c-9392-4b0d5af864f9"}} 2018-08-21 07:14:46,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.196s 2018-08-21 07:14:46,614 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db385644-fd79-4cad-88c0-14d5e8bd7b00'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4212cf7a-77cd-4880-b611-9899696bbc19"}} 2018-08-21 07:14:46,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.257s 2018-08-21 07:14:46,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-162795138"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2da4c382-5fcf-4d01-828b-fbdbc42c1905'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:14:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","name":"tempest-A-162795138"}} 2018-08-21 07:14:47,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.523s 2018-08-21 07:14:47,397 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "name": "tempest-subnet-A-1-487216011"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac853e4f-42e4-4074-b005-ade5adcb840f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:47Z","dns_nameservers":[],"updated_at":"2018-08-21T07:14: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":"76dbb8415c1d404a9a78c64bb0932f34","id":"68010ec1-f9e3-475f-a00d-4eb4542e65a6","subnetpool_id":null,"name":"tempest-subnet-A-1-487216011"}} 2018-08-21 07:14:47,594 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.196s 2018-08-21 07:14:47,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1461384206"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5ff332a-ded9-4491-81a5-0460d1dfc52c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:14:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b53f0957-42aa-47ed-a464-35be15fe5dad","name":"tempest-B-1461384206"}} 2018-08-21 07:14:48,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.011s 2018-08-21 07:14:48,608 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "name": "tempest-subnet-B-1-847688901"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac6b7033-598e-41bf-a640-889a0d3cf58c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b53f0957-42aa-47ed-a464-35be15fe5dad","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:48Z","dns_nameservers":[],"updated_at":"2018-08-21T07:14:48Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"fa769340-112d-4f1b-979f-50e590396ccd","subnetpool_id":null,"name":"tempest-subnet-B-1-847688901"}} 2018-08-21 07:14:49,323 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:14:49,323 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9040', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e14e09e-1096-4994-bb28-7c9485c2c95b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe69274f392944a19e8a5de34183755c", "name": "tempest-TestBGPVPNBasic-716792935"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29 2018-08-21 07:14:49,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.451s 2018-08-21 07:14:49,776 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:14:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-318d2b94-13d1-4b48-805c-4a5c2d44e23b'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a2a46652-4c81-41fa-8bbb-e3f967d5a8f8"}} 2018-08-21 07:14:50,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations 0.661s 2018-08-21 07:14:50,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1c3c74b7-fec2-4ca9-a171-f852ba01cb25'} Body: {"network_association": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "id": "a173a5a7-50c7-4103-b02e-7adbb67a79e6"}} 2018-08-21 07:14:50,868 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations 0.428s 2018-08-21 07:14:50,868 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7f0116d-6c24-4175-ba7c-264e11065e35'} Body: {"network_association": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "id": "213aef16-fad0-46a4-9fd2-5f4e2f86224b"}} 2018-08-21 07:14:50,869 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:14:50,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.123s 2018-08-21 07:14:50,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-122926090"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-437d0a01-f356-4c97-903d-92f351fc7f00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-437d0a01-f356-4c97-903d-92f351fc7f00'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/I3Zej69H7R+wDHTRmBo8XVJ5IM/nI8/JDqNk09qDlwXTxfrQaoATVJNcHYhRlCrN49tpu2BXcDGfzB1VA2RoXuN614S55J0FZQ5t0pMfNPTL5Ul3a27ZxrjM32P1BcwJqaa6ZdBvt+vTzm1XXgp/sXH6CZgRSoTYD6X4OjaH27xFtl2PfA7JFoxGgkaGA4dVSX6bQ0OrQzEvLQRsPQsRRa4sCSHRU4HH55PvnUhWHBudRNTqg6MXqNqsDGeDaiMgi943AgxmTRRZJfOvGJQPZGCSI12FnmPojg+gxgus3JahMN1RIzDSqLFiYeO5PuKi9caKpJ2rvS0fXwn/5wsD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvyN2Xo+vR+0fsAx00ZgaPF1SeSDP5yPPyQ6jZNPag5cF08X6\n0GqAE1STXB2IUZQqzePbabtgV3Axn8wdVQNkaF7jeteEueSdBWUObdKTHzT0y+VJ\nd2tu2ca4zN9j9QXMCammumXQb7fr085tV14Kf7Fx+gmYEUqE2A+l+Do2h9u8RbZd\nj3wOyRaMRoJGhgOHVUl+m0NDq0MxLy0EbD0LEUWuLAkh0VOBx+eT751IVhwbnUTU\n6oOjF6jarAxng2ojIIveNwIMZk0UWSXzrxiUD2RgkiNdhZ5j6I4PoMYLrNyWoTDd\nUSMw0qixYmHjuT7iovXGiqSdq70tH18J/+cLAwIDAQABAoIBAEJzEbPOQCHBTkLm\nEbbMKlLSHtn9jknNKW+8pxFmlZEp79yv94J9hAk0XgaoPbwexsLNdHpNqjC70IS9\ncXUcuMuQMYWDZ6E42V4Gw/1qN7uhrXk1PVVHBEKx041mHFoSqdyyHkSvIMe2KUZ5\nfYniJ8Q87GMA8t0QCx8SUaD6m/qez8JYibSf5MUIlM850Ua0Yzz0IMODY2JkyteF\nkuvhqMFnQFdGmW40a8Bv+GJnL5ZM2ZETbaBtuzSHqrfvOk7BC89P2irGNQmNb7hY\nFtN+7wr3kWIZyytoeuseIN8kh8XElvWJW59klgvZo/KmeLnpPLBZrlg0fCikjmyK\n6TymWAECgYEA6qjpknXe0n/JjQ50VfKfZMy4N47A1Qed0awplrl0ukyVdw8LaVff\nQxi1+jjHwn4MkTG0vbX0QZCZ0BRAAvKocDCmPND2N8WfO+vKnEvvttI6yDN8g6YD\nL7Lt1Y4qexItGUK/NxuEGzLPiec62BfHJYw+GbemJ0T6XIDZxwAdHCcCgYEA0IVW\nAZqVwlfkb9mwF2a+RTcL6PDHB2IdrH87wrc5s5w9I7bM/lpgiZiXEwktDRAwzPXY\nA+0PyiGiGyMDMvhcAdq7dN/t/XB4tSBTQsNGUZ8+2YT/gs3Eey4nSHxBPW6ucqX9\nrmF795jXLdCbxYOaXHESp/L2UtaSvErR9fhsN8UCgYEAmuyR6MQxLEB5zMryO5xH\nZ8FRDj0NSpgQtdE4U+51Blpxg31HR3FgUWgLHPxHxjx6B5INhgKPFIpnQl1cNZYH\nZqp31kcPh5rNmj3+MlpgFQ+PB4YWesQr7l3vb8LAgShq5faPT8621U4ifyVOUETC\nkiOZDFmXNO3xbQkUvrFwhpkCgYEAx39Z6szoDPikIHLn62usDHJ+3Y1HDgRMGZXd\nKgy8kt+fCwVAmPUEuYAYweichov/9Igc9Jyg56VH/6h+zgwZktifUlFP05MAmWHk\n5tIG+95cdiWtg4q0OZnNkab3j/vNwPiYfXbc8OT0seuMrOqdC2ZPEAn+qwCJgMYg\nnLDhcHUCgYA5Ma08YH92YtlYQFZrmDUWCAuQV673sGohLcWtB1oq3/pJKUFmKiyp\n1CxyUL2HxFjanLiUryfkGhrDv1nfK1HXmOIMF44oKJ64Asu3z8HbcVqq06DBzsWa\nqXqV6sqyRjDj/dg4YcIQu2h2hsCbevFAlBn24P3yWsWPHYw7iwj7jQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-122926090", "fingerprint": "03:32:cb:7d:a9:36:0b:8d:e3:50:e2:7a:f4:54:d2:fa"}} 2018-08-21 07:14:51,706 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.709s 2018-08-21 07:14:51,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-641133666", "security_groups": ["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:14:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f62f92fc-0fcc-4c4e-9f79-b5e8f7b9e52f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:14:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:14:51Z","name":"tempest-port-smoke-641133666","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:32:0e:4c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"68010ec1-f9e3-475f-a00d-4eb4542e65a6","ip_address":"10.101.11.10"}],"id":"d6f2cce3-980b-45e3-aded-ae271608f78c","security_groups":["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"],"device_id":""}} 2018-08-21 07:14:53,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.454s 2018-08-21 07:14:53,162 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-122926090", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "port": "d6f2cce3-980b-45e3-aded-ae271608f78c"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-430344d6-bcac-461f-ba0b-98345a1bfdfe', 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-430344d6-bcac-461f-ba0b-98345a1bfdfe'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "adminPass": "r5dL4PdBEZXg"}} 2018-08-21 07:14:53,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.320s 2018-08-21 07:14:53,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-353afb08-7a5f-4d66-ae55-1e13b8f61285', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-353afb08-7a5f-4d66-ae55-1e13b8f61285'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:54,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.426s 2018-08-21 07:14:54,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': '1313', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-3a24e1ad-ac5e-4511-abe6-f68f623f0012', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a24e1ad-ac5e-4511-abe6-f68f623f0012'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:54,947 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:14:56,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.480s 2018-08-21 07:14:56,430 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-ec86c4c7-cf81-4630-ba22-ef9d1c617235', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec86c4c7-cf81-4630-ba22-ef9d1c617235'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:56,451 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:14:57,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.186s 2018-08-21 07:14:57,639 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-9cabe616-99d3-4c29-b6b6-3752886cc3c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cabe616-99d3-4c29-b6b6-3752886cc3c8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:59,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.808s 2018-08-21 07:14:59,464 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-b2e269a8-7116-4c1e-b86e-5d1c65918901', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e269a8-7116-4c1e-b86e-5d1c65918901'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:01,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 1.005s 2018-08-21 07:15:01,484 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:59Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:01,498 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:15:02,243 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.743s 2018-08-21 07:15:02,243 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-cb44fb64-447d-4da2-9f5f-96e507d622bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb44fb64-447d-4da2-9f5f-96e507d622bd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:59Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:02,262 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 25cfe2f4-a7d7-4099-b722-a9dacb0714f6 with status: ACTIVE 2018-08-21 07:15:03,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.780s 2018-08-21 07:15:03,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-556992388", "security_groups": ["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:15:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba266a02-8d1f-4139-97ef-0a5caea3799f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:15:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b53f0957-42aa-47ed-a464-35be15fe5dad","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:15:02Z","name":"tempest-port-smoke-556992388","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d5:00:4f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"fa769340-112d-4f1b-979f-50e590396ccd","ip_address":"10.102.21.20"}],"id":"307f737f-e9d4-4da3-b6f8-2964b649042b","security_groups":["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"],"device_id":""}} 2018-08-21 07:15:04,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.728s 2018-08-21 07:15:04,773 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-122926090", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b53f0957-42aa-47ed-a464-35be15fe5dad", "port": "307f737f-e9d4-4da3-b6f8-2964b649042b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d46691ae-6373-4724-b1f9-5e7a354acd29', 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46691ae-6373-4724-b1f9-5e7a354acd29'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "adminPass": "v8x7yfRCvNET"}} 2018-08-21 07:15:05,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.257s 2018-08-21 07:15:05,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-3403fda7-b4e7-4f16-887d-2545b3dea3f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3403fda7-b4e7-4f16-887d-2545b3dea3f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:15:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:06,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.292s 2018-08-21 07:15:06,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': '1331', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:06,357 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:15:08,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.666s 2018-08-21 07:15:08,025 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-295417f3-b3e6-43c0-a335-23fe1b844e7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-295417f3-b3e6-43c0-a335-23fe1b844e7c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:08,038 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:15:09,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.151s 2018-08-21 07:15:09,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-b95a2f04-dc4a-4710-ba6d-812234cdc76b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b95a2f04-dc4a-4710-ba6d-812234cdc76b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:10,367 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.163s 2018-08-21 07:15:10,368 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-3476e169-8f42-46a4-a394-67b83f1a36e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3476e169-8f42-46a4-a394-67b83f1a36e6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:15:09Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:10,387 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:15:10,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.510s 2018-08-21 07:15:10,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:15:09Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:10,912 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 79bbf0c0-daaf-412c-8221-0b8ab652606e with status: ACTIVE 2018-08-21 07:15:11,103 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.190s 2018-08-21 07:15:11,103 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--43238326", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:15:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edf00d7c-b75b-46db-84a5-3fd364b96af2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:10Z", "admin_state_up": true, "updated_at": "2018-08-21T07:15:10Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "name": "tempest-router--43238326"}} 2018-08-21 07:15:12,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829 1.332s 2018-08-21 07:15:12,437 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829', u'date': 'Tue, 21 Aug 2018 07:15:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f748e859-c7e6-445d-b5e5-93a18393736c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:10Z", "admin_state_up": true, "updated_at": "2018-08-21T07:15:12Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "name": "tempest-router--43238326"}} 2018-08-21 07:15:14,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/add_router_interface 2.199s 2018-08-21 07:15:14,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc56ab66-7092-44ca-924c-8623198dad3b'} Body: {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6", "subnet_ids": ["68010ec1-f9e3-475f-a00d-4eb4542e65a6"], "port_id": "17d1347c-6b1a-45e7-9338-f27ab5a9e224", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829"} 2018-08-21 07:15:16,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.955s 2018-08-21 07:15:16,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d6f2cce3-980b-45e3-aded-ae271608f78c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5844e613-e62f-4500-b382-fa058655888a'} Body: {"floatingip": {"router_id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:15:15Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "d6f2cce3-980b-45e3-aded-ae271608f78c", "id": "6d7cf1cd-8e2c-4e46-aca7-8db50a05597b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:15Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:15:16,597 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:15:24,615 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:15:24,677 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:15:24,679 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:15:24,794 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-21 07:15:24,794 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:15:24,799 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:15:24,860 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:15:24,864 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:15:29,871 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:15:29,872 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:16:39,941 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-21 07:16:39,945 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:16:39,949 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:16:40,011 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:16:40,014 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:16:45,021 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:16:45,022 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:17:55,087 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:17:55,088 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-21 07:17:55,089 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,094 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,159 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,191 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,198 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:17:55,198 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:51:84:df [ether] on eth0 2018-08-21 07:17:55,199 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-21 07:17:55,199 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,201 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,264 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,266 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,277 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:17:55,277 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-21 07:17:55,278 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,282 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,343 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,346 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,353 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-21 07:17:55,354 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,356 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,419 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,420 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,426 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:17:55,426 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:51:84:df [ether] on eth0 2018-08-21 07:17:55,427 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-21 07:17:55,427 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,429 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,491 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,493 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:18:00,501 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:18:00,501 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:19:10,556 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-21 07:19:10,557 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:19:10,565 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:19:10,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:19:10,689 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:19:15,697 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:19:15,698 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:20:25,756 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:20:25,758 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.209: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:20:27,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/6d7cf1cd-8e2c-4e46-aca7-8db50a05597b 1.595s 2018-08-21 07:20:27,356 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/6d7cf1cd-8e2c-4e46-aca7-8db50a05597b', u'date': 'Tue, 21 Aug 2018 07:20:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40a88e40-55ec-4084-8143-c1a9db7df0ab'} Body: 2018-08-21 07:20:29,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/remove_router_interface 1.728s 2018-08-21 07:20:29,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:20:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a35caf6-e277-4851-b652-adeb105b2143'} Body: {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6", "subnet_ids": ["68010ec1-f9e3-475f-a00d-4eb4542e65a6"], "port_id": "17d1347c-6b1a-45e7-9338-f27ab5a9e224", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829"} 2018-08-21 07:20:30,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829 1.559s 2018-08-21 07:20:30,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829', u'date': 'Tue, 21 Aug 2018 07:20:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ceb813e5-5340-457b-b19e-bd9ad7ccd314'} Body: 2018-08-21 07:20:30,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.342s 2018-08-21 07:20:30,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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-15c4f4f2-a1b7-4f53-b2c5-19731986d597', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15c4f4f2-a1b7-4f53-b2c5-19731986d597'} Body: 2018-08-21 07:20:32,027 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 1.033s 2018-08-21 07:20:32,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-8259ebfa-6b1a-46af-8d3b-760d440334d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8259ebfa-6b1a-46af-8d3b-760d440334d5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:30Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:33,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.051s 2018-08-21 07:20:33,095 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-7a32f977-9e43-441b-bc3e-47f56297962e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7a32f977-9e43-441b-bc3e-47f56297962e'} Body: {"itemNotFound": {"message": "Instance 79bbf0c0-daaf-412c-8221-0b8ab652606e could not be found.", "code": 404}} 2018-08-21 07:20:34,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/307f737f-e9d4-4da3-b6f8-2964b649042b 0.959s 2018-08-21 07:20:34,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/307f737f-e9d4-4da3-b6f8-2964b649042b', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f3f501f-dea5-4c88-b906-d6bc6b1b2dda'} Body: 2018-08-21 07:20:34,251 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.193s 2018-08-21 07:20:34,251 63 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-765c7ec1-7a13-4b03-b41a-18eea6308027', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-765c7ec1-7a13-4b03-b41a-18eea6308027'} Body: 2018-08-21 07:20:34,431 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.179s 2018-08-21 07:20:34,432 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-b89861d8-bdd0-4ac1-9027-14729a764f75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b89861d8-bdd0-4ac1-9027-14729a764f75'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:35,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.537s 2018-08-21 07:20:35,986 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:37,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.044s 2018-08-21 07:20:37,047 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-cb1328bf-1a12-454d-ae6e-1464d870e71d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cb1328bf-1a12-454d-ae6e-1464d870e71d'} Body: {"itemNotFound": {"message": "Instance 25cfe2f4-a7d7-4099-b722-a9dacb0714f6 could not be found.", "code": 404}} 2018-08-21 07:20:37,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d6f2cce3-980b-45e3-aded-ae271608f78c 0.810s 2018-08-21 07:20:37,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d6f2cce3-980b-45e3-aded-ae271608f78c', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5990ffae-40e7-4b9f-95a3-9e7aaba4757d'} Body: 2018-08-21 07:20:37,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122926090 0.036s 2018-08-21 07:20:37,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122926090', u'x-compute-request-id': 'req-4bef6850-e506-43b5-81b4-7c514ca55d47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bef6850-e506-43b5-81b4-7c514ca55d47'} Body: 2018-08-21 07:20:39,170 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/fa769340-112d-4f1b-979f-50e590396ccd 1.272s 2018-08-21 07:20:39,171 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/fa769340-112d-4f1b-979f-50e590396ccd', u'date': 'Tue, 21 Aug 2018 07:20:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cc11b648-d0e8-4f24-834e-5592c51da53a'} Body: 2018-08-21 07:20:40,971 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b53f0957-42aa-47ed-a464-35be15fe5dad 1.799s 2018-08-21 07:20:40,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b53f0957-42aa-47ed-a464-35be15fe5dad', u'date': 'Tue, 21 Aug 2018 07:20:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23e863d1-1797-45a2-be69-bc92cf5d5b8e'} Body: 2018-08-21 07:20:42,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/68010ec1-f9e3-475f-a00d-4eb4542e65a6 1.643s 2018-08-21 07:20:42,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.44:9696/v2.0/subnets/68010ec1-f9e3-475f-a00d-4eb4542e65a6', u'date': 'Tue, 21 Aug 2018 07:20:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a8c436a4-eee8-4fc3-991c-69d2b60fa3ee'} Body: 2018-08-21 07:20:44,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/349ddc6c-a591-49ce-a17f-dcb786be3f30 2.158s 2018-08-21 07:20:44,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/349ddc6c-a591-49ce-a17f-dcb786be3f30', u'date': 'Tue, 21 Aug 2018 07:20:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8fb677d4-6d20-4be8-b1c8-8e4696b692a4'} Body: 2018-08-21 07:20:45,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/5a645efc-f07d-40f8-a55a-5c68fe47e5fd 0.346s 2018-08-21 07:20:45,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.44:9696/v2.0/security-groups/5a645efc-f07d-40f8-a55a-5c68fe47e5fd', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0766b8bb-d568-4e86-8540-b983b061a059'} Body: 2018-08-21 07:20:45.386 63 INFO tempest.lib.common.rest_client [req-40986fa3-4766-4230-bf14-0b860f144391 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.236s 2018-08-21 07:20:45.386 63 DEBUG tempest.lib.common.rest_client [req-40986fa3-4766-4230-bf14-0b860f144391 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-12995129 description", "name": "tempest-secgroup-smoke-12995129"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40986fa3-4766-4230-bf14-0b860f144391'} Body: {"security_group": {"description": "tempest-secgroup-smoke-12995129 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "updated_at": "2018-08-21T07:20:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:20:45Z", "revision_number": 0, "id": "4ca3e1e0-1553-4667-b0bb-927506d5a305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:20:45Z", "revision_number": 0, "id": "b610b95e-18bc-4cc8-ad68-a4a118aef00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bc078bee-f87f-467e-80ab-638766bf87c8", "name": "tempest-secgroup-smoke-12995129"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:45.650 63 INFO tempest.lib.common.rest_client [req-95d784de-1c8b-4714-bf3a-7c93d4432ef4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.263s 2018-08-21 07:20:45.651 63 DEBUG tempest.lib.common.rest_client [req-95d784de-1c8b-4714-bf3a-7c93d4432ef4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95d784de-1c8b-4714-bf3a-7c93d4432ef4'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "661e35bc-7c2f-492d-9443-7d664a7b77c8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:45.848 63 INFO tempest.lib.common.rest_client [req-59eb6de3-2adf-4790-9cdd-e8c92041cb83 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.196s 2018-08-21 07:20:45.848 63 DEBUG tempest.lib.common.rest_client [req-59eb6de3-2adf-4790-9cdd-e8c92041cb83 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59eb6de3-2adf-4790-9cdd-e8c92041cb83'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "afb121b2-05e3-4bc9-b3a6-0d05173a72ec"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:46.138 63 INFO tempest.lib.common.rest_client [req-90ae888a-8759-4925-8609-bb18e795f5ff ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.288s 2018-08-21 07:20:46.138 63 DEBUG tempest.lib.common.rest_client [req-90ae888a-8759-4925-8609-bb18e795f5ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90ae888a-8759-4925-8609-bb18e795f5ff'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "624933ec-076e-402a-bee8-40037a66fa6e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:46.644 63 INFO tempest.lib.common.rest_client [req-fa032c03-c0b4-447a-8655-cc95752317e4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.505s 2018-08-21 07:20:46.644 63 DEBUG tempest.lib.common.rest_client [req-fa032c03-c0b4-447a-8655-cc95752317e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa032c03-c0b4-447a-8655-cc95752317e4'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41510faf-206e-4655-98a3-166d7f559a48"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:46.808 63 INFO tempest.lib.common.rest_client [req-a29b911b-0055-4100-936d-b8da908d83d1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:20:46.808 63 DEBUG tempest.lib.common.rest_client [req-a29b911b-0055-4100-936d-b8da908d83d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a29b911b-0055-4100-936d-b8da908d83d1'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41ba5909-68db-4c3b-b207-8200ab88cf2d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:46.975 63 INFO tempest.lib.common.rest_client [req-61f26233-efa8-4490-ac55-42abd9f4e587 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.166s 2018-08-21 07:20:46.976 63 DEBUG tempest.lib.common.rest_client [req-61f26233-efa8-4490-ac55-42abd9f4e587 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-61f26233-efa8-4490-ac55-42abd9f4e587'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1128a788-1abe-4606-9134-f5be4cb74be4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:47.149 63 INFO tempest.lib.common.rest_client [req-1aa55d18-5d7d-40d6-b49c-b45f69fd2ab1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:20:47.150 63 DEBUG tempest.lib.common.rest_client [req-1aa55d18-5d7d-40d6-b49c-b45f69fd2ab1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1aa55d18-5d7d-40d6-b49c-b45f69fd2ab1'} 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-21T07:20:47Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:47Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "25067c00-ba66-4583-a2d6-1c4c068b5390"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:47.322 63 INFO tempest.lib.common.rest_client [req-631bd879-8ba2-46d8-b350-ca132b3c40f5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:20:47.323 63 DEBUG tempest.lib.common.rest_client [req-631bd879-8ba2-46d8-b350-ca132b3c40f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-631bd879-8ba2-46d8-b350-ca132b3c40f5'} 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-21T07:20:47Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:47Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "27fa089c-e741-4ba8-8d03-fbba4e5266d3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:47.595 63 INFO tempest.lib.common.rest_client [req-91be58c9-320e-4e79-b355-59f091c15425 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.271s 2018-08-21 07:20:47.597 63 DEBUG tempest.lib.common.rest_client [req-91be58c9-320e-4e79-b355-59f091c15425 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-700102226"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91be58c9-320e-4e79-b355-59f091c15425'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:20:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b37e7467-f120-44d0-860e-ea718227c828","name":"tempest-A-700102226"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:48.152 63 INFO tempest.lib.common.rest_client [req-58f2604b-7e83-4a18-af2c-2749c78727b9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.552s 2018-08-21 07:20:48.152 63 DEBUG tempest.lib.common.rest_client [req-58f2604b-7e83-4a18-af2c-2749c78727b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "b37e7467-f120-44d0-860e-ea718227c828", "name": "tempest-subnet-A-1-1919385400"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:20:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58f2604b-7e83-4a18-af2c-2749c78727b9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b37e7467-f120-44d0-860e-ea718227c828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:47Z","dns_nameservers":[],"updated_at":"2018-08-21T07:20: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":"76dbb8415c1d404a9a78c64bb0932f34","id":"efbba91d-646b-4bbe-a27b-4d30307b86be","subnetpool_id":null,"name":"tempest-subnet-A-1-1919385400"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:48.670 63 INFO tempest.lib.common.rest_client [req-5f461f82-316f-4152-8559-e6b683117565 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.516s 2018-08-21 07:20:48.670 63 DEBUG tempest.lib.common.rest_client [req-5f461f82-316f-4152-8559-e6b683117565 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-717663757"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:20:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f461f82-316f-4152-8559-e6b683117565'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:20:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","name":"tempest-B-717663757"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:49.242 63 INFO tempest.lib.common.rest_client [req-375b7b8d-da23-4973-83aa-ae1c54ed1ae9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.571s 2018-08-21 07:20:49.243 63 DEBUG tempest.lib.common.rest_client [req-375b7b8d-da23-4973-83aa-ae1c54ed1ae9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "name": "tempest-subnet-B-1-1593028962"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:20:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-375b7b8d-da23-4973-83aa-ae1c54ed1ae9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:48Z","dns_nameservers":[],"updated_at":"2018-08-21T07:20:48Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"b2a3eb77-f680-41e4-aa28-00a7cf6fba9b","subnetpool_id":null,"name":"tempest-subnet-B-1-1593028962"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:49.688 63 INFO tempest.lib.common.rest_client [req-b3859714-fa90-4ab8-87d0-1767579e98ac ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.444s 2018-08-21 07:20:49.688 63 DEBUG tempest.lib.common.rest_client [req-b3859714-fa90-4ab8-87d0-1767579e98ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1691291099"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-b3859714-fa90-4ab8-87d0-1767579e98ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3859714-fa90-4ab8-87d0-1767579e98ac'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTHKPfuAw6Pb14uNMJP+htnAg57pYlWWMPCZRL0H6Rzev7RcX2DQdd3R8eruNUXaj3r/4lrbojCg/onywhE6l21urAfDs0nZZLOayxh+DdBBKvSNawou9Ikl4Dvw1EWivBpVphnObeXDlgOtoGJUPnkNpXI0/C9LuICG8FfO6Hz1Pyg6XQsFELU6CxFjBYBq9TVdtjSUUkfhs1HNhYLmYtxxSAihwB58NswU2bgiYBvto73HlgCuusGj/VSZrjSD3uH7G+xmTEI4FlG0gd1b/SiF15lgHuuHeMW2n8LtqnmoFz07RjGvHwnUPDVZdY20oLdUy3sydFE9u93mZji75L Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0xyj37gMOj29eLjTCT/obZwIOe6WJVljDwmUS9B+kc3r+0XF\n9g0HXd0fHq7jVF2o96/+Ja26IwoP6J8sIROpdtbqwHw7NJ2WSzmssYfg3QQSr0jW\nsKLvSJJeA78NRForwaVaYZzm3lw5YDraBiVD55DaVyNPwvS7iAhvBXzuh89T8oOl\n0LBRC1OgsRYwWAavU1XbY0lFJH4bNRzYWC5mLccUgIocAefDbMFNm4ImAb7aO9x5\nYArrrBo/1Uma40g97h+xvsZkxCOBZRtIHdW/0ohdeZYB7rh3jFtp/C7ap5qBc9O0\nYxrx8J1Dw1WXWNtKC3VMt7MnRRPbvd5mY4u+SwIDAQABAoIBAEkzMQ8tfe/j4IKv\nc11Nr4XyCFguBhnFOLfKFoWDMZ/UyvJBaza5pchCF7xH38MtBp17hKAD8PqdTo7W\nQjLl4mi2dIdxjAXebnJ++QZFmw6HjwMAOpDcriN3vOmHoU4GBg4LC5+1C8gmKi7X\nuSlQWo88hriYIdvzh+LPKc+5Vev4smTgWND/lsKmg7yarPhKITQrcacfjUdOEAnd\nn4Y4eonlgrdyy1QjkAiJIWzkae22NueYCoVGwsJ4ziuyYyJbVoWbw1/NYGxRUInD\noW23Vm0dtacb088Iy8XTiN2GWQbNQTE/Fvb5AP88WV2KawMwDi+whTgcchNm1tlG\nutQdIgECgYEA6wmqw31fgGiM5FBojXfvZyh0Yr47X+dJS1Bp36KlvFA78bxyW+V2\n9IXUioUxgfh0ZAZxhH0KGTBvys76AwOVRYQY2eUUWW4IvnanNCSBrgypkHLsig/E\noXUxnRxQBAkzvG2Xh3XB2pmu7hORLLKIJnpEoD04HBQnEZkUl6j0u0ECgYEA5fCz\nx1FfmSOBZyEc7D+tuo4lZ6wdkpt8BKmO83BF08q08mczs/TMVAP6H59rYEiOltvM\n5gvcRq9ykojw1wsFeEp1DhDA3geKgbyFtOB9hnrLcBkTbB9XCEKzkjDyXeImVJC1\nezj2lby2RSwkZLp6av57MmWknJwHN0ij6KcfkosCgYBDdmvgXs0Zs2i1Y+sOqB08\nU91MNmQee+mKx5MMEMhXjAQYt8lvXSbOutctx1tVffYSe9L7f1R1tHRyFwSl9tJS\nuL7VVC6KGM5DtRT7H3tldNb60jHY0vvSiCvsd6Lz9Zw2+pHi3Mb+stwGE/G4jaoM\nuU2XXNsNHC+2mmTRvzo3wQKBgAG+Zo6fZlsx8rxGewKrpPSiOVRk8MB432Llqkjc\nVBs8EU05TSITPC1y7kWpHtZXFoW8WvxvoJcEo5jK4xCua7cy0Vpu9Bd69Sjwtg7e\nGPWZHsvV1NjgD/fnEZeNOXlOyr2fb1Dk6LHQAY3avNfqthzzmxmRvcLWSBO6QEv2\nYH3rAoGASN0w1Kk3PEdjBlAVkDBuZ8MEccMu0/n4MHpaZP7jHoi3rLxirxOCFJ9M\nAZ/d7kcDImp9K0PsPLu44LvP8CnW9OgCn+ZWxvp38bUe4xLyEw1wJZAMbYcQHwQC\nmHem4BP01rCyFivT4BXMe8EaqSBM3+Wx4Zz+72GDdhTqTD8IfsA=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1691291099", "fingerprint": "2e:40:d4:66:9b:3f:fa:7b:84:fc:30:6e:92:57:da:e9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:50.691 63 INFO tempest.lib.common.rest_client [req-74254836-f118-4789-a37a-4a1fc5dffb66 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.999s 2018-08-21 07:20:50.692 63 DEBUG tempest.lib.common.rest_client [req-74254836-f118-4789-a37a-4a1fc5dffb66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-545434882", "security_groups": ["bc078bee-f87f-467e-80ab-638766bf87c8"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:20:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74254836-f118-4789-a37a-4a1fc5dffb66'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:20:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b37e7467-f120-44d0-860e-ea718227c828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:20:50Z","name":"tempest-port-smoke-545434882","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:31:72:57","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"efbba91d-646b-4bbe-a27b-4d30307b86be","ip_address":"10.101.11.10"}],"id":"d78410fa-177c-498d-9beb-0ee772b131da","security_groups":["bc078bee-f87f-467e-80ab-638766bf87c8"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:52.181 63 INFO tempest.lib.common.rest_client [req-1c41e095-3c04-4836-9445-e018cc5080aa ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.487s 2018-08-21 07:20:52.181 63 DEBUG tempest.lib.common.rest_client [req-1c41e095-3c04-4836-9445-e018cc5080aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1691291099", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b37e7467-f120-44d0-860e-ea718227c828", "port": "d78410fa-177c-498d-9beb-0ee772b131da"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-1c41e095-3c04-4836-9445-e018cc5080aa', 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c41e095-3c04-4836-9445-e018cc5080aa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "adminPass": "X7dZzzcF74Nh"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:52.480 63 INFO tempest.lib.common.rest_client [req-0f98a9fa-2401-4f7b-9b15-905a284eef37 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.293s 2018-08-21 07:20:52.481 63 DEBUG tempest.lib.common.rest_client [req-0f98a9fa-2401-4f7b-9b15-905a284eef37 ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-0f98a9fa-2401-4f7b-9b15-905a284eef37', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f98a9fa-2401-4f7b-9b15-905a284eef37'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:20:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:54.191 63 INFO tempest.lib.common.rest_client [req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.695s 2018-08-21 07:20:54.191 63 DEBUG tempest.lib.common.rest_client [req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:53Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:54.203 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:20:55.566 63 INFO tempest.lib.common.rest_client [req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.361s 2018-08-21 07:20:55.566 63 DEBUG tempest.lib.common.rest_client [req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:55.580 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:20:56.985 63 INFO tempest.lib.common.rest_client [req-4e2dab8a-2750-43b0-a396-18ba0256e7ba ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.403s 2018-08-21 07:20:56.986 63 DEBUG tempest.lib.common.rest_client [req-4e2dab8a-2750-43b0-a396-18ba0256e7ba ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-4e2dab8a-2750-43b0-a396-18ba0256e7ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e2dab8a-2750-43b0-a396-18ba0256e7ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:58.352 63 INFO tempest.lib.common.rest_client [req-be27b52d-30c2-4335-884b-916ac39f1b45 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.348s 2018-08-21 07:20:58.353 63 DEBUG tempest.lib.common.rest_client [req-be27b52d-30c2-4335-884b-916ac39f1b45 ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-be27b52d-30c2-4335-884b-916ac39f1b45', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be27b52d-30c2-4335-884b-916ac39f1b45'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:57Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:58.366 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:20:59.035 63 INFO tempest.lib.common.rest_client [req-0327c1fa-0201-4aa6-8397-44137d43986d ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.667s 2018-08-21 07:20:59.036 63 DEBUG tempest.lib.common.rest_client [req-0327c1fa-0201-4aa6-8397-44137d43986d ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-0327c1fa-0201-4aa6-8397-44137d43986d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0327c1fa-0201-4aa6-8397-44137d43986d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:57Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:20:59.048 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 7d7dda3c-9126-4abe-9fc2-2e761d5f6942 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:20:59.989 63 INFO tempest.lib.common.rest_client [req-3efbda75-90d8-4f50-b6df-09893826401a ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.940s 2018-08-21 07:20:59.990 63 DEBUG tempest.lib.common.rest_client [req-3efbda75-90d8-4f50-b6df-09893826401a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1831819083", "security_groups": ["bc078bee-f87f-467e-80ab-638766bf87c8"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:20:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3efbda75-90d8-4f50-b6df-09893826401a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:20:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:20:59Z","name":"tempest-port-smoke-1831819083","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:68:74:1c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"b2a3eb77-f680-41e4-aa28-00a7cf6fba9b","ip_address":"10.102.21.20"}],"id":"302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc","security_groups":["bc078bee-f87f-467e-80ab-638766bf87c8"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:01.725 63 INFO tempest.lib.common.rest_client [req-65075fd3-4adf-4eaa-9964-41ca92a57883 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.733s 2018-08-21 07:21:01.726 63 DEBUG tempest.lib.common.rest_client [req-65075fd3-4adf-4eaa-9964-41ca92a57883 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1691291099", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "port": "302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-65075fd3-4adf-4eaa-9964-41ca92a57883', 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65075fd3-4adf-4eaa-9964-41ca92a57883'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "adminPass": "VLoqG47TWvrR"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:02.064 63 INFO tempest.lib.common.rest_client [req-353ab3c2-daf8-4d47-880c-ab1748f3b32f ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.334s 2018-08-21 07:21:02.064 63 DEBUG tempest.lib.common.rest_client [req-353ab3c2-daf8-4d47-880c-ab1748f3b32f ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-353ab3c2-daf8-4d47-880c-ab1748f3b32f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-353ab3c2-daf8-4d47-880c-ab1748f3b32f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:21:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:03.354 63 INFO tempest.lib.common.rest_client [req-268f103b-0d77-458d-9a06-a0ca99d999e7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.274s 2018-08-21 07:21:03.355 63 DEBUG tempest.lib.common.rest_client [req-268f103b-0d77-458d-9a06-a0ca99d999e7 ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-268f103b-0d77-458d-9a06-a0ca99d999e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-268f103b-0d77-458d-9a06-a0ca99d999e7'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:03.367 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:21:04.530 63 INFO tempest.lib.common.rest_client [req-0d36891e-54c2-44f0-beb1-bac299ab628b ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.162s 2018-08-21 07:21:04.531 63 DEBUG tempest.lib.common.rest_client [req-0d36891e-54c2-44f0-beb1-bac299ab628b ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-0d36891e-54c2-44f0-beb1-bac299ab628b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d36891e-54c2-44f0-beb1-bac299ab628b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:04.544 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:21:05.879 63 INFO tempest.lib.common.rest_client [req-b130153b-03db-45c9-aeee-c12c5e64dc30 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.333s 2018-08-21 07:21:05.880 63 DEBUG tempest.lib.common.rest_client [req-b130153b-03db-45c9-aeee-c12c5e64dc30 ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-b130153b-03db-45c9-aeee-c12c5e64dc30', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b130153b-03db-45c9-aeee-c12c5e64dc30'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:07.051 63 INFO tempest.lib.common.rest_client [req-afa2be6c-17d6-4ec5-9a70-100261e363ab ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.158s 2018-08-21 07:21:07.051 63 DEBUG tempest.lib.common.rest_client [req-afa2be6c-17d6-4ec5-9a70-100261e363ab ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-afa2be6c-17d6-4ec5-9a70-100261e363ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afa2be6c-17d6-4ec5-9a70-100261e363ab'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:21:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:07.064 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:21:07.473 63 INFO tempest.lib.common.rest_client [req-7413379c-61f4-4510-9d75-5f81423593dc ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.408s 2018-08-21 07:21:07.474 63 DEBUG tempest.lib.common.rest_client [req-7413379c-61f4-4510-9d75-5f81423593dc ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-7413379c-61f4-4510-9d75-5f81423593dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7413379c-61f4-4510-9d75-5f81423593dc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:21:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:07.488 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 9cb993c7-6080-45b8-aa6d-80ba7a943430 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:21:07.620 63 INFO tempest.lib.common.rest_client [req-17bfa9d5-4006-4e5a-9479-deaec86b8608 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.131s 2018-08-21 07:21:07.621 63 DEBUG tempest.lib.common.rest_client [req-17bfa9d5-4006-4e5a-9479-deaec86b8608 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1915870941", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17bfa9d5-4006-4e5a-9479-deaec86b8608'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:07Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:07Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee", "name": "tempest-router--1915870941"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:09.180 63 INFO tempest.lib.common.rest_client [req-04d0c11a-365a-4c0b-b040-73bf7abd8374 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee 1.559s 2018-08-21 07:21:09.181 63 DEBUG tempest.lib.common.rest_client [req-04d0c11a-365a-4c0b-b040-73bf7abd8374 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee', u'date': 'Tue, 21 Aug 2018 07:21:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04d0c11a-365a-4c0b-b040-73bf7abd8374'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:07Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:08Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee", "name": "tempest-router--1915870941"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:11.615 63 INFO tempest.lib.common.rest_client [req-fbad9ed7-7192-4876-accc-a6e4a13f8444 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/add_router_interface 2.433s 2018-08-21 07:21:11.616 63 DEBUG tempest.lib.common.rest_client [req-fbad9ed7-7192-4876-accc-a6e4a13f8444 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:21:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fbad9ed7-7192-4876-accc-a6e4a13f8444'} Body: {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b", "subnet_ids": ["b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"], "port_id": "d7c07a27-0136-4fde-a4e0-40d8b3c0a07d", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:12.035 63 INFO tempest.lib.common.rest_client [req-dfbdc53b-3bd2-499b-a3c8-58d35224a347 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.418s 2018-08-21 07:21:12.035 63 DEBUG tempest.lib.common.rest_client [req-dfbdc53b-3bd2-499b-a3c8-58d35224a347 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:21:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dfbdc53b-3bd2-499b-a3c8-58d35224a347'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "7e67197b-c5b2-49d9-8edc-89da5e04a393"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:12.713 63 INFO tempest.lib.common.rest_client [req-9ba19ccb-612e-4bea-b4a9-1a04d10c6f9b ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations 0.676s 2018-08-21 07:21:12.713 63 DEBUG tempest.lib.common.rest_client [req-9ba19ccb-612e-4bea-b4a9-1a04d10c6f9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations', u'date': 'Tue, 21 Aug 2018 07:21:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ba19ccb-612e-4bea-b4a9-1a04d10c6f9b'} Body: {"network_association": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "id": "4ef7c63c-852f-46a2-98be-316ac4d7118d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:13.632 63 INFO tempest.lib.common.rest_client [req-008d4803-ce3e-474d-babd-bf47b7c05337 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations 0.917s 2018-08-21 07:21:13.632 63 DEBUG tempest.lib.common.rest_client [req-008d4803-ce3e-474d-babd-bf47b7c05337 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations', u'date': 'Tue, 21 Aug 2018 07:21:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-008d4803-ce3e-474d-babd-bf47b7c05337'} Body: {"network_association": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "id": "7e897f31-43df-46c7-bf47-75a5720fbfc1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:13.633 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-21 07:21:13.799 63 INFO tempest.lib.common.rest_client [req-121e1842-ec54-4318-bcfd-d162d70c4dae ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.165s 2018-08-21 07:21:13.799 63 DEBUG tempest.lib.common.rest_client [req-121e1842-ec54-4318-bcfd-d162d70c4dae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--483769592", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:21:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-121e1842-ec54-4318-bcfd-d162d70c4dae'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:13Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:13Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "name": "tempest-router--483769592"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:15.250 63 INFO tempest.lib.common.rest_client [req-b2156bff-8edb-4bb7-8aae-0c249db96117 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3 1.450s 2018-08-21 07:21:15.251 63 DEBUG tempest.lib.common.rest_client [req-b2156bff-8edb-4bb7-8aae-0c249db96117 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3', u'date': 'Tue, 21 Aug 2018 07:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2156bff-8edb-4bb7-8aae-0c249db96117'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:13Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:14Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "name": "tempest-router--483769592"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:17.488 63 INFO tempest.lib.common.rest_client [req-6998435c-e31e-4633-9085-ad36caee01ad ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/add_router_interface 2.235s 2018-08-21 07:21:17.488 63 DEBUG tempest.lib.common.rest_client [req-6998435c-e31e-4633-9085-ad36caee01ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:21:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6998435c-e31e-4633-9085-ad36caee01ad'} Body: {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be", "subnet_ids": ["efbba91d-646b-4bbe-a27b-4d30307b86be"], "port_id": "24bd6d1e-9d77-4348-8655-6b355922b093", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:19.349 63 INFO tempest.lib.common.rest_client [req-883488f2-7592-4936-b3dd-81d0414d4758 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.859s 2018-08-21 07:21:19.349 63 DEBUG tempest.lib.common.rest_client [req-883488f2-7592-4936-b3dd-81d0414d4758 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d78410fa-177c-498d-9beb-0ee772b131da"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:21:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-883488f2-7592-4936-b3dd-81d0414d4758'} Body: {"floatingip": {"router_id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:21:18Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "d78410fa-177c-498d-9beb-0ee772b131da", "id": "91a08693-edad-46c4-b8b4-5848c4569209", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:21:19.350 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:21:35.389 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:21:35.454 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:21:35.486 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:21:35.602 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-21 07:21:35.603 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:21:35.606 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:21:35.668 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:21:35.670 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:21:40.677 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:21:40.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.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:22:50.728 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-21 07:22:50.729 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:22:50.733 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:22:50.836 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:22:50.861 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:22:55.868 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:22:55.868 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:24:05.927 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-21 07:24:05.928 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-21 07:24:05.928 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:05.934 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06.035 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:24:06.061 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06.069 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:24:06.070 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:3d:c6:24 [ether] on eth0 2018-08-21 07:24:06.070 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-21 07:24:06.071 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06.075 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06.135 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:24:06.139 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06.148 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 07:24:06.149 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-21 07:24:06.149 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06.151 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06.211 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:24:06.215 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06.220 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-21 07:24:06.221 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06.222 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06.283 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:24:06.287 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06.293 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:24:06.293 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:3d:c6:24 [ether] on eth0 2018-08-21 07:24:06.294 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-21 07:24:06.294 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06.296 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06.359 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:24:06.361 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:11.370 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:24:11.371 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:25:21.409 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-21 07:25:21.410 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:25:21.413 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:25:21.472 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:25:21.477 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:25:26.484 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:25:26.485 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:26:36.538 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-21 07:26:36.540 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.208: 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:26:38.245 63 INFO tempest.lib.common.rest_client [req-53c89601-47cb-4676-8125-0a9a5634965e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/91a08693-edad-46c4-b8b4-5848c4569209 1.702s 2018-08-21 07:26:38.246 63 DEBUG tempest.lib.common.rest_client [req-53c89601-47cb-4676-8125-0a9a5634965e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/91a08693-edad-46c4-b8b4-5848c4569209', u'date': 'Tue, 21 Aug 2018 07:26:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-53c89601-47cb-4676-8125-0a9a5634965e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:40.497 63 INFO tempest.lib.common.rest_client [req-0fe3b1ed-cd79-4b5b-bf1d-6d0e97b9fed1 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/remove_router_interface 2.250s 2018-08-21 07:26:40.498 63 DEBUG tempest.lib.common.rest_client [req-0fe3b1ed-cd79-4b5b-bf1d-6d0e97b9fed1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:26:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fe3b1ed-cd79-4b5b-bf1d-6d0e97b9fed1'} Body: {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be", "subnet_ids": ["efbba91d-646b-4bbe-a27b-4d30307b86be"], "port_id": "24bd6d1e-9d77-4348-8655-6b355922b093", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:42.249 63 INFO tempest.lib.common.rest_client [req-19a82fbe-eac6-4fa1-be9c-19660023b02f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3 1.750s 2018-08-21 07:26:42.249 63 DEBUG tempest.lib.common.rest_client [req-19a82fbe-eac6-4fa1-be9c-19660023b02f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3', u'date': 'Tue, 21 Aug 2018 07:26:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-19a82fbe-eac6-4fa1-be9c-19660023b02f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:44.186 63 INFO tempest.lib.common.rest_client [req-e800f6e8-88ba-4f6d-8b32-2cc2085d9b22 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/remove_router_interface 1.936s 2018-08-21 07:26:44.187 63 DEBUG tempest.lib.common.rest_client [req-e800f6e8-88ba-4f6d-8b32-2cc2085d9b22 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:26:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e800f6e8-88ba-4f6d-8b32-2cc2085d9b22'} Body: {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b", "subnet_ids": ["b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"], "port_id": "d7c07a27-0136-4fde-a4e0-40d8b3c0a07d", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:45.610 63 INFO tempest.lib.common.rest_client [req-7e795489-1e70-4944-87b4-ee8bc02ebb41 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee 1.422s 2018-08-21 07:26:45.611 63 DEBUG tempest.lib.common.rest_client [req-7e795489-1e70-4944-87b4-ee8bc02ebb41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee', u'date': 'Tue, 21 Aug 2018 07:26:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e795489-1e70-4944-87b4-ee8bc02ebb41'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:46.378 63 INFO tempest.lib.common.rest_client [req-f720fa53-758a-4fe9-b24b-721c2f5774b3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.767s 2018-08-21 07:26:46.379 63 DEBUG tempest.lib.common.rest_client [req-f720fa53-758a-4fe9-b24b-721c2f5774b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-f720fa53-758a-4fe9-b24b-721c2f5774b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f720fa53-758a-4fe9-b24b-721c2f5774b3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:46.821 63 INFO tempest.lib.common.rest_client [req-35ea335d-432f-47fc-ac30-5ddc1e168042 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.441s 2018-08-21 07:26:46.821 63 DEBUG tempest.lib.common.rest_client [req-35ea335d-432f-47fc-ac30-5ddc1e168042 ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-35ea335d-432f-47fc-ac30-5ddc1e168042', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35ea335d-432f-47fc-ac30-5ddc1e168042'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:26:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:48.381 63 INFO tempest.lib.common.rest_client [req-1612f7c8-373a-43b5-9946-7aefe30825c6 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.543s 2018-08-21 07:26:48.381 63 DEBUG tempest.lib.common.rest_client [req-1612f7c8-373a-43b5-9946-7aefe30825c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-1612f7c8-373a-43b5-9946-7aefe30825c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1612f7c8-373a-43b5-9946-7aefe30825c6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:26:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T07:26:47.000000", "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:48.395 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:26:49.440 63 INFO tempest.lib.common.rest_client [req-9b48db39-3f7c-4c73-b173-d8d999c7684d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.043s 2018-08-21 07:26:49.441 63 DEBUG tempest.lib.common.rest_client [req-9b48db39-3f7c-4c73-b173-d8d999c7684d ] 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-9b48db39-3f7c-4c73-b173-d8d999c7684d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-9b48db39-3f7c-4c73-b173-d8d999c7684d'} Body: {"itemNotFound": {"message": "Instance 9cb993c7-6080-45b8-aa6d-80ba7a943430 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:50.498 63 INFO tempest.lib.common.rest_client [req-807d7d10-4b53-4f67-9590-b20a62836e20 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc 1.056s 2018-08-21 07:26:50.499 63 DEBUG tempest.lib.common.rest_client [req-807d7d10-4b53-4f67-9590-b20a62836e20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-807d7d10-4b53-4f67-9590-b20a62836e20'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:50.719 63 INFO tempest.lib.common.rest_client [req-f456e60d-48a5-455a-bb70-d0e0f83cf77b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.219s 2018-08-21 07:26:50.719 63 DEBUG tempest.lib.common.rest_client [req-f456e60d-48a5-455a-bb70-d0e0f83cf77b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-f456e60d-48a5-455a-bb70-d0e0f83cf77b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f456e60d-48a5-455a-bb70-d0e0f83cf77b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:51.174 63 INFO tempest.lib.common.rest_client [req-6b261812-3732-4c28-a41f-52bf223e29a1 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.454s 2018-08-21 07:26:51.175 63 DEBUG tempest.lib.common.rest_client [req-6b261812-3732-4c28-a41f-52bf223e29a1 ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-6b261812-3732-4c28-a41f-52bf223e29a1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b261812-3732-4c28-a41f-52bf223e29a1'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:26:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:52.232 63 INFO tempest.lib.common.rest_client [req-bb7ec59b-9252-414c-adcb-f58756d1697d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.043s 2018-08-21 07:26:52.233 63 DEBUG tempest.lib.common.rest_client [req-bb7ec59b-9252-414c-adcb-f58756d1697d ] 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-bb7ec59b-9252-414c-adcb-f58756d1697d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bb7ec59b-9252-414c-adcb-f58756d1697d'} Body: {"itemNotFound": {"message": "Instance 7d7dda3c-9126-4abe-9fc2-2e761d5f6942 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:52.844 63 INFO tempest.lib.common.rest_client [req-34461cb3-4a9d-425e-a429-efb2ec7b27a3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d78410fa-177c-498d-9beb-0ee772b131da 0.609s 2018-08-21 07:26:52.845 63 DEBUG tempest.lib.common.rest_client [req-34461cb3-4a9d-425e-a429-efb2ec7b27a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d78410fa-177c-498d-9beb-0ee772b131da', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-34461cb3-4a9d-425e-a429-efb2ec7b27a3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:52.870 63 INFO tempest.lib.common.rest_client [req-eae7130c-3fab-4b10-9dda-ebac1040487d ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1691291099 0.024s 2018-08-21 07:26:52.870 63 DEBUG tempest.lib.common.rest_client [req-eae7130c-3fab-4b10-9dda-ebac1040487d ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1691291099', u'x-compute-request-id': 'req-eae7130c-3fab-4b10-9dda-ebac1040487d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eae7130c-3fab-4b10-9dda-ebac1040487d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:54.610 63 INFO tempest.lib.common.rest_client [req-f42bceba-0e8e-47b4-bd7f-c8d9f4a96377 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/b2a3eb77-f680-41e4-aa28-00a7cf6fba9b 1.739s 2018-08-21 07:26:54.611 63 DEBUG tempest.lib.common.rest_client [req-f42bceba-0e8e-47b4-bd7f-c8d9f4a96377 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/b2a3eb77-f680-41e4-aa28-00a7cf6fba9b', u'date': 'Tue, 21 Aug 2018 07:26:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f42bceba-0e8e-47b4-bd7f-c8d9f4a96377'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:56.575 63 INFO tempest.lib.common.rest_client [req-cec93c65-ca70-4012-8f1b-71e5c41b95b2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/55fbcae0-97ee-4b5e-ba06-6ec7f26ce201 1.963s 2018-08-21 07:26:56.576 63 DEBUG tempest.lib.common.rest_client [req-cec93c65-ca70-4012-8f1b-71e5c41b95b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/55fbcae0-97ee-4b5e-ba06-6ec7f26ce201', u'date': 'Tue, 21 Aug 2018 07:26:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cec93c65-ca70-4012-8f1b-71e5c41b95b2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:57.562 63 INFO tempest.lib.common.rest_client [req-4515b658-92c2-4c91-8071-bdfc79131a6b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/efbba91d-646b-4bbe-a27b-4d30307b86be 0.984s 2018-08-21 07:26:57.562 63 DEBUG tempest.lib.common.rest_client [req-4515b658-92c2-4c91-8071-bdfc79131a6b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/efbba91d-646b-4bbe-a27b-4d30307b86be', u'date': 'Tue, 21 Aug 2018 07:26:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4515b658-92c2-4c91-8071-bdfc79131a6b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:26:59.743 63 INFO tempest.lib.common.rest_client [req-779246c4-7c6c-4dc7-8f2d-808b3b9de355 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b37e7467-f120-44d0-860e-ea718227c828 2.179s 2018-08-21 07:26:59.743 63 DEBUG tempest.lib.common.rest_client [req-779246c4-7c6c-4dc7-8f2d-808b3b9de355 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b37e7467-f120-44d0-860e-ea718227c828', u'date': 'Tue, 21 Aug 2018 07:26:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-779246c4-7c6c-4dc7-8f2d-808b3b9de355'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:00.042 63 INFO tempest.lib.common.rest_client [req-bbfbff93-d1a0-4d89-b9a4-d454d34b0619 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/bc078bee-f87f-467e-80ab-638766bf87c8 0.298s 2018-08-21 07:27:00.043 63 DEBUG tempest.lib.common.rest_client [req-bbfbff93-d1a0-4d89-b9a4-d454d34b0619 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/bc078bee-f87f-467e-80ab-638766bf87c8', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbfbff93-d1a0-4d89-b9a4-d454d34b0619'} 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 [374.895570s] ... 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-21 07:20:45,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.236s 2018-08-21 07:20:45,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-12995129 description", "name": "tempest-secgroup-smoke-12995129"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40986fa3-4766-4230-bf14-0b860f144391'} Body: {"security_group": {"description": "tempest-secgroup-smoke-12995129 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "updated_at": "2018-08-21T07:20:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:20:45Z", "revision_number": 0, "id": "4ca3e1e0-1553-4667-b0bb-927506d5a305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:20:45Z", "revision_number": 0, "id": "b610b95e-18bc-4cc8-ad68-a4a118aef00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bc078bee-f87f-467e-80ab-638766bf87c8", "name": "tempest-secgroup-smoke-12995129"}} 2018-08-21 07:20:45,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.263s 2018-08-21 07:20:45,651 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95d784de-1c8b-4714-bf3a-7c93d4432ef4'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "661e35bc-7c2f-492d-9443-7d664a7b77c8"}} 2018-08-21 07:20:45,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.196s 2018-08-21 07:20:45,848 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59eb6de3-2adf-4790-9cdd-e8c92041cb83'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "afb121b2-05e3-4bc9-b3a6-0d05173a72ec"}} 2018-08-21 07:20:46,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.288s 2018-08-21 07:20:46,138 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90ae888a-8759-4925-8609-bb18e795f5ff'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "624933ec-076e-402a-bee8-40037a66fa6e"}} 2018-08-21 07:20:46,644 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.505s 2018-08-21 07:20:46,644 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa032c03-c0b4-447a-8655-cc95752317e4'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41510faf-206e-4655-98a3-166d7f559a48"}} 2018-08-21 07:20:46,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:20:46,808 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a29b911b-0055-4100-936d-b8da908d83d1'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41ba5909-68db-4c3b-b207-8200ab88cf2d"}} 2018-08-21 07:20:46,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.166s 2018-08-21 07:20:46,976 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-61f26233-efa8-4490-ac55-42abd9f4e587'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1128a788-1abe-4606-9134-f5be4cb74be4"}} 2018-08-21 07:20:47,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:20:47,150 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1aa55d18-5d7d-40d6-b49c-b45f69fd2ab1'} 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-21T07:20:47Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:47Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "25067c00-ba66-4583-a2d6-1c4c068b5390"}} 2018-08-21 07:20:47,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:20:47,323 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-631bd879-8ba2-46d8-b350-ca132b3c40f5'} 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-21T07:20:47Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:47Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "27fa089c-e741-4ba8-8d03-fbba4e5266d3"}} 2018-08-21 07:20:47,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.271s 2018-08-21 07:20:47,597 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-700102226"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91be58c9-320e-4e79-b355-59f091c15425'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:20:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b37e7467-f120-44d0-860e-ea718227c828","name":"tempest-A-700102226"}} 2018-08-21 07:20:48,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.552s 2018-08-21 07:20:48,152 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "b37e7467-f120-44d0-860e-ea718227c828", "name": "tempest-subnet-A-1-1919385400"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:20:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58f2604b-7e83-4a18-af2c-2749c78727b9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b37e7467-f120-44d0-860e-ea718227c828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:47Z","dns_nameservers":[],"updated_at":"2018-08-21T07:20: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":"76dbb8415c1d404a9a78c64bb0932f34","id":"efbba91d-646b-4bbe-a27b-4d30307b86be","subnetpool_id":null,"name":"tempest-subnet-A-1-1919385400"}} 2018-08-21 07:20:48,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.516s 2018-08-21 07:20:48,670 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-717663757"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:20:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f461f82-316f-4152-8559-e6b683117565'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:20:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","name":"tempest-B-717663757"}} 2018-08-21 07:20:49,242 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.571s 2018-08-21 07:20:49,243 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "name": "tempest-subnet-B-1-1593028962"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:20:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-375b7b8d-da23-4973-83aa-ae1c54ed1ae9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:48Z","dns_nameservers":[],"updated_at":"2018-08-21T07:20:48Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"b2a3eb77-f680-41e4-aa28-00a7cf6fba9b","subnetpool_id":null,"name":"tempest-subnet-B-1-1593028962"}} 2018-08-21 07:20:49,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.444s 2018-08-21 07:20:49,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1691291099"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-b3859714-fa90-4ab8-87d0-1767579e98ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3859714-fa90-4ab8-87d0-1767579e98ac'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTHKPfuAw6Pb14uNMJP+htnAg57pYlWWMPCZRL0H6Rzev7RcX2DQdd3R8eruNUXaj3r/4lrbojCg/onywhE6l21urAfDs0nZZLOayxh+DdBBKvSNawou9Ikl4Dvw1EWivBpVphnObeXDlgOtoGJUPnkNpXI0/C9LuICG8FfO6Hz1Pyg6XQsFELU6CxFjBYBq9TVdtjSUUkfhs1HNhYLmYtxxSAihwB58NswU2bgiYBvto73HlgCuusGj/VSZrjSD3uH7G+xmTEI4FlG0gd1b/SiF15lgHuuHeMW2n8LtqnmoFz07RjGvHwnUPDVZdY20oLdUy3sydFE9u93mZji75L Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0xyj37gMOj29eLjTCT/obZwIOe6WJVljDwmUS9B+kc3r+0XF\n9g0HXd0fHq7jVF2o96/+Ja26IwoP6J8sIROpdtbqwHw7NJ2WSzmssYfg3QQSr0jW\nsKLvSJJeA78NRForwaVaYZzm3lw5YDraBiVD55DaVyNPwvS7iAhvBXzuh89T8oOl\n0LBRC1OgsRYwWAavU1XbY0lFJH4bNRzYWC5mLccUgIocAefDbMFNm4ImAb7aO9x5\nYArrrBo/1Uma40g97h+xvsZkxCOBZRtIHdW/0ohdeZYB7rh3jFtp/C7ap5qBc9O0\nYxrx8J1Dw1WXWNtKC3VMt7MnRRPbvd5mY4u+SwIDAQABAoIBAEkzMQ8tfe/j4IKv\nc11Nr4XyCFguBhnFOLfKFoWDMZ/UyvJBaza5pchCF7xH38MtBp17hKAD8PqdTo7W\nQjLl4mi2dIdxjAXebnJ++QZFmw6HjwMAOpDcriN3vOmHoU4GBg4LC5+1C8gmKi7X\nuSlQWo88hriYIdvzh+LPKc+5Vev4smTgWND/lsKmg7yarPhKITQrcacfjUdOEAnd\nn4Y4eonlgrdyy1QjkAiJIWzkae22NueYCoVGwsJ4ziuyYyJbVoWbw1/NYGxRUInD\noW23Vm0dtacb088Iy8XTiN2GWQbNQTE/Fvb5AP88WV2KawMwDi+whTgcchNm1tlG\nutQdIgECgYEA6wmqw31fgGiM5FBojXfvZyh0Yr47X+dJS1Bp36KlvFA78bxyW+V2\n9IXUioUxgfh0ZAZxhH0KGTBvys76AwOVRYQY2eUUWW4IvnanNCSBrgypkHLsig/E\noXUxnRxQBAkzvG2Xh3XB2pmu7hORLLKIJnpEoD04HBQnEZkUl6j0u0ECgYEA5fCz\nx1FfmSOBZyEc7D+tuo4lZ6wdkpt8BKmO83BF08q08mczs/TMVAP6H59rYEiOltvM\n5gvcRq9ykojw1wsFeEp1DhDA3geKgbyFtOB9hnrLcBkTbB9XCEKzkjDyXeImVJC1\nezj2lby2RSwkZLp6av57MmWknJwHN0ij6KcfkosCgYBDdmvgXs0Zs2i1Y+sOqB08\nU91MNmQee+mKx5MMEMhXjAQYt8lvXSbOutctx1tVffYSe9L7f1R1tHRyFwSl9tJS\nuL7VVC6KGM5DtRT7H3tldNb60jHY0vvSiCvsd6Lz9Zw2+pHi3Mb+stwGE/G4jaoM\nuU2XXNsNHC+2mmTRvzo3wQKBgAG+Zo6fZlsx8rxGewKrpPSiOVRk8MB432Llqkjc\nVBs8EU05TSITPC1y7kWpHtZXFoW8WvxvoJcEo5jK4xCua7cy0Vpu9Bd69Sjwtg7e\nGPWZHsvV1NjgD/fnEZeNOXlOyr2fb1Dk6LHQAY3avNfqthzzmxmRvcLWSBO6QEv2\nYH3rAoGASN0w1Kk3PEdjBlAVkDBuZ8MEccMu0/n4MHpaZP7jHoi3rLxirxOCFJ9M\nAZ/d7kcDImp9K0PsPLu44LvP8CnW9OgCn+ZWxvp38bUe4xLyEw1wJZAMbYcQHwQC\nmHem4BP01rCyFivT4BXMe8EaqSBM3+Wx4Zz+72GDdhTqTD8IfsA=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1691291099", "fingerprint": "2e:40:d4:66:9b:3f:fa:7b:84:fc:30:6e:92:57:da:e9"}} 2018-08-21 07:20:50,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.999s 2018-08-21 07:20:50,692 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-545434882", "security_groups": ["bc078bee-f87f-467e-80ab-638766bf87c8"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:20:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74254836-f118-4789-a37a-4a1fc5dffb66'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:20:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b37e7467-f120-44d0-860e-ea718227c828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:20:50Z","name":"tempest-port-smoke-545434882","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:31:72:57","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"efbba91d-646b-4bbe-a27b-4d30307b86be","ip_address":"10.101.11.10"}],"id":"d78410fa-177c-498d-9beb-0ee772b131da","security_groups":["bc078bee-f87f-467e-80ab-638766bf87c8"],"device_id":""}} 2018-08-21 07:20:52,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.487s 2018-08-21 07:20:52,181 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-1691291099", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b37e7467-f120-44d0-860e-ea718227c828", "port": "d78410fa-177c-498d-9beb-0ee772b131da"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-1c41e095-3c04-4836-9445-e018cc5080aa', 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c41e095-3c04-4836-9445-e018cc5080aa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "adminPass": "X7dZzzcF74Nh"}} 2018-08-21 07:20:52,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.293s 2018-08-21 07:20:52,481 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-0f98a9fa-2401-4f7b-9b15-905a284eef37', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f98a9fa-2401-4f7b-9b15-905a284eef37'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:20:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:54,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.695s 2018-08-21 07:20:54,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': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:53Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:54,203 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:20:55,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.361s 2018-08-21 07:20:55,566 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:55,580 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:20:56,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.403s 2018-08-21 07:20:56,986 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-4e2dab8a-2750-43b0-a396-18ba0256e7ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e2dab8a-2750-43b0-a396-18ba0256e7ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:58,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.348s 2018-08-21 07:20:58,353 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-be27b52d-30c2-4335-884b-916ac39f1b45', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be27b52d-30c2-4335-884b-916ac39f1b45'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:57Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:58,366 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:20:59,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.667s 2018-08-21 07:20:59,036 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-0327c1fa-0201-4aa6-8397-44137d43986d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0327c1fa-0201-4aa6-8397-44137d43986d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:57Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:59,048 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7d7dda3c-9126-4abe-9fc2-2e761d5f6942 with status: ACTIVE 2018-08-21 07:20:59,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.940s 2018-08-21 07:20:59,990 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1831819083", "security_groups": ["bc078bee-f87f-467e-80ab-638766bf87c8"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:20:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3efbda75-90d8-4f50-b6df-09893826401a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:20:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:20:59Z","name":"tempest-port-smoke-1831819083","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:68:74:1c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"b2a3eb77-f680-41e4-aa28-00a7cf6fba9b","ip_address":"10.102.21.20"}],"id":"302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc","security_groups":["bc078bee-f87f-467e-80ab-638766bf87c8"],"device_id":""}} 2018-08-21 07:21:01,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.733s 2018-08-21 07:21:01,726 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-1691291099", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "port": "302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-65075fd3-4adf-4eaa-9964-41ca92a57883', 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65075fd3-4adf-4eaa-9964-41ca92a57883'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "adminPass": "VLoqG47TWvrR"}} 2018-08-21 07:21:02,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.334s 2018-08-21 07:21:02,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-353ab3c2-daf8-4d47-880c-ab1748f3b32f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-353ab3c2-daf8-4d47-880c-ab1748f3b32f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:21:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:03,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.274s 2018-08-21 07:21:03,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': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-268f103b-0d77-458d-9a06-a0ca99d999e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-268f103b-0d77-458d-9a06-a0ca99d999e7'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:03,367 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:21:04,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.162s 2018-08-21 07:21:04,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': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-0d36891e-54c2-44f0-beb1-bac299ab628b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d36891e-54c2-44f0-beb1-bac299ab628b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:04,544 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:21:05,879 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.333s 2018-08-21 07:21:05,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-b130153b-03db-45c9-aeee-c12c5e64dc30', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b130153b-03db-45c9-aeee-c12c5e64dc30'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:07,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.158s 2018-08-21 07:21:07,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': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-afa2be6c-17d6-4ec5-9a70-100261e363ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afa2be6c-17d6-4ec5-9a70-100261e363ab'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:21:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:07,064 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:21:07,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.408s 2018-08-21 07:21:07,474 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-7413379c-61f4-4510-9d75-5f81423593dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7413379c-61f4-4510-9d75-5f81423593dc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:21:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:07,488 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9cb993c7-6080-45b8-aa6d-80ba7a943430 with status: ACTIVE 2018-08-21 07:21:07,620 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.131s 2018-08-21 07:21:07,621 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1915870941", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17bfa9d5-4006-4e5a-9479-deaec86b8608'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:07Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:07Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee", "name": "tempest-router--1915870941"}} 2018-08-21 07:21:09,180 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee 1.559s 2018-08-21 07:21:09,181 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee', u'date': 'Tue, 21 Aug 2018 07:21:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04d0c11a-365a-4c0b-b040-73bf7abd8374'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:07Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:08Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee", "name": "tempest-router--1915870941"}} 2018-08-21 07:21:11,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/add_router_interface 2.433s 2018-08-21 07:21:11,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:21:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fbad9ed7-7192-4876-accc-a6e4a13f8444'} Body: {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b", "subnet_ids": ["b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"], "port_id": "d7c07a27-0136-4fde-a4e0-40d8b3c0a07d", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee"} 2018-08-21 07:21:12,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.418s 2018-08-21 07:21:12,035 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:21:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dfbdc53b-3bd2-499b-a3c8-58d35224a347'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "7e67197b-c5b2-49d9-8edc-89da5e04a393"}} 2018-08-21 07:21:12,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations 0.676s 2018-08-21 07:21:12,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations', u'date': 'Tue, 21 Aug 2018 07:21:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ba19ccb-612e-4bea-b4a9-1a04d10c6f9b'} Body: {"network_association": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "id": "4ef7c63c-852f-46a2-98be-316ac4d7118d"}} 2018-08-21 07:21:13,632 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations 0.917s 2018-08-21 07:21:13,632 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations', u'date': 'Tue, 21 Aug 2018 07:21:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-008d4803-ce3e-474d-babd-bf47b7c05337'} Body: {"network_association": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "id": "7e897f31-43df-46c7-bf47-75a5720fbfc1"}} 2018-08-21 07:21:13,633 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:21:13,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.165s 2018-08-21 07:21:13,799 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--483769592", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:21:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-121e1842-ec54-4318-bcfd-d162d70c4dae'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:13Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:13Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "name": "tempest-router--483769592"}} 2018-08-21 07:21:15,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3 1.450s 2018-08-21 07:21:15,251 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3', u'date': 'Tue, 21 Aug 2018 07:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2156bff-8edb-4bb7-8aae-0c249db96117'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:13Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:14Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "name": "tempest-router--483769592"}} 2018-08-21 07:21:17,488 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/add_router_interface 2.235s 2018-08-21 07:21:17,488 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:21:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6998435c-e31e-4633-9085-ad36caee01ad'} Body: {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be", "subnet_ids": ["efbba91d-646b-4bbe-a27b-4d30307b86be"], "port_id": "24bd6d1e-9d77-4348-8655-6b355922b093", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3"} 2018-08-21 07:21:19,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.859s 2018-08-21 07:21:19,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d78410fa-177c-498d-9beb-0ee772b131da"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:21:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-883488f2-7592-4936-b3dd-81d0414d4758'} Body: {"floatingip": {"router_id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:21:18Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "d78410fa-177c-498d-9beb-0ee772b131da", "id": "91a08693-edad-46c4-b8b4-5848c4569209", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:21:19,350 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:21:35,389 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:21:35,454 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:21:35,486 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:21:35,602 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-21 07:21:35,603 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:21:35,606 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:21:35,668 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:21:35,670 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:21:40,677 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:21:40,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.208. 2018-08-21 07:22:50,728 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-21 07:22:50,729 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:22:50,733 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:22:50,836 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:22:50,861 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:22:55,868 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:22:55,868 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-21 07:24:05,927 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:24:05,928 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-21 07:24:05,928 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:05,934 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,035 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,061 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,069 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:24:06,070 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c6:24 [ether] on eth0 2018-08-21 07:24:06,070 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-21 07:24:06,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,075 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,135 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,139 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,148 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:24:06,149 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-21 07:24:06,149 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,151 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,211 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,215 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,220 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-21 07:24:06,221 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,283 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,287 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:24:06,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c6:24 [ether] on eth0 2018-08-21 07:24:06,294 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-21 07:24:06,294 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,296 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,359 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,361 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:11,370 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:24:11,371 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-21 07:25:21,409 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-21 07:25:21,410 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:25:21,413 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:25:21,472 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:25:21,477 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:25:26,484 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:25:26,485 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-21 07:26:36,538 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:26:36,540 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.208: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:26:38,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/91a08693-edad-46c4-b8b4-5848c4569209 1.702s 2018-08-21 07:26:38,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/91a08693-edad-46c4-b8b4-5848c4569209', u'date': 'Tue, 21 Aug 2018 07:26:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-53c89601-47cb-4676-8125-0a9a5634965e'} Body: 2018-08-21 07:26:40,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/remove_router_interface 2.250s 2018-08-21 07:26:40,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:26:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fe3b1ed-cd79-4b5b-bf1d-6d0e97b9fed1'} Body: {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be", "subnet_ids": ["efbba91d-646b-4bbe-a27b-4d30307b86be"], "port_id": "24bd6d1e-9d77-4348-8655-6b355922b093", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3"} 2018-08-21 07:26:42,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3 1.750s 2018-08-21 07:26:42,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3', u'date': 'Tue, 21 Aug 2018 07:26:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-19a82fbe-eac6-4fa1-be9c-19660023b02f'} Body: 2018-08-21 07:26:44,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/remove_router_interface 1.936s 2018-08-21 07:26:44,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:26:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e800f6e8-88ba-4f6d-8b32-2cc2085d9b22'} Body: {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b", "subnet_ids": ["b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"], "port_id": "d7c07a27-0136-4fde-a4e0-40d8b3c0a07d", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee"} 2018-08-21 07:26:45,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee 1.422s 2018-08-21 07:26:45,611 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee', u'date': 'Tue, 21 Aug 2018 07:26:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e795489-1e70-4944-87b4-ee8bc02ebb41'} Body: 2018-08-21 07:26:46,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.767s 2018-08-21 07:26:46,379 63 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-f720fa53-758a-4fe9-b24b-721c2f5774b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f720fa53-758a-4fe9-b24b-721c2f5774b3'} Body: 2018-08-21 07:26:46,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.441s 2018-08-21 07:26:46,821 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-35ea335d-432f-47fc-ac30-5ddc1e168042', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35ea335d-432f-47fc-ac30-5ddc1e168042'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:26:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:26:48,381 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.543s 2018-08-21 07:26:48,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': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-1612f7c8-373a-43b5-9946-7aefe30825c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1612f7c8-373a-43b5-9946-7aefe30825c6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:26:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T07:26:47.000000", "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:26:48,395 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:26:49,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.043s 2018-08-21 07:26:49,441 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-9b48db39-3f7c-4c73-b173-d8d999c7684d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-9b48db39-3f7c-4c73-b173-d8d999c7684d'} Body: {"itemNotFound": {"message": "Instance 9cb993c7-6080-45b8-aa6d-80ba7a943430 could not be found.", "code": 404}} 2018-08-21 07:26:50,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc 1.056s 2018-08-21 07:26:50,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-807d7d10-4b53-4f67-9590-b20a62836e20'} Body: 2018-08-21 07:26:50,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.219s 2018-08-21 07:26:50,719 63 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-f456e60d-48a5-455a-bb70-d0e0f83cf77b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f456e60d-48a5-455a-bb70-d0e0f83cf77b'} Body: 2018-08-21 07:26:51,174 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.454s 2018-08-21 07:26:51,175 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-6b261812-3732-4c28-a41f-52bf223e29a1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b261812-3732-4c28-a41f-52bf223e29a1'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:26:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:26:52,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.043s 2018-08-21 07:26:52,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-bb7ec59b-9252-414c-adcb-f58756d1697d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bb7ec59b-9252-414c-adcb-f58756d1697d'} Body: {"itemNotFound": {"message": "Instance 7d7dda3c-9126-4abe-9fc2-2e761d5f6942 could not be found.", "code": 404}} 2018-08-21 07:26:52,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d78410fa-177c-498d-9beb-0ee772b131da 0.609s 2018-08-21 07:26:52,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d78410fa-177c-498d-9beb-0ee772b131da', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-34461cb3-4a9d-425e-a429-efb2ec7b27a3'} Body: 2018-08-21 07:26:52,870 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1691291099 0.024s 2018-08-21 07:26:52,870 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1691291099', u'x-compute-request-id': 'req-eae7130c-3fab-4b10-9dda-ebac1040487d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eae7130c-3fab-4b10-9dda-ebac1040487d'} Body: 2018-08-21 07:26:54,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/b2a3eb77-f680-41e4-aa28-00a7cf6fba9b 1.739s 2018-08-21 07:26:54,611 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/b2a3eb77-f680-41e4-aa28-00a7cf6fba9b', u'date': 'Tue, 21 Aug 2018 07:26:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f42bceba-0e8e-47b4-bd7f-c8d9f4a96377'} Body: 2018-08-21 07:26:56,575 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/55fbcae0-97ee-4b5e-ba06-6ec7f26ce201 1.963s 2018-08-21 07:26:56,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/55fbcae0-97ee-4b5e-ba06-6ec7f26ce201', u'date': 'Tue, 21 Aug 2018 07:26:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cec93c65-ca70-4012-8f1b-71e5c41b95b2'} Body: 2018-08-21 07:26:57,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/efbba91d-646b-4bbe-a27b-4d30307b86be 0.984s 2018-08-21 07:26:57,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/efbba91d-646b-4bbe-a27b-4d30307b86be', u'date': 'Tue, 21 Aug 2018 07:26:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4515b658-92c2-4c91-8071-bdfc79131a6b'} Body: 2018-08-21 07:26:59,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b37e7467-f120-44d0-860e-ea718227c828 2.179s 2018-08-21 07:26:59,743 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b37e7467-f120-44d0-860e-ea718227c828', u'date': 'Tue, 21 Aug 2018 07:26:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-779246c4-7c6c-4dc7-8f2d-808b3b9de355'} Body: 2018-08-21 07:27:00,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/bc078bee-f87f-467e-80ab-638766bf87c8 0.298s 2018-08-21 07:27:00,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/bc078bee-f87f-467e-80ab-638766bf87c8', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbfbff93-d1a0-4d89-b9a4-d454d34b0619'} Body: 2018-08-21 07:27:00.363 63 INFO tempest.lib.common.rest_client [req-b1fa5e7a-24dc-4305-a748-31cdba914c5d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.295s 2018-08-21 07:27:00.364 63 DEBUG tempest.lib.common.rest_client [req-b1fa5e7a-24dc-4305-a748-31cdba914c5d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1831217330 description", "name": "tempest-secgroup-smoke-1831217330"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1fa5e7a-24dc-4305-a748-31cdba914c5d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1831217330 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "updated_at": "2018-08-21T07:27:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:27:00Z", "revision_number": 0, "id": "8a841723-f0f7-45d7-8078-3585529926a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:27:00Z", "revision_number": 0, "id": "af958ee5-753e-43b3-a952-6cdc3c69dc61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "name": "tempest-secgroup-smoke-1831217330"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:00.718 63 INFO tempest.lib.common.rest_client [req-969363fb-81bd-4ba6-bde3-129b339995e6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.353s 2018-08-21 07:27:00.719 63 DEBUG tempest.lib.common.rest_client [req-969363fb-81bd-4ba6-bde3-129b339995e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-969363fb-81bd-4ba6-bde3-129b339995e6'} 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-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "55b2b59c-8279-4f90-a68f-af76a1884b4b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:00.902 63 INFO tempest.lib.common.rest_client [req-73fe187c-5204-4c44-8b0d-00c2ec699f33 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 07:27:00.902 63 DEBUG tempest.lib.common.rest_client [req-73fe187c-5204-4c44-8b0d-00c2ec699f33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73fe187c-5204-4c44-8b0d-00c2ec699f33'} 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-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8aaead34-6c45-4a59-a2e0-c4c731269daa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:01.074 63 INFO tempest.lib.common.rest_client [req-c27c8b5b-24d7-4772-bb1f-e1f43028d6ad ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.171s 2018-08-21 07:27:01.075 63 DEBUG tempest.lib.common.rest_client [req-c27c8b5b-24d7-4772-bb1f-e1f43028d6ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c27c8b5b-24d7-4772-bb1f-e1f43028d6ad'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8709e53d-513f-4847-a579-2d31976b0310"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:01.273 63 INFO tempest.lib.common.rest_client [req-272163cf-42d1-4866-b1b9-d91eada2fa38 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.197s 2018-08-21 07:27:01.273 63 DEBUG tempest.lib.common.rest_client [req-272163cf-42d1-4866-b1b9-d91eada2fa38 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-272163cf-42d1-4866-b1b9-d91eada2fa38'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6091464c-e8b9-4ab6-ae04-6f76a5fb6966"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:01.427 63 INFO tempest.lib.common.rest_client [req-1f9eed4b-4335-49ad-9ea1-b886aebe978b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 07:27:01.428 63 DEBUG tempest.lib.common.rest_client [req-1f9eed4b-4335-49ad-9ea1-b886aebe978b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f9eed4b-4335-49ad-9ea1-b886aebe978b'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3d106365-4a56-4582-9ec1-5953e47316c5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:01.581 63 INFO tempest.lib.common.rest_client [req-97f2a2a7-dd55-4ca9-99db-b1ccef5aa589 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:27:01.583 63 DEBUG tempest.lib.common.rest_client [req-97f2a2a7-dd55-4ca9-99db-b1ccef5aa589 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97f2a2a7-dd55-4ca9-99db-b1ccef5aa589'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ecb5e39f-087d-4b55-a490-857dedbc1ce0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:01.722 63 INFO tempest.lib.common.rest_client [req-0701a4d9-ec23-4376-8be0-46be941a448a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.138s 2018-08-21 07:27:01.723 63 DEBUG tempest.lib.common.rest_client [req-0701a4d9-ec23-4376-8be0-46be941a448a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0701a4d9-ec23-4376-8be0-46be941a448a'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ca7e6a00-2f9d-43b0-8eec-19fdbaa7adc7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:01.900 63 INFO tempest.lib.common.rest_client [req-11b82f4b-5c12-4ccb-b72e-39bc0a2a3afb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.176s 2018-08-21 07:27:01.900 63 DEBUG tempest.lib.common.rest_client [req-11b82f4b-5c12-4ccb-b72e-39bc0a2a3afb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11b82f4b-5c12-4ccb-b72e-39bc0a2a3afb'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e3cb81a5-dba6-482a-8bda-389649089358"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:02.110 63 INFO tempest.lib.common.rest_client [req-8d3ec29f-7c03-40c0-813e-9d4095dd3b89 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/networks 0.208s 2018-08-21 07:27:02.111 63 DEBUG tempest.lib.common.rest_client [req-8d3ec29f-7c03-40c0-813e-9d4095dd3b89 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1158048195"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:27:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d3ec29f-7c03-40c0-813e-9d4095dd3b89'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:27:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","name":"tempest-A-1158048195"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:02.889 63 INFO tempest.lib.common.rest_client [req-742c4cb1-b1a5-4fa0-9e64-ae4da3b06fb6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.777s 2018-08-21 07:27:02.890 63 DEBUG tempest.lib.common.rest_client [req-742c4cb1-b1a5-4fa0-9e64-ae4da3b06fb6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "name": "tempest-subnet-A-1-40836629"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:27:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742c4cb1-b1a5-4fa0-9e64-ae4da3b06fb6'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:02Z","dns_nameservers":[],"updated_at":"2018-08-21T07:27:02Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"a3b86f91-662a-44ee-b706-1de6c51829e4","subnetpool_id":null,"name":"tempest-subnet-A-1-40836629"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:03.149 63 INFO tempest.lib.common.rest_client [req-d3f71b55-b2ca-45fe-b556-409af95cef82 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/networks 0.258s 2018-08-21 07:27:03.150 63 DEBUG tempest.lib.common.rest_client [req-d3f71b55-b2ca-45fe-b556-409af95cef82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1310595289"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:27:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3f71b55-b2ca-45fe-b556-409af95cef82'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:27:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","name":"tempest-B-1310595289"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:04.452 63 INFO tempest.lib.common.rest_client [req-57015ce0-3f07-45c5-8e84-a84c77db6008 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.301s 2018-08-21 07:27:04.453 63 DEBUG tempest.lib.common.rest_client [req-57015ce0-3f07-45c5-8e84-a84c77db6008 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "name": "tempest-subnet-B-1-382139856"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:27:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57015ce0-3f07-45c5-8e84-a84c77db6008'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:03Z","dns_nameservers":[],"updated_at":"2018-08-21T07:27:03Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"ad82224f-0f67-4679-be19-7f95a2c7f930","subnetpool_id":null,"name":"tempest-subnet-B-1-382139856"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:04.609 63 INFO tempest.lib.common.rest_client [req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.155s 2018-08-21 07:27:04.610 63 DEBUG tempest.lib.common.rest_client [req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-82630673"}} Response - Headers: {'status': '200', u'content-length': '2307', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChmwKGc/5SIL5vxXxAMhezmKvHzq57RftfvAmC2lysl0GpMrCaSjhnRAUf+0L1dqOGnCkQ0N6MFAlJ78pFAf5mYGcKvSHdodmFYlC+ZRAvCFF5Yb4sbxmZ1aF60S9Ls6oz1c8ITG7vtHhHnSZ7O/0ira8wCWcihBegXME4Uj9eJLjq++7HFXg1LCLeliPhGWsGn9IE7+9wJbLQ8wRY0AoWWnHrfg9k9uO7RB0NVBGtJXwXMzR5vb+PD13T6Jr5xRoXg89iygYtWdoZIuNCOVBWCrr5nymmhTWWs9TX0TW+hdLbbwkByFhgPVUdVtoHva/fOjYeKGM5HEsS3bC7revB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoZsChnP+UiC+b8V8QDIXs5irx86ue0X7X7wJgtpcrJdBqTKw\nmko4Z0QFH/tC9XajhpwpENDejBQJSe/KRQH+ZmBnCr0h3aHZhWJQvmUQLwhReWG+\nLG8ZmdWhetEvS7OqM9XPCExu77R4R50mezv9Iq2vMAlnIoQXoFzBOFI/XiS46vvu\nxxV4NSwi3pYj4RlrBp/SBO/vcCWy0PMEWNAKFlpx634PZPbju0QdDVQRrSV8FzM0\neb2/jw9d0+ia+cUaF4PPYsoGLVnaGSLjQjlQVgq6+Z8ppoU1lrPU19E1voXS228J\nAchYYD1VHVbaB72v3zo2HihjORxLEt2wu63rwQIDAQABAoIBAEQ+zcYx3ciZA1L4\nNwx1GwVBB+oNIin0178KDYow5MoN5jCps2K0zTTuyKtE1HYMb+o8sCrlydWl8HZE\nyUpzGRfqxhkG3fJWkyF871Q4Ial6/c0gtcrV8B3C1bqj9DEn4kyZkiCTBpY7xD+Z\n4dJQ9wlaB41lqyQsXD3gbch3E0OR2qVgj/Q6qDTOg+FhOCXxScyulNKLmKa9XCXb\ns6IDM+BEmzYdd9nvLsujXkLNA8Ue7NNUkoYsOkyiKx5/wAH0PWrC1bTYEmCrJkyv\neP6XawfikHXAs61wS4mdNJ2E/yyGg2kmNGFILhKw+35WoQwLaVhziBSBQqw9AGay\nWVXyjnECgYEAzqYee81OMW98hlVPwOO5EKask9hPls7XjNc+r3gkCyT5N+nNMs1l\nJp0CUUhhDk1gbgsgoMQHojeXGK8tnuBlW13DzVj1X4Gj0mUS95+fE3ZBV4heopWo\nfQfag0YMFyMBjcKdW8LYPMxFBtvrz0464YCA4ZhJGCYN9bGEJbo9WO8CgYEAyDMT\nWF2duM9RVIk6T4klv4Nt4eyKCvvAJ3/nOqqD6GpAvuu+bB5xD7ZOIuIck7CNR003\nQ26vCxfKCpqfGdS8zgQBfizHYBsQzLDKMp5FDL6CYhIKmyMHe8ADsxM3cRo5fo92\nMx1yuN+kjjJzX1rcoNMnSbf+h0u+Cd3wWlk0Jk8CgYAqOifghIOF9pIroSM6903J\n6UU6sOkSmBHT5egZUyOKY3PJySz1RKN20H64vWGX2pfp5Lw2HdixfUqS8LkRzijo\nErEANT1u1r7zL1RA5Y1MHM4dZPBxqMNVSVWNnbK6x5x5q1scdSRayCMS073MDuBZ\nVDkB4GyPUrdnjW7DhtsiYQKBgHTldedECoNN8qRU2Ip2f2cbG/8uOdB9/U5THbYg\nuJLt785LIs5I3CWbgnZV5u/JyESY7qreJzFn+55DeKEBmhkFN8Xv6Z7RTvbmR7pU\ntebiGomfFThOtODqVn6qutW8xVOD+zWPfVw7of8xsDI+gNMbWDZwTBu9+0IRqHVo\n3s17AoGAFtbyIH96GV3ALWOQh6hGpOV/v2P6OhP+VFVs81AutWOtBbRyc1qDnoeY\n+AK8jOb6IQLL6QUKyFxqM99+TVm4texKfbr/+08Z56A10pb1P4OGvRpYrXlkdE+M\nrU5OsSrUX9HrAR3AfDNtMmO3N4QibpNctzMaW9XLgVn38oguUqI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-82630673", "fingerprint": "15:90:36:34:63:a2:4b:82:14:8b:52:ad:0e:e7:1a:3a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:06.124 63 INFO tempest.lib.common.rest_client [req-e62e1fd4-c164-4182-a741-d1fea7301ae3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/ports 1.511s 2018-08-21 07:27:06.125 63 DEBUG tempest.lib.common.rest_client [req-e62e1fd4-c164-4182-a741-d1fea7301ae3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1657842185", "security_groups": ["419f990c-8d83-41a2-8a03-70372c7b4a34"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:27:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e62e1fd4-c164-4182-a741-d1fea7301ae3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:27:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:27:05Z","name":"tempest-port-smoke-1657842185","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:99:01","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"a3b86f91-662a-44ee-b706-1de6c51829e4","ip_address":"10.101.11.10"}],"id":"3e3bcec2-2a67-4219-8f60-56a5e1a75855","security_groups":["419f990c-8d83-41a2-8a03-70372c7b4a34"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:08.332 63 INFO tempest.lib.common.rest_client [req-2987ed34-df56-41e2-b30f-225d91c37476 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.44:8774/v2.1/servers 2.206s 2018-08-21 07:27:08.333 63 DEBUG tempest.lib.common.rest_client [req-2987ed34-df56-41e2-b30f-225d91c37476 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82630673", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "port": "3e3bcec2-2a67-4219-8f60-56a5e1a75855"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-2987ed34-df56-41e2-b30f-225d91c37476', 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2987ed34-df56-41e2-b30f-225d91c37476'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "adminPass": "86GddTHL9U3m"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:08.585 63 INFO tempest.lib.common.rest_client [req-bd2e5cbc-576f-4883-83aa-4911d66f97f5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.248s 2018-08-21 07:27:08.586 63 DEBUG tempest.lib.common.rest_client [req-bd2e5cbc-576f-4883-83aa-4911d66f97f5 ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-bd2e5cbc-576f-4883-83aa-4911d66f97f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd2e5cbc-576f-4883-83aa-4911d66f97f5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:09.899 63 INFO tempest.lib.common.rest_client [req-d1da6eae-1fde-4581-b6e6-f486d11072d3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.294s 2018-08-21 07:27:09.900 63 DEBUG tempest.lib.common.rest_client [req-d1da6eae-1fde-4581-b6e6-f486d11072d3 ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-d1da6eae-1fde-4581-b6e6-f486d11072d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1da6eae-1fde-4581-b6e6-f486d11072d3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:09.916 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:27:11.676 63 INFO tempest.lib.common.rest_client [req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.757s 2018-08-21 07:27:11.676 63 DEBUG tempest.lib.common.rest_client [req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:11.690 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:27:13.023 63 INFO tempest.lib.common.rest_client [req-4b284083-1142-4400-9b9b-c1f811cf6cbf ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.331s 2018-08-21 07:27:13.024 63 DEBUG tempest.lib.common.rest_client [req-4b284083-1142-4400-9b9b-c1f811cf6cbf ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-4b284083-1142-4400-9b9b-c1f811cf6cbf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b284083-1142-4400-9b9b-c1f811cf6cbf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:14.682 63 INFO tempest.lib.common.rest_client [req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.641s 2018-08-21 07:27:14.682 63 DEBUG tempest.lib.common.rest_client [req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6 ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:16.038 63 INFO tempest.lib.common.rest_client [req-acac5c0b-45c9-4cb6-9449-72de0611d9c1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.341s 2018-08-21 07:27:16.039 63 DEBUG tempest.lib.common.rest_client [req-acac5c0b-45c9-4cb6-9449-72de0611d9c1 ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-acac5c0b-45c9-4cb6-9449-72de0611d9c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acac5c0b-45c9-4cb6-9449-72de0611d9c1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:16.051 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:27:16.412 63 INFO tempest.lib.common.rest_client [req-22018d1e-90f5-4865-8c68-174a918a5b32 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.359s 2018-08-21 07:27:16.413 63 DEBUG tempest.lib.common.rest_client [req-22018d1e-90f5-4865-8c68-174a918a5b32 ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-22018d1e-90f5-4865-8c68-174a918a5b32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22018d1e-90f5-4865-8c68-174a918a5b32'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:16.428 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e7888961-3448-4b0e-88cb-6cf3664a07f9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:27:17.665 63 INFO tempest.lib.common.rest_client [req-805b6715-0aea-41c2-8de4-554f2fbe893e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/ports 1.237s 2018-08-21 07:27:17.666 63 DEBUG tempest.lib.common.rest_client [req-805b6715-0aea-41c2-8de4-554f2fbe893e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2102883404", "security_groups": ["419f990c-8d83-41a2-8a03-70372c7b4a34"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:27:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-805b6715-0aea-41c2-8de4-554f2fbe893e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:27:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:27:16Z","name":"tempest-port-smoke-2102883404","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:87:3d:4b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"ad82224f-0f67-4679-be19-7f95a2c7f930","ip_address":"10.102.21.20"}],"id":"f22e9645-98b3-4fef-913a-2e8ad85c84a6","security_groups":["419f990c-8d83-41a2-8a03-70372c7b4a34"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:18.965 63 INFO tempest.lib.common.rest_client [req-df4c41da-b2b8-40f5-a675-221cb80cd8bd ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.44:8774/v2.1/servers 1.297s 2018-08-21 07:27:18.965 63 DEBUG tempest.lib.common.rest_client [req-df4c41da-b2b8-40f5-a675-221cb80cd8bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82630673", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "port": "f22e9645-98b3-4fef-913a-2e8ad85c84a6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-df4c41da-b2b8-40f5-a675-221cb80cd8bd', 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df4c41da-b2b8-40f5-a675-221cb80cd8bd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "adminPass": "cyTyNzSWd3hP"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:19.051 63 INFO tempest.lib.common.rest_client [req-11701de6-5ef9-4942-a6b9-abd66abafef9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.081s 2018-08-21 07:27:19.051 63 DEBUG tempest.lib.common.rest_client [req-11701de6-5ef9-4942-a6b9-abd66abafef9 ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-11701de6-5ef9-4942-a6b9-abd66abafef9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11701de6-5ef9-4942-a6b9-abd66abafef9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:20.374 63 INFO tempest.lib.common.rest_client [req-6be20fd0-57b2-4433-a250-3459fd44b96d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.307s 2018-08-21 07:27:20.375 63 DEBUG tempest.lib.common.rest_client [req-6be20fd0-57b2-4433-a250-3459fd44b96d ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-6be20fd0-57b2-4433-a250-3459fd44b96d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6be20fd0-57b2-4433-a250-3459fd44b96d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:21.533 63 INFO tempest.lib.common.rest_client [req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.143s 2018-08-21 07:27:21.534 63 DEBUG tempest.lib.common.rest_client [req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1398', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:20Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:21.548 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 07:27:22.698 63 INFO tempest.lib.common.rest_client [req-0a0ad6cb-259c-4328-9a34-1da03bb2181d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.148s 2018-08-21 07:27:22.698 63 DEBUG tempest.lib.common.rest_client [req-0a0ad6cb-259c-4328-9a34-1da03bb2181d ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-0a0ad6cb-259c-4328-9a34-1da03bb2181d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a0ad6cb-259c-4328-9a34-1da03bb2181d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:22.711 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:27:23.872 63 INFO tempest.lib.common.rest_client [req-4b31c113-7439-4d34-8357-d8a28461d2dc ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.159s 2018-08-21 07:27:23.873 63 DEBUG tempest.lib.common.rest_client [req-4b31c113-7439-4d34-8357-d8a28461d2dc ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-4b31c113-7439-4d34-8357-d8a28461d2dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b31c113-7439-4d34-8357-d8a28461d2dc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:25.317 63 INFO tempest.lib.common.rest_client [req-1c48b3fd-27dd-455b-8926-9aab7a64a30e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.429s 2018-08-21 07:27:25.318 63 DEBUG tempest.lib.common.rest_client [req-1c48b3fd-27dd-455b-8926-9aab7a64a30e ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-1c48b3fd-27dd-455b-8926-9aab7a64a30e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c48b3fd-27dd-455b-8926-9aab7a64a30e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:25.337 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:27:25.492 63 INFO tempest.lib.common.rest_client [req-08646473-18d3-4c90-b9a6-76388df8de8d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.154s 2018-08-21 07:27:25.492 63 DEBUG tempest.lib.common.rest_client [req-08646473-18d3-4c90-b9a6-76388df8de8d ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-08646473-18d3-4c90-b9a6-76388df8de8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08646473-18d3-4c90-b9a6-76388df8de8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:25.504 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 78a5e4f3-e298-4ffe-9607-6e22b28fd3de with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:27:25.663 63 INFO tempest.lib.common.rest_client [req-a1d642a5-7472-49e7-9411-ed5c1c201038 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/routers 0.157s 2018-08-21 07:27:25.664 63 DEBUG tempest.lib.common.rest_client [req-a1d642a5-7472-49e7-9411-ed5c1c201038 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--279848187", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:27:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1d642a5-7472-49e7-9411-ed5c1c201038'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:25Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:25Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c", "name": "tempest-router--279848187"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:27.275 63 INFO tempest.lib.common.rest_client [req-95de871e-a243-449f-96c5-79412fcffd2c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 1.610s 2018-08-21 07:27:27.276 63 DEBUG tempest.lib.common.rest_client [req-95de871e-a243-449f-96c5-79412fcffd2c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95de871e-a243-449f-96c5-79412fcffd2c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:25Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:27Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c", "name": "tempest-router--279848187"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:29.637 63 INFO tempest.lib.common.rest_client [req-30974b47-3f9b-4fc1-987e-a34fe6f01712 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/add_router_interface 2.360s 2018-08-21 07:27:29.638 63 DEBUG tempest.lib.common.rest_client [req-30974b47-3f9b-4fc1-987e-a34fe6f01712 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30974b47-3f9b-4fc1-987e-a34fe6f01712'} Body: {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930", "subnet_ids": ["ad82224f-0f67-4679-be19-7f95a2c7f930"], "port_id": "6ef18db0-b1a0-4df5-86c7-d855e90ec06f", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:30.089 63 INFO tempest.lib.common.rest_client [req-67201c5e-b46e-4ca8-939c-e07e29859cc3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.450s 2018-08-21 07:27:30.090 63 DEBUG tempest.lib.common.rest_client [req-67201c5e-b46e-4ca8-939c-e07e29859cc3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:27:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67201c5e-b46e-4ca8-939c-e07e29859cc3'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "cd9b97c2-2dcb-46d1-b461-37147cb04355"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:30.489 63 INFO tempest.lib.common.rest_client [req-15929df9-17ae-46f7-8114-64dc7cee4d6d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations 0.398s 2018-08-21 07:27:30.490 63 DEBUG tempest.lib.common.rest_client [req-15929df9-17ae-46f7-8114-64dc7cee4d6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations', u'date': 'Tue, 21 Aug 2018 07:27:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-15929df9-17ae-46f7-8114-64dc7cee4d6d'} Body: {"network_association": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "id": "814e158b-8f5d-4dee-9ea6-196ab3ac457c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:31.493 63 INFO tempest.lib.common.rest_client [req-3095eaa3-18d6-45c5-9fc6-19ec20e4dc37 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations 1.002s 2018-08-21 07:27:31.494 63 DEBUG tempest.lib.common.rest_client [req-3095eaa3-18d6-45c5-9fc6-19ec20e4dc37 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations', u'date': 'Tue, 21 Aug 2018 07:27:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3095eaa3-18d6-45c5-9fc6-19ec20e4dc37'} Body: {"network_association": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "id": "c3336b27-7437-433b-b207-df89a28cf0f4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:31.495 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-21 07:27:31.852 63 INFO tempest.lib.common.rest_client [req-7539768c-e855-4b92-8448-97ed47390edf ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:9696/v2.0/ports?device_id=8be0d854-5c4e-404c-abeb-65858521eb2c 0.356s 2018-08-21 07:27:31.853 63 DEBUG tempest.lib.common.rest_client [req-7539768c-e855-4b92-8448-97ed47390edf ] 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.44:9696/v2.0/ports?device_id=8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7539768c-e855-4b92-8448-97ed47390edf'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:28Z","admin_state_up":true,"updated_at":"2018-08-21T07:27:28Z","binding:vnic_type":"normal","device_id":"8be0d854-5c4e-404c-abeb-65858521eb2c","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:6d:e5:86","id":"6ef18db0-b1a0-4df5-86c7-d855e90ec06f","port_security_enabled":false,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"ad82224f-0f67-4679-be19-7f95a2c7f930","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-21 07:27:33.172 63 INFO tempest.lib.common.rest_client [req-fa9c8c3a-5e9e-43c1-8f94-acdd4c75b6e2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface 1.317s 2018-08-21 07:27:33.172 63 DEBUG tempest.lib.common.rest_client [req-fa9c8c3a-5e9e-43c1-8f94-acdd4c75b6e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa9c8c3a-5e9e-43c1-8f94-acdd4c75b6e2'} Body: {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930", "subnet_ids": ["ad82224f-0f67-4679-be19-7f95a2c7f930"], "port_id": "6ef18db0-b1a0-4df5-86c7-d855e90ec06f", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:34.755 63 INFO tempest.lib.common.rest_client [req-e577d7cb-3a6b-43ff-a2db-610c25ae35fe ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 1.581s 2018-08-21 07:27:34.756 63 DEBUG tempest.lib.common.rest_client [req-e577d7cb-3a6b-43ff-a2db-610c25ae35fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e577d7cb-3a6b-43ff-a2db-610c25ae35fe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:34.994 63 INFO tempest.lib.common.rest_client [req-a55d3412-3f23-4a8f-a99a-aa4857ab84f0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/routers 0.237s 2018-08-21 07:27:34.994 63 DEBUG tempest.lib.common.rest_client [req-a55d3412-3f23-4a8f-a99a-aa4857ab84f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1306898570", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:27:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a55d3412-3f23-4a8f-a99a-aa4857ab84f0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:34Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:34Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "name": "tempest-router--1306898570"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:36.455 63 INFO tempest.lib.common.rest_client [req-de3a78eb-23a6-442c-b49f-ea2f3d2a8b20 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3 1.459s 2018-08-21 07:27:36.456 63 DEBUG tempest.lib.common.rest_client [req-de3a78eb-23a6-442c-b49f-ea2f3d2a8b20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3', u'date': 'Tue, 21 Aug 2018 07:27:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de3a78eb-23a6-442c-b49f-ea2f3d2a8b20'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:34Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:36Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "name": "tempest-router--1306898570"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:38.779 63 INFO tempest.lib.common.rest_client [req-0ee8bd5b-f2c0-4717-bd42-4914de99d0e4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/add_router_interface 2.322s 2018-08-21 07:27:38.780 63 DEBUG tempest.lib.common.rest_client [req-0ee8bd5b-f2c0-4717-bd42-4914de99d0e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ee8bd5b-f2c0-4717-bd42-4914de99d0e4'} Body: {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4", "subnet_ids": ["a3b86f91-662a-44ee-b706-1de6c51829e4"], "port_id": "6d6a759f-489a-47a0-a57d-ed57610f7571", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:40.498 63 INFO tempest.lib.common.rest_client [req-3234da89-497b-4b92-a115-0afd2f8f3c85 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.717s 2018-08-21 07:27:40.499 63 DEBUG tempest.lib.common.rest_client [req-3234da89-497b-4b92-a115-0afd2f8f3c85 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "3e3bcec2-2a67-4219-8f60-56a5e1a75855"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:27:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3234da89-497b-4b92-a115-0afd2f8f3c85'} Body: {"floatingip": {"router_id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:27:39Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "3e3bcec2-2a67-4219-8f60-56a5e1a75855", "id": "87c08b1f-44df-4ef9-9cd7-4679a2e9294f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:27:40.501 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:27:56.538 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:27:56.606 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:27:56.635 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:27: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-21 07:27:56.750 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:27:56.753 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:27:56.816 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:27:56.821 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:28:01.828 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-21 07:28:01.828 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-21 07:29:11.858 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-21 07:29:11.859 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:29:11.863 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:29:11.962 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:29:11.993 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:29:17.000 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-21 07:29:17.001 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-21 07:30:27.070 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-21 07:30:27.070 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-21 07:30:27.071 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27.075 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27.174 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:30:27.203 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27.210 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:30:27.210 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:40:02:15 [ether] on eth0 2018-08-21 07:30:27.211 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-21 07:30:27.212 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27.214 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27.275 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:30:27.278 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27.287 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 07:30:27.287 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-21 07:30:27.288 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27.290 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27.351 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:30:27.354 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27.360 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-21 07:30:27.361 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27.363 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27.423 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:30:27.427 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27.432 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:30:27.433 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:40:02:15 [ether] on eth0 2018-08-21 07:30:27.433 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-21 07:30:27.434 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27.435 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27.495 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:30:27.503 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:32.509 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-21 07:30:32.510 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-21 07:31:42.571 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-21 07:31:42.572 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:31:42.579 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:31:42.680 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:31:42.705 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:31:47.719 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-21 07:31:47.720 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-21 07:32:57.748 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-21 07:32:57.750 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.207: 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:32:58.832 63 INFO tempest.lib.common.rest_client [req-c9ffc61f-eefd-4281-b1b9-ac1ef71201ee ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/87c08b1f-44df-4ef9-9cd7-4679a2e9294f 1.080s 2018-08-21 07:32:58.833 63 DEBUG tempest.lib.common.rest_client [req-c9ffc61f-eefd-4281-b1b9-ac1ef71201ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/87c08b1f-44df-4ef9-9cd7-4679a2e9294f', u'date': 'Tue, 21 Aug 2018 07:32:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c9ffc61f-eefd-4281-b1b9-ac1ef71201ee'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:00.961 63 INFO tempest.lib.common.rest_client [req-dd9fb4bf-bac9-45e1-992a-040193ca8ee5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/remove_router_interface 2.127s 2018-08-21 07:33:00.962 63 DEBUG tempest.lib.common.rest_client [req-dd9fb4bf-bac9-45e1-992a-040193ca8ee5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd9fb4bf-bac9-45e1-992a-040193ca8ee5'} Body: {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4", "subnet_ids": ["a3b86f91-662a-44ee-b706-1de6c51829e4"], "port_id": "6d6a759f-489a-47a0-a57d-ed57610f7571", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:02.471 63 INFO tempest.lib.common.rest_client [req-e38fd4a7-4904-48b3-a9c5-31b99090ccd6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3 1.508s 2018-08-21 07:33:02.472 63 DEBUG tempest.lib.common.rest_client [req-e38fd4a7-4904-48b3-a9c5-31b99090ccd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e38fd4a7-4904-48b3-a9c5-31b99090ccd6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:02.522 63 INFO tempest.lib.common.rest_client [req-44c0e098-7852-45b3-99f6-75604eaf45da ] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface 0.049s 2018-08-21 07:33:02.522 63 DEBUG tempest.lib.common.rest_client [req-44c0e098-7852-45b3-99f6-75604eaf45da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44c0e098-7852-45b3-99f6-75604eaf45da'} Body: {"NeutronError": {"message": "Router 8be0d854-5c4e-404c-abeb-65858521eb2c could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:02.569 63 INFO tempest.lib.common.rest_client [req-acc97ccf-e96b-42d4-ac12-b33cbd411502 ] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 0.046s 2018-08-21 07:33:02.570 63 DEBUG tempest.lib.common.rest_client [req-acc97ccf-e96b-42d4-ac12-b33cbd411502 ] 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.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acc97ccf-e96b-42d4-ac12-b33cbd411502'} Body: {"NeutronError": {"message": "Router 8be0d854-5c4e-404c-abeb-65858521eb2c could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:02.980 63 INFO tempest.lib.common.rest_client [req-c87cfc4e-59d4-4b8d-8798-b00af133d251 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.409s 2018-08-21 07:33:02.980 63 DEBUG tempest.lib.common.rest_client [req-c87cfc4e-59d4-4b8d-8798-b00af133d251 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-c87cfc4e-59d4-4b8d-8798-b00af133d251', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87cfc4e-59d4-4b8d-8798-b00af133d251'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:03.737 63 INFO tempest.lib.common.rest_client [req-a6741e9d-4a73-4a0c-a4e9-67e327604afd ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.756s 2018-08-21 07:33:03.738 63 DEBUG tempest.lib.common.rest_client [req-a6741e9d-4a73-4a0c-a4e9-67e327604afd ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-a6741e9d-4a73-4a0c-a4e9-67e327604afd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6741e9d-4a73-4a0c-a4e9-67e327604afd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:02Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:05.283 63 INFO tempest.lib.common.rest_client [req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.530s 2018-08-21 07:33:05.283 63 DEBUG tempest.lib.common.rest_client [req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5 ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:06.350 63 INFO tempest.lib.common.rest_client [req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.052s 2018-08-21 07:33:06.350 63 DEBUG tempest.lib.common.rest_client [req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a ] 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a'} Body: {"itemNotFound": {"message": "Instance 78a5e4f3-e298-4ffe-9607-6e22b28fd3de could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:06.927 63 INFO tempest.lib.common.rest_client [req-e7dcb3ee-05af-40b6-adea-b3243bbe2509 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f22e9645-98b3-4fef-913a-2e8ad85c84a6 0.575s 2018-08-21 07:33:06.927 63 DEBUG tempest.lib.common.rest_client [req-e7dcb3ee-05af-40b6-adea-b3243bbe2509 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f22e9645-98b3-4fef-913a-2e8ad85c84a6', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7dcb3ee-05af-40b6-adea-b3243bbe2509'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:07.119 63 INFO tempest.lib.common.rest_client [req-9f04ace6-7abc-4eba-acba-c02b36801104 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.190s 2018-08-21 07:33:07.119 63 DEBUG tempest.lib.common.rest_client [req-9f04ace6-7abc-4eba-acba-c02b36801104 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-9f04ace6-7abc-4eba-acba-c02b36801104', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f04ace6-7abc-4eba-acba-c02b36801104'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:07.491 63 INFO tempest.lib.common.rest_client [req-4cba7f25-095f-4cd2-8dcc-362a15f65e12 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.371s 2018-08-21 07:33:07.492 63 DEBUG tempest.lib.common.rest_client [req-4cba7f25-095f-4cd2-8dcc-362a15f65e12 ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-4cba7f25-095f-4cd2-8dcc-362a15f65e12', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cba7f25-095f-4cd2-8dcc-362a15f65e12'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:07Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:09.781 63 INFO tempest.lib.common.rest_client [req-7da5a3e9-10be-4e71-af9c-a18d5a59be76 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 1.274s 2018-08-21 07:33:09.782 63 DEBUG tempest.lib.common.rest_client [req-7da5a3e9-10be-4e71-af9c-a18d5a59be76 ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-7da5a3e9-10be-4e71-af9c-a18d5a59be76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7da5a3e9-10be-4e71-af9c-a18d5a59be76'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:07Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:10.841 63 INFO tempest.lib.common.rest_client [req-252fff70-6d56-4941-871e-29b776ab67ad ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.041s 2018-08-21 07:33:10.842 63 DEBUG tempest.lib.common.rest_client [req-252fff70-6d56-4941-871e-29b776ab67ad ] 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-252fff70-6d56-4941-871e-29b776ab67ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:10 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-252fff70-6d56-4941-871e-29b776ab67ad'} Body: {"itemNotFound": {"message": "Instance e7888961-3448-4b0e-88cb-6cf3664a07f9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:11.760 63 INFO tempest.lib.common.rest_client [req-ad9c7332-8bb1-487a-9c72-cbcdefcabb43 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3e3bcec2-2a67-4219-8f60-56a5e1a75855 0.917s 2018-08-21 07:33:11.761 63 DEBUG tempest.lib.common.rest_client [req-ad9c7332-8bb1-487a-9c72-cbcdefcabb43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/3e3bcec2-2a67-4219-8f60-56a5e1a75855', u'date': 'Tue, 21 Aug 2018 07:33:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad9c7332-8bb1-487a-9c72-cbcdefcabb43'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:11.827 63 INFO tempest.lib.common.rest_client [req-27135d98-ac29-4406-acc8-cd834e0b504e ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82630673 0.066s 2018-08-21 07:33:11.828 63 DEBUG tempest.lib.common.rest_client [req-27135d98-ac29-4406-acc8-cd834e0b504e ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82630673', u'x-compute-request-id': 'req-27135d98-ac29-4406-acc8-cd834e0b504e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27135d98-ac29-4406-acc8-cd834e0b504e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:12.805 63 INFO tempest.lib.common.rest_client [req-aceba8eb-eb69-4ead-a101-eef403a82604 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/ad82224f-0f67-4679-be19-7f95a2c7f930 0.976s 2018-08-21 07:33:12.806 63 DEBUG tempest.lib.common.rest_client [req-aceba8eb-eb69-4ead-a101-eef403a82604 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/ad82224f-0f67-4679-be19-7f95a2c7f930', u'date': 'Tue, 21 Aug 2018 07:33:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aceba8eb-eb69-4ead-a101-eef403a82604'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:14.787 63 INFO tempest.lib.common.rest_client [req-9f2f13f5-fbcf-4fb7-bf82-8864104a30e9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/1719d694-2880-4b8f-b52b-65ac2a01ead9 1.980s 2018-08-21 07:33:14.787 63 DEBUG tempest.lib.common.rest_client [req-9f2f13f5-fbcf-4fb7-bf82-8864104a30e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/1719d694-2880-4b8f-b52b-65ac2a01ead9', u'date': 'Tue, 21 Aug 2018 07:33:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f2f13f5-fbcf-4fb7-bf82-8864104a30e9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:16.044 63 INFO tempest.lib.common.rest_client [req-237a310d-0668-4b2a-8a27-755c111b97bd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/a3b86f91-662a-44ee-b706-1de6c51829e4 1.256s 2018-08-21 07:33:16.045 63 DEBUG tempest.lib.common.rest_client [req-237a310d-0668-4b2a-8a27-755c111b97bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/a3b86f91-662a-44ee-b706-1de6c51829e4', u'date': 'Tue, 21 Aug 2018 07:33:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-237a310d-0668-4b2a-8a27-755c111b97bd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:17.483 63 INFO tempest.lib.common.rest_client [req-476707c2-56a9-4495-8e0b-472df5888e29 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/80e49dfa-9b36-4c83-8154-a268c3ca2e47 1.436s 2018-08-21 07:33:17.485 63 DEBUG tempest.lib.common.rest_client [req-476707c2-56a9-4495-8e0b-472df5888e29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/80e49dfa-9b36-4c83-8154-a268c3ca2e47', u'date': 'Tue, 21 Aug 2018 07:33:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-476707c2-56a9-4495-8e0b-472df5888e29'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:17.763 63 INFO tempest.lib.common.rest_client [req-3937d861-a166-45be-8e1d-d5b08cb14d90 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/419f990c-8d83-41a2-8a03-70372c7b4a34 0.276s 2018-08-21 07:33:17.764 63 DEBUG tempest.lib.common.rest_client [req-3937d861-a166-45be-8e1d-d5b08cb14d90 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/419f990c-8d83-41a2-8a03-70372c7b4a34', u'date': 'Tue, 21 Aug 2018 07:33:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3937d861-a166-45be-8e1d-d5b08cb14d90'} 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 [377.698490s] ... 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-21 07:27:00,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.295s 2018-08-21 07:27:00,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1831217330 description", "name": "tempest-secgroup-smoke-1831217330"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1fa5e7a-24dc-4305-a748-31cdba914c5d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1831217330 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "updated_at": "2018-08-21T07:27:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:27:00Z", "revision_number": 0, "id": "8a841723-f0f7-45d7-8078-3585529926a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:27:00Z", "revision_number": 0, "id": "af958ee5-753e-43b3-a952-6cdc3c69dc61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "name": "tempest-secgroup-smoke-1831217330"}} 2018-08-21 07:27:00,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.353s 2018-08-21 07:27:00,719 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-969363fb-81bd-4ba6-bde3-129b339995e6'} 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-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "55b2b59c-8279-4f90-a68f-af76a1884b4b"}} 2018-08-21 07:27:00,902 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 07:27:00,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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73fe187c-5204-4c44-8b0d-00c2ec699f33'} 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-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8aaead34-6c45-4a59-a2e0-c4c731269daa"}} 2018-08-21 07:27:01,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.171s 2018-08-21 07:27:01,075 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c27c8b5b-24d7-4772-bb1f-e1f43028d6ad'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8709e53d-513f-4847-a579-2d31976b0310"}} 2018-08-21 07:27:01,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.197s 2018-08-21 07:27:01,273 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-272163cf-42d1-4866-b1b9-d91eada2fa38'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6091464c-e8b9-4ab6-ae04-6f76a5fb6966"}} 2018-08-21 07:27:01,427 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 07:27:01,428 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f9eed4b-4335-49ad-9ea1-b886aebe978b'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3d106365-4a56-4582-9ec1-5953e47316c5"}} 2018-08-21 07:27:01,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:27:01,583 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97f2a2a7-dd55-4ca9-99db-b1ccef5aa589'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ecb5e39f-087d-4b55-a490-857dedbc1ce0"}} 2018-08-21 07:27:01,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.138s 2018-08-21 07:27:01,723 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0701a4d9-ec23-4376-8be0-46be941a448a'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ca7e6a00-2f9d-43b0-8eec-19fdbaa7adc7"}} 2018-08-21 07:27:01,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.176s 2018-08-21 07:27:01,900 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11b82f4b-5c12-4ccb-b72e-39bc0a2a3afb'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e3cb81a5-dba6-482a-8bda-389649089358"}} 2018-08-21 07:27:02,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/networks 0.208s 2018-08-21 07:27:02,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1158048195"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:27:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d3ec29f-7c03-40c0-813e-9d4095dd3b89'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:27:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","name":"tempest-A-1158048195"}} 2018-08-21 07:27:02,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.777s 2018-08-21 07:27:02,890 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "name": "tempest-subnet-A-1-40836629"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:27:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742c4cb1-b1a5-4fa0-9e64-ae4da3b06fb6'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:02Z","dns_nameservers":[],"updated_at":"2018-08-21T07:27:02Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"a3b86f91-662a-44ee-b706-1de6c51829e4","subnetpool_id":null,"name":"tempest-subnet-A-1-40836629"}} 2018-08-21 07:27:03,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/networks 0.258s 2018-08-21 07:27:03,150 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1310595289"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:27:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3f71b55-b2ca-45fe-b556-409af95cef82'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:27:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","name":"tempest-B-1310595289"}} 2018-08-21 07:27:04,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.301s 2018-08-21 07:27:04,453 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "name": "tempest-subnet-B-1-382139856"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:27:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57015ce0-3f07-45c5-8e84-a84c77db6008'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:03Z","dns_nameservers":[],"updated_at":"2018-08-21T07:27:03Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"ad82224f-0f67-4679-be19-7f95a2c7f930","subnetpool_id":null,"name":"tempest-subnet-B-1-382139856"}} 2018-08-21 07:27:04,609 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.155s 2018-08-21 07:27:04,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-82630673"}} Response - Headers: {'status': '200', u'content-length': '2307', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChmwKGc/5SIL5vxXxAMhezmKvHzq57RftfvAmC2lysl0GpMrCaSjhnRAUf+0L1dqOGnCkQ0N6MFAlJ78pFAf5mYGcKvSHdodmFYlC+ZRAvCFF5Yb4sbxmZ1aF60S9Ls6oz1c8ITG7vtHhHnSZ7O/0ira8wCWcihBegXME4Uj9eJLjq++7HFXg1LCLeliPhGWsGn9IE7+9wJbLQ8wRY0AoWWnHrfg9k9uO7RB0NVBGtJXwXMzR5vb+PD13T6Jr5xRoXg89iygYtWdoZIuNCOVBWCrr5nymmhTWWs9TX0TW+hdLbbwkByFhgPVUdVtoHva/fOjYeKGM5HEsS3bC7revB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoZsChnP+UiC+b8V8QDIXs5irx86ue0X7X7wJgtpcrJdBqTKw\nmko4Z0QFH/tC9XajhpwpENDejBQJSe/KRQH+ZmBnCr0h3aHZhWJQvmUQLwhReWG+\nLG8ZmdWhetEvS7OqM9XPCExu77R4R50mezv9Iq2vMAlnIoQXoFzBOFI/XiS46vvu\nxxV4NSwi3pYj4RlrBp/SBO/vcCWy0PMEWNAKFlpx634PZPbju0QdDVQRrSV8FzM0\neb2/jw9d0+ia+cUaF4PPYsoGLVnaGSLjQjlQVgq6+Z8ppoU1lrPU19E1voXS228J\nAchYYD1VHVbaB72v3zo2HihjORxLEt2wu63rwQIDAQABAoIBAEQ+zcYx3ciZA1L4\nNwx1GwVBB+oNIin0178KDYow5MoN5jCps2K0zTTuyKtE1HYMb+o8sCrlydWl8HZE\nyUpzGRfqxhkG3fJWkyF871Q4Ial6/c0gtcrV8B3C1bqj9DEn4kyZkiCTBpY7xD+Z\n4dJQ9wlaB41lqyQsXD3gbch3E0OR2qVgj/Q6qDTOg+FhOCXxScyulNKLmKa9XCXb\ns6IDM+BEmzYdd9nvLsujXkLNA8Ue7NNUkoYsOkyiKx5/wAH0PWrC1bTYEmCrJkyv\neP6XawfikHXAs61wS4mdNJ2E/yyGg2kmNGFILhKw+35WoQwLaVhziBSBQqw9AGay\nWVXyjnECgYEAzqYee81OMW98hlVPwOO5EKask9hPls7XjNc+r3gkCyT5N+nNMs1l\nJp0CUUhhDk1gbgsgoMQHojeXGK8tnuBlW13DzVj1X4Gj0mUS95+fE3ZBV4heopWo\nfQfag0YMFyMBjcKdW8LYPMxFBtvrz0464YCA4ZhJGCYN9bGEJbo9WO8CgYEAyDMT\nWF2duM9RVIk6T4klv4Nt4eyKCvvAJ3/nOqqD6GpAvuu+bB5xD7ZOIuIck7CNR003\nQ26vCxfKCpqfGdS8zgQBfizHYBsQzLDKMp5FDL6CYhIKmyMHe8ADsxM3cRo5fo92\nMx1yuN+kjjJzX1rcoNMnSbf+h0u+Cd3wWlk0Jk8CgYAqOifghIOF9pIroSM6903J\n6UU6sOkSmBHT5egZUyOKY3PJySz1RKN20H64vWGX2pfp5Lw2HdixfUqS8LkRzijo\nErEANT1u1r7zL1RA5Y1MHM4dZPBxqMNVSVWNnbK6x5x5q1scdSRayCMS073MDuBZ\nVDkB4GyPUrdnjW7DhtsiYQKBgHTldedECoNN8qRU2Ip2f2cbG/8uOdB9/U5THbYg\nuJLt785LIs5I3CWbgnZV5u/JyESY7qreJzFn+55DeKEBmhkFN8Xv6Z7RTvbmR7pU\ntebiGomfFThOtODqVn6qutW8xVOD+zWPfVw7of8xsDI+gNMbWDZwTBu9+0IRqHVo\n3s17AoGAFtbyIH96GV3ALWOQh6hGpOV/v2P6OhP+VFVs81AutWOtBbRyc1qDnoeY\n+AK8jOb6IQLL6QUKyFxqM99+TVm4texKfbr/+08Z56A10pb1P4OGvRpYrXlkdE+M\nrU5OsSrUX9HrAR3AfDNtMmO3N4QibpNctzMaW9XLgVn38oguUqI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-82630673", "fingerprint": "15:90:36:34:63:a2:4b:82:14:8b:52:ad:0e:e7:1a:3a"}} 2018-08-21 07:27:06,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/ports 1.511s 2018-08-21 07:27:06,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1657842185", "security_groups": ["419f990c-8d83-41a2-8a03-70372c7b4a34"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:27:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e62e1fd4-c164-4182-a741-d1fea7301ae3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:27:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:27:05Z","name":"tempest-port-smoke-1657842185","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:99:01","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"a3b86f91-662a-44ee-b706-1de6c51829e4","ip_address":"10.101.11.10"}],"id":"3e3bcec2-2a67-4219-8f60-56a5e1a75855","security_groups":["419f990c-8d83-41a2-8a03-70372c7b4a34"],"device_id":""}} 2018-08-21 07:27:08,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.44:8774/v2.1/servers 2.206s 2018-08-21 07:27:08,333 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-82630673", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "port": "3e3bcec2-2a67-4219-8f60-56a5e1a75855"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-2987ed34-df56-41e2-b30f-225d91c37476', 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2987ed34-df56-41e2-b30f-225d91c37476'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "adminPass": "86GddTHL9U3m"}} 2018-08-21 07:27:08,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.248s 2018-08-21 07:27:08,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-bd2e5cbc-576f-4883-83aa-4911d66f97f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd2e5cbc-576f-4883-83aa-4911d66f97f5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:09,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.294s 2018-08-21 07:27:09,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': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-d1da6eae-1fde-4581-b6e6-f486d11072d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1da6eae-1fde-4581-b6e6-f486d11072d3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:09,916 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:27:11,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.757s 2018-08-21 07:27:11,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:11,690 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:27:13,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.331s 2018-08-21 07:27:13,024 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-4b284083-1142-4400-9b9b-c1f811cf6cbf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b284083-1142-4400-9b9b-c1f811cf6cbf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:14,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.641s 2018-08-21 07:27:14,682 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:16,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.341s 2018-08-21 07:27:16,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-acac5c0b-45c9-4cb6-9449-72de0611d9c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acac5c0b-45c9-4cb6-9449-72de0611d9c1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:16,051 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:27:16,412 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.359s 2018-08-21 07:27:16,413 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-22018d1e-90f5-4865-8c68-174a918a5b32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22018d1e-90f5-4865-8c68-174a918a5b32'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:16,428 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e7888961-3448-4b0e-88cb-6cf3664a07f9 with status: ACTIVE 2018-08-21 07:27:17,665 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/ports 1.237s 2018-08-21 07:27:17,666 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2102883404", "security_groups": ["419f990c-8d83-41a2-8a03-70372c7b4a34"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:27:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-805b6715-0aea-41c2-8de4-554f2fbe893e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:27:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:27:16Z","name":"tempest-port-smoke-2102883404","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:87:3d:4b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"ad82224f-0f67-4679-be19-7f95a2c7f930","ip_address":"10.102.21.20"}],"id":"f22e9645-98b3-4fef-913a-2e8ad85c84a6","security_groups":["419f990c-8d83-41a2-8a03-70372c7b4a34"],"device_id":""}} 2018-08-21 07:27:18,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.44:8774/v2.1/servers 1.297s 2018-08-21 07:27:18,965 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-82630673", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "port": "f22e9645-98b3-4fef-913a-2e8ad85c84a6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-df4c41da-b2b8-40f5-a675-221cb80cd8bd', 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df4c41da-b2b8-40f5-a675-221cb80cd8bd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "adminPass": "cyTyNzSWd3hP"}} 2018-08-21 07:27:19,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.081s 2018-08-21 07:27:19,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-11701de6-5ef9-4942-a6b9-abd66abafef9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11701de6-5ef9-4942-a6b9-abd66abafef9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:20,374 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.307s 2018-08-21 07:27:20,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-6be20fd0-57b2-4433-a250-3459fd44b96d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6be20fd0-57b2-4433-a250-3459fd44b96d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:21,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.143s 2018-08-21 07:27:21,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1398', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:20Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:21,548 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 07:27:22,698 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.148s 2018-08-21 07:27:22,698 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-0a0ad6cb-259c-4328-9a34-1da03bb2181d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a0ad6cb-259c-4328-9a34-1da03bb2181d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:22,711 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:27:23,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.159s 2018-08-21 07:27:23,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': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-4b31c113-7439-4d34-8357-d8a28461d2dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b31c113-7439-4d34-8357-d8a28461d2dc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:25,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.429s 2018-08-21 07:27:25,318 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-1c48b3fd-27dd-455b-8926-9aab7a64a30e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c48b3fd-27dd-455b-8926-9aab7a64a30e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:25,337 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:27:25,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.154s 2018-08-21 07:27:25,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-08646473-18d3-4c90-b9a6-76388df8de8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08646473-18d3-4c90-b9a6-76388df8de8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:25,504 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 78a5e4f3-e298-4ffe-9607-6e22b28fd3de with status: ACTIVE 2018-08-21 07:27:25,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/routers 0.157s 2018-08-21 07:27:25,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--279848187", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:27:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1d642a5-7472-49e7-9411-ed5c1c201038'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:25Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:25Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c", "name": "tempest-router--279848187"}} 2018-08-21 07:27:27,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 1.610s 2018-08-21 07:27:27,276 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95de871e-a243-449f-96c5-79412fcffd2c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:25Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:27Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c", "name": "tempest-router--279848187"}} 2018-08-21 07:27:29,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/add_router_interface 2.360s 2018-08-21 07:27:29,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30974b47-3f9b-4fc1-987e-a34fe6f01712'} Body: {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930", "subnet_ids": ["ad82224f-0f67-4679-be19-7f95a2c7f930"], "port_id": "6ef18db0-b1a0-4df5-86c7-d855e90ec06f", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c"} 2018-08-21 07:27:30,089 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.450s 2018-08-21 07:27:30,090 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:27:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67201c5e-b46e-4ca8-939c-e07e29859cc3'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "cd9b97c2-2dcb-46d1-b461-37147cb04355"}} 2018-08-21 07:27:30,489 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations 0.398s 2018-08-21 07:27:30,490 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations', u'date': 'Tue, 21 Aug 2018 07:27:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-15929df9-17ae-46f7-8114-64dc7cee4d6d'} Body: {"network_association": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "id": "814e158b-8f5d-4dee-9ea6-196ab3ac457c"}} 2018-08-21 07:27:31,493 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations 1.002s 2018-08-21 07:27:31,494 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations', u'date': 'Tue, 21 Aug 2018 07:27:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3095eaa3-18d6-45c5-9fc6-19ec20e4dc37'} Body: {"network_association": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "id": "c3336b27-7437-433b-b207-df89a28cf0f4"}} 2018-08-21 07:27:31,495 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:27:31,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:9696/v2.0/ports?device_id=8be0d854-5c4e-404c-abeb-65858521eb2c 0.356s 2018-08-21 07:27:31,853 63 DEBUG [tempest.lib.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.44:9696/v2.0/ports?device_id=8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7539768c-e855-4b92-8448-97ed47390edf'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:28Z","admin_state_up":true,"updated_at":"2018-08-21T07:27:28Z","binding:vnic_type":"normal","device_id":"8be0d854-5c4e-404c-abeb-65858521eb2c","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:6d:e5:86","id":"6ef18db0-b1a0-4df5-86c7-d855e90ec06f","port_security_enabled":false,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"ad82224f-0f67-4679-be19-7f95a2c7f930","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-21 07:27:33,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface 1.317s 2018-08-21 07:27:33,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa9c8c3a-5e9e-43c1-8f94-acdd4c75b6e2'} Body: {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930", "subnet_ids": ["ad82224f-0f67-4679-be19-7f95a2c7f930"], "port_id": "6ef18db0-b1a0-4df5-86c7-d855e90ec06f", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c"} 2018-08-21 07:27:34,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 1.581s 2018-08-21 07:27:34,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e577d7cb-3a6b-43ff-a2db-610c25ae35fe'} Body: 2018-08-21 07:27:34,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/routers 0.237s 2018-08-21 07:27:34,994 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1306898570", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:27:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a55d3412-3f23-4a8f-a99a-aa4857ab84f0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:34Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:34Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "name": "tempest-router--1306898570"}} 2018-08-21 07:27:36,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3 1.459s 2018-08-21 07:27:36,456 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3', u'date': 'Tue, 21 Aug 2018 07:27:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de3a78eb-23a6-442c-b49f-ea2f3d2a8b20'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:34Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:36Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "name": "tempest-router--1306898570"}} 2018-08-21 07:27:38,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/add_router_interface 2.322s 2018-08-21 07:27:38,780 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ee8bd5b-f2c0-4717-bd42-4914de99d0e4'} Body: {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4", "subnet_ids": ["a3b86f91-662a-44ee-b706-1de6c51829e4"], "port_id": "6d6a759f-489a-47a0-a57d-ed57610f7571", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3"} 2018-08-21 07:27:40,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.717s 2018-08-21 07:27:40,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "3e3bcec2-2a67-4219-8f60-56a5e1a75855"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:27:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3234da89-497b-4b92-a115-0afd2f8f3c85'} Body: {"floatingip": {"router_id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:27:39Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "3e3bcec2-2a67-4219-8f60-56a5e1a75855", "id": "87c08b1f-44df-4ef9-9cd7-4679a2e9294f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:27:40,501 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:27:56,538 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:27:56,606 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:27:56,635 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:27: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-21 07:27:56,750 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:27:56,753 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:27:56,816 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:27:56,821 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:28:01,828 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:28:01,828 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. 2018-08-21 07:29:11,858 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-21 07:29:11,859 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:29:11,863 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:29:11,962 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:29:11,993 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:29:17,000 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:29:17,001 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. 2018-08-21 07:30:27,070 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:30:27,070 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-21 07:30:27,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,075 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,174 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,203 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,210 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:30:27,210 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:40:02:15 [ether] on eth0 2018-08-21 07:30:27,211 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-21 07:30:27,212 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,214 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,275 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,278 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,287 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:30:27,287 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-21 07:30:27,288 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,290 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,351 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,354 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,360 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-21 07:30:27,361 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,363 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,423 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,427 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,432 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:30:27,433 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:40:02:15 [ether] on eth0 2018-08-21 07:30:27,433 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-21 07:30:27,434 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,435 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,495 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,503 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:32,509 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:30:32,510 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. 2018-08-21 07:31:42,571 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-21 07:31:42,572 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:31:42,579 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:31:42,680 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:31:42,705 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:31:47,719 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:31:47,720 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. 2018-08-21 07:32:57,748 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:32:57,750 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.207: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:32:58,832 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/87c08b1f-44df-4ef9-9cd7-4679a2e9294f 1.080s 2018-08-21 07:32:58,833 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/87c08b1f-44df-4ef9-9cd7-4679a2e9294f', u'date': 'Tue, 21 Aug 2018 07:32:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c9ffc61f-eefd-4281-b1b9-ac1ef71201ee'} Body: 2018-08-21 07:33:00,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/remove_router_interface 2.127s 2018-08-21 07:33:00,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd9fb4bf-bac9-45e1-992a-040193ca8ee5'} Body: {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4", "subnet_ids": ["a3b86f91-662a-44ee-b706-1de6c51829e4"], "port_id": "6d6a759f-489a-47a0-a57d-ed57610f7571", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3"} 2018-08-21 07:33:02,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3 1.508s 2018-08-21 07:33:02,472 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e38fd4a7-4904-48b3-a9c5-31b99090ccd6'} Body: 2018-08-21 07:33:02,522 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface 0.049s 2018-08-21 07:33:02,522 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44c0e098-7852-45b3-99f6-75604eaf45da'} Body: {"NeutronError": {"message": "Router 8be0d854-5c4e-404c-abeb-65858521eb2c could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-21 07:33:02,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 0.046s 2018-08-21 07:33:02,570 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.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acc97ccf-e96b-42d4-ac12-b33cbd411502'} Body: {"NeutronError": {"message": "Router 8be0d854-5c4e-404c-abeb-65858521eb2c could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-21 07:33:02,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.409s 2018-08-21 07:33:02,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-c87cfc4e-59d4-4b8d-8798-b00af133d251', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87cfc4e-59d4-4b8d-8798-b00af133d251'} Body: 2018-08-21 07:33:03,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.756s 2018-08-21 07:33:03,738 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-a6741e9d-4a73-4a0c-a4e9-67e327604afd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6741e9d-4a73-4a0c-a4e9-67e327604afd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:02Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:05,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.530s 2018-08-21 07:33:05,283 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:06,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.052s 2018-08-21 07:33:06,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a'} Body: {"itemNotFound": {"message": "Instance 78a5e4f3-e298-4ffe-9607-6e22b28fd3de could not be found.", "code": 404}} 2018-08-21 07:33:06,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f22e9645-98b3-4fef-913a-2e8ad85c84a6 0.575s 2018-08-21 07:33:06,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f22e9645-98b3-4fef-913a-2e8ad85c84a6', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7dcb3ee-05af-40b6-adea-b3243bbe2509'} Body: 2018-08-21 07:33:07,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.190s 2018-08-21 07:33:07,119 63 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-9f04ace6-7abc-4eba-acba-c02b36801104', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f04ace6-7abc-4eba-acba-c02b36801104'} Body: 2018-08-21 07:33:07,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.371s 2018-08-21 07:33:07,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': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-4cba7f25-095f-4cd2-8dcc-362a15f65e12', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cba7f25-095f-4cd2-8dcc-362a15f65e12'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:07Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:09,781 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 1.274s 2018-08-21 07:33:09,782 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-7da5a3e9-10be-4e71-af9c-a18d5a59be76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7da5a3e9-10be-4e71-af9c-a18d5a59be76'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:07Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:10,841 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.041s 2018-08-21 07:33:10,842 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-252fff70-6d56-4941-871e-29b776ab67ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:10 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-252fff70-6d56-4941-871e-29b776ab67ad'} Body: {"itemNotFound": {"message": "Instance e7888961-3448-4b0e-88cb-6cf3664a07f9 could not be found.", "code": 404}} 2018-08-21 07:33:11,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3e3bcec2-2a67-4219-8f60-56a5e1a75855 0.917s 2018-08-21 07:33:11,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/3e3bcec2-2a67-4219-8f60-56a5e1a75855', u'date': 'Tue, 21 Aug 2018 07:33:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad9c7332-8bb1-487a-9c72-cbcdefcabb43'} Body: 2018-08-21 07:33:11,827 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82630673 0.066s 2018-08-21 07:33:11,828 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82630673', u'x-compute-request-id': 'req-27135d98-ac29-4406-acc8-cd834e0b504e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27135d98-ac29-4406-acc8-cd834e0b504e'} Body: 2018-08-21 07:33:12,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/ad82224f-0f67-4679-be19-7f95a2c7f930 0.976s 2018-08-21 07:33:12,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.44:9696/v2.0/subnets/ad82224f-0f67-4679-be19-7f95a2c7f930', u'date': 'Tue, 21 Aug 2018 07:33:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aceba8eb-eb69-4ead-a101-eef403a82604'} Body: 2018-08-21 07:33:14,787 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/1719d694-2880-4b8f-b52b-65ac2a01ead9 1.980s 2018-08-21 07:33:14,787 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/1719d694-2880-4b8f-b52b-65ac2a01ead9', u'date': 'Tue, 21 Aug 2018 07:33:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f2f13f5-fbcf-4fb7-bf82-8864104a30e9'} Body: 2018-08-21 07:33:16,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/a3b86f91-662a-44ee-b706-1de6c51829e4 1.256s 2018-08-21 07:33:16,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.44:9696/v2.0/subnets/a3b86f91-662a-44ee-b706-1de6c51829e4', u'date': 'Tue, 21 Aug 2018 07:33:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-237a310d-0668-4b2a-8a27-755c111b97bd'} Body: 2018-08-21 07:33:17,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/80e49dfa-9b36-4c83-8154-a268c3ca2e47 1.436s 2018-08-21 07:33:17,485 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/80e49dfa-9b36-4c83-8154-a268c3ca2e47', u'date': 'Tue, 21 Aug 2018 07:33:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-476707c2-56a9-4495-8e0b-472df5888e29'} Body: 2018-08-21 07:33:17,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/419f990c-8d83-41a2-8a03-70372c7b4a34 0.276s 2018-08-21 07:33:17,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/419f990c-8d83-41a2-8a03-70372c7b4a34', u'date': 'Tue, 21 Aug 2018 07:33:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3937d861-a166-45be-8e1d-d5b08cb14d90'} Body: 2018-08-21 07:33:18.033 63 INFO tempest.lib.common.rest_client [req-9b49542d-f5c0-437c-8bb3-08dcb5d8b5eb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.241s 2018-08-21 07:33:18.034 63 DEBUG tempest.lib.common.rest_client [req-9b49542d-f5c0-437c-8bb3-08dcb5d8b5eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1075412805 description", "name": "tempest-secgroup-smoke-1075412805"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b49542d-f5c0-437c-8bb3-08dcb5d8b5eb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1075412805 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:17Z", "updated_at": "2018-08-21T07:33:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:33:17Z", "revision_number": 0, "id": "87086c41-dbca-4b9c-a65a-c0a68b578184", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:33:17Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:33:17Z", "revision_number": 0, "id": "a9669007-8b08-4c97-83e7-42b8ef59a1fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:33:17Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "name": "tempest-secgroup-smoke-1075412805"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:18.242 63 INFO tempest.lib.common.rest_client [req-af57905f-9891-4604-a4c8-206c08866039 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.207s 2018-08-21 07:33:18.243 63 DEBUG tempest.lib.common.rest_client [req-af57905f-9891-4604-a4c8-206c08866039 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-af57905f-9891-4604-a4c8-206c08866039'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "96598c88-be09-4229-8ed0-6144930ad37f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:18.397 63 INFO tempest.lib.common.rest_client [req-54529358-330a-4e1a-a3a5-f17988d68c14 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 07:33:18.398 63 DEBUG tempest.lib.common.rest_client [req-54529358-330a-4e1a-a3a5-f17988d68c14 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54529358-330a-4e1a-a3a5-f17988d68c14'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8053f1b4-2b0e-4819-aaac-1cac630bfe15"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:18.769 63 INFO tempest.lib.common.rest_client [req-42a3a745-edad-47de-b8ac-60a5f111058a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.370s 2018-08-21 07:33:18.770 63 DEBUG tempest.lib.common.rest_client [req-42a3a745-edad-47de-b8ac-60a5f111058a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42a3a745-edad-47de-b8ac-60a5f111058a'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e5dfd591-1135-4dff-b5fe-8ed6d9edfd0e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:18.961 63 INFO tempest.lib.common.rest_client [req-a369668f-4113-42e4-b0e7-3accc3b4b467 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.190s 2018-08-21 07:33:18.961 63 DEBUG tempest.lib.common.rest_client [req-a369668f-4113-42e4-b0e7-3accc3b4b467 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a369668f-4113-42e4-b0e7-3accc3b4b467'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f4d5bfe3-b775-45b1-b28d-0fb5ff740bf7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:19.309 63 INFO tempest.lib.common.rest_client [req-bae3e45c-963c-4dc2-a943-338fcdf02b02 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.346s 2018-08-21 07:33:19.309 63 DEBUG tempest.lib.common.rest_client [req-bae3e45c-963c-4dc2-a943-338fcdf02b02 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bae3e45c-963c-4dc2-a943-338fcdf02b02'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c4444f2f-ffc8-45d2-857c-f512bae8c17d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:19.452 63 INFO tempest.lib.common.rest_client [req-63b34ed7-327a-43c2-9bc0-699ee560d052 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 07:33:19.453 63 DEBUG tempest.lib.common.rest_client [req-63b34ed7-327a-43c2-9bc0-699ee560d052 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63b34ed7-327a-43c2-9bc0-699ee560d052'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7d6120a0-38ac-4611-bee1-adfc1f09b9b6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:19.591 63 INFO tempest.lib.common.rest_client [req-28321543-336f-4dd2-be0f-ded3517f1373 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.138s 2018-08-21 07:33:19.592 63 DEBUG tempest.lib.common.rest_client [req-28321543-336f-4dd2-be0f-ded3517f1373 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28321543-336f-4dd2-be0f-ded3517f1373'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bc99a295-400d-4abe-b6bf-f836f0bfb731"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:19.745 63 INFO tempest.lib.common.rest_client [req-79de44dd-b7ac-448d-ae9f-ac6d5752e8d6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:33:19.746 63 DEBUG tempest.lib.common.rest_client [req-79de44dd-b7ac-448d-ae9f-ac6d5752e8d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79de44dd-b7ac-448d-ae9f-ac6d5752e8d6'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "83b59760-d8ca-4505-8ffc-bef713355ec5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:19.994 63 INFO tempest.lib.common.rest_client [req-85d96eb3-02f0-4918-8b4f-19fbaef82b75 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/networks 0.247s 2018-08-21 07:33:19.995 63 DEBUG tempest.lib.common.rest_client [req-85d96eb3-02f0-4918-8b4f-19fbaef82b75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-348001927"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85d96eb3-02f0-4918-8b4f-19fbaef82b75'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:33:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"725845da-4e2b-4b55-aa3a-82c6f9885434","name":"tempest-A-348001927"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:20.553 63 INFO tempest.lib.common.rest_client [req-1b4839ab-c4a7-47db-8b45-30f1a600c312 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.557s 2018-08-21 07:33:20.554 63 DEBUG tempest.lib.common.rest_client [req-1b4839ab-c4a7-47db-8b45-30f1a600c312 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "name": "tempest-subnet-A-1-258999706"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:33:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b4839ab-c4a7-47db-8b45-30f1a600c312'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"725845da-4e2b-4b55-aa3a-82c6f9885434","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:20Z","dns_nameservers":[],"updated_at":"2018-08-21T07:33:20Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"018a018f-60e0-4294-8a1f-60e1206fecec","subnetpool_id":null,"name":"tempest-subnet-A-1-258999706"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:21.065 63 INFO tempest.lib.common.rest_client [req-df412d2a-91f7-47cb-8153-b33622132d38 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/networks 0.509s 2018-08-21 07:33:21.066 63 DEBUG tempest.lib.common.rest_client [req-df412d2a-91f7-47cb-8153-b33622132d38 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1280023605"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df412d2a-91f7-47cb-8153-b33622132d38'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:33:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","name":"tempest-B-1280023605"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:21.673 63 INFO tempest.lib.common.rest_client [req-81925184-d52c-42f1-8ca0-33b3e3ba8e1d ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.606s 2018-08-21 07:33:21.674 63 DEBUG tempest.lib.common.rest_client [req-81925184-d52c-42f1-8ca0-33b3e3ba8e1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "name": "tempest-subnet-B-1-2042339769"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81925184-d52c-42f1-8ca0-33b3e3ba8e1d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:21Z","dns_nameservers":[],"updated_at":"2018-08-21T07:33:21Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"3e5d324f-b23e-4c49-82e0-7d36db134223","subnetpool_id":null,"name":"tempest-subnet-B-1-2042339769"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:22.004 63 INFO tempest.lib.common.rest_client [req-ae0d3f09-6416-4e37-9d22-0e847b66766e ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.329s 2018-08-21 07:33:22.005 63 DEBUG tempest.lib.common.rest_client [req-ae0d3f09-6416-4e37-9d22-0e847b66766e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1892024496"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ae0d3f09-6416-4e37-9d22-0e847b66766e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae0d3f09-6416-4e37-9d22-0e847b66766e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpnJYUP25Y/hyWsJO57bUM1frUyqWBTRG3qzv+eU1FIWW7YV+hwqbtX6UQ5BUmbTj0X7ORomKBQvwdZRZkt+zqVsZG0cPaIFoy4B4/7LSEw2AmolVJPlAE2yawpYk461MmLytcskJJnuFL/e5oVtIkvf+HWvA064/KaEqRFAQml7v9LU4hb4ObkJ1C+6lVJpsaEEi8NAF5vS5u2KQCfUBZFcR/NlskvnSOFFULRhnlrbLO8wDGOZ5p0rQS5b1nqHHFX38YjO2HBC6HSxonY9ows9hjJwSKhPaU8Vkk3rVbLPT5ezseTRVuqoPLs0H0zKnSfcIbVfFQ6u0qymKrhDHj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqZyWFD9uWP4clrCTue21DNX61MqlgU0Rt6s7/nlNRSFlu2Ff\nocKm7V+lEOQVJm049F+zkaJigUL8HWUWZLfs6lbGRtHD2iBaMuAeP+y0hMNgJqJV\nST5QBNsmsKWJOOtTJi8rXLJCSZ7hS/3uaFbSJL3/h1rwNOuPymhKkRQEJpe7/S1O\nIW+Dm5CdQvupVSabGhBIvDQBeb0ubtikAn1AWRXEfzZbJL50jhRVC0YZ5a2yzvMA\nxjmeadK0EuW9Z6hxxV9/GIzthwQuh0saJ2PaMLPYYycEioT2lPFZJN61Wyz0+Xs7\nHk0VbqqDy7NB9Myp0n3CG1XxUOrtKspiq4Qx4wIDAQABAoIBAGzg3d6FkXqDNSru\nkwYpt61Ttz7eDzxfkt4Kh+qlR5r3A20z5sXaRHngif+7ym/ucT8+J/F3AjDkJR9h\nguyIvQb5STKw+T6OwhgikoiKlJ8dJB3o20K3Q3q6i62dtebZ+XhrkzRgIflMimfT\nzDUidqerZ9sl30i5ZoaSSDu1U6zJcxYJ85eCj/l97S7nLxvQPwx95JOKq6IS+Lb2\nV8aBLs6kMavURSnL4Aa0nsN9ecPWQOHDAOMSzNROmqq9BhYjlYYTkw/SRin302jr\nXfxxsa2/sipKFBQkLfl01hY7oZT6b9fCGtilY0rpL3PlZOJZh/uAb+nK3ce16RBf\nvReuqKECgYEA0Sz0XXmDhUcWaJS0MKqAlRR2LbAo1nQ/fz2zgrBnxQAKql/uMpmc\n8giIvj2FVnfO0Fyc1qBTALnx+hvLi8kp4DmI2ko9Wqkxt+Vpd/4sl1KPl/kTXYES\nObmkSJLCf9fXspHuRcMC7A8MlEa5HRRFw/gv337C40foQYQxUGkqxJsCgYEAz5Rg\nEclXG0IZ2arCf/A0gcOPj0zXod77FMoFQ5xwHhB6hKwOCidzYTuPCVY0J01Nl6kj\nwHMP0Apg+27GEYTtRUo1yI2t0duhrUi9/l0QFairag+T5lUuhekSoFGMjZ8a9Yxt\nNwKdwlCCxQCb5LFp4dFxGN1stYrOsvacsGoTCFkCgYEAgIByer48qvLZ9FNuQvtr\n1KnmU/kFjYGKxJteHSpMBX0aEEKwrYsrHJFbmCtpL46Yke5jN4L0mtygp/rNV8m0\nHRibVycGfBy2+3dHDL0sHaZNqpoMaIPzc1z1bNQkAq/RxdTaoSbFM8mm+6xa6l9a\n4KImntFb3o59Q0p3lSOWb4MCgYEAtiR5z+Gdv1tXF3oQxPZe/GY+9/zzUSQ5qNpD\nmDoS3y6ScwwOHbbUNUNvlT/A76OTLDrMFjhgbapNwxJGVmUPVbdyThKTrQtNaKHl\npObAEGE6WAxnOLsR4YrMP0SPUk2D+GZKBvUSvMislnScViWexPlkhe71Tq8IBF0E\nzH+nR7ECgYBQTvBLy3KHbYd2vonk7yGXwo3lfDixZlawKo8ryjOLQbtojNYjvkLg\n3fWnqz3fxBrpsz5lg2hba6P6iH4JUefbzFy+PSrE07cA8uH/qD5VQyNjpTHsDik6\n6tdrIpk27d34wleqQgADFain9Qe8+TNsp/3BpkT7Ka7P5SbqGDUpog==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1892024496", "fingerprint": "d4:e8:dc:d3:21:9f:b1:f2:b0:ea:4d:c0:af:74:c9:41"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:22.878 63 INFO tempest.lib.common.rest_client [req-5c670d69-8946-425c-96ec-e874d4fce438 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/ports 0.868s 2018-08-21 07:33:22.878 63 DEBUG tempest.lib.common.rest_client [req-5c670d69-8946-425c-96ec-e874d4fce438 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-82086124", "security_groups": ["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:33:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c670d69-8946-425c-96ec-e874d4fce438'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:33:22Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"725845da-4e2b-4b55-aa3a-82c6f9885434","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:33:22Z","name":"tempest-port-smoke-82086124","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:40:9d:99","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"018a018f-60e0-4294-8a1f-60e1206fecec","ip_address":"10.101.11.10"}],"id":"0651111f-913d-447d-8597-8aead33dfd25","security_groups":["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:24.828 63 INFO tempest.lib.common.rest_client [req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.44:8774/v2.1/servers 1.948s 2018-08-21 07:33:24.829 63 DEBUG tempest.lib.common.rest_client [req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1892024496", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "725845da-4e2b-4b55-aa3a-82c6f9885434", "port": "0651111f-913d-447d-8597-8aead33dfd25"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54', 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "adminPass": "Sbu5wk2U5kAW"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:25.236 63 INFO tempest.lib.common.rest_client [req-9dcee0da-2b72-4101-a967-84f35be3833b ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.401s 2018-08-21 07:33:25.237 63 DEBUG tempest.lib.common.rest_client [req-9dcee0da-2b72-4101-a967-84f35be3833b ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-9dcee0da-2b72-4101-a967-84f35be3833b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dcee0da-2b72-4101-a967-84f35be3833b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:26.779 63 INFO tempest.lib.common.rest_client [req-841b6b92-2c4b-415f-b5e9-310df7fc1c81 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.527s 2018-08-21 07:33:26.780 63 DEBUG tempest.lib.common.rest_client [req-841b6b92-2c4b-415f-b5e9-310df7fc1c81 ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-841b6b92-2c4b-415f-b5e9-310df7fc1c81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-841b6b92-2c4b-415f-b5e9-310df7fc1c81'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:27.886 63 INFO tempest.lib.common.rest_client [req-456045ef-9866-466e-b0e2-a1075872b706 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.091s 2018-08-21 07:33:27.886 63 DEBUG tempest.lib.common.rest_client [req-456045ef-9866-466e-b0e2-a1075872b706 ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-456045ef-9866-466e-b0e2-a1075872b706', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456045ef-9866-466e-b0e2-a1075872b706'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:27.904 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 07:33:29.088 63 INFO tempest.lib.common.rest_client [req-e422c796-371a-4715-91b4-da5b27d943e8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.181s 2018-08-21 07:33:29.089 63 DEBUG tempest.lib.common.rest_client [req-e422c796-371a-4715-91b4-da5b27d943e8 ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-e422c796-371a-4715-91b4-da5b27d943e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e422c796-371a-4715-91b4-da5b27d943e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:29.102 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:33:30.455 63 INFO tempest.lib.common.rest_client [req-7b7b15be-1b72-441c-8d93-19e48709f9f8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.349s 2018-08-21 07:33:30.456 63 DEBUG tempest.lib.common.rest_client [req-7b7b15be-1b72-441c-8d93-19e48709f9f8 ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-7b7b15be-1b72-441c-8d93-19e48709f9f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b7b15be-1b72-441c-8d93-19e48709f9f8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:31.836 63 INFO tempest.lib.common.rest_client [req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.364s 2018-08-21 07:33:31.837 63 DEBUG tempest.lib.common.rest_client [req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:33.589 63 INFO tempest.lib.common.rest_client [req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.738s 2018-08-21 07:33:33.590 63 DEBUG tempest.lib.common.rest_client [req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18 ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:33.604 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:33:34.022 63 INFO tempest.lib.common.rest_client [req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.417s 2018-08-21 07:33:34.023 63 DEBUG tempest.lib.common.rest_client [req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:34.035 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 624ceedf-ab6e-4d1c-83bf-41b4f4722e68 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:33:35.105 63 INFO tempest.lib.common.rest_client [req-b2ed266e-b370-4b94-873a-c85826b46e29 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/ports 1.068s 2018-08-21 07:33:35.106 63 DEBUG tempest.lib.common.rest_client [req-b2ed266e-b370-4b94-873a-c85826b46e29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1261047238", "security_groups": ["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:33:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2ed266e-b370-4b94-873a-c85826b46e29'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:33:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:33:34Z","name":"tempest-port-smoke-1261047238","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:32:93:93","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"3e5d324f-b23e-4c49-82e0-7d36db134223","ip_address":"10.102.21.20"}],"id":"ab5470df-cbde-4dfd-b0f6-cf12d8777c51","security_groups":["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:36.888 63 INFO tempest.lib.common.rest_client [req-92afc080-ef94-4b84-8b8d-dd2dd7754983 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.44:8774/v2.1/servers 1.780s 2018-08-21 07:33:36.888 63 DEBUG tempest.lib.common.rest_client [req-92afc080-ef94-4b84-8b8d-dd2dd7754983 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1892024496", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "port": "ab5470df-cbde-4dfd-b0f6-cf12d8777c51"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-92afc080-ef94-4b84-8b8d-dd2dd7754983', 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92afc080-ef94-4b84-8b8d-dd2dd7754983'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "adminPass": "meCTZJLp74F8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:36.953 63 INFO tempest.lib.common.rest_client [req-b116ec73-40bf-4bcd-a7d7-e455c45c8008 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.059s 2018-08-21 07:33:36.953 63 DEBUG tempest.lib.common.rest_client [req-b116ec73-40bf-4bcd-a7d7-e455c45c8008 ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-b116ec73-40bf-4bcd-a7d7-e455c45c8008', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b116ec73-40bf-4bcd-a7d7-e455c45c8008'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:38.053 63 INFO tempest.lib.common.rest_client [req-fa728c33-3884-4e26-ad47-2c8de742b0db ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.087s 2018-08-21 07:33:38.054 63 DEBUG tempest.lib.common.rest_client [req-fa728c33-3884-4e26-ad47-2c8de742b0db ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-fa728c33-3884-4e26-ad47-2c8de742b0db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa728c33-3884-4e26-ad47-2c8de742b0db'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:37Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:38.065 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:33:39.898 63 INFO tempest.lib.common.rest_client [req-c7c52107-cf37-431d-ac5a-a1b61dacfaca ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.831s 2018-08-21 07:33:39.899 63 DEBUG tempest.lib.common.rest_client [req-c7c52107-cf37-431d-ac5a-a1b61dacfaca ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-c7c52107-cf37-431d-ac5a-a1b61dacfaca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c7c52107-cf37-431d-ac5a-a1b61dacfaca'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:39.912 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:33:41.333 63 INFO tempest.lib.common.rest_client [req-8b54e1e1-29b9-42f0-9339-10eb717ed955 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.419s 2018-08-21 07:33:41.335 63 DEBUG tempest.lib.common.rest_client [req-8b54e1e1-29b9-42f0-9339-10eb717ed955 ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-8b54e1e1-29b9-42f0-9339-10eb717ed955', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b54e1e1-29b9-42f0-9339-10eb717ed955'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:42.495 63 INFO tempest.lib.common.rest_client [req-7f794a2f-b3bf-40a6-b2fa-493399670c76 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.145s 2018-08-21 07:33:42.495 63 DEBUG tempest.lib.common.rest_client [req-7f794a2f-b3bf-40a6-b2fa-493399670c76 ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-7f794a2f-b3bf-40a6-b2fa-493399670c76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f794a2f-b3bf-40a6-b2fa-493399670c76'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:42.509 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:33:42.650 63 INFO tempest.lib.common.rest_client [req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.141s 2018-08-21 07:33:42.651 63 DEBUG tempest.lib.common.rest_client [req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:42.664 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 2cd44a3b-4279-4680-8378-95bfad18f4b0 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:33:43.098 63 INFO tempest.lib.common.rest_client [req-e887ef00-a19b-479d-8155-5d7753ff88c5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.433s 2018-08-21 07:33:43.099 63 DEBUG tempest.lib.common.rest_client [req-e887ef00-a19b-479d-8155-5d7753ff88c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:33:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e887ef00-a19b-479d-8155-5d7753ff88c5'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "e716a33c-1653-480f-88d3-35469a269962"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:43.537 63 INFO tempest.lib.common.rest_client [req-4b5c6e22-a213-4685-b704-9079aa756f76 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations 0.437s 2018-08-21 07:33:43.539 63 DEBUG tempest.lib.common.rest_client [req-4b5c6e22-a213-4685-b704-9079aa756f76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations', u'date': 'Tue, 21 Aug 2018 07:33:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b5c6e22-a213-4685-b704-9079aa756f76'} Body: {"network_association": {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "id": "f647b1cf-4b98-4f98-a6d2-18158ffa39d4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:44.042 63 INFO tempest.lib.common.rest_client [req-c8584dd0-55ea-4823-804d-f109335692ef ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations 0.501s 2018-08-21 07:33:44.042 63 DEBUG tempest.lib.common.rest_client [req-c8584dd0-55ea-4823-804d-f109335692ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations', u'date': 'Tue, 21 Aug 2018 07:33:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8584dd0-55ea-4823-804d-f109335692ef'} Body: {"network_association": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "id": "bb26d8e7-b299-452d-bbc7-8347c9aacbf5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:44.043 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-21 07:33:44.426 63 INFO tempest.lib.common.rest_client [req-2863f706-8c81-4fdd-8fe1-c02fe18b8af0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/routers 0.382s 2018-08-21 07:33:44.426 63 DEBUG tempest.lib.common.rest_client [req-2863f706-8c81-4fdd-8fe1-c02fe18b8af0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--2029115633", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:33:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2863f706-8c81-4fdd-8fe1-c02fe18b8af0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:44Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:44Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199", "name": "tempest-router--2029115633"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:45.982 63 INFO tempest.lib.common.rest_client [req-d8caaf1b-69fb-485e-8bb9-f1f9fad6119e ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199 1.553s 2018-08-21 07:33:45.982 63 DEBUG tempest.lib.common.rest_client [req-d8caaf1b-69fb-485e-8bb9-f1f9fad6119e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199', u'date': 'Tue, 21 Aug 2018 07:33:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8caaf1b-69fb-485e-8bb9-f1f9fad6119e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:44Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:45Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199", "name": "tempest-router--2029115633"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:48.544 63 INFO tempest.lib.common.rest_client [req-3229614c-d16f-4883-a995-2f0a0eb42e14 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/add_router_interface 2.560s 2018-08-21 07:33:48.545 63 DEBUG tempest.lib.common.rest_client [req-3229614c-d16f-4883-a995-2f0a0eb42e14 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3229614c-d16f-4883-a995-2f0a0eb42e14'} Body: {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223", "subnet_ids": ["3e5d324f-b23e-4c49-82e0-7d36db134223"], "port_id": "6f278a1e-6286-4bd6-8a89-5562c990dc5e", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:48.693 63 INFO tempest.lib.common.rest_client [req-ad6b845a-d4bf-4795-8510-cc77acc0b2c8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/routers 0.146s 2018-08-21 07:33:48.693 63 DEBUG tempest.lib.common.rest_client [req-ad6b845a-d4bf-4795-8510-cc77acc0b2c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1534320882", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:33:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad6b845a-d4bf-4795-8510-cc77acc0b2c8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:48Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:48Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "name": "tempest-router--1534320882"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:49.870 63 INFO tempest.lib.common.rest_client [req-c961b4de-aa2b-4ee0-99ed-edfe9ef11253 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31 1.175s 2018-08-21 07:33:49.871 63 DEBUG tempest.lib.common.rest_client [req-c961b4de-aa2b-4ee0-99ed-edfe9ef11253 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31', u'date': 'Tue, 21 Aug 2018 07:33:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c961b4de-aa2b-4ee0-99ed-edfe9ef11253'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:48Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:49Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "name": "tempest-router--1534320882"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:52.113 63 INFO tempest.lib.common.rest_client [req-0adb32ec-1730-4e3d-9d1a-7661eb23f641 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/add_router_interface 2.241s 2018-08-21 07:33:52.114 63 DEBUG tempest.lib.common.rest_client [req-0adb32ec-1730-4e3d-9d1a-7661eb23f641 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0adb32ec-1730-4e3d-9d1a-7661eb23f641'} Body: {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec", "subnet_ids": ["018a018f-60e0-4294-8a1f-60e1206fecec"], "port_id": "abbd58d8-0fb3-4c37-9159-fe8b8264c814", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:53.961 63 INFO tempest.lib.common.rest_client [req-24f8cec9-06eb-4154-ab66-29d4da2cbffd ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.846s 2018-08-21 07:33:53.962 63 DEBUG tempest.lib.common.rest_client [req-24f8cec9-06eb-4154-ab66-29d4da2cbffd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "0651111f-913d-447d-8597-8aead33dfd25"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:33:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-24f8cec9-06eb-4154-ab66-29d4da2cbffd'} Body: {"floatingip": {"router_id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:33:52Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0651111f-913d-447d-8597-8aead33dfd25", "id": "167d8ab4-ef05-4395-b083-3756fe00f063", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:52Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:33:53.964 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:34:01.977 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:34:02.042 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:34:02.074 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:34:02.189 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-21 07:34:02.190 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:34:02.192 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:34:02.251 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:34:02.256 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:34:07.264 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:34:07.265 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-21 07:35:17.314 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-21 07:35:17.314 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:35:17.318 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:35:17.382 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:35:17.414 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:35:22.423 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:35:22.424 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-21 07:36:32.494 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-21 07:36:32.495 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-21 07:36:32.495 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32.499 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32.597 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:36:32.626 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32.632 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:36:32.633 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:13:55:1d [ether] on eth0 2018-08-21 07:36:32.633 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-21 07:36:32.634 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32.637 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32.702 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:36:32.735 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32.743 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 07:36:32.743 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-21 07:36:32.744 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32.746 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32.806 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:36:32.810 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32.816 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-21 07:36:32.816 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32.818 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32.878 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:36:32.884 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32.890 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:36:32.890 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:13:55:1d [ether] on eth0 2018-08-21 07:36:32.891 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-21 07:36:32.891 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32.893 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32.959 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:36:32.989 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:37.996 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:36:37.997 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-21 07:37:48.048 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-21 07:37:48.049 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:37:48.053 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:37:48.152 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:37:48.181 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:37:53.189 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:37:53.190 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-21 07:39:03.230 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-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:39:04.353 63 INFO tempest.lib.common.rest_client [req-05641f03-9bf3-4e4c-a70c-d4771c5c2d70 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/167d8ab4-ef05-4395-b083-3756fe00f063 1.119s 2018-08-21 07:39:04.354 63 DEBUG tempest.lib.common.rest_client [req-05641f03-9bf3-4e4c-a70c-d4771c5c2d70 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/167d8ab4-ef05-4395-b083-3756fe00f063', u'date': 'Tue, 21 Aug 2018 07:39:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05641f03-9bf3-4e4c-a70c-d4771c5c2d70'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:06.473 63 INFO tempest.lib.common.rest_client [req-f070582c-af5c-4944-a1bd-abe02f3c39b2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/remove_router_interface 2.118s 2018-08-21 07:39:06.474 63 DEBUG tempest.lib.common.rest_client [req-f070582c-af5c-4944-a1bd-abe02f3c39b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f070582c-af5c-4944-a1bd-abe02f3c39b2'} Body: {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec", "subnet_ids": ["018a018f-60e0-4294-8a1f-60e1206fecec"], "port_id": "abbd58d8-0fb3-4c37-9159-fe8b8264c814", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:08.219 63 INFO tempest.lib.common.rest_client [req-c8126841-0007-4906-ab29-7d89e1b197f5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31 1.744s 2018-08-21 07:39:08.219 63 DEBUG tempest.lib.common.rest_client [req-c8126841-0007-4906-ab29-7d89e1b197f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31', u'date': 'Tue, 21 Aug 2018 07:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8126841-0007-4906-ab29-7d89e1b197f5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:10.125 63 INFO tempest.lib.common.rest_client [req-5c2638ea-dd1d-48a5-bae1-1d82570e70d3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/remove_router_interface 1.904s 2018-08-21 07:39:10.125 63 DEBUG tempest.lib.common.rest_client [req-5c2638ea-dd1d-48a5-bae1-1d82570e70d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c2638ea-dd1d-48a5-bae1-1d82570e70d3'} Body: {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223", "subnet_ids": ["3e5d324f-b23e-4c49-82e0-7d36db134223"], "port_id": "6f278a1e-6286-4bd6-8a89-5562c990dc5e", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:11.586 63 INFO tempest.lib.common.rest_client [req-aeb6d071-b871-4759-b1a4-2d121a61a8a5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199 1.459s 2018-08-21 07:39:11.586 63 DEBUG tempest.lib.common.rest_client [req-aeb6d071-b871-4759-b1a4-2d121a61a8a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199', u'date': 'Tue, 21 Aug 2018 07:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aeb6d071-b871-4759-b1a4-2d121a61a8a5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:12.036 63 INFO tempest.lib.common.rest_client [req-6520c8be-9809-4152-b585-1df2077aea41 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.448s 2018-08-21 07:39:12.036 63 DEBUG tempest.lib.common.rest_client [req-6520c8be-9809-4152-b585-1df2077aea41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-6520c8be-9809-4152-b585-1df2077aea41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6520c8be-9809-4152-b585-1df2077aea41'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:12.812 63 INFO tempest.lib.common.rest_client [req-d0200f2f-7dc0-44bd-ae0e-5befa338e454 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.775s 2018-08-21 07:39:12.812 63 DEBUG tempest.lib.common.rest_client [req-d0200f2f-7dc0-44bd-ae0e-5befa338e454 ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-d0200f2f-7dc0-44bd-ae0e-5befa338e454', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0200f2f-7dc0-44bd-ae0e-5befa338e454'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:11Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:13.873 63 INFO tempest.lib.common.rest_client [req-6ca57361-167d-4fae-aced-1cf113395ea6 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.045s 2018-08-21 07:39:13.873 63 DEBUG tempest.lib.common.rest_client [req-6ca57361-167d-4fae-aced-1cf113395ea6 ] 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-6ca57361-167d-4fae-aced-1cf113395ea6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6ca57361-167d-4fae-aced-1cf113395ea6'} Body: {"itemNotFound": {"message": "Instance 2cd44a3b-4279-4680-8378-95bfad18f4b0 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:14.921 63 INFO tempest.lib.common.rest_client [req-94c81e39-2754-4b23-9879-6f91913e5fed ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ab5470df-cbde-4dfd-b0f6-cf12d8777c51 1.047s 2018-08-21 07:39:14.922 63 DEBUG tempest.lib.common.rest_client [req-94c81e39-2754-4b23-9879-6f91913e5fed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/ab5470df-cbde-4dfd-b0f6-cf12d8777c51', u'date': 'Tue, 21 Aug 2018 07:39:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94c81e39-2754-4b23-9879-6f91913e5fed'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:15.110 63 INFO tempest.lib.common.rest_client [req-bd794abd-a577-47f0-96a7-1725ef0ccf98 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.187s 2018-08-21 07:39:15.110 63 DEBUG tempest.lib.common.rest_client [req-bd794abd-a577-47f0-96a7-1725ef0ccf98 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-bd794abd-a577-47f0-96a7-1725ef0ccf98', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd794abd-a577-47f0-96a7-1725ef0ccf98'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:15.860 63 INFO tempest.lib.common.rest_client [req-1a76c834-f549-458b-930e-7b2bbaca8e40 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.748s 2018-08-21 07:39:15.860 63 DEBUG tempest.lib.common.rest_client [req-1a76c834-f549-458b-930e-7b2bbaca8e40 ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-1a76c834-f549-458b-930e-7b2bbaca8e40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a76c834-f549-458b-930e-7b2bbaca8e40'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:15Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:16.937 63 INFO tempest.lib.common.rest_client [req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.062s 2018-08-21 07:39:16.937 63 DEBUG tempest.lib.common.rest_client [req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34 ] 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34'} Body: {"itemNotFound": {"message": "Instance 624ceedf-ab6e-4d1c-83bf-41b4f4722e68 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:17.858 63 INFO tempest.lib.common.rest_client [req-7aa16741-7475-4eff-9b85-bd094b094dd6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/0651111f-913d-447d-8597-8aead33dfd25 0.919s 2018-08-21 07:39:17.859 63 DEBUG tempest.lib.common.rest_client [req-7aa16741-7475-4eff-9b85-bd094b094dd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/0651111f-913d-447d-8597-8aead33dfd25', u'date': 'Tue, 21 Aug 2018 07:39:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7aa16741-7475-4eff-9b85-bd094b094dd6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:17.919 63 INFO tempest.lib.common.rest_client [req-2df6ec97-066e-4156-9440-12664cfc506e ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1892024496 0.058s 2018-08-21 07:39:17.919 63 DEBUG tempest.lib.common.rest_client [req-2df6ec97-066e-4156-9440-12664cfc506e ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1892024496', u'x-compute-request-id': 'req-2df6ec97-066e-4156-9440-12664cfc506e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2df6ec97-066e-4156-9440-12664cfc506e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:18.896 63 INFO tempest.lib.common.rest_client [req-aeadd72c-6f6c-4bd7-8468-979bfad98ad7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/3e5d324f-b23e-4c49-82e0-7d36db134223 0.976s 2018-08-21 07:39:18.897 63 DEBUG tempest.lib.common.rest_client [req-aeadd72c-6f6c-4bd7-8468-979bfad98ad7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/3e5d324f-b23e-4c49-82e0-7d36db134223', u'date': 'Tue, 21 Aug 2018 07:39:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aeadd72c-6f6c-4bd7-8468-979bfad98ad7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:20.938 63 INFO tempest.lib.common.rest_client [req-476f3c64-9dfc-4080-9036-13c71155f0b3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/69dd0d59-b672-4d0b-933f-15b09028e6b3 2.040s 2018-08-21 07:39:20.939 63 DEBUG tempest.lib.common.rest_client [req-476f3c64-9dfc-4080-9036-13c71155f0b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/69dd0d59-b672-4d0b-933f-15b09028e6b3', u'date': 'Tue, 21 Aug 2018 07:39:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-476f3c64-9dfc-4080-9036-13c71155f0b3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:21.987 63 INFO tempest.lib.common.rest_client [req-dd8f7d1b-b3cf-4d51-bdba-bd9509e7e6e6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/018a018f-60e0-4294-8a1f-60e1206fecec 1.047s 2018-08-21 07:39:21.988 63 DEBUG tempest.lib.common.rest_client [req-dd8f7d1b-b3cf-4d51-bdba-bd9509e7e6e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/018a018f-60e0-4294-8a1f-60e1206fecec', u'date': 'Tue, 21 Aug 2018 07:39:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd8f7d1b-b3cf-4d51-bdba-bd9509e7e6e6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:23.974 63 INFO tempest.lib.common.rest_client [req-49dca9f6-f327-4650-8ea4-c7d4f6456a83 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/725845da-4e2b-4b55-aa3a-82c6f9885434 1.985s 2018-08-21 07:39:23.974 63 DEBUG tempest.lib.common.rest_client [req-49dca9f6-f327-4650-8ea4-c7d4f6456a83 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/725845da-4e2b-4b55-aa3a-82c6f9885434', u'date': 'Tue, 21 Aug 2018 07:39:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-49dca9f6-f327-4650-8ea4-c7d4f6456a83'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:24.514 63 INFO tempest.lib.common.rest_client [req-5ed2c089-fbf9-41b8-9bb0-1da1846935f2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5 0.539s 2018-08-21 07:39:24.515 63 DEBUG tempest.lib.common.rest_client [req-5ed2c089-fbf9-41b8-9bb0-1da1846935f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5', u'date': 'Tue, 21 Aug 2018 07:39:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ed2c089-fbf9-41b8-9bb0-1da1846935f2'} 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 [366.724560s] ... 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-21 07:33:18,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.241s 2018-08-21 07:33:18,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1075412805 description", "name": "tempest-secgroup-smoke-1075412805"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b49542d-f5c0-437c-8bb3-08dcb5d8b5eb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1075412805 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:17Z", "updated_at": "2018-08-21T07:33:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:33:17Z", "revision_number": 0, "id": "87086c41-dbca-4b9c-a65a-c0a68b578184", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:33:17Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:33:17Z", "revision_number": 0, "id": "a9669007-8b08-4c97-83e7-42b8ef59a1fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:33:17Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "name": "tempest-secgroup-smoke-1075412805"}} 2018-08-21 07:33:18,242 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.207s 2018-08-21 07:33:18,243 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-af57905f-9891-4604-a4c8-206c08866039'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "96598c88-be09-4229-8ed0-6144930ad37f"}} 2018-08-21 07:33:18,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 07:33:18,398 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54529358-330a-4e1a-a3a5-f17988d68c14'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8053f1b4-2b0e-4819-aaac-1cac630bfe15"}} 2018-08-21 07:33:18,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.370s 2018-08-21 07:33:18,770 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42a3a745-edad-47de-b8ac-60a5f111058a'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e5dfd591-1135-4dff-b5fe-8ed6d9edfd0e"}} 2018-08-21 07:33:18,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.190s 2018-08-21 07:33:18,961 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a369668f-4113-42e4-b0e7-3accc3b4b467'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f4d5bfe3-b775-45b1-b28d-0fb5ff740bf7"}} 2018-08-21 07:33:19,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.346s 2018-08-21 07:33:19,309 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bae3e45c-963c-4dc2-a943-338fcdf02b02'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c4444f2f-ffc8-45d2-857c-f512bae8c17d"}} 2018-08-21 07:33:19,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 07:33:19,453 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63b34ed7-327a-43c2-9bc0-699ee560d052'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7d6120a0-38ac-4611-bee1-adfc1f09b9b6"}} 2018-08-21 07:33:19,591 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.138s 2018-08-21 07:33:19,592 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28321543-336f-4dd2-be0f-ded3517f1373'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bc99a295-400d-4abe-b6bf-f836f0bfb731"}} 2018-08-21 07:33:19,745 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:33:19,746 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79de44dd-b7ac-448d-ae9f-ac6d5752e8d6'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "83b59760-d8ca-4505-8ffc-bef713355ec5"}} 2018-08-21 07:33:19,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/networks 0.247s 2018-08-21 07:33:19,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-348001927"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85d96eb3-02f0-4918-8b4f-19fbaef82b75'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:33:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"725845da-4e2b-4b55-aa3a-82c6f9885434","name":"tempest-A-348001927"}} 2018-08-21 07:33:20,553 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.557s 2018-08-21 07:33:20,554 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "name": "tempest-subnet-A-1-258999706"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:33:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b4839ab-c4a7-47db-8b45-30f1a600c312'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"725845da-4e2b-4b55-aa3a-82c6f9885434","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:20Z","dns_nameservers":[],"updated_at":"2018-08-21T07:33:20Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"018a018f-60e0-4294-8a1f-60e1206fecec","subnetpool_id":null,"name":"tempest-subnet-A-1-258999706"}} 2018-08-21 07:33:21,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/networks 0.509s 2018-08-21 07:33:21,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1280023605"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df412d2a-91f7-47cb-8153-b33622132d38'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:33:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","name":"tempest-B-1280023605"}} 2018-08-21 07:33:21,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.606s 2018-08-21 07:33:21,674 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "name": "tempest-subnet-B-1-2042339769"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81925184-d52c-42f1-8ca0-33b3e3ba8e1d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:21Z","dns_nameservers":[],"updated_at":"2018-08-21T07:33:21Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"3e5d324f-b23e-4c49-82e0-7d36db134223","subnetpool_id":null,"name":"tempest-subnet-B-1-2042339769"}} 2018-08-21 07:33:22,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.329s 2018-08-21 07:33:22,005 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1892024496"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ae0d3f09-6416-4e37-9d22-0e847b66766e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae0d3f09-6416-4e37-9d22-0e847b66766e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpnJYUP25Y/hyWsJO57bUM1frUyqWBTRG3qzv+eU1FIWW7YV+hwqbtX6UQ5BUmbTj0X7ORomKBQvwdZRZkt+zqVsZG0cPaIFoy4B4/7LSEw2AmolVJPlAE2yawpYk461MmLytcskJJnuFL/e5oVtIkvf+HWvA064/KaEqRFAQml7v9LU4hb4ObkJ1C+6lVJpsaEEi8NAF5vS5u2KQCfUBZFcR/NlskvnSOFFULRhnlrbLO8wDGOZ5p0rQS5b1nqHHFX38YjO2HBC6HSxonY9ows9hjJwSKhPaU8Vkk3rVbLPT5ezseTRVuqoPLs0H0zKnSfcIbVfFQ6u0qymKrhDHj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqZyWFD9uWP4clrCTue21DNX61MqlgU0Rt6s7/nlNRSFlu2Ff\nocKm7V+lEOQVJm049F+zkaJigUL8HWUWZLfs6lbGRtHD2iBaMuAeP+y0hMNgJqJV\nST5QBNsmsKWJOOtTJi8rXLJCSZ7hS/3uaFbSJL3/h1rwNOuPymhKkRQEJpe7/S1O\nIW+Dm5CdQvupVSabGhBIvDQBeb0ubtikAn1AWRXEfzZbJL50jhRVC0YZ5a2yzvMA\nxjmeadK0EuW9Z6hxxV9/GIzthwQuh0saJ2PaMLPYYycEioT2lPFZJN61Wyz0+Xs7\nHk0VbqqDy7NB9Myp0n3CG1XxUOrtKspiq4Qx4wIDAQABAoIBAGzg3d6FkXqDNSru\nkwYpt61Ttz7eDzxfkt4Kh+qlR5r3A20z5sXaRHngif+7ym/ucT8+J/F3AjDkJR9h\nguyIvQb5STKw+T6OwhgikoiKlJ8dJB3o20K3Q3q6i62dtebZ+XhrkzRgIflMimfT\nzDUidqerZ9sl30i5ZoaSSDu1U6zJcxYJ85eCj/l97S7nLxvQPwx95JOKq6IS+Lb2\nV8aBLs6kMavURSnL4Aa0nsN9ecPWQOHDAOMSzNROmqq9BhYjlYYTkw/SRin302jr\nXfxxsa2/sipKFBQkLfl01hY7oZT6b9fCGtilY0rpL3PlZOJZh/uAb+nK3ce16RBf\nvReuqKECgYEA0Sz0XXmDhUcWaJS0MKqAlRR2LbAo1nQ/fz2zgrBnxQAKql/uMpmc\n8giIvj2FVnfO0Fyc1qBTALnx+hvLi8kp4DmI2ko9Wqkxt+Vpd/4sl1KPl/kTXYES\nObmkSJLCf9fXspHuRcMC7A8MlEa5HRRFw/gv337C40foQYQxUGkqxJsCgYEAz5Rg\nEclXG0IZ2arCf/A0gcOPj0zXod77FMoFQ5xwHhB6hKwOCidzYTuPCVY0J01Nl6kj\nwHMP0Apg+27GEYTtRUo1yI2t0duhrUi9/l0QFairag+T5lUuhekSoFGMjZ8a9Yxt\nNwKdwlCCxQCb5LFp4dFxGN1stYrOsvacsGoTCFkCgYEAgIByer48qvLZ9FNuQvtr\n1KnmU/kFjYGKxJteHSpMBX0aEEKwrYsrHJFbmCtpL46Yke5jN4L0mtygp/rNV8m0\nHRibVycGfBy2+3dHDL0sHaZNqpoMaIPzc1z1bNQkAq/RxdTaoSbFM8mm+6xa6l9a\n4KImntFb3o59Q0p3lSOWb4MCgYEAtiR5z+Gdv1tXF3oQxPZe/GY+9/zzUSQ5qNpD\nmDoS3y6ScwwOHbbUNUNvlT/A76OTLDrMFjhgbapNwxJGVmUPVbdyThKTrQtNaKHl\npObAEGE6WAxnOLsR4YrMP0SPUk2D+GZKBvUSvMislnScViWexPlkhe71Tq8IBF0E\nzH+nR7ECgYBQTvBLy3KHbYd2vonk7yGXwo3lfDixZlawKo8ryjOLQbtojNYjvkLg\n3fWnqz3fxBrpsz5lg2hba6P6iH4JUefbzFy+PSrE07cA8uH/qD5VQyNjpTHsDik6\n6tdrIpk27d34wleqQgADFain9Qe8+TNsp/3BpkT7Ka7P5SbqGDUpog==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1892024496", "fingerprint": "d4:e8:dc:d3:21:9f:b1:f2:b0:ea:4d:c0:af:74:c9:41"}} 2018-08-21 07:33:22,878 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/ports 0.868s 2018-08-21 07:33:22,878 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-82086124", "security_groups": ["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:33:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c670d69-8946-425c-96ec-e874d4fce438'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:33:22Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"725845da-4e2b-4b55-aa3a-82c6f9885434","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:33:22Z","name":"tempest-port-smoke-82086124","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:40:9d:99","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"018a018f-60e0-4294-8a1f-60e1206fecec","ip_address":"10.101.11.10"}],"id":"0651111f-913d-447d-8597-8aead33dfd25","security_groups":["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"],"device_id":""}} 2018-08-21 07:33:24,828 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.44:8774/v2.1/servers 1.948s 2018-08-21 07:33:24,829 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-1892024496", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "725845da-4e2b-4b55-aa3a-82c6f9885434", "port": "0651111f-913d-447d-8597-8aead33dfd25"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54', 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "adminPass": "Sbu5wk2U5kAW"}} 2018-08-21 07:33:25,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.401s 2018-08-21 07:33:25,237 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-9dcee0da-2b72-4101-a967-84f35be3833b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dcee0da-2b72-4101-a967-84f35be3833b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:26,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.527s 2018-08-21 07:33:26,780 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-841b6b92-2c4b-415f-b5e9-310df7fc1c81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-841b6b92-2c4b-415f-b5e9-310df7fc1c81'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:27,886 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.091s 2018-08-21 07:33:27,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': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-456045ef-9866-466e-b0e2-a1075872b706', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456045ef-9866-466e-b0e2-a1075872b706'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:27,904 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 07:33:29,088 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.181s 2018-08-21 07:33:29,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-e422c796-371a-4715-91b4-da5b27d943e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e422c796-371a-4715-91b4-da5b27d943e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:29,102 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:33:30,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.349s 2018-08-21 07:33:30,456 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-7b7b15be-1b72-441c-8d93-19e48709f9f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b7b15be-1b72-441c-8d93-19e48709f9f8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:31,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.364s 2018-08-21 07:33:31,837 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:33,589 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.738s 2018-08-21 07:33:33,590 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:33,604 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:33:34,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.417s 2018-08-21 07:33:34,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:34,035 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 624ceedf-ab6e-4d1c-83bf-41b4f4722e68 with status: ACTIVE 2018-08-21 07:33:35,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/ports 1.068s 2018-08-21 07:33:35,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1261047238", "security_groups": ["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:33:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2ed266e-b370-4b94-873a-c85826b46e29'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:33:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:33:34Z","name":"tempest-port-smoke-1261047238","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:32:93:93","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"3e5d324f-b23e-4c49-82e0-7d36db134223","ip_address":"10.102.21.20"}],"id":"ab5470df-cbde-4dfd-b0f6-cf12d8777c51","security_groups":["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"],"device_id":""}} 2018-08-21 07:33:36,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.44:8774/v2.1/servers 1.780s 2018-08-21 07:33:36,888 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-1892024496", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "port": "ab5470df-cbde-4dfd-b0f6-cf12d8777c51"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-92afc080-ef94-4b84-8b8d-dd2dd7754983', 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92afc080-ef94-4b84-8b8d-dd2dd7754983'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "adminPass": "meCTZJLp74F8"}} 2018-08-21 07:33:36,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.059s 2018-08-21 07:33:36,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-b116ec73-40bf-4bcd-a7d7-e455c45c8008', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b116ec73-40bf-4bcd-a7d7-e455c45c8008'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:38,053 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.087s 2018-08-21 07:33:38,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': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-fa728c33-3884-4e26-ad47-2c8de742b0db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa728c33-3884-4e26-ad47-2c8de742b0db'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:37Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:38,065 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:33:39,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.831s 2018-08-21 07:33:39,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-c7c52107-cf37-431d-ac5a-a1b61dacfaca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c7c52107-cf37-431d-ac5a-a1b61dacfaca'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:39,912 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:33:41,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.419s 2018-08-21 07:33:41,335 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-8b54e1e1-29b9-42f0-9339-10eb717ed955', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b54e1e1-29b9-42f0-9339-10eb717ed955'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:42,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.145s 2018-08-21 07:33:42,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-7f794a2f-b3bf-40a6-b2fa-493399670c76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f794a2f-b3bf-40a6-b2fa-493399670c76'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:42,509 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:33:42,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.141s 2018-08-21 07:33:42,651 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:42,664 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 2cd44a3b-4279-4680-8378-95bfad18f4b0 with status: ACTIVE 2018-08-21 07:33:43,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.433s 2018-08-21 07:33:43,099 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:33:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e887ef00-a19b-479d-8155-5d7753ff88c5'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "e716a33c-1653-480f-88d3-35469a269962"}} 2018-08-21 07:33:43,537 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations 0.437s 2018-08-21 07:33:43,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": "725845da-4e2b-4b55-aa3a-82c6f9885434"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations', u'date': 'Tue, 21 Aug 2018 07:33:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b5c6e22-a213-4685-b704-9079aa756f76'} Body: {"network_association": {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "id": "f647b1cf-4b98-4f98-a6d2-18158ffa39d4"}} 2018-08-21 07:33:44,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations 0.501s 2018-08-21 07:33:44,042 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations', u'date': 'Tue, 21 Aug 2018 07:33:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8584dd0-55ea-4823-804d-f109335692ef'} Body: {"network_association": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "id": "bb26d8e7-b299-452d-bbc7-8347c9aacbf5"}} 2018-08-21 07:33:44,043 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:33:44,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/routers 0.382s 2018-08-21 07:33:44,426 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--2029115633", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:33:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2863f706-8c81-4fdd-8fe1-c02fe18b8af0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:44Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:44Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199", "name": "tempest-router--2029115633"}} 2018-08-21 07:33:45,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199 1.553s 2018-08-21 07:33:45,982 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199', u'date': 'Tue, 21 Aug 2018 07:33:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8caaf1b-69fb-485e-8bb9-f1f9fad6119e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:44Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:45Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199", "name": "tempest-router--2029115633"}} 2018-08-21 07:33:48,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/add_router_interface 2.560s 2018-08-21 07:33:48,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3229614c-d16f-4883-a995-2f0a0eb42e14'} Body: {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223", "subnet_ids": ["3e5d324f-b23e-4c49-82e0-7d36db134223"], "port_id": "6f278a1e-6286-4bd6-8a89-5562c990dc5e", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199"} 2018-08-21 07:33:48,693 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/routers 0.146s 2018-08-21 07:33:48,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1534320882", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:33:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad6b845a-d4bf-4795-8510-cc77acc0b2c8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:48Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:48Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "name": "tempest-router--1534320882"}} 2018-08-21 07:33:49,870 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31 1.175s 2018-08-21 07:33:49,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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31', u'date': 'Tue, 21 Aug 2018 07:33:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c961b4de-aa2b-4ee0-99ed-edfe9ef11253'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:48Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:49Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "name": "tempest-router--1534320882"}} 2018-08-21 07:33:52,113 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/add_router_interface 2.241s 2018-08-21 07:33:52,114 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0adb32ec-1730-4e3d-9d1a-7661eb23f641'} Body: {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec", "subnet_ids": ["018a018f-60e0-4294-8a1f-60e1206fecec"], "port_id": "abbd58d8-0fb3-4c37-9159-fe8b8264c814", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31"} 2018-08-21 07:33:53,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.846s 2018-08-21 07:33:53,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "0651111f-913d-447d-8597-8aead33dfd25"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:33:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-24f8cec9-06eb-4154-ab66-29d4da2cbffd'} Body: {"floatingip": {"router_id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:33:52Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0651111f-913d-447d-8597-8aead33dfd25", "id": "167d8ab4-ef05-4395-b083-3756fe00f063", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:52Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:33:53,964 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:34:01,977 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:34:02,042 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:34:02,074 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:34:02,189 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-21 07:34:02,190 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:34:02,192 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:34:02,251 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:34:02,256 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:34:07,264 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:34:07,265 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-21 07:35:17,314 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-21 07:35:17,314 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:35:17,318 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:35:17,382 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:35:17,414 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:35:22,423 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:35:22,424 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-21 07:36:32,494 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:36:32,495 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-21 07:36:32,495 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,499 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,597 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,626 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,632 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:36:32,633 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:13:55:1d [ether] on eth0 2018-08-21 07:36:32,633 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-21 07:36:32,634 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,637 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,702 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,735 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,743 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:36:32,743 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-21 07:36:32,744 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,746 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,806 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,810 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,816 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-21 07:36:32,816 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,818 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,878 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,884 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,890 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:36:32,890 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:13:55:1d [ether] on eth0 2018-08-21 07:36:32,891 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-21 07:36:32,891 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,893 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,959 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,989 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:37,996 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:36:37,997 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-21 07:37:48,048 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-21 07:37:48,049 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:37:48,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:37:48,152 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:37:48,181 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:37:53,189 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:37:53,190 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-21 07:39:03,230 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:39:03,232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:39:04,353 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/167d8ab4-ef05-4395-b083-3756fe00f063 1.119s 2018-08-21 07:39:04,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/167d8ab4-ef05-4395-b083-3756fe00f063', u'date': 'Tue, 21 Aug 2018 07:39:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05641f03-9bf3-4e4c-a70c-d4771c5c2d70'} Body: 2018-08-21 07:39:06,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/remove_router_interface 2.118s 2018-08-21 07:39:06,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f070582c-af5c-4944-a1bd-abe02f3c39b2'} Body: {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec", "subnet_ids": ["018a018f-60e0-4294-8a1f-60e1206fecec"], "port_id": "abbd58d8-0fb3-4c37-9159-fe8b8264c814", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31"} 2018-08-21 07:39:08,219 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31 1.744s 2018-08-21 07:39:08,219 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31', u'date': 'Tue, 21 Aug 2018 07:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8126841-0007-4906-ab29-7d89e1b197f5'} Body: 2018-08-21 07:39:10,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/remove_router_interface 1.904s 2018-08-21 07:39:10,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c2638ea-dd1d-48a5-bae1-1d82570e70d3'} Body: {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223", "subnet_ids": ["3e5d324f-b23e-4c49-82e0-7d36db134223"], "port_id": "6f278a1e-6286-4bd6-8a89-5562c990dc5e", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199"} 2018-08-21 07:39:11,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199 1.459s 2018-08-21 07:39:11,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.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199', u'date': 'Tue, 21 Aug 2018 07:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aeb6d071-b871-4759-b1a4-2d121a61a8a5'} Body: 2018-08-21 07:39:12,036 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.448s 2018-08-21 07:39:12,036 63 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-6520c8be-9809-4152-b585-1df2077aea41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6520c8be-9809-4152-b585-1df2077aea41'} Body: 2018-08-21 07:39:12,812 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.775s 2018-08-21 07:39:12,812 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-d0200f2f-7dc0-44bd-ae0e-5befa338e454', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0200f2f-7dc0-44bd-ae0e-5befa338e454'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:11Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:13,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.045s 2018-08-21 07:39:13,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-6ca57361-167d-4fae-aced-1cf113395ea6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6ca57361-167d-4fae-aced-1cf113395ea6'} Body: {"itemNotFound": {"message": "Instance 2cd44a3b-4279-4680-8378-95bfad18f4b0 could not be found.", "code": 404}} 2018-08-21 07:39:14,921 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ab5470df-cbde-4dfd-b0f6-cf12d8777c51 1.047s 2018-08-21 07:39:14,922 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/ab5470df-cbde-4dfd-b0f6-cf12d8777c51', u'date': 'Tue, 21 Aug 2018 07:39:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94c81e39-2754-4b23-9879-6f91913e5fed'} Body: 2018-08-21 07:39:15,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.187s 2018-08-21 07:39: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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-bd794abd-a577-47f0-96a7-1725ef0ccf98', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd794abd-a577-47f0-96a7-1725ef0ccf98'} Body: 2018-08-21 07:39:15,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.748s 2018-08-21 07:39:15,860 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-1a76c834-f549-458b-930e-7b2bbaca8e40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a76c834-f549-458b-930e-7b2bbaca8e40'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:15Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:16,937 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.062s 2018-08-21 07:39:16,937 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34'} Body: {"itemNotFound": {"message": "Instance 624ceedf-ab6e-4d1c-83bf-41b4f4722e68 could not be found.", "code": 404}} 2018-08-21 07:39:17,858 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/0651111f-913d-447d-8597-8aead33dfd25 0.919s 2018-08-21 07:39:17,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/0651111f-913d-447d-8597-8aead33dfd25', u'date': 'Tue, 21 Aug 2018 07:39:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7aa16741-7475-4eff-9b85-bd094b094dd6'} Body: 2018-08-21 07:39:17,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1892024496 0.058s 2018-08-21 07:39:17,919 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1892024496', u'x-compute-request-id': 'req-2df6ec97-066e-4156-9440-12664cfc506e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2df6ec97-066e-4156-9440-12664cfc506e'} Body: 2018-08-21 07:39:18,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/3e5d324f-b23e-4c49-82e0-7d36db134223 0.976s 2018-08-21 07:39:18,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/3e5d324f-b23e-4c49-82e0-7d36db134223', u'date': 'Tue, 21 Aug 2018 07:39:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aeadd72c-6f6c-4bd7-8468-979bfad98ad7'} Body: 2018-08-21 07:39:20,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/69dd0d59-b672-4d0b-933f-15b09028e6b3 2.040s 2018-08-21 07:39:20,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.44:9696/v2.0/networks/69dd0d59-b672-4d0b-933f-15b09028e6b3', u'date': 'Tue, 21 Aug 2018 07:39:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-476f3c64-9dfc-4080-9036-13c71155f0b3'} Body: 2018-08-21 07:39:21,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/018a018f-60e0-4294-8a1f-60e1206fecec 1.047s 2018-08-21 07:39:21,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.44:9696/v2.0/subnets/018a018f-60e0-4294-8a1f-60e1206fecec', u'date': 'Tue, 21 Aug 2018 07:39:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd8f7d1b-b3cf-4d51-bdba-bd9509e7e6e6'} Body: 2018-08-21 07:39:23,974 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/725845da-4e2b-4b55-aa3a-82c6f9885434 1.985s 2018-08-21 07:39:23,974 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/725845da-4e2b-4b55-aa3a-82c6f9885434', u'date': 'Tue, 21 Aug 2018 07:39:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-49dca9f6-f327-4650-8ea4-c7d4f6456a83'} Body: 2018-08-21 07:39:24,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5 0.539s 2018-08-21 07:39:24,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5', u'date': 'Tue, 21 Aug 2018 07:39:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ed2c089-fbf9-41b8-9bb0-1da1846935f2'} Body: 2018-08-21 07:39:24.929 63 INFO tempest.lib.common.rest_client [req-b0dd45ec-b154-4375-98dd-1f667843a7f8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.389s 2018-08-21 07:39:24.930 63 DEBUG tempest.lib.common.rest_client [req-b0dd45ec-b154-4375-98dd-1f667843a7f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-2073289911 description", "name": "tempest-secgroup-smoke-2073289911"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:39:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0dd45ec-b154-4375-98dd-1f667843a7f8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2073289911 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:24Z", "updated_at": "2018-08-21T07:39:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:39:24Z", "revision_number": 0, "id": "0b54ab42-8876-4fae-b814-253ba5d007ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:39:24Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:39:24Z", "revision_number": 0, "id": "ae0b1f9a-a5bc-4c1e-a457-29047d14fc31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:39:24Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "00c011e6-3a63-453d-9112-eeb465eba622", "name": "tempest-secgroup-smoke-2073289911"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:25.105 63 INFO tempest.lib.common.rest_client [req-2a967ef6-6511-4d30-807a-3615ae52de33 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.174s 2018-08-21 07:39:25.105 63 DEBUG tempest.lib.common.rest_client [req-2a967ef6-6511-4d30-807a-3615ae52de33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a967ef6-6511-4d30-807a-3615ae52de33'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a03626fd-5884-4f14-baf2-b5bac14e87bf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:25.458 63 INFO tempest.lib.common.rest_client [req-6eb1d755-73e2-4090-a0be-016c77165287 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.351s 2018-08-21 07:39:25.458 63 DEBUG tempest.lib.common.rest_client [req-6eb1d755-73e2-4090-a0be-016c77165287 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6eb1d755-73e2-4090-a0be-016c77165287'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f2561eb9-2a67-4bc3-96a8-0ae0a97115af"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:25.596 63 INFO tempest.lib.common.rest_client [req-c3081572-ee2a-4a70-afc2-1459854a6d4f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.137s 2018-08-21 07:39:25.597 63 DEBUG tempest.lib.common.rest_client [req-c3081572-ee2a-4a70-afc2-1459854a6d4f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3081572-ee2a-4a70-afc2-1459854a6d4f'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7c1ffa95-f7c4-48e3-baab-92a0f5c3daa9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:25.732 63 INFO tempest.lib.common.rest_client [req-5d35ef6c-24b4-4276-9c6e-800361965669 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 07:39:25.732 63 DEBUG tempest.lib.common.rest_client [req-5d35ef6c-24b4-4276-9c6e-800361965669 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d35ef6c-24b4-4276-9c6e-800361965669'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c96cd01d-9d63-415c-aa93-9cb5ce91a501"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:25.864 63 INFO tempest.lib.common.rest_client [req-9df82238-8d75-4c34-8ba4-f06c489eda85 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.130s 2018-08-21 07:39:25.864 63 DEBUG tempest.lib.common.rest_client [req-9df82238-8d75-4c34-8ba4-f06c489eda85 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9df82238-8d75-4c34-8ba4-f06c489eda85'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8807e1e3-c04a-4f3c-a2a4-36833845013b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:26.046 63 INFO tempest.lib.common.rest_client [req-896a45ab-07be-4a55-b1e0-ee9c45e1232c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.181s 2018-08-21 07:39:26.047 63 DEBUG tempest.lib.common.rest_client [req-896a45ab-07be-4a55-b1e0-ee9c45e1232c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-896a45ab-07be-4a55-b1e0-ee9c45e1232c'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "438e59cb-4628-4a59-b232-9aa60513778d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:26.212 63 INFO tempest.lib.common.rest_client [req-60ab54e8-a5c8-456d-8643-0692b35bfbc6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 07:39:26.212 63 DEBUG tempest.lib.common.rest_client [req-60ab54e8-a5c8-456d-8643-0692b35bfbc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60ab54e8-a5c8-456d-8643-0692b35bfbc6'} 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-21T07:39:26Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:26Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "292de860-d374-4bad-9e29-3ebf25ba4151"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:26.397 63 INFO tempest.lib.common.rest_client [req-ec4d91e5-fcf6-4b6e-8692-c6b3c0f3a8f6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.183s 2018-08-21 07:39:26.397 63 DEBUG tempest.lib.common.rest_client [req-ec4d91e5-fcf6-4b6e-8692-c6b3c0f3a8f6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec4d91e5-fcf6-4b6e-8692-c6b3c0f3a8f6'} 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-21T07:39:26Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:26Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4eb0d199-0694-4c0b-9dbe-b9f58bd6108f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:26.881 63 INFO tempest.lib.common.rest_client [req-360e045e-24c8-4a50-a445-58b0572f71e0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/networks 0.482s 2018-08-21 07:39:26.882 63 DEBUG tempest.lib.common.rest_client [req-360e045e-24c8-4a50-a445-58b0572f71e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1558137017"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-360e045e-24c8-4a50-a445-58b0572f71e0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:39:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","name":"tempest-A-1558137017"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:27.476 63 INFO tempest.lib.common.rest_client [req-09cfac8b-7416-4d43-a34f-2695f0856104 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.592s 2018-08-21 07:39:27.477 63 DEBUG tempest.lib.common.rest_client [req-09cfac8b-7416-4d43-a34f-2695f0856104 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "name": "tempest-subnet-A-1-823359236"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:39:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09cfac8b-7416-4d43-a34f-2695f0856104'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:27Z","dns_nameservers":[],"updated_at":"2018-08-21T07:39:27Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"634c786e-d5a6-4536-b19d-2e8963fd20ce","subnetpool_id":null,"name":"tempest-subnet-A-1-823359236"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:27.755 63 INFO tempest.lib.common.rest_client [req-ccf6be72-4231-4e1b-a40d-2e9d8b4fde09 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/networks 0.277s 2018-08-21 07:39:27.756 63 DEBUG tempest.lib.common.rest_client [req-ccf6be72-4231-4e1b-a40d-2e9d8b4fde09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1464079693"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:39:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccf6be72-4231-4e1b-a40d-2e9d8b4fde09'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:39:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","name":"tempest-B-1464079693"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:28.408 63 INFO tempest.lib.common.rest_client [req-2de56a3b-2861-4ca4-a394-ce9d179a8d7b ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.651s 2018-08-21 07:39:28.409 63 DEBUG tempest.lib.common.rest_client [req-2de56a3b-2861-4ca4-a394-ce9d179a8d7b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "name": "tempest-subnet-B-1-1733118227"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:39:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2de56a3b-2861-4ca4-a394-ce9d179a8d7b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:28Z","dns_nameservers":[],"updated_at":"2018-08-21T07:39:28Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"532e679c-fd06-4986-8050-67b22b628fea","subnetpool_id":null,"name":"tempest-subnet-B-1-1733118227"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:28.581 63 INFO tempest.lib.common.rest_client [req-bc9f9752-799f-4bf7-b659-9fb471794e44 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/routers 0.171s 2018-08-21 07:39:28.581 63 DEBUG tempest.lib.common.rest_client [req-bc9f9752-799f-4bf7-b659-9fb471794e44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--538956788", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:39:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc9f9752-799f-4bf7-b659-9fb471794e44'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:28Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:28Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268", "name": "tempest-router--538956788"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:30.164 63 INFO tempest.lib.common.rest_client [req-8d92b970-fd0f-49eb-9f0e-df72bbd80151 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268 1.582s 2018-08-21 07:39:30.165 63 DEBUG tempest.lib.common.rest_client [req-8d92b970-fd0f-49eb-9f0e-df72bbd80151 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268', u'date': 'Tue, 21 Aug 2018 07:39:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d92b970-fd0f-49eb-9f0e-df72bbd80151'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:28Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:29Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268", "name": "tempest-router--538956788"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:32.212 63 INFO tempest.lib.common.rest_client [req-eb2a9bbb-92f4-45fb-a082-f1d537d35a92 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/add_router_interface 2.045s 2018-08-21 07:39:32.212 63 DEBUG tempest.lib.common.rest_client [req-eb2a9bbb-92f4-45fb-a082-f1d537d35a92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "532e679c-fd06-4986-8050-67b22b628fea"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb2a9bbb-92f4-45fb-a082-f1d537d35a92'} Body: {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "532e679c-fd06-4986-8050-67b22b628fea", "subnet_ids": ["532e679c-fd06-4986-8050-67b22b628fea"], "port_id": "226e086f-bdb8-465f-8bc5-960901ed8133", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:32.550 63 INFO tempest.lib.common.rest_client [req-6daeb0be-0935-41c3-93fb-22c3cca67437 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.336s 2018-08-21 07:39:32.551 63 DEBUG tempest.lib.common.rest_client [req-6daeb0be-0935-41c3-93fb-22c3cca67437 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6daeb0be-0935-41c3-93fb-22c3cca67437'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:32.975 63 INFO tempest.lib.common.rest_client [req-70944b64-9a75-4ca7-b49f-2034db015e86 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations 0.423s 2018-08-21 07:39:32.976 63 DEBUG tempest.lib.common.rest_client [req-70944b64-9a75-4ca7-b49f-2034db015e86 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70944b64-9a75-4ca7-b49f-2034db015e86'} Body: {"network_association": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "id": "0af2877d-fcf1-4110-a838-711266ff68c8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:33.699 63 INFO tempest.lib.common.rest_client [req-9423b5c5-b951-46d0-a353-c84723299ce7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations 0.722s 2018-08-21 07:39:33.699 63 DEBUG tempest.lib.common.rest_client [req-9423b5c5-b951-46d0-a353-c84723299ce7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations', u'date': 'Tue, 21 Aug 2018 07:39:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9423b5c5-b951-46d0-a353-c84723299ce7'} Body: {"network_association": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "id": "0241a151-a9d7-4199-87a3-3e1643ba5416"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:33.700 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-21 07:39:33.805 63 INFO tempest.lib.common.rest_client [req-80345124-fd24-4e9d-a5c4-bad529730860 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.104s 2018-08-21 07:39:33.806 63 DEBUG tempest.lib.common.rest_client [req-80345124-fd24-4e9d-a5c4-bad529730860 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1557993483"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-80345124-fd24-4e9d-a5c4-bad529730860', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80345124-fd24-4e9d-a5c4-bad529730860'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaAiaotaa65JSTsxBw0SjX3P/4OzAZA3qjkNRlhpJqNMZrTOODB1wX3RUrXrTSV/tSolMKkuDCRNtSagrPcQvg2CtZrdgEQakWWeVBsOJ9+NOQfJMV1pBIPWs0ezOpDTde9rc6cFCuSAxnLg+1BZNpUDUVbsU41vLXOwRkYqtDfyXl7GZAdDZBDPh+/z/PSzrIZXlW9ci4ybleu2WP77iJwO49qPsVEs3vxSVeD4zHnbYbFivLEIIBVcABQAAo4vBeGKi9+xFDVjvk8TXBRpTD8SZYxv53ac1YGGzADDu53J4A9PjWahqVR3uMWoQQ7s8oDfZvwBz6gzzCj60nnMSr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2gImqLWmuuSUk7MQcNEo19z/+DswGQN6o5DUZYaSajTGa0zj\ngwdcF90VK1600lf7UqJTCpLgwkTbUmoKz3EL4NgrWa3YBEGpFlnlQbDiffjTkHyT\nFdaQSD1rNHszqQ03Xva3OnBQrkgMZy4PtQWTaVA1FW7FONby1zsEZGKrQ38l5exm\nQHQ2QQz4fv8/z0s6yGV5VvXIuMm5Xrtlj++4icDuPaj7FRLN78UlXg+Mx522GxYr\nyxCCAVXAAUAAKOLwXhiovfsRQ1Y75PE1wUaUw/EmWMb+d2nNWBhswAw7udyeAPT4\n1moalUd7jFqEEO7PKA32b8Ac+oM8wo+tJ5zEqwIDAQABAoIBAQCDI+4baIIuRJg3\nrOyD4N3f1DpKGViag2Q/hjyuAeCLcMm2/B6T0FaOqFg2qZa+PVyaXbj0UFxRoFgK\nYG22UXtiusaBALlD/jd3kYX+GSh1vLuPW9Civ1o1inS1sjLmS2P2hRS9W5i87exA\nGQ4rx3ngTPZRuTt8MJkN7Zt7w3rgczw5/dRxIAYhpMr0x0k/1Q3knuaWarD1pNGC\nuNIVn61dIMs/VNCColuvshqKIyg+F90s+pKeOqLGYCGkjca5U5XpLiG9jAw3UhB+\nGMfh/aCCx2y6+UM2Isw65BZIoVoQUmBZfMysyMFcVvQeu0sxdwNtO6pGRBX9z1Yq\nvjBvG/oRAoGBAPksGMT7ilpHWAqkNwsp0MwGmFc10k/qSCqpdH5SZ45mwuYSo1FS\ndpNk/5YQurbjBiX2Pw/sBj8S73eldjafQMOcKIiiTk9UkooT/9Xtp5tqPYusHePn\noYqssrsDlhctgCT6N0eXSr000aGFViyCpcgrI6kkis3xTtLVympwWZX5AoGBAN/7\nceJoUgrFXkYPmZmzPILCeLOFS44NQYC8mYRbvEoUj/Y0q9tPfB2Kfm0zxjZpyh78\neIL99heSq6kxuDGwX2sZLHcSzKLy8CN0UmV6RXFJLp3zgARgbivdov/5SJkf8k9T\nKf4lt2tsB7Cm2yI35guDLy1QGiTfi7OsSTyhHcjDAoGBAIYX0hioGfOts1a+uxSZ\n41D5N6CvSUhSl5XF7fhRVoOPD9ILM7L/AusdjmJvDFyB3nwtghCKf24QPakQ9YY9\nu/fJIRMu7Z/Jrrb6PlMde3aq/QYekVNmA0yC1gjIzEwa43yC3576b3FVbH9VJ2P6\nx0bq2F0dWkmsVDQoc69GWR/ZAoGAPIsoPo36V0UAdamz2FMVsTbGD6ihQrWcliLk\n0F1HqTKjs2aLac2ze/y6reQH2R+BbhzKqoXhZn/T/Pkek/fb4wQ7+7fOLuHCPaMs\nvpdte/DPNAzk9snmHd9cNxr4H8P96KlPOY6SZOwfrAV+SGKZwVTlhLcZSgxPI/MX\nHNdkSKcCgYEAnEjrumq2KfDGixB5FOD635NSRh4iGA/S6Lt/97CxZF70oZynam+H\nxTVb/Xg0FeN2iEfmCkikT1FAQCf+wQSxqkUqTUNdnSikyt2s09nSj2l+E9ha5ZZn\nUkcV7xhq7keVpP+q3DqRvZXitltiQDdfMHQ7YSy0P/JDcMHsPVfdsFQ=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1557993483", "fingerprint": "15:44:bd:07:0f:1b:d0:43:f9:86:da:e9:0c:7c:b8:30"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:34.562 63 INFO tempest.lib.common.rest_client [req-38a494f1-15df-4235-9408-b7610925753a ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/ports 0.752s 2018-08-21 07:39:34.562 63 DEBUG tempest.lib.common.rest_client [req-38a494f1-15df-4235-9408-b7610925753a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-659930025", "security_groups": ["00c011e6-3a63-453d-9112-eeb465eba622"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:39:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38a494f1-15df-4235-9408-b7610925753a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:39:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:39:34Z","name":"tempest-port-smoke-659930025","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ab:2c:a6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"634c786e-d5a6-4536-b19d-2e8963fd20ce","ip_address":"10.101.11.10"}],"id":"dca2f61a-a47d-4130-8b3d-52797089f6e3","security_groups":["00c011e6-3a63-453d-9112-eeb465eba622"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:36.271 63 INFO tempest.lib.common.rest_client [req-37e0ef88-11d7-4ec0-a049-4c17c8118fff ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.44:8774/v2.1/servers 1.708s 2018-08-21 07:39:36.272 63 DEBUG tempest.lib.common.rest_client [req-37e0ef88-11d7-4ec0-a049-4c17c8118fff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1557993483", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "port": "dca2f61a-a47d-4130-8b3d-52797089f6e3"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-37e0ef88-11d7-4ec0-a049-4c17c8118fff', 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37e0ef88-11d7-4ec0-a049-4c17c8118fff'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "adminPass": "oh5LWR8iwXpE"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:36.864 63 INFO tempest.lib.common.rest_client [req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.589s 2018-08-21 07:39:36.865 63 DEBUG tempest.lib.common.rest_client [req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63 ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:38.656 63 INFO tempest.lib.common.rest_client [req-20c726dc-37e7-4114-a4ff-dd1d01b038e1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.774s 2018-08-21 07:39:38.656 63 DEBUG tempest.lib.common.rest_client [req-20c726dc-37e7-4114-a4ff-dd1d01b038e1 ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-20c726dc-37e7-4114-a4ff-dd1d01b038e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-20c726dc-37e7-4114-a4ff-dd1d01b038e1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:40.099 63 INFO tempest.lib.common.rest_client [req-b88e55b9-b940-4431-8987-5c8d23ccecb8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.428s 2018-08-21 07:39:40.100 63 DEBUG tempest.lib.common.rest_client [req-b88e55b9-b940-4431-8987-5c8d23ccecb8 ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-b88e55b9-b940-4431-8987-5c8d23ccecb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b88e55b9-b940-4431-8987-5c8d23ccecb8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:40.113 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:39:41.688 63 INFO tempest.lib.common.rest_client [req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.572s 2018-08-21 07:39:41.689 63 DEBUG tempest.lib.common.rest_client [req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613 ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:43.095 63 INFO tempest.lib.common.rest_client [req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.388s 2018-08-21 07:39:43.096 63 DEBUG tempest.lib.common.rest_client [req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2 ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:43.115 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 07:39:43.536 63 INFO tempest.lib.common.rest_client [req-456da31a-2f37-4275-9e09-f077b4a283ae ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.419s 2018-08-21 07:39:43.536 63 DEBUG tempest.lib.common.rest_client [req-456da31a-2f37-4275-9e09-f077b4a283ae ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-456da31a-2f37-4275-9e09-f077b4a283ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456da31a-2f37-4275-9e09-f077b4a283ae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:43.549 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c0503d80-440b-4351-89d6-594d849b9d3e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:39:44.685 63 INFO tempest.lib.common.rest_client [req-6df82d72-c579-4f5b-ac30-c51292fb2e3d ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/ports 1.134s 2018-08-21 07:39:44.685 63 DEBUG tempest.lib.common.rest_client [req-6df82d72-c579-4f5b-ac30-c51292fb2e3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-236673720", "security_groups": ["00c011e6-3a63-453d-9112-eeb465eba622"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:39:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6df82d72-c579-4f5b-ac30-c51292fb2e3d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:39:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:39:44Z","name":"tempest-port-smoke-236673720","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b1:84:82","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"532e679c-fd06-4986-8050-67b22b628fea","ip_address":"10.102.21.20"}],"id":"e0e6d8af-c160-419e-848b-05956683463a","security_groups":["00c011e6-3a63-453d-9112-eeb465eba622"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:46.111 63 INFO tempest.lib.common.rest_client [req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.44:8774/v2.1/servers 1.425s 2018-08-21 07:39:46.112 63 DEBUG tempest.lib.common.rest_client [req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1557993483", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "port": "e0e6d8af-c160-419e-848b-05956683463a"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766', 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "adminPass": "Yzdm8dUvR4vG"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:46.690 63 INFO tempest.lib.common.rest_client [req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.572s 2018-08-21 07:39:46.690 63 DEBUG tempest.lib.common.rest_client [req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:47.808 63 INFO tempest.lib.common.rest_client [req-5343433c-4ae8-4478-a744-6f45eef57e41 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.102s 2018-08-21 07:39:47.809 63 DEBUG tempest.lib.common.rest_client [req-5343433c-4ae8-4478-a744-6f45eef57e41 ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-5343433c-4ae8-4478-a744-6f45eef57e41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5343433c-4ae8-4478-a744-6f45eef57e41'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:47.828 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:39:49.218 63 INFO tempest.lib.common.rest_client [req-99f1d7c0-141d-434c-b4ea-4f484d5377a6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.388s 2018-08-21 07:39:49.218 63 DEBUG tempest.lib.common.rest_client [req-99f1d7c0-141d-434c-b4ea-4f484d5377a6 ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-99f1d7c0-141d-434c-b4ea-4f484d5377a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99f1d7c0-141d-434c-b4ea-4f484d5377a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:49.230 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:39:50.402 63 INFO tempest.lib.common.rest_client [req-3a8f4642-9060-46b7-9d9b-911af1cb222d ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.169s 2018-08-21 07:39:50.403 63 DEBUG tempest.lib.common.rest_client [req-3a8f4642-9060-46b7-9d9b-911af1cb222d ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-3a8f4642-9060-46b7-9d9b-911af1cb222d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a8f4642-9060-46b7-9d9b-911af1cb222d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:51.599 63 INFO tempest.lib.common.rest_client [req-c9ed1c32-c101-43de-9484-876931da8c3e ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.175s 2018-08-21 07:39:51.600 63 DEBUG tempest.lib.common.rest_client [req-c9ed1c32-c101-43de-9484-876931da8c3e ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-c9ed1c32-c101-43de-9484-876931da8c3e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9ed1c32-c101-43de-9484-876931da8c3e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:51.613 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:39:51.764 63 INFO tempest.lib.common.rest_client [req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.150s 2018-08-21 07:39:51.764 63 DEBUG tempest.lib.common.rest_client [req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:51.777 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 67df6cda-63bd-4283-87e4-8e35623d8ffa with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:39:51.909 63 INFO tempest.lib.common.rest_client [req-6d9ae7f1-3dec-4fd1-8aff-ca41a0286760 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/routers 0.130s 2018-08-21 07:39:51.909 63 DEBUG tempest.lib.common.rest_client [req-6d9ae7f1-3dec-4fd1-8aff-ca41a0286760 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--291932150", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d9ae7f1-3dec-4fd1-8aff-ca41a0286760'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:51Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:51Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03b8ee13-6506-40f5-9ebc-648da212d202", "name": "tempest-router--291932150"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:53.316 63 INFO tempest.lib.common.rest_client [req-6f9a1024-08b8-4d40-a0ce-690df5ff2197 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202 1.405s 2018-08-21 07:39:53.317 63 DEBUG tempest.lib.common.rest_client [req-6f9a1024-08b8-4d40-a0ce-690df5ff2197 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202', u'date': 'Tue, 21 Aug 2018 07:39:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f9a1024-08b8-4d40-a0ce-690df5ff2197'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:51Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03b8ee13-6506-40f5-9ebc-648da212d202", "name": "tempest-router--291932150"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:56.029 63 INFO tempest.lib.common.rest_client [req-ee6cd93a-9878-428d-9f38-ff120228ef61 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/add_router_interface 2.711s 2018-08-21 07:39:56.032 63 DEBUG tempest.lib.common.rest_client [req-ee6cd93a-9878-428d-9f38-ff120228ef61 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee6cd93a-9878-428d-9f38-ff120228ef61'} Body: {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce", "subnet_ids": ["634c786e-d5a6-4536-b19d-2e8963fd20ce"], "port_id": "b16ba296-bfb0-4d94-b912-c0386b12739c", "id": "03b8ee13-6506-40f5-9ebc-648da212d202"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:57.891 63 INFO tempest.lib.common.rest_client [req-f9578da6-4c22-4e80-90ee-a56bc83ff1b3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.857s 2018-08-21 07:39:57.892 63 DEBUG tempest.lib.common.rest_client [req-f9578da6-4c22-4e80-90ee-a56bc83ff1b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "dca2f61a-a47d-4130-8b3d-52797089f6e3"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:39:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9578da6-4c22-4e80-90ee-a56bc83ff1b3'} Body: {"floatingip": {"router_id": "03b8ee13-6506-40f5-9ebc-648da212d202", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:39:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "dca2f61a-a47d-4130-8b3d-52797089f6e3", "id": "2114e0b6-f093-4647-afd2-f6ad1cabe9f6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:39:57.893 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:40:05.914 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:40:06.016 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:40:06.041 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:40:06.155 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-21 07:40:06.156 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:40:06.159 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:40:06.218 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:40:06.223 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:40:11.230 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:40:11.231 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:41:21.279 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-21 07:41:21.280 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:41:21.282 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:41:21.344 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:41:21.349 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:41:26.355 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:41:26.356 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:42:36.427 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-21 07:42:36.430 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-21 07:42:36.431 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36.436 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36.537 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:42:36.565 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36.572 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:42:36.572 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:a3:3d:b7 [ether] on eth0 2018-08-21 07:42:36.573 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-21 07:42:36.573 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36.575 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36.637 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:42:36.640 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36.649 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 07:42:36.650 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-21 07:42:36.650 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36.652 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36.713 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:42:36.716 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36.726 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-21 07:42:36.727 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36.730 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36.789 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:42:36.795 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36.801 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:42:36.801 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:a3:3d:b7 [ether] on eth0 2018-08-21 07:42:36.802 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-21 07:42:36.802 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36.804 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36.865 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:42:36.868 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:41.875 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:42:41.875 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:43:51.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-21 07:43:51.940 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:43:51.947 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:43:52.046 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:43:52.072 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:43:57.082 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:43: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.204.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:45:07.133 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-21 07:45:07.134 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.204: 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:45:08.306 63 INFO tempest.lib.common.rest_client [req-fa0c518e-0584-42d8-958d-d5ebf003790b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/2114e0b6-f093-4647-afd2-f6ad1cabe9f6 1.169s 2018-08-21 07:45:08.307 63 DEBUG tempest.lib.common.rest_client [req-fa0c518e-0584-42d8-958d-d5ebf003790b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/2114e0b6-f093-4647-afd2-f6ad1cabe9f6', u'date': 'Tue, 21 Aug 2018 07:45:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa0c518e-0584-42d8-958d-d5ebf003790b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:10.193 63 INFO tempest.lib.common.rest_client [req-349e4ea6-6803-4663-81dc-6e14fe276d3e ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/remove_router_interface 1.885s 2018-08-21 07:45:10.193 63 DEBUG tempest.lib.common.rest_client [req-349e4ea6-6803-4663-81dc-6e14fe276d3e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-349e4ea6-6803-4663-81dc-6e14fe276d3e'} Body: {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce", "subnet_ids": ["634c786e-d5a6-4536-b19d-2e8963fd20ce"], "port_id": "b16ba296-bfb0-4d94-b912-c0386b12739c", "id": "03b8ee13-6506-40f5-9ebc-648da212d202"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:11.963 63 INFO tempest.lib.common.rest_client [req-1552a132-3d26-4a61-8e57-bd3104ca4295 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202 1.769s 2018-08-21 07:45:11.964 63 DEBUG tempest.lib.common.rest_client [req-1552a132-3d26-4a61-8e57-bd3104ca4295 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202', u'date': 'Tue, 21 Aug 2018 07:45:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1552a132-3d26-4a61-8e57-bd3104ca4295'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:12.464 63 INFO tempest.lib.common.rest_client [req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.499s 2018-08-21 07:45:12.465 63 DEBUG tempest.lib.common.rest_client [req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:13.221 63 INFO tempest.lib.common.rest_client [req-c56e0d38-4215-4569-a2f2-40f23dfe742a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.755s 2018-08-21 07:45:13.221 63 DEBUG tempest.lib.common.rest_client [req-c56e0d38-4215-4569-a2f2-40f23dfe742a ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-c56e0d38-4215-4569-a2f2-40f23dfe742a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c56e0d38-4215-4569-a2f2-40f23dfe742a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:12Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:14.777 63 INFO tempest.lib.common.rest_client [req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.540s 2018-08-21 07:45:14.778 63 DEBUG tempest.lib.common.rest_client [req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:15.847 63 INFO tempest.lib.common.rest_client [req-98e074f9-8592-4b39-82ba-3185bbb0460c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.052s 2018-08-21 07:45:15.848 63 DEBUG tempest.lib.common.rest_client [req-98e074f9-8592-4b39-82ba-3185bbb0460c ] 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-98e074f9-8592-4b39-82ba-3185bbb0460c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-98e074f9-8592-4b39-82ba-3185bbb0460c'} Body: {"itemNotFound": {"message": "Instance 67df6cda-63bd-4283-87e4-8e35623d8ffa could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:17.021 63 INFO tempest.lib.common.rest_client [req-24fa0abe-87c9-431a-943c-4ed96fb89f54 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/e0e6d8af-c160-419e-848b-05956683463a 1.172s 2018-08-21 07:45:17.022 63 DEBUG tempest.lib.common.rest_client [req-24fa0abe-87c9-431a-943c-4ed96fb89f54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/e0e6d8af-c160-419e-848b-05956683463a', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24fa0abe-87c9-431a-943c-4ed96fb89f54'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:17.206 63 INFO tempest.lib.common.rest_client [req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.183s 2018-08-21 07:45:17.207 63 DEBUG tempest.lib.common.rest_client [req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:17.868 63 INFO tempest.lib.common.rest_client [req-66b5e098-2bd7-4c8c-9607-76803a5cc260 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.660s 2018-08-21 07:45:17.868 63 DEBUG tempest.lib.common.rest_client [req-66b5e098-2bd7-4c8c-9607-76803a5cc260 ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-66b5e098-2bd7-4c8c-9607-76803a5cc260', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66b5e098-2bd7-4c8c-9607-76803a5cc260'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:19.235 63 INFO tempest.lib.common.rest_client [req-c4bc2dd3-de75-4a95-b902-bd16a10132ce ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.351s 2018-08-21 07:45:19.235 63 DEBUG tempest.lib.common.rest_client [req-c4bc2dd3-de75-4a95-b902-bd16a10132ce ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-c4bc2dd3-de75-4a95-b902-bd16a10132ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4bc2dd3-de75-4a95-b902-bd16a10132ce'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:20.294 63 INFO tempest.lib.common.rest_client [req-afca9709-6d7f-4581-b9e2-15ac36c81b38 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.044s 2018-08-21 07:45:20.295 63 DEBUG tempest.lib.common.rest_client [req-afca9709-6d7f-4581-b9e2-15ac36c81b38 ] 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-afca9709-6d7f-4581-b9e2-15ac36c81b38', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-afca9709-6d7f-4581-b9e2-15ac36c81b38'} Body: {"itemNotFound": {"message": "Instance c0503d80-440b-4351-89d6-594d849b9d3e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:20.865 63 INFO tempest.lib.common.rest_client [req-519775a3-e86e-49da-92a7-a9a8488e2dd6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/dca2f61a-a47d-4130-8b3d-52797089f6e3 0.569s 2018-08-21 07:45:20.865 63 DEBUG tempest.lib.common.rest_client [req-519775a3-e86e-49da-92a7-a9a8488e2dd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/dca2f61a-a47d-4130-8b3d-52797089f6e3', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-519775a3-e86e-49da-92a7-a9a8488e2dd6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:20.897 63 INFO tempest.lib.common.rest_client [req-a94cc87e-7855-46fc-abfb-fe6a19b10e59 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1557993483 0.031s 2018-08-21 07:45:20.898 63 DEBUG tempest.lib.common.rest_client [req-a94cc87e-7855-46fc-abfb-fe6a19b10e59 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1557993483', u'x-compute-request-id': 'req-a94cc87e-7855-46fc-abfb-fe6a19b10e59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94cc87e-7855-46fc-abfb-fe6a19b10e59'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:22.846 63 INFO tempest.lib.common.rest_client [req-3743b180-3b1c-4749-9fae-c9c575fe476c ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/remove_router_interface 1.947s 2018-08-21 07:45:22.846 63 DEBUG tempest.lib.common.rest_client [req-3743b180-3b1c-4749-9fae-c9c575fe476c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "532e679c-fd06-4986-8050-67b22b628fea"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3743b180-3b1c-4749-9fae-c9c575fe476c'} Body: {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "532e679c-fd06-4986-8050-67b22b628fea", "subnet_ids": ["532e679c-fd06-4986-8050-67b22b628fea"], "port_id": "226e086f-bdb8-465f-8bc5-960901ed8133", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:24.625 63 INFO tempest.lib.common.rest_client [req-dc4785ad-d56a-4065-af5e-79cdedf6cf65 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268 1.777s 2018-08-21 07:45:24.625 63 DEBUG tempest.lib.common.rest_client [req-dc4785ad-d56a-4065-af5e-79cdedf6cf65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268', u'date': 'Tue, 21 Aug 2018 07:45:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dc4785ad-d56a-4065-af5e-79cdedf6cf65'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:25.941 63 INFO tempest.lib.common.rest_client [req-9e6682f7-f5d8-4359-bfda-26a08d474ded ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/532e679c-fd06-4986-8050-67b22b628fea 1.315s 2018-08-21 07:45:25.942 63 DEBUG tempest.lib.common.rest_client [req-9e6682f7-f5d8-4359-bfda-26a08d474ded ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/532e679c-fd06-4986-8050-67b22b628fea', u'date': 'Tue, 21 Aug 2018 07:45:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e6682f7-f5d8-4359-bfda-26a08d474ded'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:28.092 63 INFO tempest.lib.common.rest_client [req-cfc85b13-119b-4c3a-ad22-28916e84507b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b2cf2f67-de95-4dae-af9b-c5ecf926a520 2.149s 2018-08-21 07:45:28.092 63 DEBUG tempest.lib.common.rest_client [req-cfc85b13-119b-4c3a-ad22-28916e84507b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b2cf2f67-de95-4dae-af9b-c5ecf926a520', u'date': 'Tue, 21 Aug 2018 07:45:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cfc85b13-119b-4c3a-ad22-28916e84507b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:29.110 63 INFO tempest.lib.common.rest_client [req-a1fc0661-8031-4a16-9fa8-887eb12505ba ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/634c786e-d5a6-4536-b19d-2e8963fd20ce 1.016s 2018-08-21 07:45:29.110 63 DEBUG tempest.lib.common.rest_client [req-a1fc0661-8031-4a16-9fa8-887eb12505ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/634c786e-d5a6-4536-b19d-2e8963fd20ce', u'date': 'Tue, 21 Aug 2018 07:45:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a1fc0661-8031-4a16-9fa8-887eb12505ba'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:31.136 63 INFO tempest.lib.common.rest_client [req-a9a4a34a-8708-4978-843c-5cd2461d9d43 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e 2.025s 2018-08-21 07:45:31.137 63 DEBUG tempest.lib.common.rest_client [req-a9a4a34a-8708-4978-843c-5cd2461d9d43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a9a4a34a-8708-4978-843c-5cd2461d9d43'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:31.449 63 INFO tempest.lib.common.rest_client [req-ba4497d0-a5df-447a-a722-6bf4cef399df ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/00c011e6-3a63-453d-9112-eeb465eba622 0.311s 2018-08-21 07:45:31.449 63 DEBUG tempest.lib.common.rest_client [req-ba4497d0-a5df-447a-a722-6bf4cef399df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/00c011e6-3a63-453d-9112-eeb465eba622', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ba4497d0-a5df-447a-a722-6bf4cef399df'} 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.910846s] ... 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-21 07:39:24,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.389s 2018-08-21 07:39:24,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-2073289911 description", "name": "tempest-secgroup-smoke-2073289911"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:39:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0dd45ec-b154-4375-98dd-1f667843a7f8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2073289911 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:24Z", "updated_at": "2018-08-21T07:39:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:39:24Z", "revision_number": 0, "id": "0b54ab42-8876-4fae-b814-253ba5d007ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:39:24Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:39:24Z", "revision_number": 0, "id": "ae0b1f9a-a5bc-4c1e-a457-29047d14fc31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:39:24Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "00c011e6-3a63-453d-9112-eeb465eba622", "name": "tempest-secgroup-smoke-2073289911"}} 2018-08-21 07:39:25,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.174s 2018-08-21 07:39:25,105 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a967ef6-6511-4d30-807a-3615ae52de33'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a03626fd-5884-4f14-baf2-b5bac14e87bf"}} 2018-08-21 07:39:25,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.351s 2018-08-21 07:39:25,458 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6eb1d755-73e2-4090-a0be-016c77165287'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f2561eb9-2a67-4bc3-96a8-0ae0a97115af"}} 2018-08-21 07:39:25,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.137s 2018-08-21 07:39:25,597 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3081572-ee2a-4a70-afc2-1459854a6d4f'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7c1ffa95-f7c4-48e3-baab-92a0f5c3daa9"}} 2018-08-21 07:39:25,732 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 07:39:25,732 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d35ef6c-24b4-4276-9c6e-800361965669'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c96cd01d-9d63-415c-aa93-9cb5ce91a501"}} 2018-08-21 07:39:25,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.130s 2018-08-21 07:39:25,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9df82238-8d75-4c34-8ba4-f06c489eda85'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8807e1e3-c04a-4f3c-a2a4-36833845013b"}} 2018-08-21 07:39:26,046 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.181s 2018-08-21 07:39:26,047 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-896a45ab-07be-4a55-b1e0-ee9c45e1232c'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "438e59cb-4628-4a59-b232-9aa60513778d"}} 2018-08-21 07:39:26,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 07:39:26,212 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60ab54e8-a5c8-456d-8643-0692b35bfbc6'} 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-21T07:39:26Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:26Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "292de860-d374-4bad-9e29-3ebf25ba4151"}} 2018-08-21 07:39:26,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.183s 2018-08-21 07:39:26,397 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec4d91e5-fcf6-4b6e-8692-c6b3c0f3a8f6'} 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-21T07:39:26Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:26Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4eb0d199-0694-4c0b-9dbe-b9f58bd6108f"}} 2018-08-21 07:39:26,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/networks 0.482s 2018-08-21 07:39:26,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1558137017"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-360e045e-24c8-4a50-a445-58b0572f71e0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:39:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","name":"tempest-A-1558137017"}} 2018-08-21 07:39:27,476 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.592s 2018-08-21 07:39:27,477 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "name": "tempest-subnet-A-1-823359236"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:39:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09cfac8b-7416-4d43-a34f-2695f0856104'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:27Z","dns_nameservers":[],"updated_at":"2018-08-21T07:39:27Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"634c786e-d5a6-4536-b19d-2e8963fd20ce","subnetpool_id":null,"name":"tempest-subnet-A-1-823359236"}} 2018-08-21 07:39:27,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/networks 0.277s 2018-08-21 07:39:27,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1464079693"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:39:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccf6be72-4231-4e1b-a40d-2e9d8b4fde09'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:39:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","name":"tempest-B-1464079693"}} 2018-08-21 07:39:28,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.651s 2018-08-21 07:39:28,409 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "name": "tempest-subnet-B-1-1733118227"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:39:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2de56a3b-2861-4ca4-a394-ce9d179a8d7b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:28Z","dns_nameservers":[],"updated_at":"2018-08-21T07:39:28Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"532e679c-fd06-4986-8050-67b22b628fea","subnetpool_id":null,"name":"tempest-subnet-B-1-1733118227"}} 2018-08-21 07:39:28,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/routers 0.171s 2018-08-21 07:39:28,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--538956788", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:39:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc9f9752-799f-4bf7-b659-9fb471794e44'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:28Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:28Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268", "name": "tempest-router--538956788"}} 2018-08-21 07:39:30,164 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268 1.582s 2018-08-21 07:39:30,165 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268', u'date': 'Tue, 21 Aug 2018 07:39:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d92b970-fd0f-49eb-9f0e-df72bbd80151'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:28Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:29Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268", "name": "tempest-router--538956788"}} 2018-08-21 07:39:32,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/add_router_interface 2.045s 2018-08-21 07:39:32,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "532e679c-fd06-4986-8050-67b22b628fea"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb2a9bbb-92f4-45fb-a082-f1d537d35a92'} Body: {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "532e679c-fd06-4986-8050-67b22b628fea", "subnet_ids": ["532e679c-fd06-4986-8050-67b22b628fea"], "port_id": "226e086f-bdb8-465f-8bc5-960901ed8133", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268"} 2018-08-21 07:39:32,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.336s 2018-08-21 07:39:32,551 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6daeb0be-0935-41c3-93fb-22c3cca67437'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb"}} 2018-08-21 07:39:32,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations 0.423s 2018-08-21 07:39:32,976 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70944b64-9a75-4ca7-b49f-2034db015e86'} Body: {"network_association": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "id": "0af2877d-fcf1-4110-a838-711266ff68c8"}} 2018-08-21 07:39:33,699 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations 0.722s 2018-08-21 07:39:33,699 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations', u'date': 'Tue, 21 Aug 2018 07:39:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9423b5c5-b951-46d0-a353-c84723299ce7'} Body: {"network_association": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "id": "0241a151-a9d7-4199-87a3-3e1643ba5416"}} 2018-08-21 07:39:33,700 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:39:33,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.104s 2018-08-21 07:39:33,806 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1557993483"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-80345124-fd24-4e9d-a5c4-bad529730860', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80345124-fd24-4e9d-a5c4-bad529730860'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaAiaotaa65JSTsxBw0SjX3P/4OzAZA3qjkNRlhpJqNMZrTOODB1wX3RUrXrTSV/tSolMKkuDCRNtSagrPcQvg2CtZrdgEQakWWeVBsOJ9+NOQfJMV1pBIPWs0ezOpDTde9rc6cFCuSAxnLg+1BZNpUDUVbsU41vLXOwRkYqtDfyXl7GZAdDZBDPh+/z/PSzrIZXlW9ci4ybleu2WP77iJwO49qPsVEs3vxSVeD4zHnbYbFivLEIIBVcABQAAo4vBeGKi9+xFDVjvk8TXBRpTD8SZYxv53ac1YGGzADDu53J4A9PjWahqVR3uMWoQQ7s8oDfZvwBz6gzzCj60nnMSr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2gImqLWmuuSUk7MQcNEo19z/+DswGQN6o5DUZYaSajTGa0zj\ngwdcF90VK1600lf7UqJTCpLgwkTbUmoKz3EL4NgrWa3YBEGpFlnlQbDiffjTkHyT\nFdaQSD1rNHszqQ03Xva3OnBQrkgMZy4PtQWTaVA1FW7FONby1zsEZGKrQ38l5exm\nQHQ2QQz4fv8/z0s6yGV5VvXIuMm5Xrtlj++4icDuPaj7FRLN78UlXg+Mx522GxYr\nyxCCAVXAAUAAKOLwXhiovfsRQ1Y75PE1wUaUw/EmWMb+d2nNWBhswAw7udyeAPT4\n1moalUd7jFqEEO7PKA32b8Ac+oM8wo+tJ5zEqwIDAQABAoIBAQCDI+4baIIuRJg3\nrOyD4N3f1DpKGViag2Q/hjyuAeCLcMm2/B6T0FaOqFg2qZa+PVyaXbj0UFxRoFgK\nYG22UXtiusaBALlD/jd3kYX+GSh1vLuPW9Civ1o1inS1sjLmS2P2hRS9W5i87exA\nGQ4rx3ngTPZRuTt8MJkN7Zt7w3rgczw5/dRxIAYhpMr0x0k/1Q3knuaWarD1pNGC\nuNIVn61dIMs/VNCColuvshqKIyg+F90s+pKeOqLGYCGkjca5U5XpLiG9jAw3UhB+\nGMfh/aCCx2y6+UM2Isw65BZIoVoQUmBZfMysyMFcVvQeu0sxdwNtO6pGRBX9z1Yq\nvjBvG/oRAoGBAPksGMT7ilpHWAqkNwsp0MwGmFc10k/qSCqpdH5SZ45mwuYSo1FS\ndpNk/5YQurbjBiX2Pw/sBj8S73eldjafQMOcKIiiTk9UkooT/9Xtp5tqPYusHePn\noYqssrsDlhctgCT6N0eXSr000aGFViyCpcgrI6kkis3xTtLVympwWZX5AoGBAN/7\nceJoUgrFXkYPmZmzPILCeLOFS44NQYC8mYRbvEoUj/Y0q9tPfB2Kfm0zxjZpyh78\neIL99heSq6kxuDGwX2sZLHcSzKLy8CN0UmV6RXFJLp3zgARgbivdov/5SJkf8k9T\nKf4lt2tsB7Cm2yI35guDLy1QGiTfi7OsSTyhHcjDAoGBAIYX0hioGfOts1a+uxSZ\n41D5N6CvSUhSl5XF7fhRVoOPD9ILM7L/AusdjmJvDFyB3nwtghCKf24QPakQ9YY9\nu/fJIRMu7Z/Jrrb6PlMde3aq/QYekVNmA0yC1gjIzEwa43yC3576b3FVbH9VJ2P6\nx0bq2F0dWkmsVDQoc69GWR/ZAoGAPIsoPo36V0UAdamz2FMVsTbGD6ihQrWcliLk\n0F1HqTKjs2aLac2ze/y6reQH2R+BbhzKqoXhZn/T/Pkek/fb4wQ7+7fOLuHCPaMs\nvpdte/DPNAzk9snmHd9cNxr4H8P96KlPOY6SZOwfrAV+SGKZwVTlhLcZSgxPI/MX\nHNdkSKcCgYEAnEjrumq2KfDGixB5FOD635NSRh4iGA/S6Lt/97CxZF70oZynam+H\nxTVb/Xg0FeN2iEfmCkikT1FAQCf+wQSxqkUqTUNdnSikyt2s09nSj2l+E9ha5ZZn\nUkcV7xhq7keVpP+q3DqRvZXitltiQDdfMHQ7YSy0P/JDcMHsPVfdsFQ=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1557993483", "fingerprint": "15:44:bd:07:0f:1b:d0:43:f9:86:da:e9:0c:7c:b8:30"}} 2018-08-21 07:39:34,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/ports 0.752s 2018-08-21 07:39:34,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-659930025", "security_groups": ["00c011e6-3a63-453d-9112-eeb465eba622"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:39:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38a494f1-15df-4235-9408-b7610925753a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:39:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:39:34Z","name":"tempest-port-smoke-659930025","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ab:2c:a6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"634c786e-d5a6-4536-b19d-2e8963fd20ce","ip_address":"10.101.11.10"}],"id":"dca2f61a-a47d-4130-8b3d-52797089f6e3","security_groups":["00c011e6-3a63-453d-9112-eeb465eba622"],"device_id":""}} 2018-08-21 07:39:36,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.44:8774/v2.1/servers 1.708s 2018-08-21 07:39:36,272 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-1557993483", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "port": "dca2f61a-a47d-4130-8b3d-52797089f6e3"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-37e0ef88-11d7-4ec0-a049-4c17c8118fff', 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37e0ef88-11d7-4ec0-a049-4c17c8118fff'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "adminPass": "oh5LWR8iwXpE"}} 2018-08-21 07:39:36,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.589s 2018-08-21 07:39:36,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:38,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.774s 2018-08-21 07:39:38,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-20c726dc-37e7-4114-a4ff-dd1d01b038e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-20c726dc-37e7-4114-a4ff-dd1d01b038e1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:40,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.428s 2018-08-21 07:39:40,100 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-b88e55b9-b940-4431-8987-5c8d23ccecb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b88e55b9-b940-4431-8987-5c8d23ccecb8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:40,113 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:39:41,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.572s 2018-08-21 07:39:41,689 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:43,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.388s 2018-08-21 07:39:43,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:43,115 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 07:39:43,536 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.419s 2018-08-21 07:39:43,536 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-456da31a-2f37-4275-9e09-f077b4a283ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456da31a-2f37-4275-9e09-f077b4a283ae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:43,549 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c0503d80-440b-4351-89d6-594d849b9d3e with status: ACTIVE 2018-08-21 07:39:44,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/ports 1.134s 2018-08-21 07:39:44,685 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-236673720", "security_groups": ["00c011e6-3a63-453d-9112-eeb465eba622"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:39:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6df82d72-c579-4f5b-ac30-c51292fb2e3d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:39:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:39:44Z","name":"tempest-port-smoke-236673720","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b1:84:82","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"532e679c-fd06-4986-8050-67b22b628fea","ip_address":"10.102.21.20"}],"id":"e0e6d8af-c160-419e-848b-05956683463a","security_groups":["00c011e6-3a63-453d-9112-eeb465eba622"],"device_id":""}} 2018-08-21 07:39:46,111 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.44:8774/v2.1/servers 1.425s 2018-08-21 07:39:46,112 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-1557993483", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "port": "e0e6d8af-c160-419e-848b-05956683463a"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766', 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "adminPass": "Yzdm8dUvR4vG"}} 2018-08-21 07:39:46,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.572s 2018-08-21 07:39:46,690 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:47,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.102s 2018-08-21 07:39:47,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': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-5343433c-4ae8-4478-a744-6f45eef57e41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5343433c-4ae8-4478-a744-6f45eef57e41'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:47,828 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:39:49,218 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.388s 2018-08-21 07:39:49,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-99f1d7c0-141d-434c-b4ea-4f484d5377a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99f1d7c0-141d-434c-b4ea-4f484d5377a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:49,230 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:39:50,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.169s 2018-08-21 07:39:50,403 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-3a8f4642-9060-46b7-9d9b-911af1cb222d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a8f4642-9060-46b7-9d9b-911af1cb222d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:51,599 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.175s 2018-08-21 07:39:51,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': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-c9ed1c32-c101-43de-9484-876931da8c3e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9ed1c32-c101-43de-9484-876931da8c3e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:51,613 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:39:51,764 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.150s 2018-08-21 07:39:51,764 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:51,777 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 67df6cda-63bd-4283-87e4-8e35623d8ffa with status: ACTIVE 2018-08-21 07:39:51,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/routers 0.130s 2018-08-21 07:39:51,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--291932150", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d9ae7f1-3dec-4fd1-8aff-ca41a0286760'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:51Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:51Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03b8ee13-6506-40f5-9ebc-648da212d202", "name": "tempest-router--291932150"}} 2018-08-21 07:39:53,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202 1.405s 2018-08-21 07:39:53,317 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202', u'date': 'Tue, 21 Aug 2018 07:39:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f9a1024-08b8-4d40-a0ce-690df5ff2197'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:51Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03b8ee13-6506-40f5-9ebc-648da212d202", "name": "tempest-router--291932150"}} 2018-08-21 07:39:56,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/add_router_interface 2.711s 2018-08-21 07:39:56,032 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee6cd93a-9878-428d-9f38-ff120228ef61'} Body: {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce", "subnet_ids": ["634c786e-d5a6-4536-b19d-2e8963fd20ce"], "port_id": "b16ba296-bfb0-4d94-b912-c0386b12739c", "id": "03b8ee13-6506-40f5-9ebc-648da212d202"} 2018-08-21 07:39:57,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.857s 2018-08-21 07:39:57,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "dca2f61a-a47d-4130-8b3d-52797089f6e3"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:39:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9578da6-4c22-4e80-90ee-a56bc83ff1b3'} Body: {"floatingip": {"router_id": "03b8ee13-6506-40f5-9ebc-648da212d202", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:39:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "dca2f61a-a47d-4130-8b3d-52797089f6e3", "id": "2114e0b6-f093-4647-afd2-f6ad1cabe9f6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:39:57,893 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:40:05,914 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:40:06,016 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:40:06,041 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:40:06,155 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-21 07:40:06,156 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:40:06,159 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:40:06,218 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:40:06,223 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:40:11,230 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:40:11,231 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-21 07:41:21,279 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-21 07:41:21,280 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:41:21,282 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:41:21,344 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:41:21,349 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:41:26,355 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:41:26,356 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-21 07:42:36,427 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:42:36,430 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-21 07:42:36,431 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,436 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,537 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,565 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,572 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:42:36,572 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a3:3d:b7 [ether] on eth0 2018-08-21 07:42:36,573 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-21 07:42:36,573 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,575 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,637 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,640 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,649 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:42:36,650 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-21 07:42:36,650 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,652 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,713 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,716 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,726 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-21 07:42:36,727 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,730 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,789 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,795 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,801 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:42:36,801 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a3:3d:b7 [ether] on eth0 2018-08-21 07:42:36,802 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-21 07:42:36,802 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,804 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,865 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,868 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:41,875 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:42:41,875 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-21 07:43:51,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-21 07:43:51,940 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:43:51,947 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:43:52,046 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:43:52,072 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:43:57,082 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:43: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.204. 2018-08-21 07:45:07,133 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:45:07,134 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.204: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:45:08,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/2114e0b6-f093-4647-afd2-f6ad1cabe9f6 1.169s 2018-08-21 07:45:08,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.44:9696/v2.0/floatingips/2114e0b6-f093-4647-afd2-f6ad1cabe9f6', u'date': 'Tue, 21 Aug 2018 07:45:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa0c518e-0584-42d8-958d-d5ebf003790b'} Body: 2018-08-21 07:45:10,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/remove_router_interface 1.885s 2018-08-21 07:45:10,193 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-349e4ea6-6803-4663-81dc-6e14fe276d3e'} Body: {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce", "subnet_ids": ["634c786e-d5a6-4536-b19d-2e8963fd20ce"], "port_id": "b16ba296-bfb0-4d94-b912-c0386b12739c", "id": "03b8ee13-6506-40f5-9ebc-648da212d202"} 2018-08-21 07:45:11,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202 1.769s 2018-08-21 07:45:11,964 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202', u'date': 'Tue, 21 Aug 2018 07:45:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1552a132-3d26-4a61-8e57-bd3104ca4295'} Body: 2018-08-21 07:45:12,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.499s 2018-08-21 07:45:12,465 63 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4'} Body: 2018-08-21 07:45:13,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.755s 2018-08-21 07:45:13,221 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-c56e0d38-4215-4569-a2f2-40f23dfe742a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c56e0d38-4215-4569-a2f2-40f23dfe742a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:12Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:14,777 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.540s 2018-08-21 07:45:14,778 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:15,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.052s 2018-08-21 07:45:15,848 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-98e074f9-8592-4b39-82ba-3185bbb0460c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-98e074f9-8592-4b39-82ba-3185bbb0460c'} Body: {"itemNotFound": {"message": "Instance 67df6cda-63bd-4283-87e4-8e35623d8ffa could not be found.", "code": 404}} 2018-08-21 07:45:17,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/e0e6d8af-c160-419e-848b-05956683463a 1.172s 2018-08-21 07:45:17,022 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/e0e6d8af-c160-419e-848b-05956683463a', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24fa0abe-87c9-431a-943c-4ed96fb89f54'} Body: 2018-08-21 07:45:17,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.183s 2018-08-21 07:45:17,207 63 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b'} Body: 2018-08-21 07:45:17,868 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.660s 2018-08-21 07:45:17,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': '1551', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-66b5e098-2bd7-4c8c-9607-76803a5cc260', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66b5e098-2bd7-4c8c-9607-76803a5cc260'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:19,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.351s 2018-08-21 07:45:19,235 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-c4bc2dd3-de75-4a95-b902-bd16a10132ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4bc2dd3-de75-4a95-b902-bd16a10132ce'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:20,294 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.044s 2018-08-21 07:45:20,295 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-afca9709-6d7f-4581-b9e2-15ac36c81b38', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-afca9709-6d7f-4581-b9e2-15ac36c81b38'} Body: {"itemNotFound": {"message": "Instance c0503d80-440b-4351-89d6-594d849b9d3e could not be found.", "code": 404}} 2018-08-21 07:45:20,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/dca2f61a-a47d-4130-8b3d-52797089f6e3 0.569s 2018-08-21 07:45:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/dca2f61a-a47d-4130-8b3d-52797089f6e3', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-519775a3-e86e-49da-92a7-a9a8488e2dd6'} Body: 2018-08-21 07:45:20,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1557993483 0.031s 2018-08-21 07:45:20,898 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1557993483', u'x-compute-request-id': 'req-a94cc87e-7855-46fc-abfb-fe6a19b10e59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94cc87e-7855-46fc-abfb-fe6a19b10e59'} Body: 2018-08-21 07:45:22,846 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/remove_router_interface 1.947s 2018-08-21 07:45:22,846 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "532e679c-fd06-4986-8050-67b22b628fea"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3743b180-3b1c-4749-9fae-c9c575fe476c'} Body: {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "532e679c-fd06-4986-8050-67b22b628fea", "subnet_ids": ["532e679c-fd06-4986-8050-67b22b628fea"], "port_id": "226e086f-bdb8-465f-8bc5-960901ed8133", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268"} 2018-08-21 07:45:24,625 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268 1.777s 2018-08-21 07:45:24,625 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268', u'date': 'Tue, 21 Aug 2018 07:45:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dc4785ad-d56a-4065-af5e-79cdedf6cf65'} Body: 2018-08-21 07:45:25,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/532e679c-fd06-4986-8050-67b22b628fea 1.315s 2018-08-21 07:45:25,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/532e679c-fd06-4986-8050-67b22b628fea', u'date': 'Tue, 21 Aug 2018 07:45:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e6682f7-f5d8-4359-bfda-26a08d474ded'} Body: 2018-08-21 07:45:28,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b2cf2f67-de95-4dae-af9b-c5ecf926a520 2.149s 2018-08-21 07:45:28,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b2cf2f67-de95-4dae-af9b-c5ecf926a520', u'date': 'Tue, 21 Aug 2018 07:45:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cfc85b13-119b-4c3a-ad22-28916e84507b'} Body: 2018-08-21 07:45:29,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/634c786e-d5a6-4536-b19d-2e8963fd20ce 1.016s 2018-08-21 07:45:29,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/634c786e-d5a6-4536-b19d-2e8963fd20ce', u'date': 'Tue, 21 Aug 2018 07:45:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a1fc0661-8031-4a16-9fa8-887eb12505ba'} Body: 2018-08-21 07:45:31,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e 2.025s 2018-08-21 07:45:31,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a9a4a34a-8708-4978-843c-5cd2461d9d43'} Body: 2018-08-21 07:45:31,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/00c011e6-3a63-453d-9112-eeb465eba622 0.311s 2018-08-21 07:45:31,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.44:9696/v2.0/security-groups/00c011e6-3a63-453d-9112-eeb465eba622', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ba4497d0-a5df-447a-a722-6bf4cef399df'} Body: 2018-08-21 07:45:31.740 63 INFO tempest.lib.common.rest_client [req-4a757d03-a34e-4b7d-b6cf-0074068e6190 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.265s 2018-08-21 07:45:31.741 63 DEBUG tempest.lib.common.rest_client [req-4a757d03-a34e-4b7d-b6cf-0074068e6190 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-624937638 description", "name": "tempest-secgroup-smoke-624937638"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a757d03-a34e-4b7d-b6cf-0074068e6190'} Body: {"security_group": {"description": "tempest-secgroup-smoke-624937638 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:31Z", "updated_at": "2018-08-21T07:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:45:31Z", "revision_number": 0, "id": "586e92c8-55c0-4af1-bd00-b691f2894631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:45:31Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:45:31Z", "revision_number": 0, "id": "e0f007ad-2196-4019-86fa-608f9faf26c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:45:31Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "name": "tempest-secgroup-smoke-624937638"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:32.187 63 INFO tempest.lib.common.rest_client [req-5628192a-ea1a-4728-b238-37b6e5376ab5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.444s 2018-08-21 07:45:32.188 63 DEBUG tempest.lib.common.rest_client [req-5628192a-ea1a-4728-b238-37b6e5376ab5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5628192a-ea1a-4728-b238-37b6e5376ab5'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8ce86028-eb2c-4ada-88bc-2ebbd6530dfc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:32.502 63 INFO tempest.lib.common.rest_client [req-4851967a-22c8-4f2f-831b-cf9eb298062a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.313s 2018-08-21 07:45:32.502 63 DEBUG tempest.lib.common.rest_client [req-4851967a-22c8-4f2f-831b-cf9eb298062a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4851967a-22c8-4f2f-831b-cf9eb298062a'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "136d2d2b-d482-4802-b721-0e60517a7c26"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:32.636 63 INFO tempest.lib.common.rest_client [req-abb3bcec-7533-4c00-a635-25e01dd34a9a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.132s 2018-08-21 07:45:32.636 63 DEBUG tempest.lib.common.rest_client [req-abb3bcec-7533-4c00-a635-25e01dd34a9a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abb3bcec-7533-4c00-a635-25e01dd34a9a'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "12805ca4-ab9d-4f3c-9195-47356c2b378b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:32.818 63 INFO tempest.lib.common.rest_client [req-7ee881f1-992e-44aa-bbe0-55c33658c7d6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.180s 2018-08-21 07:45:32.818 63 DEBUG tempest.lib.common.rest_client [req-7ee881f1-992e-44aa-bbe0-55c33658c7d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ee881f1-992e-44aa-bbe0-55c33658c7d6'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e66ed41e-0630-44ed-8c6b-95b39ce0a2cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:32.981 63 INFO tempest.lib.common.rest_client [req-e7910427-e6a0-42b1-b44e-178265a1973e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:45:32.981 63 DEBUG tempest.lib.common.rest_client [req-e7910427-e6a0-42b1-b44e-178265a1973e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e7910427-e6a0-42b1-b44e-178265a1973e'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3fb7fffd-d197-4026-9f6c-d1cb35da756f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:33.430 63 INFO tempest.lib.common.rest_client [req-40b9b417-e15f-472f-8924-096d474d4a30 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.447s 2018-08-21 07:45:33.430 63 DEBUG tempest.lib.common.rest_client [req-40b9b417-e15f-472f-8924-096d474d4a30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40b9b417-e15f-472f-8924-096d474d4a30'} 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-21T07:45:33Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1ea75cf4-4b72-4b8c-8634-3f182895b8f8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:33.882 63 INFO tempest.lib.common.rest_client [req-822e934c-e488-4f08-81d0-2fde2d4c6928 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.451s 2018-08-21 07:45:33.883 63 DEBUG tempest.lib.common.rest_client [req-822e934c-e488-4f08-81d0-2fde2d4c6928 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-822e934c-e488-4f08-81d0-2fde2d4c6928'} 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-21T07:45:33Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ad5c49cb-b8eb-498f-b433-d42b1fae14dd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:34.391 63 INFO tempest.lib.common.rest_client [req-101d4a11-7ce8-4dd5-87bb-52e6980828fd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.507s 2018-08-21 07:45:34.392 63 DEBUG tempest.lib.common.rest_client [req-101d4a11-7ce8-4dd5-87bb-52e6980828fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-101d4a11-7ce8-4dd5-87bb-52e6980828fd'} 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-21T07:45:34Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1150b5de-27a0-442e-9fa5-95174c93b7e1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:34.627 63 INFO tempest.lib.common.rest_client [req-a511147e-abda-4fca-be46-20aded07c8aa ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/networks 0.234s 2018-08-21 07:45:34.628 63 DEBUG tempest.lib.common.rest_client [req-a511147e-abda-4fca-be46-20aded07c8aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1471564465"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:45:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a511147e-abda-4fca-be46-20aded07c8aa'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:45:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","name":"tempest-A-1471564465"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:35.162 63 INFO tempest.lib.common.rest_client [req-4d0ed63d-0e5e-4cc6-8dac-3b768680f3b1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.534s 2018-08-21 07:45:35.163 63 DEBUG tempest.lib.common.rest_client [req-4d0ed63d-0e5e-4cc6-8dac-3b768680f3b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "name": "tempest-subnet-A-1-707625915"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d0ed63d-0e5e-4cc6-8dac-3b768680f3b1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:34Z","dns_nameservers":[],"updated_at":"2018-08-21T07:45:34Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"690099fb-995f-4788-90c0-52763bb9faf8","subnetpool_id":null,"name":"tempest-subnet-A-1-707625915"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:35.681 63 INFO tempest.lib.common.rest_client [req-eeeb35d1-91ee-4e77-acce-a07900844696 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/networks 0.517s 2018-08-21 07:45:35.681 63 DEBUG tempest.lib.common.rest_client [req-eeeb35d1-91ee-4e77-acce-a07900844696 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1960730315"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eeeb35d1-91ee-4e77-acce-a07900844696'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:45:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","name":"tempest-B-1960730315"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:36.682 63 INFO tempest.lib.common.rest_client [req-be915a0d-47e8-49b8-82e5-b614f82d9103 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.000s 2018-08-21 07:45:36.683 63 DEBUG tempest.lib.common.rest_client [req-be915a0d-47e8-49b8-82e5-b614f82d9103 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "name": "tempest-subnet-B-1-1045977846"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:45:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be915a0d-47e8-49b8-82e5-b614f82d9103'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:36Z","dns_nameservers":[],"updated_at":"2018-08-21T07:45:36Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"80da9a02-8d08-4940-8df2-7070d175fb2d","subnetpool_id":null,"name":"tempest-subnet-B-1-1045977846"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:36.997 63 INFO tempest.lib.common.rest_client [req-e957a638-e51d-41a6-a19d-2675c131b2bd ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.313s 2018-08-21 07:45:36.998 63 DEBUG tempest.lib.common.rest_client [req-e957a638-e51d-41a6-a19d-2675c131b2bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:45:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e957a638-e51d-41a6-a19d-2675c131b2bd'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "d077ef46-8a54-489a-a9a1-fa4eafc4d19a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:37.510 63 INFO tempest.lib.common.rest_client [req-9dd74308-b8e3-4887-913f-cdfe433a69a5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations 0.512s 2018-08-21 07:45:37.511 63 DEBUG tempest.lib.common.rest_client [req-9dd74308-b8e3-4887-913f-cdfe433a69a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations', u'date': 'Tue, 21 Aug 2018 07:45:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9dd74308-b8e3-4887-913f-cdfe433a69a5'} Body: {"network_association": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "id": "ffb2e7c0-1b10-4c99-a087-d1787d2c6b9c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:38.082 63 INFO tempest.lib.common.rest_client [req-b0c653ae-aa4c-439c-9097-c58896a99c72 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations 0.570s 2018-08-21 07:45:38.082 63 DEBUG tempest.lib.common.rest_client [req-b0c653ae-aa4c-439c-9097-c58896a99c72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations', u'date': 'Tue, 21 Aug 2018 07:45:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0c653ae-aa4c-439c-9097-c58896a99c72'} Body: {"network_association": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "id": "dd73eecc-62c7-46cb-a8ac-ddcb18b91f07"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:38.083 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-21 07:45:38.324 63 INFO tempest.lib.common.rest_client [req-afdeb9e9-2851-44b5-96aa-e88c9efe4168 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/routers 0.241s 2018-08-21 07:45:38.325 63 DEBUG tempest.lib.common.rest_client [req-afdeb9e9-2851-44b5-96aa-e88c9efe4168 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--115579190", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:45:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afdeb9e9-2851-44b5-96aa-e88c9efe4168'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:45:38Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d274c003-d4d1-411c-aa32-97c233e339ec", "name": "tempest-router--115579190"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:39.832 63 INFO tempest.lib.common.rest_client [req-4188ef8b-e092-4fcb-9623-d5542eb2310f ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec 1.506s 2018-08-21 07:45:39.833 63 DEBUG tempest.lib.common.rest_client [req-4188ef8b-e092-4fcb-9623-d5542eb2310f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec', u'date': 'Tue, 21 Aug 2018 07:45:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4188ef8b-e092-4fcb-9623-d5542eb2310f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:45:39Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d274c003-d4d1-411c-aa32-97c233e339ec", "name": "tempest-router--115579190"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:41.852 63 INFO tempest.lib.common.rest_client [req-ea21256c-751d-4968-a72b-360dd25206a2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/add_router_interface 2.018s 2018-08-21 07:45:41.853 63 DEBUG tempest.lib.common.rest_client [req-ea21256c-751d-4968-a72b-360dd25206a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea21256c-751d-4968-a72b-360dd25206a2'} Body: {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d", "subnet_ids": ["80da9a02-8d08-4940-8df2-7070d175fb2d"], "port_id": "e968143c-0d45-4c2d-a78a-0b48a7ec777a", "id": "d274c003-d4d1-411c-aa32-97c233e339ec"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:41.979 63 INFO tempest.lib.common.rest_client [req-91f46362-0f1a-4f1a-9bee-98e49995691f ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.125s 2018-08-21 07:45:41.979 63 DEBUG tempest.lib.common.rest_client [req-91f46362-0f1a-4f1a-9bee-98e49995691f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1916614605"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-91f46362-0f1a-4f1a-9bee-98e49995691f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-91f46362-0f1a-4f1a-9bee-98e49995691f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdR5NlEmMLQlnrA4Chw12WasQK4j6FspRR+XFA3N7GFKBlwBFh1fnibssK1BT6NBBcK0mWiMaX/e+3ccbkS0yEUEjM3nsi9mIeK2t2IWsWjnQLw8zN3zDM/hFAnlZxPzGgAksJcppNgdM3pmiWkpRnlAuyKP4LUjT0JumIybiXciAXKSaHTpxri/Q2xPR1jjZcyQ0hktlFIUniWUXXYOVKBacOY4gCnBN4x6PERWTS/TkRQvOF0VYEesJyqmm31ttqPwoweD98tPcgbttfuNmZjoZXBM3azMG7T/F5c3Lgvaw2TZt8v/OswsCEsmlEfDIZcLk1XRaNZtp7WEqvxTZ9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3UeTZRJjC0JZ6wOAocNdlmrECuI+hbKUUflxQNzexhSgZcAR\nYdX54m7LCtQU+jQQXCtJlojGl/3vt3HG5EtMhFBIzN57IvZiHitrdiFrFo50C8PM\nzd8wzP4RQJ5WcT8xoAJLCXKaTYHTN6ZolpKUZ5QLsij+C1I09CbpiMm4l3IgFykm\nh06ca4v0NsT0dY42XMkNIZLZRSFJ4llF12DlSgWnDmOIApwTeMejxEVk0v05EULz\nhdFWBHrCcqppt9bbaj8KMHg/fLT3IG7bX7jZmY6GVwTN2szBu0/xeXNy4L2sNk2b\nfL/zrMLAhLJpRHwyGXC5NV0WjWbae1hKr8U2fQIDAQABAoIBADEMj5iE1d2GDKZy\ndU3mH1WbPu9mrRM3vXbaQwdsrhjcM526UGAObUCK7Iju7+NyLPoxQjOTB+pjCILy\nPnMWWdSucySuYD8kvCUR3NUnnTQ3yXNeKISt54RZAPwA3QpnRpnASF/Evn1VvLsG\nMQLHZQv8ngcU3RMnWsOP6I5AoKE46m4VFJR/e6nj7KPFxxo7SXw+6MmVPSs/prKA\n+H6G/6b+MdzVaXohXk6Y8krlslmULZg7OV9RsScZKjhqctZMdn1YFLRu01Ae2Nuz\nPe/q0wZJksqXbI5dZrE2EdAkuL4rtrVI3YVilL7vQqUZzgbe6JVA7XEngEkSf6r4\nONQQ2oUCgYEA7kedMq7zZiMND+qD2KDaJdYv7CeCxMg6/ERjEq6Ijg/pLiAVeE1k\na9nJyqNlCD5fK67wPAF6mMaGW0KaD2to6wdNqJXSPKDTHskahD7fSFTM1pc+pxYm\niRTesY8Co5jXaz8dBYtLNSQzzGeXOjLuw3uVbCeSf0uFma4HEZ1EmGMCgYEA7bxP\ny7V2gZg1d7tbHxvEedhgZuBDYhIO9Xwh9MkGDMpRUwrUp8wBflmgImeqZcrL/Z9a\nP6PdNQZeQUWWLCZpqRb/g3cYR22v0MoDlV4ghB7OG+CDOBg7n2U1Z1nSeYzLeEzA\n/JtMbAi5yIb5MCY0/r899NE5bX/3ntgjrDYxe58CgYEAj0xIMHPgcxs/PsQleID7\n0GdoOJhmX1ufhZjHEDQgcXcGH7Qx1UCN1QKMBa6QEw4XhBjX5u5owTobEQUTy5Qn\n67hfrrQzVDzP2qLMrJ13AHPnIGKizi9XC3eemZ/M0YAYhSnWlT/5AcN81z+xRdHd\nn3hSG1INGzra5Now7BntZ8sCgYBpuExj8pZ4mw9r501mUBrXdHmqRiCxBAbS9BjF\nmn+uQGpZ238l/3rKjWDA7AjCq6R7bNndYymD4wkXTbKyf4KNR0TpWZTabtS4rJ1b\nVzhuiKRvkS/JSj15bLCK/U6z7wCsxrUroIQjpt23Zw55cwQuJS2QKVq4byfW45c5\nhgALUQKBgBb/3IBSGLUtNCv5lEked17/LmZgsClTvNVfIpeNO02+6riI33b+nY7w\n+ED1/EcROiYoppr9ZqNZpbFgTz0SQhpVvmyUE7nwHmk3PRvmPPIiccnU15LeYPTb\nSZ5pvPW24aNRpOswRlOpgo7TywkTyzaY5xomB+S5L2dchCQYDGbi\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1916614605", "fingerprint": "a2:fc:bb:51:88:ad:b7:d2:34:54:a7:b3:c0:01:5c:29"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:42.769 63 INFO tempest.lib.common.rest_client [req-3bc8c720-3ba0-47ae-a02e-c672d5f56cee ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/ports 0.786s 2018-08-21 07:45:42.770 63 DEBUG tempest.lib.common.rest_client [req-3bc8c720-3ba0-47ae-a02e-c672d5f56cee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-223300364", "security_groups": ["8a88ade3-79a4-429f-91ac-dd1047b7b197"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:45:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bc8c720-3ba0-47ae-a02e-c672d5f56cee'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:45:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:45:42Z","name":"tempest-port-smoke-223300364","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bc:e9:0c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"690099fb-995f-4788-90c0-52763bb9faf8","ip_address":"10.101.11.10"}],"id":"23858de4-1a38-4c05-80fb-913372f85685","security_groups":["8a88ade3-79a4-429f-91ac-dd1047b7b197"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:44.693 63 INFO tempest.lib.common.rest_client [req-55e4814a-f4a8-453a-bac2-d83b98fc79c1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.44:8774/v2.1/servers 1.921s 2018-08-21 07:45:44.693 63 DEBUG tempest.lib.common.rest_client [req-55e4814a-f4a8-453a-bac2-d83b98fc79c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1916614605", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "port": "23858de4-1a38-4c05-80fb-913372f85685"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-55e4814a-f4a8-453a-bac2-d83b98fc79c1', 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55e4814a-f4a8-453a-bac2-d83b98fc79c1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "adminPass": "2qVtNRgyKDaN"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:45.095 63 INFO tempest.lib.common.rest_client [req-d88acb4d-5b20-4410-875e-ca1eabd21df0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.398s 2018-08-21 07:45:45.096 63 DEBUG tempest.lib.common.rest_client [req-d88acb4d-5b20-4410-875e-ca1eabd21df0 ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-d88acb4d-5b20-4410-875e-ca1eabd21df0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d88acb4d-5b20-4410-875e-ca1eabd21df0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:45:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:46.479 63 INFO tempest.lib.common.rest_client [req-340bdad7-459d-4987-bbca-5843ecdcd571 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.368s 2018-08-21 07:45:46.480 63 DEBUG tempest.lib.common.rest_client [req-340bdad7-459d-4987-bbca-5843ecdcd571 ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-340bdad7-459d-4987-bbca-5843ecdcd571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-340bdad7-459d-4987-bbca-5843ecdcd571'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:46.493 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:45:47.862 63 INFO tempest.lib.common.rest_client [req-e9a6790f-2131-438d-b60c-a87ed7efbbfe ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.366s 2018-08-21 07:45:47.863 63 DEBUG tempest.lib.common.rest_client [req-e9a6790f-2131-438d-b60c-a87ed7efbbfe ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-e9a6790f-2131-438d-b60c-a87ed7efbbfe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9a6790f-2131-438d-b60c-a87ed7efbbfe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:47.881 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:45:49.317 63 INFO tempest.lib.common.rest_client [req-3e1f03c0-4280-4c70-8935-19be22e6168f ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.433s 2018-08-21 07:45:49.318 63 DEBUG tempest.lib.common.rest_client [req-3e1f03c0-4280-4c70-8935-19be22e6168f ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-3e1f03c0-4280-4c70-8935-19be22e6168f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e1f03c0-4280-4c70-8935-19be22e6168f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:50.673 63 INFO tempest.lib.common.rest_client [req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.340s 2018-08-21 07:45:50.673 63 DEBUG tempest.lib.common.rest_client [req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873 ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:50.698 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:45:51.123 63 INFO tempest.lib.common.rest_client [req-da9b38df-775f-45d4-a657-1d50dcd531f5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.424s 2018-08-21 07:45:51.124 63 DEBUG tempest.lib.common.rest_client [req-da9b38df-775f-45d4-a657-1d50dcd531f5 ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-da9b38df-775f-45d4-a657-1d50dcd531f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da9b38df-775f-45d4-a657-1d50dcd531f5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:51.137 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 96256c0c-d750-4bfc-87b8-0caffe3f1405 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:45:51.998 63 INFO tempest.lib.common.rest_client [req-b4f86212-67ea-4c2a-a731-ac7a1d4e3f24 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/ports 0.859s 2018-08-21 07:45:51.998 63 DEBUG tempest.lib.common.rest_client [req-b4f86212-67ea-4c2a-a731-ac7a1d4e3f24 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2026793448", "security_groups": ["8a88ade3-79a4-429f-91ac-dd1047b7b197"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:45:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4f86212-67ea-4c2a-a731-ac7a1d4e3f24'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:45:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:45:51Z","name":"tempest-port-smoke-2026793448","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:a2:62","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"80da9a02-8d08-4940-8df2-7070d175fb2d","ip_address":"10.102.21.20"}],"id":"43321a02-b636-4b2d-ba26-9b568a0712d3","security_groups":["8a88ade3-79a4-429f-91ac-dd1047b7b197"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:53.648 63 INFO tempest.lib.common.rest_client [req-600cfdb4-0bf3-4c78-b83e-710208851adc ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.44:8774/v2.1/servers 1.648s 2018-08-21 07:45:53.648 63 DEBUG tempest.lib.common.rest_client [req-600cfdb4-0bf3-4c78-b83e-710208851adc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1916614605", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "port": "43321a02-b636-4b2d-ba26-9b568a0712d3"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-600cfdb4-0bf3-4c78-b83e-710208851adc', 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-600cfdb4-0bf3-4c78-b83e-710208851adc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ae124e63-e612-4693-af52-b8332c55ad84", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "adminPass": "dLuZvtz3zLJZ"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:53.713 63 INFO tempest.lib.common.rest_client [req-038247e2-b801-4e60-bcb9-99915991b7ea ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.059s 2018-08-21 07:45:53.713 63 DEBUG tempest.lib.common.rest_client [req-038247e2-b801-4e60-bcb9-99915991b7ea ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-038247e2-b801-4e60-bcb9-99915991b7ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-038247e2-b801-4e60-bcb9-99915991b7ea'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:45:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:55.000 63 INFO tempest.lib.common.rest_client [req-d448c586-f2bf-47c2-9d78-3183349f1121 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.269s 2018-08-21 07:45:55.001 63 DEBUG tempest.lib.common.rest_client [req-d448c586-f2bf-47c2-9d78-3183349f1121 ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-d448c586-f2bf-47c2-9d78-3183349f1121', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d448c586-f2bf-47c2-9d78-3183349f1121'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:55.014 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:45:56.172 63 INFO tempest.lib.common.rest_client [req-fda39dd3-018f-486f-b988-03859485085a ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.156s 2018-08-21 07:45:56.173 63 DEBUG tempest.lib.common.rest_client [req-fda39dd3-018f-486f-b988-03859485085a ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-fda39dd3-018f-486f-b988-03859485085a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda39dd3-018f-486f-b988-03859485085a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:56.197 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:45:57.366 63 INFO tempest.lib.common.rest_client [req-127703c8-68c6-410e-8f70-40fb52e3d832 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.166s 2018-08-21 07:45:57.366 63 DEBUG tempest.lib.common.rest_client [req-127703c8-68c6-410e-8f70-40fb52e3d832 ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-127703c8-68c6-410e-8f70-40fb52e3d832', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-127703c8-68c6-410e-8f70-40fb52e3d832'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:45:58.717 63 INFO tempest.lib.common.rest_client [req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.335s 2018-08-21 07:45:58.718 63 DEBUG tempest.lib.common.rest_client [req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156 ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:46:00.152 63 INFO tempest.lib.common.rest_client [req-14d65b51-bb22-4b93-9e10-f8035e5285b6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.419s 2018-08-21 07:46:00.153 63 DEBUG tempest.lib.common.rest_client [req-14d65b51-bb22-4b93-9e10-f8035e5285b6 ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-14d65b51-bb22-4b93-9e10-f8035e5285b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-14d65b51-bb22-4b93-9e10-f8035e5285b6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:46:00.168 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 07:46:00.331 63 INFO tempest.lib.common.rest_client [req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.162s 2018-08-21 07:46:00.332 63 DEBUG tempest.lib.common.rest_client [req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8 ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:46:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:46:00.345 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: ae124e63-e612-4693-af52-b8332c55ad84 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-21 07:46:00.645 63 INFO tempest.lib.common.rest_client [req-21b2d619-5571-4860-8ab7-d1a2eef2a4e1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/routers 0.299s 2018-08-21 07:46:00.646 63 DEBUG tempest.lib.common.rest_client [req-21b2d619-5571-4860-8ab7-d1a2eef2a4e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--788521134", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:46:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21b2d619-5571-4860-8ab7-d1a2eef2a4e1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:00Z", "admin_state_up": true, "updated_at": "2018-08-21T07:46:00Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "457162ad-3b7e-4345-b6e2-c529284965f7", "name": "tempest-router--788521134"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:46:02.319 63 INFO tempest.lib.common.rest_client [req-59fa98dc-7404-46fa-8d97-c717c98d2cec ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7 1.672s 2018-08-21 07:46:02.319 63 DEBUG tempest.lib.common.rest_client [req-59fa98dc-7404-46fa-8d97-c717c98d2cec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7', u'date': 'Tue, 21 Aug 2018 07:46:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59fa98dc-7404-46fa-8d97-c717c98d2cec'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:00Z", "admin_state_up": true, "updated_at": "2018-08-21T07:46:01Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "457162ad-3b7e-4345-b6e2-c529284965f7", "name": "tempest-router--788521134"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:46:04.359 63 INFO tempest.lib.common.rest_client [req-34b63933-49b0-41b4-a397-17969a785e04 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/add_router_interface 2.039s 2018-08-21 07:46:04.360 63 DEBUG tempest.lib.common.rest_client [req-34b63933-49b0-41b4-a397-17969a785e04 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:46:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34b63933-49b0-41b4-a397-17969a785e04'} Body: {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8", "subnet_ids": ["690099fb-995f-4788-90c0-52763bb9faf8"], "port_id": "901af3f6-bfc4-4dc3-8ff0-967a7c14a1e8", "id": "457162ad-3b7e-4345-b6e2-c529284965f7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:46:06.175 63 INFO tempest.lib.common.rest_client [req-8760e24f-3e9b-41d4-811a-d37add6742af ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.814s 2018-08-21 07:46:06.175 63 DEBUG tempest.lib.common.rest_client [req-8760e24f-3e9b-41d4-811a-d37add6742af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "23858de4-1a38-4c05-80fb-913372f85685"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:46:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8760e24f-3e9b-41d4-811a-d37add6742af'} Body: {"floatingip": {"router_id": "457162ad-3b7e-4345-b6e2-c529284965f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:46:05Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "23858de4-1a38-4c05-80fb-913372f85685", "id": "f6e7c295-2006-4a97-bac9-6bf497f4d287", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:05Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:46:06.178 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:46:09.186 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:46:09.250 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:46:09.283 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:46:09.398 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-21 07:46:09.398 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:46:09.400 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:46:09.464 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:46:09.465 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:46:14.472 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:46:14.473 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:47:24.515 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-21 07:47:24.516 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:47:24.521 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:47:24.583 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:47:24.585 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:47:29.592 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:47:29.593 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:48:39.663 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-21 07:48:39.664 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-21 07:48:39.664 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39.670 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39.767 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:48:39.796 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39.803 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:48:39.803 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:fb:0c:12 [ether] on eth0 2018-08-21 07:48:39.804 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-21 07:48:39.804 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39.806 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39.867 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:48:39.870 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39.879 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-21 07:48:39.880 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-21 07:48:39.880 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39.883 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39.942 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:48:39.946 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39.952 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-21 07:48:39.953 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39.954 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:40.014 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:48:40.019 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:40.024 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-21 07:48:40.024 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:fb:0c:12 [ether] on eth0 2018-08-21 07:48:40.025 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-21 07:48:40.025 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:40.027 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:40.087 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:48:40.091 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:45.099 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:48:45.099 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:49:55.169 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-21 07:49:55.170 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:49:55.176 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:49:55.281 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-21 07:49:55.283 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:50:00.291 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:50:00.292 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-21 07:51:10.362 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-21 07:51:10.367 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.212: 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:51:12.004 63 INFO tempest.lib.common.rest_client [req-e125faf6-d4ae-4d80-a66d-6ec3c94dd72b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/f6e7c295-2006-4a97-bac9-6bf497f4d287 1.632s 2018-08-21 07:51:12.005 63 DEBUG tempest.lib.common.rest_client [req-e125faf6-d4ae-4d80-a66d-6ec3c94dd72b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/f6e7c295-2006-4a97-bac9-6bf497f4d287', u'date': 'Tue, 21 Aug 2018 07:51:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e125faf6-d4ae-4d80-a66d-6ec3c94dd72b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:13.776 63 INFO tempest.lib.common.rest_client [req-985defd7-588b-4c3d-8f43-a661b0308413 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/remove_router_interface 1.770s 2018-08-21 07:51:13.777 63 DEBUG tempest.lib.common.rest_client [req-985defd7-588b-4c3d-8f43-a661b0308413 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:51:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-985defd7-588b-4c3d-8f43-a661b0308413'} Body: {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8", "subnet_ids": ["690099fb-995f-4788-90c0-52763bb9faf8"], "port_id": "901af3f6-bfc4-4dc3-8ff0-967a7c14a1e8", "id": "457162ad-3b7e-4345-b6e2-c529284965f7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:15.842 63 INFO tempest.lib.common.rest_client [req-047e7dcc-0a4a-4cf3-8930-6067a09dd83f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7 2.064s 2018-08-21 07:51:15.843 63 DEBUG tempest.lib.common.rest_client [req-047e7dcc-0a4a-4cf3-8930-6067a09dd83f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7', u'date': 'Tue, 21 Aug 2018 07:51:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-047e7dcc-0a4a-4cf3-8930-6067a09dd83f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:16.272 63 INFO tempest.lib.common.rest_client [req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.428s 2018-08-21 07:51:16.273 63 DEBUG tempest.lib.common.rest_client [req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:16.959 63 INFO tempest.lib.common.rest_client [req-aa7b1025-de43-44cd-8c2d-76356f15ff32 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.685s 2018-08-21 07:51:16.959 63 DEBUG tempest.lib.common.rest_client [req-aa7b1025-de43-44cd-8c2d-76356f15ff32 ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-aa7b1025-de43-44cd-8c2d-76356f15ff32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa7b1025-de43-44cd-8c2d-76356f15ff32'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:51:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:18.050 63 INFO tempest.lib.common.rest_client [req-bd02d036-fd1d-4dbf-880e-edf18c77387f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.073s 2018-08-21 07:51:18.051 63 DEBUG tempest.lib.common.rest_client [req-bd02d036-fd1d-4dbf-880e-edf18c77387f ] 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-bd02d036-fd1d-4dbf-880e-edf18c77387f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bd02d036-fd1d-4dbf-880e-edf18c77387f'} Body: {"itemNotFound": {"message": "Instance ae124e63-e612-4693-af52-b8332c55ad84 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:19.096 63 INFO tempest.lib.common.rest_client [req-b1c8dad0-a3d4-4238-a716-5324d1c9df8e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/43321a02-b636-4b2d-ba26-9b568a0712d3 1.043s 2018-08-21 07:51:19.096 63 DEBUG tempest.lib.common.rest_client [req-b1c8dad0-a3d4-4238-a716-5324d1c9df8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/43321a02-b636-4b2d-ba26-9b568a0712d3', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b1c8dad0-a3d4-4238-a716-5324d1c9df8e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:19.375 63 INFO tempest.lib.common.rest_client [req-41adb80a-9898-4c19-9932-b4c2d49f8216 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.278s 2018-08-21 07:51:19.375 63 DEBUG tempest.lib.common.rest_client [req-41adb80a-9898-4c19-9932-b4c2d49f8216 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-41adb80a-9898-4c19-9932-b4c2d49f8216', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41adb80a-9898-4c19-9932-b4c2d49f8216'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:20.167 63 INFO tempest.lib.common.rest_client [req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.791s 2018-08-21 07:51:20.168 63 DEBUG tempest.lib.common.rest_client [req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:51:19Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:21.237 63 INFO tempest.lib.common.rest_client [req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.047s 2018-08-21 07:51:21.237 63 DEBUG tempest.lib.common.rest_client [req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6 ] 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6'} Body: {"itemNotFound": {"message": "Instance 96256c0c-d750-4bfc-87b8-0caffe3f1405 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:22.183 63 INFO tempest.lib.common.rest_client [req-af96f8fc-500e-4b6c-a90d-888cfa2d75ad ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/23858de4-1a38-4c05-80fb-913372f85685 0.945s 2018-08-21 07:51:22.184 63 DEBUG tempest.lib.common.rest_client [req-af96f8fc-500e-4b6c-a90d-888cfa2d75ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/23858de4-1a38-4c05-80fb-913372f85685', u'date': 'Tue, 21 Aug 2018 07:51:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-af96f8fc-500e-4b6c-a90d-888cfa2d75ad'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:22.301 63 INFO tempest.lib.common.rest_client [req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1916614605 0.116s 2018-08-21 07:51:22.301 63 DEBUG tempest.lib.common.rest_client [req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6 ] 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1916614605', u'x-compute-request-id': 'req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:24.386 63 INFO tempest.lib.common.rest_client [req-819d45e1-3cf5-40fd-96ac-04436a2ff35e ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/remove_router_interface 2.083s 2018-08-21 07:51:24.386 63 DEBUG tempest.lib.common.rest_client [req-819d45e1-3cf5-40fd-96ac-04436a2ff35e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-819d45e1-3cf5-40fd-96ac-04436a2ff35e'} Body: {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d", "subnet_ids": ["80da9a02-8d08-4940-8df2-7070d175fb2d"], "port_id": "e968143c-0d45-4c2d-a78a-0b48a7ec777a", "id": "d274c003-d4d1-411c-aa32-97c233e339ec"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:25.937 63 INFO tempest.lib.common.rest_client [req-52936d3f-b535-4565-b5d4-fa8aa26bb3b0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec 1.549s 2018-08-21 07:51:25.937 63 DEBUG tempest.lib.common.rest_client [req-52936d3f-b535-4565-b5d4-fa8aa26bb3b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec', u'date': 'Tue, 21 Aug 2018 07:51:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-52936d3f-b535-4565-b5d4-fa8aa26bb3b0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:27.590 63 INFO tempest.lib.common.rest_client [req-84e4cba8-3da4-46ab-a538-73e2dfd194b4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/80da9a02-8d08-4940-8df2-7070d175fb2d 1.651s 2018-08-21 07:51:27.591 63 DEBUG tempest.lib.common.rest_client [req-84e4cba8-3da4-46ab-a538-73e2dfd194b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/80da9a02-8d08-4940-8df2-7070d175fb2d', u'date': 'Tue, 21 Aug 2018 07:51:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-84e4cba8-3da4-46ab-a538-73e2dfd194b4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:29.754 63 INFO tempest.lib.common.rest_client [req-ebebbcc1-116e-4c24-9c7d-f4c68ea9c551 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc 2.162s 2018-08-21 07:51:29.754 63 DEBUG tempest.lib.common.rest_client [req-ebebbcc1-116e-4c24-9c7d-f4c68ea9c551 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc', u'date': 'Tue, 21 Aug 2018 07:51:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ebebbcc1-116e-4c24-9c7d-f4c68ea9c551'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:31.042 63 INFO tempest.lib.common.rest_client [req-3a37e63e-3816-4dc3-baa9-d99d21f4e396 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/690099fb-995f-4788-90c0-52763bb9faf8 1.286s 2018-08-21 07:51:31.043 63 DEBUG tempest.lib.common.rest_client [req-3a37e63e-3816-4dc3-baa9-d99d21f4e396 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/690099fb-995f-4788-90c0-52763bb9faf8', u'date': 'Tue, 21 Aug 2018 07:51:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3a37e63e-3816-4dc3-baa9-d99d21f4e396'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:32.955 63 INFO tempest.lib.common.rest_client [req-8bc7302b-9461-4878-a2b6-06b7617fcf33 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/71d5e405-f22b-4d5b-a57d-4a5a1c6502ac 1.910s 2018-08-21 07:51:32.956 63 DEBUG tempest.lib.common.rest_client [req-8bc7302b-9461-4878-a2b6-06b7617fcf33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/71d5e405-f22b-4d5b-a57d-4a5a1c6502ac', u'date': 'Tue, 21 Aug 2018 07:51:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8bc7302b-9461-4878-a2b6-06b7617fcf33'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:33.199 63 INFO tempest.lib.common.rest_client [req-ef6df6fa-7c3f-4681-9879-37a9f941c6e3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/8a88ade3-79a4-429f-91ac-dd1047b7b197 0.242s 2018-08-21 07:51:33.200 63 DEBUG tempest.lib.common.rest_client [req-ef6df6fa-7c3f-4681-9879-37a9f941c6e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/8a88ade3-79a4-429f-91ac-dd1047b7b197', u'date': 'Tue, 21 Aug 2018 07:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef6df6fa-7c3f-4681-9879-37a9f941c6e3'} 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 [361.727244s] ... 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-21 07:45:31,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.265s 2018-08-21 07:45:31,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-624937638 description", "name": "tempest-secgroup-smoke-624937638"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a757d03-a34e-4b7d-b6cf-0074068e6190'} Body: {"security_group": {"description": "tempest-secgroup-smoke-624937638 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:31Z", "updated_at": "2018-08-21T07:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:45:31Z", "revision_number": 0, "id": "586e92c8-55c0-4af1-bd00-b691f2894631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:45:31Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:45:31Z", "revision_number": 0, "id": "e0f007ad-2196-4019-86fa-608f9faf26c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:45:31Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "name": "tempest-secgroup-smoke-624937638"}} 2018-08-21 07:45:32,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.444s 2018-08-21 07:45:32,188 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5628192a-ea1a-4728-b238-37b6e5376ab5'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8ce86028-eb2c-4ada-88bc-2ebbd6530dfc"}} 2018-08-21 07:45:32,502 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.313s 2018-08-21 07:45:32,502 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4851967a-22c8-4f2f-831b-cf9eb298062a'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "136d2d2b-d482-4802-b721-0e60517a7c26"}} 2018-08-21 07:45:32,636 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.132s 2018-08-21 07:45:32,636 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abb3bcec-7533-4c00-a635-25e01dd34a9a'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "12805ca4-ab9d-4f3c-9195-47356c2b378b"}} 2018-08-21 07:45:32,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.180s 2018-08-21 07:45:32,818 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ee881f1-992e-44aa-bbe0-55c33658c7d6'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e66ed41e-0630-44ed-8c6b-95b39ce0a2cc"}} 2018-08-21 07:45:32,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:45:32,981 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e7910427-e6a0-42b1-b44e-178265a1973e'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3fb7fffd-d197-4026-9f6c-d1cb35da756f"}} 2018-08-21 07:45:33,430 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.447s 2018-08-21 07:45:33,430 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40b9b417-e15f-472f-8924-096d474d4a30'} 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-21T07:45:33Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1ea75cf4-4b72-4b8c-8634-3f182895b8f8"}} 2018-08-21 07:45:33,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.451s 2018-08-21 07:45:33,883 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-822e934c-e488-4f08-81d0-2fde2d4c6928'} 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-21T07:45:33Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ad5c49cb-b8eb-498f-b433-d42b1fae14dd"}} 2018-08-21 07:45:34,391 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.507s 2018-08-21 07:45:34,392 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-101d4a11-7ce8-4dd5-87bb-52e6980828fd'} 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-21T07:45:34Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1150b5de-27a0-442e-9fa5-95174c93b7e1"}} 2018-08-21 07:45:34,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/networks 0.234s 2018-08-21 07:45:34,628 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1471564465"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:45:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a511147e-abda-4fca-be46-20aded07c8aa'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:45:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","name":"tempest-A-1471564465"}} 2018-08-21 07:45:35,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.534s 2018-08-21 07:45:35,163 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "name": "tempest-subnet-A-1-707625915"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d0ed63d-0e5e-4cc6-8dac-3b768680f3b1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:34Z","dns_nameservers":[],"updated_at":"2018-08-21T07:45:34Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"690099fb-995f-4788-90c0-52763bb9faf8","subnetpool_id":null,"name":"tempest-subnet-A-1-707625915"}} 2018-08-21 07:45:35,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/networks 0.517s 2018-08-21 07:45:35,681 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1960730315"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eeeb35d1-91ee-4e77-acce-a07900844696'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:45:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","name":"tempest-B-1960730315"}} 2018-08-21 07:45:36,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.000s 2018-08-21 07:45:36,683 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "name": "tempest-subnet-B-1-1045977846"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:45:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be915a0d-47e8-49b8-82e5-b614f82d9103'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:36Z","dns_nameservers":[],"updated_at":"2018-08-21T07:45:36Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"80da9a02-8d08-4940-8df2-7070d175fb2d","subnetpool_id":null,"name":"tempest-subnet-B-1-1045977846"}} 2018-08-21 07:45:36,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.313s 2018-08-21 07:45:36,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:45:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e957a638-e51d-41a6-a19d-2675c131b2bd'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "d077ef46-8a54-489a-a9a1-fa4eafc4d19a"}} 2018-08-21 07:45:37,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations 0.512s 2018-08-21 07:45:37,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations', u'date': 'Tue, 21 Aug 2018 07:45:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9dd74308-b8e3-4887-913f-cdfe433a69a5'} Body: {"network_association": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "id": "ffb2e7c0-1b10-4c99-a087-d1787d2c6b9c"}} 2018-08-21 07:45:38,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations 0.570s 2018-08-21 07:45:38,082 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations', u'date': 'Tue, 21 Aug 2018 07:45:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0c653ae-aa4c-439c-9097-c58896a99c72'} Body: {"network_association": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "id": "dd73eecc-62c7-46cb-a8ac-ddcb18b91f07"}} 2018-08-21 07:45:38,083 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:45:38,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/routers 0.241s 2018-08-21 07:45:38,325 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--115579190", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:45:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afdeb9e9-2851-44b5-96aa-e88c9efe4168'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:45:38Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d274c003-d4d1-411c-aa32-97c233e339ec", "name": "tempest-router--115579190"}} 2018-08-21 07:45:39,832 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec 1.506s 2018-08-21 07:45:39,833 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec', u'date': 'Tue, 21 Aug 2018 07:45:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4188ef8b-e092-4fcb-9623-d5542eb2310f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:45:39Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d274c003-d4d1-411c-aa32-97c233e339ec", "name": "tempest-router--115579190"}} 2018-08-21 07:45:41,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/add_router_interface 2.018s 2018-08-21 07:45:41,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea21256c-751d-4968-a72b-360dd25206a2'} Body: {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d", "subnet_ids": ["80da9a02-8d08-4940-8df2-7070d175fb2d"], "port_id": "e968143c-0d45-4c2d-a78a-0b48a7ec777a", "id": "d274c003-d4d1-411c-aa32-97c233e339ec"} 2018-08-21 07:45:41,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.125s 2018-08-21 07:45:41,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1916614605"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-91f46362-0f1a-4f1a-9bee-98e49995691f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-91f46362-0f1a-4f1a-9bee-98e49995691f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdR5NlEmMLQlnrA4Chw12WasQK4j6FspRR+XFA3N7GFKBlwBFh1fnibssK1BT6NBBcK0mWiMaX/e+3ccbkS0yEUEjM3nsi9mIeK2t2IWsWjnQLw8zN3zDM/hFAnlZxPzGgAksJcppNgdM3pmiWkpRnlAuyKP4LUjT0JumIybiXciAXKSaHTpxri/Q2xPR1jjZcyQ0hktlFIUniWUXXYOVKBacOY4gCnBN4x6PERWTS/TkRQvOF0VYEesJyqmm31ttqPwoweD98tPcgbttfuNmZjoZXBM3azMG7T/F5c3Lgvaw2TZt8v/OswsCEsmlEfDIZcLk1XRaNZtp7WEqvxTZ9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3UeTZRJjC0JZ6wOAocNdlmrECuI+hbKUUflxQNzexhSgZcAR\nYdX54m7LCtQU+jQQXCtJlojGl/3vt3HG5EtMhFBIzN57IvZiHitrdiFrFo50C8PM\nzd8wzP4RQJ5WcT8xoAJLCXKaTYHTN6ZolpKUZ5QLsij+C1I09CbpiMm4l3IgFykm\nh06ca4v0NsT0dY42XMkNIZLZRSFJ4llF12DlSgWnDmOIApwTeMejxEVk0v05EULz\nhdFWBHrCcqppt9bbaj8KMHg/fLT3IG7bX7jZmY6GVwTN2szBu0/xeXNy4L2sNk2b\nfL/zrMLAhLJpRHwyGXC5NV0WjWbae1hKr8U2fQIDAQABAoIBADEMj5iE1d2GDKZy\ndU3mH1WbPu9mrRM3vXbaQwdsrhjcM526UGAObUCK7Iju7+NyLPoxQjOTB+pjCILy\nPnMWWdSucySuYD8kvCUR3NUnnTQ3yXNeKISt54RZAPwA3QpnRpnASF/Evn1VvLsG\nMQLHZQv8ngcU3RMnWsOP6I5AoKE46m4VFJR/e6nj7KPFxxo7SXw+6MmVPSs/prKA\n+H6G/6b+MdzVaXohXk6Y8krlslmULZg7OV9RsScZKjhqctZMdn1YFLRu01Ae2Nuz\nPe/q0wZJksqXbI5dZrE2EdAkuL4rtrVI3YVilL7vQqUZzgbe6JVA7XEngEkSf6r4\nONQQ2oUCgYEA7kedMq7zZiMND+qD2KDaJdYv7CeCxMg6/ERjEq6Ijg/pLiAVeE1k\na9nJyqNlCD5fK67wPAF6mMaGW0KaD2to6wdNqJXSPKDTHskahD7fSFTM1pc+pxYm\niRTesY8Co5jXaz8dBYtLNSQzzGeXOjLuw3uVbCeSf0uFma4HEZ1EmGMCgYEA7bxP\ny7V2gZg1d7tbHxvEedhgZuBDYhIO9Xwh9MkGDMpRUwrUp8wBflmgImeqZcrL/Z9a\nP6PdNQZeQUWWLCZpqRb/g3cYR22v0MoDlV4ghB7OG+CDOBg7n2U1Z1nSeYzLeEzA\n/JtMbAi5yIb5MCY0/r899NE5bX/3ntgjrDYxe58CgYEAj0xIMHPgcxs/PsQleID7\n0GdoOJhmX1ufhZjHEDQgcXcGH7Qx1UCN1QKMBa6QEw4XhBjX5u5owTobEQUTy5Qn\n67hfrrQzVDzP2qLMrJ13AHPnIGKizi9XC3eemZ/M0YAYhSnWlT/5AcN81z+xRdHd\nn3hSG1INGzra5Now7BntZ8sCgYBpuExj8pZ4mw9r501mUBrXdHmqRiCxBAbS9BjF\nmn+uQGpZ238l/3rKjWDA7AjCq6R7bNndYymD4wkXTbKyf4KNR0TpWZTabtS4rJ1b\nVzhuiKRvkS/JSj15bLCK/U6z7wCsxrUroIQjpt23Zw55cwQuJS2QKVq4byfW45c5\nhgALUQKBgBb/3IBSGLUtNCv5lEked17/LmZgsClTvNVfIpeNO02+6riI33b+nY7w\n+ED1/EcROiYoppr9ZqNZpbFgTz0SQhpVvmyUE7nwHmk3PRvmPPIiccnU15LeYPTb\nSZ5pvPW24aNRpOswRlOpgo7TywkTyzaY5xomB+S5L2dchCQYDGbi\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1916614605", "fingerprint": "a2:fc:bb:51:88:ad:b7:d2:34:54:a7:b3:c0:01:5c:29"}} 2018-08-21 07:45:42,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/ports 0.786s 2018-08-21 07:45:42,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-223300364", "security_groups": ["8a88ade3-79a4-429f-91ac-dd1047b7b197"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:45:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bc8c720-3ba0-47ae-a02e-c672d5f56cee'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:45:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:45:42Z","name":"tempest-port-smoke-223300364","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bc:e9:0c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"690099fb-995f-4788-90c0-52763bb9faf8","ip_address":"10.101.11.10"}],"id":"23858de4-1a38-4c05-80fb-913372f85685","security_groups":["8a88ade3-79a4-429f-91ac-dd1047b7b197"],"device_id":""}} 2018-08-21 07:45:44,693 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.44:8774/v2.1/servers 1.921s 2018-08-21 07:45:44,693 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-1916614605", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "port": "23858de4-1a38-4c05-80fb-913372f85685"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-55e4814a-f4a8-453a-bac2-d83b98fc79c1', 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55e4814a-f4a8-453a-bac2-d83b98fc79c1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "adminPass": "2qVtNRgyKDaN"}} 2018-08-21 07:45:45,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.398s 2018-08-21 07:45:45,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-d88acb4d-5b20-4410-875e-ca1eabd21df0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d88acb4d-5b20-4410-875e-ca1eabd21df0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:45:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:46,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.368s 2018-08-21 07:45:46,480 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-340bdad7-459d-4987-bbca-5843ecdcd571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-340bdad7-459d-4987-bbca-5843ecdcd571'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:46,493 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:45:47,862 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.366s 2018-08-21 07:45:47,863 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-e9a6790f-2131-438d-b60c-a87ed7efbbfe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9a6790f-2131-438d-b60c-a87ed7efbbfe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:47,881 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:45:49,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.433s 2018-08-21 07:45:49,318 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-3e1f03c0-4280-4c70-8935-19be22e6168f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e1f03c0-4280-4c70-8935-19be22e6168f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:50,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.340s 2018-08-21 07:45:50,673 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:50,698 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:45:51,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.424s 2018-08-21 07:45:51,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-da9b38df-775f-45d4-a657-1d50dcd531f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da9b38df-775f-45d4-a657-1d50dcd531f5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:51,137 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 96256c0c-d750-4bfc-87b8-0caffe3f1405 with status: ACTIVE 2018-08-21 07:45:51,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/ports 0.859s 2018-08-21 07:45:51,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2026793448", "security_groups": ["8a88ade3-79a4-429f-91ac-dd1047b7b197"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:45:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4f86212-67ea-4c2a-a731-ac7a1d4e3f24'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:45:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:45:51Z","name":"tempest-port-smoke-2026793448","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:a2:62","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"80da9a02-8d08-4940-8df2-7070d175fb2d","ip_address":"10.102.21.20"}],"id":"43321a02-b636-4b2d-ba26-9b568a0712d3","security_groups":["8a88ade3-79a4-429f-91ac-dd1047b7b197"],"device_id":""}} 2018-08-21 07:45:53,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.44:8774/v2.1/servers 1.648s 2018-08-21 07:45:53,648 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-1916614605", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "port": "43321a02-b636-4b2d-ba26-9b568a0712d3"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-600cfdb4-0bf3-4c78-b83e-710208851adc', 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-600cfdb4-0bf3-4c78-b83e-710208851adc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ae124e63-e612-4693-af52-b8332c55ad84", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "adminPass": "dLuZvtz3zLJZ"}} 2018-08-21 07:45:53,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.059s 2018-08-21 07:45:53,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-038247e2-b801-4e60-bcb9-99915991b7ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-038247e2-b801-4e60-bcb9-99915991b7ea'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:45:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:55,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.269s 2018-08-21 07:45:55,001 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-d448c586-f2bf-47c2-9d78-3183349f1121', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d448c586-f2bf-47c2-9d78-3183349f1121'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:55,014 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:45:56,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.156s 2018-08-21 07:45:56,173 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-fda39dd3-018f-486f-b988-03859485085a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda39dd3-018f-486f-b988-03859485085a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:56,197 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:45:57,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.166s 2018-08-21 07:45:57,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-127703c8-68c6-410e-8f70-40fb52e3d832', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-127703c8-68c6-410e-8f70-40fb52e3d832'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:58,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.335s 2018-08-21 07:45:58,718 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:46:00,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.419s 2018-08-21 07:46:00,153 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-14d65b51-bb22-4b93-9e10-f8035e5285b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-14d65b51-bb22-4b93-9e10-f8035e5285b6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:46:00,168 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 07:46:00,331 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.162s 2018-08-21 07:46:00,332 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:46:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:46:00,345 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ae124e63-e612-4693-af52-b8332c55ad84 with status: ACTIVE 2018-08-21 07:46:00,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/routers 0.299s 2018-08-21 07:46:00,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--788521134", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:46:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21b2d619-5571-4860-8ab7-d1a2eef2a4e1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:00Z", "admin_state_up": true, "updated_at": "2018-08-21T07:46:00Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "457162ad-3b7e-4345-b6e2-c529284965f7", "name": "tempest-router--788521134"}} 2018-08-21 07:46:02,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7 1.672s 2018-08-21 07:46:02,319 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7', u'date': 'Tue, 21 Aug 2018 07:46:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59fa98dc-7404-46fa-8d97-c717c98d2cec'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:00Z", "admin_state_up": true, "updated_at": "2018-08-21T07:46:01Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "457162ad-3b7e-4345-b6e2-c529284965f7", "name": "tempest-router--788521134"}} 2018-08-21 07:46:04,359 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/add_router_interface 2.039s 2018-08-21 07:46:04,360 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:46:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34b63933-49b0-41b4-a397-17969a785e04'} Body: {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8", "subnet_ids": ["690099fb-995f-4788-90c0-52763bb9faf8"], "port_id": "901af3f6-bfc4-4dc3-8ff0-967a7c14a1e8", "id": "457162ad-3b7e-4345-b6e2-c529284965f7"} 2018-08-21 07:46:06,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.814s 2018-08-21 07:46:06,175 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "23858de4-1a38-4c05-80fb-913372f85685"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:46:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8760e24f-3e9b-41d4-811a-d37add6742af'} Body: {"floatingip": {"router_id": "457162ad-3b7e-4345-b6e2-c529284965f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:46:05Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "23858de4-1a38-4c05-80fb-913372f85685", "id": "f6e7c295-2006-4a97-bac9-6bf497f4d287", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:05Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:46:06,178 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:46:09,186 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:46:09,250 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:46:09,283 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:46:09,398 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-21 07:46:09,398 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:46:09,400 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:46:09,464 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:46:09,465 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:46:14,472 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:46:14,473 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:47:24,515 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-21 07:47:24,516 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:47:24,521 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:47:24,583 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:47:24,585 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:47:29,592 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:47:29,593 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:48:39,663 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:48:39,664 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-21 07:48:39,664 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,670 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39,767 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:39,796 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39,803 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:48:39,803 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:0c:12 [ether] on eth0 2018-08-21 07:48:39,804 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-21 07:48:39,804 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,806 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39,867 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:39,870 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39,879 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:48:39,880 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-21 07:48:39,880 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,883 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39,942 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:39,946 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39,952 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-21 07:48:39,953 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,954 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:40,014 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:40,019 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:40,024 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:48:40,024 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:0c:12 [ether] on eth0 2018-08-21 07:48:40,025 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-21 07:48:40,025 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:40,027 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:40,087 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:40,091 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:45,099 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:48:45,099 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:49:55,169 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-21 07:49:55,170 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:49:55,176 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:49:55,281 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:49:55,283 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:50:00,291 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:50:00,292 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:51:10,362 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:51:10,367 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.212: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:51:12,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/f6e7c295-2006-4a97-bac9-6bf497f4d287 1.632s 2018-08-21 07:51:12,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.44:9696/v2.0/floatingips/f6e7c295-2006-4a97-bac9-6bf497f4d287', u'date': 'Tue, 21 Aug 2018 07:51:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e125faf6-d4ae-4d80-a66d-6ec3c94dd72b'} Body: 2018-08-21 07:51:13,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/remove_router_interface 1.770s 2018-08-21 07:51:13,777 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:51:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-985defd7-588b-4c3d-8f43-a661b0308413'} Body: {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8", "subnet_ids": ["690099fb-995f-4788-90c0-52763bb9faf8"], "port_id": "901af3f6-bfc4-4dc3-8ff0-967a7c14a1e8", "id": "457162ad-3b7e-4345-b6e2-c529284965f7"} 2018-08-21 07:51:15,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7 2.064s 2018-08-21 07:51:15,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7', u'date': 'Tue, 21 Aug 2018 07:51:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-047e7dcc-0a4a-4cf3-8930-6067a09dd83f'} Body: 2018-08-21 07:51:16,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.428s 2018-08-21 07:51:16,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff'} Body: 2018-08-21 07:51:16,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.685s 2018-08-21 07:51:16,959 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-aa7b1025-de43-44cd-8c2d-76356f15ff32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa7b1025-de43-44cd-8c2d-76356f15ff32'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:51:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:51:18,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.073s 2018-08-21 07:51:18,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-bd02d036-fd1d-4dbf-880e-edf18c77387f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bd02d036-fd1d-4dbf-880e-edf18c77387f'} Body: {"itemNotFound": {"message": "Instance ae124e63-e612-4693-af52-b8332c55ad84 could not be found.", "code": 404}} 2018-08-21 07:51:19,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/43321a02-b636-4b2d-ba26-9b568a0712d3 1.043s 2018-08-21 07:51:19,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.44:9696/v2.0/ports/43321a02-b636-4b2d-ba26-9b568a0712d3', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b1c8dad0-a3d4-4238-a716-5324d1c9df8e'} Body: 2018-08-21 07:51:19,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.278s 2018-08-21 07:51:19,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-41adb80a-9898-4c19-9932-b4c2d49f8216', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41adb80a-9898-4c19-9932-b4c2d49f8216'} Body: 2018-08-21 07:51:20,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.791s 2018-08-21 07:51:20,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:51:19Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:51:21,237 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.047s 2018-08-21 07:51:21,237 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6'} Body: {"itemNotFound": {"message": "Instance 96256c0c-d750-4bfc-87b8-0caffe3f1405 could not be found.", "code": 404}} 2018-08-21 07:51:22,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/23858de4-1a38-4c05-80fb-913372f85685 0.945s 2018-08-21 07:51:22,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/23858de4-1a38-4c05-80fb-913372f85685', u'date': 'Tue, 21 Aug 2018 07:51:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-af96f8fc-500e-4b6c-a90d-888cfa2d75ad'} Body: 2018-08-21 07:51:22,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1916614605 0.116s 2018-08-21 07:51:22,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1916614605', u'x-compute-request-id': 'req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6'} Body: 2018-08-21 07:51:24,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/remove_router_interface 2.083s 2018-08-21 07:51:24,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-819d45e1-3cf5-40fd-96ac-04436a2ff35e'} Body: {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d", "subnet_ids": ["80da9a02-8d08-4940-8df2-7070d175fb2d"], "port_id": "e968143c-0d45-4c2d-a78a-0b48a7ec777a", "id": "d274c003-d4d1-411c-aa32-97c233e339ec"} 2018-08-21 07:51:25,937 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec 1.549s 2018-08-21 07:51:25,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec', u'date': 'Tue, 21 Aug 2018 07:51:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-52936d3f-b535-4565-b5d4-fa8aa26bb3b0'} Body: 2018-08-21 07:51:27,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/80da9a02-8d08-4940-8df2-7070d175fb2d 1.651s 2018-08-21 07:51:27,591 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/80da9a02-8d08-4940-8df2-7070d175fb2d', u'date': 'Tue, 21 Aug 2018 07:51:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-84e4cba8-3da4-46ab-a538-73e2dfd194b4'} Body: 2018-08-21 07:51:29,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc 2.162s 2018-08-21 07:51:29,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc', u'date': 'Tue, 21 Aug 2018 07:51:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ebebbcc1-116e-4c24-9c7d-f4c68ea9c551'} Body: 2018-08-21 07:51:31,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/690099fb-995f-4788-90c0-52763bb9faf8 1.286s 2018-08-21 07:51:31,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/690099fb-995f-4788-90c0-52763bb9faf8', u'date': 'Tue, 21 Aug 2018 07:51:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3a37e63e-3816-4dc3-baa9-d99d21f4e396'} Body: 2018-08-21 07:51:32,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/71d5e405-f22b-4d5b-a57d-4a5a1c6502ac 1.910s 2018-08-21 07:51:32,956 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/71d5e405-f22b-4d5b-a57d-4a5a1c6502ac', u'date': 'Tue, 21 Aug 2018 07:51:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8bc7302b-9461-4878-a2b6-06b7617fcf33'} Body: 2018-08-21 07:51:33,199 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/8a88ade3-79a4-429f-91ac-dd1047b7b197 0.242s 2018-08-21 07:51:33,200 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/8a88ade3-79a4-429f-91ac-dd1047b7b197', u'date': 'Tue, 21 Aug 2018 07:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef6df6fa-7c3f-4681-9879-37a9f941c6e3'} Body: 2018-08-21 07:51:33.560 63 INFO tempest.lib.common.rest_client [req-1158d407-36d2-425e-b3ef-51fdd361063c ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb 0.334s 2018-08-21 07:51:33.560 63 DEBUG tempest.lib.common.rest_client [req-1158d407-36d2-425e-b3ef-51fdd361063c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb', u'date': 'Tue, 21 Aug 2018 07:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1158d407-36d2-425e-b3ef-51fdd361063c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:33.913 63 INFO tempest.lib.common.rest_client [req-9b6f65a5-cacc-4330-a366-fab63dda33b2 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68 0.352s 2018-08-21 07:51:33.913 63 DEBUG tempest.lib.common.rest_client [req-9b6f65a5-cacc-4330-a366-fab63dda33b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68', u'date': 'Tue, 21 Aug 2018 07:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9b6f65a5-cacc-4330-a366-fab63dda33b2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:34.266 63 INFO tempest.lib.common.rest_client [req-766c1e09-8da9-4521-9ba3-5d4f1b2ea966 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0 0.352s 2018-08-21 07:51:34.267 63 DEBUG tempest.lib.common.rest_client [req-766c1e09-8da9-4521-9ba3-5d4f1b2ea966 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0', u'date': 'Tue, 21 Aug 2018 07:51:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-766c1e09-8da9-4521-9ba3-5d4f1b2ea966'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:34.375 63 INFO tempest.lib.common.rest_client [req-e457a60c-f65e-4d53-a6ca-8050c86d1e74 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3 0.107s 2018-08-21 07:51:34.375 63 DEBUG tempest.lib.common.rest_client [req-e457a60c-f65e-4d53-a6ca-8050c86d1e74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3', u'date': 'Tue, 21 Aug 2018 07:51:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e457a60c-f65e-4d53-a6ca-8050c86d1e74'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:34.746 63 INFO tempest.lib.common.rest_client [req-44995bca-7053-4fca-a689-d2d1827de75d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/47027243-4567-4909-96f8-71eb637c1561 0.370s 2018-08-21 07:51:34.747 63 DEBUG tempest.lib.common.rest_client [req-44995bca-7053-4fca-a689-d2d1827de75d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/47027243-4567-4909-96f8-71eb637c1561', u'date': 'Tue, 21 Aug 2018 07:51:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-44995bca-7053-4fca-a689-d2d1827de75d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:35.048 63 INFO tempest.lib.common.rest_client [req-ace700b5-02ff-4a05-81f3-d74d1eff3d13 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e0bff4e7-aaf9-4d2f-adc3-0ef3174c3faf 0.300s 2018-08-21 07:51:35.049 63 DEBUG tempest.lib.common.rest_client [req-ace700b5-02ff-4a05-81f3-d74d1eff3d13 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e0bff4e7-aaf9-4d2f-adc3-0ef3174c3faf', u'date': 'Tue, 21 Aug 2018 07:51:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ace700b5-02ff-4a05-81f3-d74d1eff3d13'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:35.182 63 INFO tempest.lib.common.rest_client [req-6ecf183c-862b-46f5-98dc-62fb493b08ab ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7 0.132s 2018-08-21 07:51:35.182 63 DEBUG tempest.lib.common.rest_client [req-6ecf183c-862b-46f5-98dc-62fb493b08ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7', u'date': 'Tue, 21 Aug 2018 07:51:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6ecf183c-862b-46f5-98dc-62fb493b08ab'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:35.516 63 INFO tempest.lib.common.rest_client [req-3f2fe6d9-d57b-4a0e-b860-34e39e1578e8 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de 0.333s 2018-08-21 07:51:35.516 63 DEBUG tempest.lib.common.rest_client [req-3f2fe6d9-d57b-4a0e-b860-34e39e1578e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de', u'date': 'Tue, 21 Aug 2018 07:51:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3f2fe6d9-d57b-4a0e-b860-34e39e1578e8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:35.883 63 INFO tempest.lib.common.rest_client [req-9e73f5d5-8bc4-4fe5-900a-13e7d4d8c512 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/1e746941-d793-4e2f-b260-b8daa1c38e03 0.366s 2018-08-21 07:51:35.883 63 DEBUG tempest.lib.common.rest_client [req-9e73f5d5-8bc4-4fe5-900a-13e7d4d8c512 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/1e746941-d793-4e2f-b260-b8daa1c38e03', u'date': 'Tue, 21 Aug 2018 07:51:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e73f5d5-8bc4-4fe5-900a-13e7d4d8c512'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:36.331 63 INFO tempest.lib.common.rest_client [req-1a3b542f-160a-41a0-8848-228196d656f3 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7f839c42-7bc6-44b0-9084-95ba6bb6e780 0.447s 2018-08-21 07:51:36.331 63 DEBUG tempest.lib.common.rest_client [req-1a3b542f-160a-41a0-8848-228196d656f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7f839c42-7bc6-44b0-9084-95ba6bb6e780', u'date': 'Tue, 21 Aug 2018 07:51:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1a3b542f-160a-41a0-8848-228196d656f3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:36.606 63 INFO tempest.lib.common.rest_client [req-54452358-cf01-460d-8577-0464583d40f9 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80 0.273s 2018-08-21 07:51:36.606 63 DEBUG tempest.lib.common.rest_client [req-54452358-cf01-460d-8577-0464583d40f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80', u'date': 'Tue, 21 Aug 2018 07:51:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-54452358-cf01-460d-8577-0464583d40f9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:36.690 63 INFO tempest.lib.common.rest_client [req-c6c162a6-4657-4854-8779-ad4792c88e9f ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285 0.083s 2018-08-21 07:51:36.690 63 DEBUG tempest.lib.common.rest_client [req-c6c162a6-4657-4854-8779-ad4792c88e9f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285', u'date': 'Tue, 21 Aug 2018 07:51:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6c162a6-4657-4854-8779-ad4792c88e9f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:36.779 63 INFO tempest.lib.common.rest_client [req-4733aa87-af0d-41b1-8bea-2c09bc27d5f2 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd 0.088s 2018-08-21 07:51:36.780 63 DEBUG tempest.lib.common.rest_client [req-4733aa87-af0d-41b1-8bea-2c09bc27d5f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd', u'date': 'Tue, 21 Aug 2018 07:51:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4733aa87-af0d-41b1-8bea-2c09bc27d5f2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:36.869 63 INFO tempest.lib.common.rest_client [req-b4a0e69e-7704-48b6-9936-c23f7af386f3 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87 0.089s 2018-08-21 07:51:36.870 63 DEBUG tempest.lib.common.rest_client [req-b4a0e69e-7704-48b6-9936-c23f7af386f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87', u'date': 'Tue, 21 Aug 2018 07:51:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b4a0e69e-7704-48b6-9936-c23f7af386f3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:36.947 63 INFO tempest.lib.common.rest_client [req-f09421ea-414c-4ea8-8aef-3d5bc51a7c6f ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719 0.076s 2018-08-21 07:51:36.947 63 DEBUG tempest.lib.common.rest_client [req-f09421ea-414c-4ea8-8aef-3d5bc51a7c6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719', u'date': 'Tue, 21 Aug 2018 07:51:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f09421ea-414c-4ea8-8aef-3d5bc51a7c6f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:37.043 63 INFO tempest.lib.common.rest_client [req-5bce6be8-d7dc-4bcf-bd6c-41c08160578e ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8 0.095s 2018-08-21 07:51:37.044 63 DEBUG tempest.lib.common.rest_client [req-5bce6be8-d7dc-4bcf-bd6c-41c08160578e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8', u'date': 'Tue, 21 Aug 2018 07:51:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5bce6be8-d7dc-4bcf-bd6c-41c08160578e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:37.133 63 INFO tempest.lib.common.rest_client [req-d2a6f44d-d4a2-4668-a5d1-ce7165f2da9b ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393 0.088s 2018-08-21 07:51:37.133 63 DEBUG tempest.lib.common.rest_client [req-d2a6f44d-d4a2-4668-a5d1-ce7165f2da9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393', u'date': 'Tue, 21 Aug 2018 07:51:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d2a6f44d-d4a2-4668-a5d1-ce7165f2da9b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:37.526 63 INFO tempest.lib.common.rest_client [req-f4fdcd7c-b3b4-4498-b5c2-7268fe9ad4fa ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355 0.392s 2018-08-21 07:51:37.526 63 DEBUG tempest.lib.common.rest_client [req-f4fdcd7c-b3b4-4498-b5c2-7268fe9ad4fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355', u'date': 'Tue, 21 Aug 2018 07:51:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f4fdcd7c-b3b4-4498-b5c2-7268fe9ad4fa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:37.878 63 INFO tempest.lib.common.rest_client [req-8139235e-de47-49d0-b753-a36bb2ebd2c2 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962 0.350s 2018-08-21 07:51:37.878 63 DEBUG tempest.lib.common.rest_client [req-8139235e-de47-49d0-b753-a36bb2ebd2c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962', u'date': 'Tue, 21 Aug 2018 07:51:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8139235e-de47-49d0-b753-a36bb2ebd2c2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:37.984 63 INFO tempest.lib.common.rest_client [req-7c16324c-cb20-4353-b0b4-b3510cbd90af ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb 0.105s 2018-08-21 07:51:37.984 63 DEBUG tempest.lib.common.rest_client [req-7c16324c-cb20-4353-b0b4-b3510cbd90af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb', u'date': 'Tue, 21 Aug 2018 07:51:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c16324c-cb20-4353-b0b4-b3510cbd90af'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:38.092 63 INFO tempest.lib.common.rest_client [req-4c68bb06-adfc-42df-b3be-0781c67ddc51 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a 0.107s 2018-08-21 07:51:38.093 63 DEBUG tempest.lib.common.rest_client [req-4c68bb06-adfc-42df-b3be-0781c67ddc51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a', u'date': 'Tue, 21 Aug 2018 07:51:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4c68bb06-adfc-42df-b3be-0781c67ddc51'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:38.464 63 INFO tempest.lib.common.rest_client [req-12ff27c1-ccdb-49cf-8fb3-5b59e2f5f297 ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:51:38.465 63 DEBUG tempest.lib.common.rest_client [req-12ff27c1-ccdb-49cf-8fb3-5b59e2f5f297 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12ff27c1-ccdb-49cf-8fb3-5b59e2f5f297'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:51:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "na _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:38.749 63 INFO tempest.lib.common.rest_client [req-d5946d91-71e2-4584-abac-1aee06e39290 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/206510c99c694129a953f730b7aa7153 0.283s 2018-08-21 07:51:38.750 63 DEBUG tempest.lib.common.rest_client [req-d5946d91-71e2-4584-abac-1aee06e39290 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/206510c99c694129a953f730b7aa7153', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:38 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d5946d91-71e2-4584-abac-1aee06e39290'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:39.131 63 INFO tempest.lib.common.rest_client [req-5429d95f-c55f-4583-8a2d-c3aafc736b80 ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:51:39.131 63 DEBUG tempest.lib.common.rest_client [req-5429d95f-c55f-4583-8a2d-c3aafc736b80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5429d95f-c55f-4583-8a2d-c3aafc736b80'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "na _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:39.608 63 INFO tempest.lib.common.rest_client [req-3bcff6a9-d73c-44eb-ac3d-a17964e5897f ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.44:9696/v2.0/security-groups?tenant_id=fe69274f392944a19e8a5de34183755c&name=default 0.475s 2018-08-21 07:51:39.608 63 DEBUG tempest.lib.common.rest_client [req-3bcff6a9-d73c-44eb-ac3d-a17964e5897f ] 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.44:9696/v2.0/security-groups?tenant_id=fe69274f392944a19e8a5de34183755c&name=default', u'date': 'Tue, 21 Aug 2018 07:51:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bcff6a9-d73c-44eb-ac3d-a17964e5897f'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fe69274f392944a19e8a5de34183755c", "created_at": "2018-08-21T07:51:39Z", "updated_at": "2018-08-21T07:51:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:39Z", "revision_number": 0, "id": "19d9c9fd-ad3b-4625-b4cf-640a198fefd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:39Z", "security_group_id": "bc4f413e-0599-4868-a420-ca4b3643c876", "tenant_id": "fe69274f392944a19e8a5de34183755c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe69274f392944a19e8a5de34183755c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:39Z", "revision_number": 0, "id": "39643d88-f5c5-4035-8ad6-16fc18e251f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:39Z", "security_group_id": "bc4f413e-0599-4868-a420-ca4b3643c876", "tenant_id": "fe69274f392944a19e8a5de34183755c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe69274f392944a19e8a5de34183755c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:39Z", "revision_number": 0, "id": "f7351f91-42e1-42e7-bbf7-0c31e6678d2c", "remote_group_id": "bc4f413e-0599-4868-a420-ca4b3643c876", "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:39Z", "security_group_id": "bc4f413e-0599-4868-a420-ca4b3643c876", "tenant_id": "fe69274f392944a19e8a5de34183755c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe69274f392944a19e8a5de34183755c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:39Z", "revision_number": 0, "id": "fb514d43-813a-4214-91d7-45138e3e55fd", "remote_group_id": "bc4f413e-0599-4868-a420-ca4b3643c876", "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:39Z", "security_group_id": "bc4f413e-0599-4868-a420-ca4b3643c876", "tenant_id": "fe69274f392944a19e8a5de34183755c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe69274f392944a19e8a5de34183755c"}], "revision_number": 1, "project_id": "fe69274f392944a19e8a5de34183755c", "id": "bc4f413e-0599-4868-a420-ca4b3643c876", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:40.207 63 INFO tempest.lib.common.rest_client [req-6677a9ab-447f-4544-b252-c2cd932412b6 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/bc4f413e-0599-4868-a420-ca4b3643c876 0.598s 2018-08-21 07:51:40.207 63 DEBUG tempest.lib.common.rest_client [req-6677a9ab-447f-4544-b252-c2cd932412b6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/bc4f413e-0599-4868-a420-ca4b3643c876', u'date': 'Tue, 21 Aug 2018 07:51:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6677a9ab-447f-4544-b252-c2cd932412b6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:40.454 63 INFO tempest.lib.common.rest_client [req-346f884d-068c-47b3-9e58-f89e4d18f28c ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/fe69274f392944a19e8a5de34183755c 0.246s 2018-08-21 07:51:40.454 63 DEBUG tempest.lib.common.rest_client [req-346f884d-068c-47b3-9e58-f89e4d18f28c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/fe69274f392944a19e8a5de34183755c', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:40 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-346f884d-068c-47b3-9e58-f89e4d18f28c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:40.715 63 INFO tempest.lib.common.rest_client [req-fd58d222-507b-400b-99af-021a00ee688e ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/170ae294e9584f4eafb8542b1ea3e25a 0.260s 2018-08-21 07:51:40.716 63 DEBUG tempest.lib.common.rest_client [req-fd58d222-507b-400b-99af-021a00ee688e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/170ae294e9584f4eafb8542b1ea3e25a', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:40 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-fd58d222-507b-400b-99af-021a00ee688e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:40.848 63 INFO tempest.lib.common.rest_client [req-42ee5dfa-8f5e-402a-9d46-6ab45adbe501 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.44:9696/v2.0/security-groups?tenant_id=d75bdb351df044e3878aaf19544cb47f&name=default 0.131s 2018-08-21 07:51:40.848 63 DEBUG tempest.lib.common.rest_client [req-42ee5dfa-8f5e-402a-9d46-6ab45adbe501 ] 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.44:9696/v2.0/security-groups?tenant_id=d75bdb351df044e3878aaf19544cb47f&name=default', u'date': 'Tue, 21 Aug 2018 07:51:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42ee5dfa-8f5e-402a-9d46-6ab45adbe501'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d75bdb351df044e3878aaf19544cb47f", "created_at": "2018-08-21T07:51:40Z", "updated_at": "2018-08-21T07:51:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:40Z", "revision_number": 0, "id": "23d0a0c5-543e-4cbb-a943-e5a41434c5ff", "remote_group_id": "2b421fe3-692d-4028-b9e4-8dd69a435b6a", "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:40Z", "security_group_id": "2b421fe3-692d-4028-b9e4-8dd69a435b6a", "tenant_id": "d75bdb351df044e3878aaf19544cb47f", "port_range_min": null, "ethertype": "IPv4", "project_id": "d75bdb351df044e3878aaf19544cb47f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:40Z", "revision_number": 0, "id": "27b0c21e-40fa-4218-88fa-db5882ab2570", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:40Z", "security_group_id": "2b421fe3-692d-4028-b9e4-8dd69a435b6a", "tenant_id": "d75bdb351df044e3878aaf19544cb47f", "port_range_min": null, "ethertype": "IPv6", "project_id": "d75bdb351df044e3878aaf19544cb47f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:40Z", "revision_number": 0, "id": "70a9dc0d-de66-4135-af74-1254f340e780", "remote_group_id": "2b421fe3-692d-4028-b9e4-8dd69a435b6a", "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:40Z", "security_group_id": "2b421fe3-692d-4028-b9e4-8dd69a435b6a", "tenant_id": "d75bdb351df044e3878aaf19544cb47f", "port_range_min": null, "ethertype": "IPv6", "project_id": "d75bdb351df044e3878aaf19544cb47f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:51:40Z", "revision_number": 0, "id": "9d6e4b8b-c337-4a01-90b4-cb30e6a7d0c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:51:40Z", "security_group_id": "2b421fe3-692d-4028-b9e4-8dd69a435b6a", "tenant_id": "d75bdb351df044e3878aaf19544cb47f", "port_range_min": null, "ethertype": "IPv4", "project_id": "d75bdb351df044e3878aaf19544cb47f"}], "revision_number": 1, "project_id": "d75bdb351df044e3878aaf19544cb47f", "id": "2b421fe3-692d-4028-b9e4-8dd69a435b6a", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:41.033 63 INFO tempest.lib.common.rest_client [req-ac7d9d6b-5d69-457d-a4bb-f832ea07af5a ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/2b421fe3-692d-4028-b9e4-8dd69a435b6a 0.184s 2018-08-21 07:51:41.033 63 DEBUG tempest.lib.common.rest_client [req-ac7d9d6b-5d69-457d-a4bb-f832ea07af5a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/2b421fe3-692d-4028-b9e4-8dd69a435b6a', u'date': 'Tue, 21 Aug 2018 07:51:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ac7d9d6b-5d69-457d-a4bb-f832ea07af5a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:41.326 63 INFO tempest.lib.common.rest_client [req-4cfe39b3-d517-4611-ad9c-9259ee63ca58 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/d75bdb351df044e3878aaf19544cb47f 0.292s 2018-08-21 07:51:41.327 63 DEBUG tempest.lib.common.rest_client [req-4cfe39b3-d517-4611-ad9c-9259ee63ca58 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/d75bdb351df044e3878aaf19544cb47f', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:41 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-4cfe39b3-d517-4611-ad9c-9259ee63ca58'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:41.607 63 INFO tempest.lib.common.rest_client [req-88bed809-c68e-43b8-9e46-785886214703 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/376feb736cdb42f6b3ca0212d9e1922d 0.279s 2018-08-21 07:51:41.608 63 DEBUG tempest.lib.common.rest_client [req-88bed809-c68e-43b8-9e46-785886214703 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/376feb736cdb42f6b3ca0212d9e1922d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:41 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-88bed809-c68e-43b8-9e46-785886214703'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:41.654 63 INFO tempest.lib.common.rest_client [req-63d1c1ad-6739-461f-bde2-160ea10581cc ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.44:9696/v2.0/security-groups?tenant_id=76dbb8415c1d404a9a78c64bb0932f34&name=default 0.046s 2018-08-21 07:51:41.654 63 DEBUG tempest.lib.common.rest_client [req-63d1c1ad-6739-461f-bde2-160ea10581cc ] 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.44:9696/v2.0/security-groups?tenant_id=76dbb8415c1d404a9a78c64bb0932f34&name=default', u'date': 'Tue, 21 Aug 2018 07:51:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63d1c1ad-6739-461f-bde2-160ea10581cc'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:38Z", "updated_at": "2018-08-21T06:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "1c25c91f-93a9-4397-a930-f17a77efb77a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "729a9829-2490-49f3-b891-f68c1fcebc3c", "remote_group_id": "3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "c171c0df-df49-4142-b52d-b038b4f3d207", "remote_group_id": "3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3", "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "f7d0666a-950b-43a2-a874-688a7dbd70f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:41.807 63 INFO tempest.lib.common.rest_client [req-0f9f78f2-9ac3-4557-a6ab-c2e1cb3e80a2 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3 0.152s 2018-08-21 07:51:41.808 63 DEBUG tempest.lib.common.rest_client [req-0f9f78f2-9ac3-4557-a6ab-c2e1cb3e80a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/3d0f5d9a-ed9b-4940-b6a4-2ff56a6ed2a3', u'date': 'Tue, 21 Aug 2018 07:51:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f9f78f2-9ac3-4557-a6ab-c2e1cb3e80a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-21 07:51:42.053 63 INFO tempest.lib.common.rest_client [req-52bce9e1-142e-4c46-939a-9fbb781aeaf2 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/76dbb8415c1d404a9a78c64bb0932f34 0.244s 2018-08-21 07:51:42.053 63 DEBUG tempest.lib.common.rest_client [req-52bce9e1-142e-4c46-939a-9fbb781aeaf2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/76dbb8415c1d404a9a78c64bb0932f34', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:51:41 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-52bce9e1-142e-4c46-939a-9fbb781aeaf2'} 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-21 06:11:21,524 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.089s 2018-08-21 06:11:21,525 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--748964094"}} Response - Headers: {'status': '201', u'content-length': '364', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da172b42-0b21-4fbe-bb5e-9b0c4304deac'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--748964094", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "1b663fa141ad484394cba80d0d671919", "route_targets": ["64512:1"], "project_id": "1b663fa141ad484394cba80d0d671919", "type": "l3", "id": "048b8875-c84f-497d-a080-4c481bd366b7"}} 2018-08-21 06:11:22,001 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7 0.475s 2018-08-21 06:11:22,001 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.44:9696/v2.0/bgpvpn/bgpvpns/048b8875-c84f-497d-a080-4c481bd366b7', u'date': 'Tue, 21 Aug 2018 06:11:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97678c96-acd3-4133-928d-be1e6b6350e1'} 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-21 06:11:38,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.972s 2018-08-21 06:11:38,657 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1612862270 description", "name": "tempest-secgroup-smoke-1612862270"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:11:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc413f47-2f5b-42ce-918b-1e29b1a0e8aa'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1612862270 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:38Z", "updated_at": "2018-08-21T06:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "ccfe002c-ed0c-409f-b543-b41da9f5309d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:11:38Z", "revision_number": 0, "id": "df140e64-ccb2-480c-902c-2d731004b65a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:11:38Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6989be8f-9672-4d17-910f-858a2bc51aea", "name": "tempest-secgroup-smoke-1612862270"}} 2018-08-21 06:11:39,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.478s 2018-08-21 06:11:39,138 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bd02c2b-0206-452c-95d6-e4fd58cab6b5'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "68d47f9e-db36-4d74-83f9-7878faa82347"}} 2018-08-21 06:11:39,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.749s 2018-08-21 06:11:39,889 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2cdad2f-6a77-4303-b6d1-dc03251ad935'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "32b9acf4-0867-419a-bc10-0b3517664f96"}} 2018-08-21 06:11:40,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:11:40,051 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b64db55d-feec-48ae-b87e-9a97eef70f2c'} 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-21T06:11:39Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c6b41103-6e5c-4cb1-ad83-e7e30f6eb1e6"}} 2018-08-21 06:11:40,733 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.682s 2018-08-21 06:11:40,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": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d5ea3a7-f12e-4f58-a2ab-321bbb7edfd5'} 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-21T06:11:40Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:40Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "49120818-4701-4464-8f6d-1f304b244c12"}} 2018-08-21 06:11:41,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.377s 2018-08-21 06:11:41,112 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0880016d-0a57-49bc-9def-6efb39bc9a72'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "54da1e25-4903-4820-83d7-f9b47bec333b"}} 2018-08-21 06:11:41,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.128s 2018-08-21 06:11:41,242 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51bd4005-99f9-4890-9fb8-39a102ae2837'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ae9c3973-e57e-4182-946a-b22d0bb3b29a"}} 2018-08-21 06:11:41,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 06:11:41,385 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0ffc47-0c10-429d-af42-9b126e5a2724'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "946ba37e-32a7-4294-bbe6-d0f419068bd7"}} 2018-08-21 06:11:41,764 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.377s 2018-08-21 06:11:41,764 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fcdc235-49a4-44e7-a95e-ba6a3b237c67'} 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-21T06:11:41Z", "security_group_id": "6989be8f-9672-4d17-910f-858a2bc51aea", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:11:41Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2bcc712c-f42d-484c-a6dc-e882cb1afd6c"}} 2018-08-21 06:11:41,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/networks 0.218s 2018-08-21 06:11:41,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-71751365"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d3e99dc-4f7b-4ca7-9209-abbd7c4a7827'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:41Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","name":"tempest-A-71751365"}} 2018-08-21 06:11:42,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.652s 2018-08-21 06:11:42,638 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "name": "tempest-subnet-A-1-665372731"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:11:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb78fe23-731f-42f4-8f58-e89aea3418ab'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:42Z","dns_nameservers":[],"updated_at":"2018-08-21T06:11:42Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"cdf62189-feca-4b89-9f71-f6dfd0c55207","subnetpool_id":null,"name":"tempest-subnet-A-1-665372731"}} 2018-08-21 06:11:42,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/networks 0.285s 2018-08-21 06:11:42,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1983255284"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:11:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0014b2d8-b1d4-4c4a-a744-39809b2a2e6f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:11:42Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","name":"tempest-B-1983255284"}} 2018-08-21 06:11:43,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.814s 2018-08-21 06:11:43,740 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "name": "tempest-subnet-B-1-620122936"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:11:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b65b064-5d3b-4a0e-8e72-602b2bed714d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:11:43Z","dns_nameservers":[],"updated_at":"2018-08-21T06:11:43Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c6c33e9a-9199-4479-9f28-4abcecea8e52","subnetpool_id":null,"name":"tempest-subnet-B-1-620122936"}} 2018-08-21 06:11:44,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.455s 2018-08-21 06:11:44,197 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1728257250"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7778a19f-9d3d-4178-9bd3-0eb91f815eeb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgOn1vK6qLsowLsf/cWJJH0oWSuid6njsWUW/E7GRA24yij72O6qFwy2BNNNDDl3oFodt8rlSbFdgQalukuB1U9pORw0VrhCIqJUsomHd1CogoPKnH5qChBc24FxbN0UTDuFjOV9iTwx2lfevK1yBkSS9awEGcbZkM9uBD7wGpvRGTETdicLxKok6i+F1wTHqC050VwnD3ToJ1tdFRHnQmg1MgpSdFz1PepwVJba/66IVWzbNV5eCqVxVRmNGHtfJFetZLSriy2PEzRhG8m2ZSZf4/z/GbMJNUv/BrUSG7a574ATc/rwAmlwDW6IFQi3H+i91BPyZZyYNEIRA3cInV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAoDp9byuqi7KMC7H/3FiSR9KFkronep47FlFvxOxkQNuMoo+9\njuqhcMtgTTTQw5d6BaHbfK5UmxXYEGpbpLgdVPaTkcNFa4QiKiVLKJh3dQqIKDyp\nx+agoQXNuBcWzdFEw7hYzlfYk8MdpX3rytcgZEkvWsBBnG2ZDPbgQ+8Bqb0RkxE3\nYnC8SqJOovhdcEx6gtOdFcJw906CdbXRUR50JoNTIKUnRc9T3qcFSW2v+uiFVs2z\nVeXgqlcVUZjRh7XyRXrWS0q4stjxM0YRvJtmUmX+P8/xmzCTVL/wa1Ehu2ue+AE3\nP68AJpcA1uiBUItx/ovdQT8mWcmDRCEQN3CJ1QIDAQABAoIBAQCJvt7Y9MwwPrXA\n1CynLInNLwHgCyMneeJIJIiW3bauP1Ce7D3FIJbblivbE92pWI7xSp2biW94yAWw\nzw6sBBBLW5OvyxTiAn0wiFEdvD1uJDi7hrNbBDzxUUDy0v6qwA6Cx/eopMKu/R1+\niUttXRYewP/x37hIF7xs9cwE+vMODPzpF4M5STdXRMjQy84pUVC4dkfjwQsAfBNQ\n6z0NE/UuHb/uScZA6Pp7Wh4fXbF7IlbIdTvaQ6FYg0q4UxCrbUA85TegTPZLNdty\nSju2AMEI0+a2iQBRtXQsFjra122MgnVXTh9YVjhh+kl/lYKYhX9ZWfK8ybDnv7dJ\n2KE/mDo9AoGBANTCO5Xj28X3FKaJkdDvjFRDr2zpg6L7ihPA6Bygi/3odSCRTk96\nmhoG9HJb3JGR+PvXpIgnFSzcWlzT81+5/Bw3DJdxQlQU7gNmAsru7TBVwVohbcuI\nnnNQ4Qb5zXU1CD0WdBz+Z0t4pEkimrP54XBtIXQFr4dOiG0IFUEUroiTAoGBAMDL\nICf6H+4mY0bPZL7Cyr7KcH1s+d4oJ6tIoLIKDpB+9E1p0p8hRlcryUSSvOmI8oJT\n3P26uFAvxBmNQ584hwGy0mM7MaJQ2IKT1e5Ur+j7K9aVkUlOYaAg508cFyKmPWyo\n8WKLTMhNlxAwqXw7dc2u+wZhOzxmxsFJUZ54mKz3AoGAbvmBKwXXNMNUOim3rUvF\n3o4PireiufiKZRNR/tyfKKl/rqUcO8ivaLQH/T59JlEFlhc88uev2950I8dKQrw4\nDF+KadPhzQm9vHgRLNjDT1rrp5+YLXntbCjbt0/FI0WuLm7v0c/BAVTEHIG4P/gu\n5v2FXYc5r1H/Rx/YNkIbZ5ECgYBYAWEgXpEMyQEwZaN7YLfj98z5tDErM/FHwtN3\n8hdL5mfmnpPCiBHv4NDzOHh7skPhMh8Cw6U3FVbSwyVHHSqjn9lh6rdxfK4YjRtu\nu8HA/Ea6oXO8nsb5rYtpFU2KR5BqdYQak7PtC14VyeDUEOBpj6KO+vtrSw8XVDyp\ntisbaQKBgQCSEc3totKyNxBYnpNjmy2oBLZxmP99vY7WmEQCoZ+pwu/fYlClmiTR\n7bRxA3X02Q9emfvvzBfCqqgaSKoOJkPpUVEvGAF2KafJcheyfQ8UsGmtWYvKv/SS\nJRgsGQg0cfuokPUtEgxtFATymALFYqp+Y9TNSSxrtabnYOJVB3n5sg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1728257250", "fingerprint": "f1:a6:e9:e3:56:8f:90:5d:ce:f6:e2:45:91:ba:8b:61"}} 2018-08-21 06:11:44,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/ports 0.731s 2018-08-21 06:11:44,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1132654427", "security_groups": ["6989be8f-9672-4d17-910f-858a2bc51aea"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:11:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d643ec66-6a9d-4fb7-9a85-05c56bc30bc5'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:11:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eb6d1297-90cf-47ec-9a25-c52ee222b43f","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:11:44Z","name":"tempest-port-smoke-1132654427","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:33:74:ac","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"cdf62189-feca-4b89-9f71-f6dfd0c55207","ip_address":"10.101.11.10"}],"id":"2d3d8080-b9d6-4ed3-9255-68c922f449ec","security_groups":["6989be8f-9672-4d17-910f-858a2bc51aea"],"device_id":""}} 2018-08-21 06:11:47,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.44:8774/v2.1/servers 2.784s 2018-08-21 06:11:47,722 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-1728257250", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "port": "2d3d8080-b9d6-4ed3-9255-68c922f449ec"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-a745202b-e1a7-418c-a10d-8d72dc740ab5', 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a745202b-e1a7-418c-a10d-8d72dc740ab5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "adminPass": "FmK8KVqb8ZBc"}} 2018-08-21 06:11:48,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 1.007s 2018-08-21 06:11:48,734 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a201fb6-7567-4b9d-9e6a-bec2cb0b641f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:50,431 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.682s 2018-08-21 06:11:50,431 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1400', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-d914cce8-3560-43c0-a11f-f64c10848635', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d914cce8-3560-43c0-a11f-f64c10848635'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:50,444 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:11:52,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.606s 2018-08-21 06:11:52,053 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-2625e9e9-ae84-466b-86c3-03d5d088c872', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2625e9e9-ae84-466b-86c3-03d5d088c872'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:52,066 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:11:53,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.429s 2018-08-21 06:11:53,497 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-a2066c3b-5438-4b8e-95f9-dddaf034406c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2066c3b-5438-4b8e-95f9-dddaf034406c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:54,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.443s 2018-08-21 06:11:54,955 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-696692f2-239d-463a-bcae-bdca9c16326c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-696692f2-239d-463a-bcae-bdca9c16326c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:11:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:54,970 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:11:55,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.163s 2018-08-21 06:11:55,134 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-3504cd49-42ae-4119-ba15-f31ce190a60d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3504cd49-42ae-4119-ba15-f31ce190a60d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:11:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:55,146 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ab1b5df9-a6be-4158-9113-471ce4663ca4 with status: ACTIVE 2018-08-21 06:11:56,257 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/ports 1.110s 2018-08-21 06:11:56,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-667824408", "security_groups": ["6989be8f-9672-4d17-910f-858a2bc51aea"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-983bc569-1cde-4d10-a30b-d589cb1f1c4c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:11:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:11:55Z","name":"tempest-port-smoke-667824408","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a2:5e:3d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c6c33e9a-9199-4479-9f28-4abcecea8e52","ip_address":"10.102.21.20"}],"id":"d53e268a-ea78-451e-9656-6d060d8b6dc9","security_groups":["6989be8f-9672-4d17-910f-858a2bc51aea"],"device_id":""}} 2018-08-21 06:11:57,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.44:8774/v2.1/servers 1.345s 2018-08-21 06:11:57,604 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-1728257250", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "port": "d53e268a-ea78-451e-9656-6d060d8b6dc9"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-7dee1c4f-402f-4900-9bf1-c5a15aee2513', 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7dee1c4f-402f-4900-9bf1-c5a15aee2513'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "adminPass": "oNSGZ28c5esz"}} 2018-08-21 06:11:57,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.060s 2018-08-21 06:11:57,669 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-12e254f1-e587-48f7-9848-092a71026b83', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12e254f1-e587-48f7-9848-092a71026b83'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:11:58,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.077s 2018-08-21 06:11:58,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fd4fc3e-4600-4502-958b-f02d1d6cbe35'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:11:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:00,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.311s 2018-08-21 06:12:00,088 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-b3b806e2-67b8-4bac-9691-69ba26de6e3e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:11:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3b806e2-67b8-4bac-9691-69ba26de6e3e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:11:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:00,101 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-21 06:12:01,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.173s 2018-08-21 06:12:01,277 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-6f11d19f-cca5-4b49-bee7-0585ec3659ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f11d19f-cca5-4b49-bee7-0585ec3659ed'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:01,290 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:12:02,701 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.409s 2018-08-21 06:12:02,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-eb92b71f-ff20-47cf-8177-18d446d6cbee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb92b71f-ff20-47cf-8177-18d446d6cbee'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:03,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.163s 2018-08-21 06:12:03,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-eac753ed-a998-4c56-9117-352fbe4aa851', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eac753ed-a998-4c56-9117-352fbe4aa851'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:12:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:05,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.161s 2018-08-21 06:12:05,056 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-7a63351b-122d-4fce-8302-7dc97864ba9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a63351b-122d-4fce-8302-7dc97864ba9b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:12:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:05,069 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:12:05,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.142s 2018-08-21 06:12:05,213 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-b0ea1dab-5a74-4514-94e4-40da2e36dd58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0ea1dab-5a74-4514-94e4-40da2e36dd58'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:12:04Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:12:05,226 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c with status: ACTIVE 2018-08-21 06:12:05,568 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.342s 2018-08-21 06:12:05,569 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e17a2909-2a1b-4e5a-9d02-de88a3c6e50a'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "64ac395d-3038-436f-b2bc-86b67c35c1fb"}} 2018-08-21 06:12:05,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations 0.209s 2018-08-21 06:12:05,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": "eb6d1297-90cf-47ec-9a25-c52ee222b43f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations', u'date': 'Tue, 21 Aug 2018 06:12:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b950997-b4c2-4fe7-b630-ea4a9fa05038'} Body: {"network_association": {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "id": "a18a72b6-6f53-4ffb-8dbc-1a41c3e531a9"}} 2018-08-21 06:12:06,387 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations 0.607s 2018-08-21 06:12:06,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/64ac395d-3038-436f-b2bc-86b67c35c1fb/network_associations', u'date': 'Tue, 21 Aug 2018 06:12:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92b50029-63ea-4e02-9086-ffb4c509e668'} Body: {"network_association": {"network_id": "b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938", "id": "85e143dd-60ed-48ed-84eb-13c5703a8e82"}} 2018-08-21 06:12:06,388 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:12:06,546 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/routers 0.156s 2018-08-21 06:12:06,546 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--946579286", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:12:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8535570-7d46-48b8-bfb3-264d90088143'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:06Z", "admin_state_up": true, "updated_at": "2018-08-21T06:12:06Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "name": "tempest-router--946579286"}} 2018-08-21 06:12:08,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5 1.669s 2018-08-21 06:12:08,218 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5', u'date': 'Tue, 21 Aug 2018 06:12:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7820cd21-0798-4695-93d3-cbf3ca6eeff0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:06Z", "admin_state_up": true, "updated_at": "2018-08-21T06:12:08Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "name": "tempest-router--946579286"}} 2018-08-21 06:12:10,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/add_router_interface 2.314s 2018-08-21 06:12:10,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:12:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb578e73-054c-4416-85c9-ddc3c4f77220'} Body: {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207", "subnet_ids": ["cdf62189-feca-4b89-9f71-f6dfd0c55207"], "port_id": "9fdf16b5-1890-4093-b0dc-178d3341eca9", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5"} 2018-08-21 06:12:12,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.824s 2018-08-21 06:12:12,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "2d3d8080-b9d6-4ed3-9255-68c922f449ec"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:12:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-580152c2-2509-4e7a-b6e4-0051b6267c0f'} Body: {"floatingip": {"router_id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:12:11Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "2d3d8080-b9d6-4ed3-9255-68c922f449ec", "id": "bf93ff49-94de-400b-b901-ec5c5a77bf75", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:12:11Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:12:12,363 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:12:15,370 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:12:15,439 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:12:15,469 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:12:15,583 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-21 06:12:15,584 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:12:15,586 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:12:15,648 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:12:15,650 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:12:20,658 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:12:20,659 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. 2018-08-21 06:13:30,723 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-21 06:13:30,724 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:13:30,728 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:13:30,827 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:13:30,856 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:13:35,863 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:13:35,863 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. 2018-08-21 06:14:45,934 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:14:45,934 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-21 06:14:45,935 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:45,941 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,035 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,067 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,073 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:14:46,073 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e7:1c:e9 [ether] on eth0 2018-08-21 06:14:46,074 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-21 06:14:46,074 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,076 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,135 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,139 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,148 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:14:46,148 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-21 06:14:46,149 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,150 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,206 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,214 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,220 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-21 06:14:46,221 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,284 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,287 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:46,292 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:14:46,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e7:1c:e9 [ether] on eth0 2018-08-21 06:14:46,293 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-21 06:14:46,294 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:14:46,296 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:14:46,356 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:14:46,360 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:14:51,367 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:14:51,367 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. 2018-08-21 06:16:01,419 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-21 06:16:01,420 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:16:01,428 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:16:01,529 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:16:01,552 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:16:06,561 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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 2018-08-21 06:16:06,561 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. 2018-08-21 06:17:16,579 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:17:16,580 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.207: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:17:16.580 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-21 06:17:16.580 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:17:17,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/bf93ff49-94de-400b-b901-ec5c5a77bf75 1.185s 2018-08-21 06:17:17,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.44:9696/v2.0/floatingips/bf93ff49-94de-400b-b901-ec5c5a77bf75', u'date': 'Tue, 21 Aug 2018 06:17:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6c2508d4-2d72-4035-baf1-de47ee824276'} Body: 2018-08-21 06:17:19,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/remove_router_interface 2.046s 2018-08-21 06:17:19,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:17:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49df238d-e7e3-4cc7-995f-65a4136a9bab'} Body: {"network_id": "eb6d1297-90cf-47ec-9a25-c52ee222b43f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "cdf62189-feca-4b89-9f71-f6dfd0c55207", "subnet_ids": ["cdf62189-feca-4b89-9f71-f6dfd0c55207"], "port_id": "9fdf16b5-1890-4093-b0dc-178d3341eca9", "id": "b0c88390-03c8-456c-a7f0-bf28a09acfc5"} 2018-08-21 06:17:22,284 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5 2.462s 2018-08-21 06:17:22,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/b0c88390-03c8-456c-a7f0-bf28a09acfc5', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f15453b2-77ad-46e7-a7e7-bd9e811aee7f'} Body: 2018-08-21 06:17:22,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.384s 2018-08-21 06:17:22,670 63 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-933dbd85-7f91-4db7-a6ee-221990416f29', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-933dbd85-7f91-4db7-a6ee-221990416f29'} Body: 2018-08-21 06:17:23,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.654s 2018-08-21 06:17:23,325 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-35b2f384-0ee2-454a-b0d7-27a2e626e757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35b2f384-0ee2-454a-b0d7-27a2e626e757'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1983255284": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:5e:3d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "security_groups": [{"name": "tempest-secgroup-smoke-1612862270"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:22Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:24,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.438s 2018-08-21 06:17:24,780 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-662f4841-e223-427d-b6a3-21f57d20e9b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-662f4841-e223-427d-b6a3-21f57d20e9b0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:12:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T06:17:24.000000", "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-2", "created": "2018-08-21T06:11:57Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:24,793 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:17:25,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c 0.047s 2018-08-21 06:17:25,843 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.44:8774/v2.1/servers/3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c', u'x-compute-request-id': 'req-54854cf6-4f01-477f-85e6-8b196d842d0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-54854cf6-4f01-477f-85e6-8b196d842d0c'} Body: {"itemNotFound": {"message": "Instance 3532c4b4-dba8-43f4-abb8-cd3c84e0ee9c could not be found.", "code": 404}} 2018-08-21 06:17:26,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d53e268a-ea78-451e-9656-6d060d8b6dc9 0.623s 2018-08-21 06:17:26,468 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d53e268a-ea78-451e-9656-6d060d8b6dc9', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-346d587a-738a-457a-a788-c15bf306341f'} Body: 2018-08-21 06:17:26,598 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.129s 2018-08-21 06:17:26,598 63 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-cdc896f0-4156-4e39-957c-25a460ab038f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdc896f0-4156-4e39-957c-25a460ab038f'} Body: 2018-08-21 06:17:27,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 1.029s 2018-08-21 06:17:27,629 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc44c9da-7520-4a58-9c8e-9f05f8b14e0e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-71751365": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:74:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:11:53.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ab1b5df9-a6be-4158-9113-471ce4663ca4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:26Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1728257250", "name": "server-1", "created": "2018-08-21T06:11:47Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:28,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4 0.043s 2018-08-21 06:17:28,689 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.44:8774/v2.1/servers/ab1b5df9-a6be-4158-9113-471ce4663ca4', u'x-compute-request-id': 'req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-44d3c3e5-6ebc-41d6-8ed5-4d1bcae68288'} Body: {"itemNotFound": {"message": "Instance ab1b5df9-a6be-4158-9113-471ce4663ca4 could not be found.", "code": 404}} 2018-08-21 06:17:29,259 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/2d3d8080-b9d6-4ed3-9255-68c922f449ec 0.569s 2018-08-21 06:17:29,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.44:9696/v2.0/ports/2d3d8080-b9d6-4ed3-9255-68c922f449ec', u'date': 'Tue, 21 Aug 2018 06:17:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f4c05960-971d-4b2b-842a-6ebdabe3dd9d'} Body: 2018-08-21 06:17:29,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1728257250 0.023s 2018-08-21 06:17:29,284 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1728257250', u'x-compute-request-id': 'req-b7fa67a2-e793-4451-b7af-22c88f950ac9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7fa67a2-e793-4451-b7af-22c88f950ac9'} Body: 2018-08-21 06:17:30,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c6c33e9a-9199-4479-9f28-4abcecea8e52 1.579s 2018-08-21 06:17:30,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c6c33e9a-9199-4479-9f28-4abcecea8e52', u'date': 'Tue, 21 Aug 2018 06:17:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67676251-5b97-4a2f-a2d1-97e08727019b'} Body: 2018-08-21 06:17:32,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938 1.445s 2018-08-21 06:17:32,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b7bf13cd-0da3-4a2f-9fb4-6b84fe4a5938', u'date': 'Tue, 21 Aug 2018 06:17:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f2c3f81f-4857-49f2-9500-f319a6771392'} Body: 2018-08-21 06:17:34,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/cdf62189-feca-4b89-9f71-f6dfd0c55207 1.687s 2018-08-21 06:17:34,001 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/cdf62189-feca-4b89-9f71-f6dfd0c55207', u'date': 'Tue, 21 Aug 2018 06:17:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66e18fe8-8e24-4ddb-b5c7-5bf2ef7bd163'} Body: 2018-08-21 06:17:35,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/eb6d1297-90cf-47ec-9a25-c52ee222b43f 1.671s 2018-08-21 06:17:35,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/eb6d1297-90cf-47ec-9a25-c52ee222b43f', u'date': 'Tue, 21 Aug 2018 06:17:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d09236ff-87e3-44f6-84cc-8ee00408215a'} Body: 2018-08-21 06:17:35,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/6989be8f-9672-4d17-910f-858a2bc51aea 0.250s 2018-08-21 06:17:35,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/6989be8f-9672-4d17-910f-858a2bc51aea', u'date': 'Tue, 21 Aug 2018 06:17:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7e453a8-b281-42a6-a17b-03f198afba15'} 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-21 06:17:36,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.489s 2018-08-21 06:17:36,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1699692732 description", "name": "tempest-secgroup-smoke-1699692732"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-429f1cf7-0a1e-43c8-ab8b-a028c120cb2e'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1699692732 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "updated_at": "2018-08-21T06:17:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:17:36Z", "revision_number": 0, "id": "1b7801bc-c0f1-4133-a98b-a4926ea66629", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:17:36Z", "revision_number": 0, "id": "6dbbd98e-f7a1-4246-b7c7-78357b8f4ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "name": "tempest-secgroup-smoke-1699692732"}} 2018-08-21 06:17:36,605 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:17:36,606 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0df9d8ac-51d3-41cc-a58d-24b20cc9e712'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "835e9f24-e96e-4506-9d9b-e6aec5dbea37"}} 2018-08-21 06:17:36,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.165s 2018-08-21 06:17:36,773 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d44ce014-d2a1-4757-af47-e4bad035b079'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "57beb04d-4a73-4ac8-876c-c88472e875e4"}} 2018-08-21 06:17:36,948 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:17:36,949 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebdcf1ad-c0ae-45f1-91ae-d188db3394e6'} 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-21T06:17:36Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2c2974bb-65c8-46fe-a151-c17f31558e15"}} 2018-08-21 06:17:37,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:17:37,115 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83f0974c-97ec-4cfe-85b8-2be6cd89fddc'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dbd15a46-0ce0-4b2c-a669-73787aea8136"}} 2018-08-21 06:17:37,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.124s 2018-08-21 06:17:37,241 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee700ef3-b036-4f28-ad28-76c2d0e819c5'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5daafe96-36b1-4db2-8d59-1311e7d1deaf"}} 2018-08-21 06:17:37,414 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 06:17:37,415 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28a03574-3794-4507-9ea8-a2656b01b690'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dfb38f45-b93b-448b-b609-238863043797"}} 2018-08-21 06:17:37,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:17:37,576 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4bd94b4f-d6f5-4c31-9521-75554277185d'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1e6a3b09-f6ed-48f2-86c7-6b94650798aa"}} 2018-08-21 06:17:37,752 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.174s 2018-08-21 06:17:37,752 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:17:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-750d5d76-d0d2-4e2d-9f05-310f2f278f0a'} 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-21T06:17:37Z", "security_group_id": "577dfdec-a057-438e-899d-77ccaa1a4f67", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:17:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "63b89c07-6868-4196-85d8-bf08c117a0cf"}} 2018-08-21 06:17:38,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/networks 0.264s 2018-08-21 06:17:38,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1299449163"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-927c0019-54e1-4d87-a03f-fd9cd3930932'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:17:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","name":"tempest-A-1299449163"}} 2018-08-21 06:17:38,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.541s 2018-08-21 06:17:38,560 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "name": "tempest-subnet-A-1-1522001635"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-755d512b-02cf-4b26-80f7-47f430f2d61b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:38Z","dns_nameservers":[],"updated_at":"2018-08-21T06:17:38Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"7a37487c-93fb-4548-aef8-a221d1831129","subnetpool_id":null,"name":"tempest-subnet-A-1-1522001635"}} 2018-08-21 06:17:38,748 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/networks 0.187s 2018-08-21 06:17:38,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1339806963"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:17:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99c9e5b1-e78a-450a-807c-a154aceee865'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:17:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","name":"tempest-B-1339806963"}} 2018-08-21 06:17:39,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.628s 2018-08-21 06:17:39,378 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "name": "tempest-subnet-B-1-889220544"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:17:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae70082f-535c-4341-8ad9-1c59cd61ec19'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:17:39Z","dns_nameservers":[],"updated_at":"2018-08-21T06:17:39Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"937646fa-5860-4e87-92c5-698293596c8d","subnetpool_id":null,"name":"tempest-subnet-B-1-889220544"}} 2018-08-21 06:17:39,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.515s 2018-08-21 06:17:39,895 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:17:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fb22898-cbd5-4568-b142-ad32872353a7'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a29ab2b4-ab94-471b-8726-365dabd6dc68"}} 2018-08-21 06:17:40,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations 0.530s 2018-08-21 06:17:40,426 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-475c6ad5-0e5b-4f56-a349-354d2c242e9e'} Body: {"network_association": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "id": "603adb0d-e00b-490b-863a-cb9e2699aff6"}} 2018-08-21 06:17:40,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations 0.502s 2018-08-21 06:17:40,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a29ab2b4-ab94-471b-8726-365dabd6dc68/network_associations', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-748e5b5a-a94c-44b8-99ba-bd550d9befbd'} Body: {"network_association": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "id": "9b72fb43-b32b-43d2-8b6d-591884d1f891"}} 2018-08-21 06:17:40,930 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:17:41,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.254s 2018-08-21 06:17:41,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-122814943"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-930436be-e468-4b86-86b8-d46d735da51b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-930436be-e468-4b86-86b8-d46d735da51b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsPjoaK6dxS10FOrWZz8zkj601tRUiF9gXa+hTQhsIMQuybtIJSxR/VU6unt2etac9qWQKL2G5KxLpfUbeJEwaNsZHle2sQwDLqiYBxc0LVQKI7OOQ4eSnz0Q0gtGmVcv4BsocbhhmJWh7nUsMhB80dmh0EYxcHW4FC+bdsbWQauTxswLlPbgFeI+X3CP2BKjpFzK2pp8dKZHsmakvTnrex8urwHJGVSrdSc2EqyXd3/BW/sxd9k7HbcX5RD6remDfuO0q3YRLjt/WbqLynuPkHyrezcBbhCAaC09vkFbl8LHPXWIELeFMcc0ypyNeZ7YPxMgCNubW8RQEAKIecEvR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEArD46GiuncUtdBTq1mc/M5I+tNbUVIhfYF2voU0IbCDELsm7S\nCUsUf1VOrp7dnrWnPalkCi9huSsS6X1G3iRMGjbGR5XtrEMAy6omAcXNC1UCiOzj\nkOHkp89ENILRplXL+AbKHG4YZiVoe51LDIQfNHZodBGMXB1uBQvm3bG1kGrk8bMC\n5T24BXiPl9wj9gSo6RcytqafHSmR7JmpL0563sfLq8ByRlUq3UnNhKsl3d/wVv7M\nXfZOx23F+UQ+q3pg37jtKt2ES47f1m6i8p7j5B8q3s3AW4QgGgtPb5BW5fCxz11i\nBC3hTHHNMqcjXme2D8TIAjbm1vEUBACiHnBL0QIDAQABAoIBAQCHFKIyhgviUS1Z\nfYqQXyScF4XKugIh47tH2wuvyAc1LGm0/S5htW0U041KazL5VhMby622QySLuJkz\nXllmu+anJE/qMk3cLAwCraTy/PJqsbe0NLvfkxjk9irSV8odfenh0UlOdJVT/oBr\neZcy8KccWMRgSqbeUwJGmOfs84KmB7TwLnTUhCOYQDyLpzV8w308vMgi936LU1I5\n81vm99mjLb6cSMHRZNxXaXQ8pR5tGAgCNXsyWP9R6bP0WrsefYJXOqUMqyK0XusA\n0lNTtSLSjAb2KE3T9N82RxVdTl+UMiK5cPcC3aWlbjdh5IWA/h3At+MWF47hS8Dr\nx2cXjCIxAoGBAOEC8N2e22b9jKRN7e5AWG3kFlX/0I8RIQ+3oUNrvoaUbgQof9Mc\n/cmTCUTncayNYYYi4uZOPHPCVrz/bBmyYZiIG/OYGbdjE/TuyxxGTh7mc2GOFUwE\nRY+8NDbWBzp5LXHcbSQ4Wq5T2Z2ssiXl+UmklF/uFBrUNnW5bMdjqSI9AoGBAMP2\n3sU5gjz3WJ8ydkfR8vfm0wtJSNfvDi8cO4jxIhqZD5nO9E4K+ERvSR4MdveIYGKI\nKHu03Vh80bZjcIkkOktjqrh6KeA00sNCOT1BY70lzWjTXdQGvZqyMbWQWOWpp6Lu\nJLjiKSfjaWL60BcRwh9ruU0CBwJMKctimTgrmk0lAoGBAMDD9TfXzRy5YNCt1oVC\n6L8UJTJ92t2GDi3Z4jTRTEMdS/cR/xgMgTs8VTeLk+4AnSj+ICavpciCGC8IH0MQ\nd93l1RRmHLnoDoPKQ4UwkeKVCQntYD9kdXeDA7RqvXyRraYa8gGSqdUpDoivF1uy\nXlOBxH8+hkjJvvIx7YgP0Cj9AoGBAIjJX8KnW+OWfAPTw4BqaoDkXFg6dWBU+7+i\no2P5fWa3hI5GSX3YZmfOjmktJjWuuijNBgUjwIWtyuzXCIyR/yb0kQxoKabY+G1X\nYoEBjc9P/cu4Dnybn+nFjLFB6uuUuvEd7gAnzbaMJNn0XSBdQvWPyi6Yxa+y3lGb\np3vv46sJAoGBAN9GbCEBqWRl0hKTU1b8e0199UOV35NC6YjF/E/SAeyxHAJpC41s\nQDCoJ89nQI3RX2Az93CHguJUYMqD5ZO4UeZlv6N4D5SScNkzJrhd1aD+vMFX/Xxa\nbEYvlW6tsD+iX91Eq6WYLou4qHnbnobrs6ICbM8UaTeeXT1x2ecXwYVO\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-122814943", "fingerprint": "7a:61:4c:88:b4:e1:7d:49:07:90:36:32:8e:ef:09:48"}} 2018-08-21 06:17:41,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/ports 0.806s 2018-08-21 06:17:41,996 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1196453763", "security_groups": ["577dfdec-a057-438e-899d-77ccaa1a4f67"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:17:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-739ce10e-c49b-4de0-9f90-dd94a56b27ed'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:17:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9037eef7-6415-4b8b-ac7a-21d0f38ee207","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:17:41Z","name":"tempest-port-smoke-1196453763","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:7c:d2:ea","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"7a37487c-93fb-4548-aef8-a221d1831129","ip_address":"10.101.11.10"}],"id":"ca120f5e-4707-4bd8-ad0e-e6ca4bce886d","security_groups":["577dfdec-a057-438e-899d-77ccaa1a4f67"],"device_id":""}} 2018-08-21 06:17:44,174 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.44:8774/v2.1/servers 2.176s 2018-08-21 06:17:44,174 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-122814943", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "port": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-f52322aa-ce70-49f9-a599-fee1c8b3123c', 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f52322aa-ce70-49f9-a599-fee1c8b3123c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "adminPass": "ce8RRK6meJXg"}} 2018-08-21 06:17:44,523 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.345s 2018-08-21 06:17:44,523 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-62f23b72-894f-4361-8075-fbc97a300218', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62f23b72-894f-4361-8075-fbc97a300218'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:45,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.057s 2018-08-21 06:17:45,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4d0769f-b1e6-41d2-a7cd-137814ef92ba'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:46,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.275s 2018-08-21 06:17:46,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': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-8097adb7-6561-4ccb-b0b1-be506ad73f0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8097adb7-6561-4ccb-b0b1-be506ad73f0d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:46,897 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:17:48,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.163s 2018-08-21 06:17:48,063 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-836daa82-9849-4ded-9476-43bd5db1ebea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-836daa82-9849-4ded-9476-43bd5db1ebea'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:49,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.419s 2018-08-21 06:17:49,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-461c19a2-4fd7-4b00-a7fc-b2566410b103', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-461c19a2-4fd7-4b00-a7fc-b2566410b103'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:50,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.345s 2018-08-21 06:17:50,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf1aa28e-d2d6-4df7-a4fc-b25cca18c5df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:52,546 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.673s 2018-08-21 06:17:52,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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee3c67c3-1fd6-4447-a5d4-1b9a4db5b62a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:52,561 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:17:53,194 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.632s 2018-08-21 06:17:53,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6633afe7-2b1d-4d13-ac25-c7ae3b23d2ea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:17:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:53,208 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e with status: ACTIVE 2018-08-21 06:17:54,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/ports 1.052s 2018-08-21 06:17:54,262 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-54496489", "security_groups": ["577dfdec-a057-438e-899d-77ccaa1a4f67"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:17:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a67a1216-f803-45a6-93dd-dfe4b9de3e03'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:17:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a025ec86-f406-471c-a80e-b974ed3bb5f3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:17:53Z","name":"tempest-port-smoke-54496489","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3b:a9:60","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"937646fa-5860-4e87-92c5-698293596c8d","ip_address":"10.102.21.20"}],"id":"eadaef51-f854-4593-b918-7c41d551da1a","security_groups":["577dfdec-a057-438e-899d-77ccaa1a4f67"],"device_id":""}} 2018-08-21 06:17:56,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.44:8774/v2.1/servers 2.157s 2018-08-21 06:17:56,421 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-122814943", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "a025ec86-f406-471c-a80e-b974ed3bb5f3", "port": "eadaef51-f854-4593-b918-7c41d551da1a"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-bda38b03-b815-4eb9-91e2-eef803c4565c', 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bda38b03-b815-4eb9-91e2-eef803c4565c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "adminPass": "ADfNuchU77hP"}} 2018-08-21 06:17:57,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.673s 2018-08-21 06:17:57,099 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-f21b6299-9893-4936-9475-cff509bb3e3b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f21b6299-9893-4936-9475-cff509bb3e3b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:17:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:58,412 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.299s 2018-08-21 06:17:58,412 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-d6e4e3a8-9644-43d7-8db0-d20e90204799', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6e4e3a8-9644-43d7-8db0-d20e90204799'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:58,425 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 06:17:59,877 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.450s 2018-08-21 06:17:59,878 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-760d88be-c9d2-433d-adff-52eac79662e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:17:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-760d88be-c9d2-433d-adff-52eac79662e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:17:59,891 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:18:01,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.734s 2018-08-21 06:18:01,627 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-fb0995ab-f275-4482-b73c-0625e86907f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb0995ab-f275-4482-b73c-0625e86907f4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:17:58Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:18:02,801 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.159s 2018-08-21 06:18:02,801 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-e2c44410-90f0-47c7-ba28-fb47ad4bce68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2c44410-90f0-47c7-ba28-fb47ad4bce68'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:18:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:18:02,815 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:18:02,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.143s 2018-08-21 06:18:02,959 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afe00b04-2e3b-498f-a85d-a371cf0f5ea1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:18:01Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:18:02,972 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8292c998-bade-4bea-b452-2a1897d14ab6 with status: ACTIVE 2018-08-21 06:18:03,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/routers 0.088s 2018-08-21 06:18:03,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1729968099", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:18:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c53ac3d-e992-4fb0-9c58-1484d36c2b55'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:03Z", "admin_state_up": true, "updated_at": "2018-08-21T06:18:03Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4c81ce65-5b30-4952-bd20-23ac44118043", "name": "tempest-router--1729968099"}} 2018-08-21 06:18:04,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043 1.495s 2018-08-21 06:18:04,558 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043', u'date': 'Tue, 21 Aug 2018 06:18:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-218baa40-43d3-4721-b4e7-51dd50686332'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:03Z", "admin_state_up": true, "updated_at": "2018-08-21T06:18:04Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4c81ce65-5b30-4952-bd20-23ac44118043", "name": "tempest-router--1729968099"}} 2018-08-21 06:18:07,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/add_router_interface 2.568s 2018-08-21 06:18:07,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:18:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb90cec5-e9cd-46e7-a76c-b2fbe8f7440a'} Body: {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129", "subnet_ids": ["7a37487c-93fb-4548-aef8-a221d1831129"], "port_id": "9aa6a63f-41b9-428c-8da2-10c023d5f51c", "id": "4c81ce65-5b30-4952-bd20-23ac44118043"} 2018-08-21 06:18:08,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.813s 2018-08-21 06:18:08,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:18:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58fe7251-1b1e-4bcb-8492-3969609eac35'} Body: {"floatingip": {"router_id": "4c81ce65-5b30-4952-bd20-23ac44118043", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:18:07Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "ca120f5e-4707-4bd8-ad0e-e6ca4bce886d", "id": "5173de4f-bec3-435d-a257-3e05a326be88", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:18:07Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:18:08,944 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:18:10,946 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:18:11,011 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:18:11,043 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:18:11,157 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-21 06:18:11,158 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:18:11,159 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:18:11,220 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:18:11,223 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:18:16,233 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-21 06:18:16,233 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-21 06:19:26,247 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-21 06:19:26,248 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:19:26,251 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:19:26,351 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:19:26,379 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:19:31,385 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-21 06:19:31,386 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-21 06:20:41,388 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:20:41,388 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-21 06:20:41,389 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,393 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,492 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,521 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,527 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:20:41,527 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:2e:9b [ether] on eth0 2018-08-21 06:20:41,527 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-21 06:20:41,528 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,530 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,591 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,594 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,604 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:20:41,604 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-21 06:20:41,604 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,606 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,666 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,670 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,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-21 06:20:41,676 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,678 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,738 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,742 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:41,748 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:20:41,748 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:2e:9b [ether] on eth0 2018-08-21 06:20:41,749 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-21 06:20:41,749 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:20:41,751 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:20:41,810 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:20:41,815 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:20:46,822 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-21 06:20:46,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.201. 2018-08-21 06:21:56,867 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-21 06:21:56,867 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 06:21:56,871 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:21:56,969 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:21:56,999 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 06:22:02,006 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-21 06:22:02,007 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-21 06:23:12,051 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:23:12,052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:23:12.052 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-21 06:23:12.052 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:23:13,265 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/5173de4f-bec3-435d-a257-3e05a326be88 1.211s 2018-08-21 06:23:13,266 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/5173de4f-bec3-435d-a257-3e05a326be88', u'date': 'Tue, 21 Aug 2018 06:23:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-93a23d91-59b6-41d8-97da-b84dee1c8852'} Body: 2018-08-21 06:23:15,923 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/remove_router_interface 2.656s 2018-08-21 06:23:15,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:23:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02e4c046-5e92-4c90-954c-734829ea2d95'} Body: {"network_id": "9037eef7-6415-4b8b-ac7a-21d0f38ee207", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7a37487c-93fb-4548-aef8-a221d1831129", "subnet_ids": ["7a37487c-93fb-4548-aef8-a221d1831129"], "port_id": "9aa6a63f-41b9-428c-8da2-10c023d5f51c", "id": "4c81ce65-5b30-4952-bd20-23ac44118043"} 2018-08-21 06:23:17,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043 1.553s 2018-08-21 06:23:17,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/4c81ce65-5b30-4952-bd20-23ac44118043', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1e934324-bf38-48e1-b161-3f1b7f21efc3'} Body: 2018-08-21 06:23:17,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.420s 2018-08-21 06:23:17,901 63 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-9978416c-6886-49b0-9efb-a70755cba6c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9978416c-6886-49b0-9efb-a70755cba6c8'} Body: 2018-08-21 06:23:18,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 1.055s 2018-08-21 06:23:18,958 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-41ebbad9-10bc-4d24-8540-1bf0ee20192a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ebbad9-10bc-4d24-8540-1bf0ee20192a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1339806963": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:a9:60", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/8292c998-bade-4bea-b452-2a1897d14ab6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:18:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "8292c998-bade-4bea-b452-2a1897d14ab6", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-2", "created": "2018-08-21T06:17:56Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:20,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6 0.051s 2018-08-21 06:23:20,025 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.44:8774/v2.1/servers/8292c998-bade-4bea-b452-2a1897d14ab6', u'x-compute-request-id': 'req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fcdc7c72-f297-4c9b-bfaf-392404c01e5b'} Body: {"itemNotFound": {"message": "Instance 8292c998-bade-4bea-b452-2a1897d14ab6 could not be found.", "code": 404}} 2018-08-21 06:23:20,647 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/eadaef51-f854-4593-b918-7c41d551da1a 0.620s 2018-08-21 06:23:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/eadaef51-f854-4593-b918-7c41d551da1a', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d433fc3d-73dc-48a0-bc8e-282897c372a0'} Body: 2018-08-21 06:23:20,809 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.161s 2018-08-21 06:23:20,810 63 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.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-de71edcb-2e2c-40e2-a113-843bc45cd12c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de71edcb-2e2c-40e2-a113-843bc45cd12c'} Body: 2018-08-21 06:23:21,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.683s 2018-08-21 06:23:21,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-f7b7759e-334b-41ba-84bf-6c118059de93', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7b7759e-334b-41ba-84bf-6c118059de93'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1299449163": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:d2:ea", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:17:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e", "security_groups": [{"name": "tempest-secgroup-smoke-1699692732"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:20Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122814943", "name": "server-1", "created": "2018-08-21T06:17:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:22,559 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e 0.046s 2018-08-21 06:23:22,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e', u'x-compute-request-id': 'req-7108b074-433e-4b91-a553-443848e5bd91', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7108b074-433e-4b91-a553-443848e5bd91'} Body: {"itemNotFound": {"message": "Instance 3db6c4b6-4c17-49a1-8eb2-9a1e8d71199e could not be found.", "code": 404}} 2018-08-21 06:23:23,525 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ca120f5e-4707-4bd8-ad0e-e6ca4bce886d 0.964s 2018-08-21 06:23:23,525 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/ca120f5e-4707-4bd8-ad0e-e6ca4bce886d', u'date': 'Tue, 21 Aug 2018 06:23:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef0cc706-b1a3-490c-9886-8e2354598ff8'} Body: 2018-08-21 06:23:23,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122814943 0.052s 2018-08-21 06:23:23,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122814943', u'x-compute-request-id': 'req-d59b87de-ef86-47ab-b750-95f69c0633b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d59b87de-ef86-47ab-b750-95f69c0633b9'} Body: 2018-08-21 06:23:24,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/937646fa-5860-4e87-92c5-698293596c8d 0.989s 2018-08-21 06:23:24,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/937646fa-5860-4e87-92c5-698293596c8d', u'date': 'Tue, 21 Aug 2018 06:23:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8495cf3c-fa08-4d29-8dcb-6aa8eee62d3d'} Body: 2018-08-21 06:23:26,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/a025ec86-f406-471c-a80e-b974ed3bb5f3 1.708s 2018-08-21 06:23:26,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/a025ec86-f406-471c-a80e-b974ed3bb5f3', u'date': 'Tue, 21 Aug 2018 06:23:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-debbc8c7-1ab1-405c-b0e2-5630f6cc466c'} Body: 2018-08-21 06:23:27,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/7a37487c-93fb-4548-aef8-a221d1831129 1.381s 2018-08-21 06:23:27,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/7a37487c-93fb-4548-aef8-a221d1831129', u'date': 'Tue, 21 Aug 2018 06:23:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-19d62ed3-e210-4dd1-8250-6b92dd3a6a76'} Body: 2018-08-21 06:23:29,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/9037eef7-6415-4b8b-ac7a-21d0f38ee207 1.870s 2018-08-21 06:23:29,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/9037eef7-6415-4b8b-ac7a-21d0f38ee207', u'date': 'Tue, 21 Aug 2018 06:23:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-843e0452-3d5e-4590-becf-521cdb4f4130'} Body: 2018-08-21 06:23:29,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/577dfdec-a057-438e-899d-77ccaa1a4f67 0.249s 2018-08-21 06:23:29,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/577dfdec-a057-438e-899d-77ccaa1a4f67', u'date': 'Tue, 21 Aug 2018 06:23:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1d4e4dd0-4d6b-43ff-b30a-f526c3ec8f4c'} 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-21 06:23:30,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.542s 2018-08-21 06:23:30,356 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1138957097 description", "name": "tempest-secgroup-smoke-1138957097"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5cf5af4-7930-4d5e-9927-13b3678e7acb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1138957097 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "updated_at": "2018-08-21T06:23:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:23:30Z", "revision_number": 0, "id": "51838eee-6608-43dd-9c43-6358d8b3f4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:23:30Z", "revision_number": 0, "id": "e6e0901f-f0b0-4355-ac75-d3e8ce9539f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4dc6f220-2201-4530-a960-40eeada5e901", "name": "tempest-secgroup-smoke-1138957097"}} 2018-08-21 06:23:30,795 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.438s 2018-08-21 06:23:30,796 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b9ba8a5-e59d-4f5a-a4b3-87ad688c6806'} 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-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3ba190b0-069e-496a-b2d3-7514b60de7a2"}} 2018-08-21 06:23:30,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 06:23:30,964 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aebe47dc-ffd8-4f47-9c39-3ebb0c2fb9b3'} 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-21T06:23:30Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1f8c66f9-13e6-4a89-a84f-58c278caf345"}} 2018-08-21 06:23:31,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.144s 2018-08-21 06:23:31,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": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acf772b6-940a-4be4-8d06-3baf75176ade'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "57294adb-fecd-4dab-9af6-537ce22447ae"}} 2018-08-21 06:23:31,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.151s 2018-08-21 06:23:31,262 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a992549-b256-4bc1-bbb6-692727382ec6'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "db5abf84-6437-48fc-a611-1c81a0118416"}} 2018-08-21 06:23:31,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:23:31,436 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1a2750e-3125-42cd-858a-be1c5de456ff'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c934c573-d6d4-40c1-8be5-3d07aeb587d9"}} 2018-08-21 06:23:31,646 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.208s 2018-08-21 06:23:31,646 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b1c00e3-4019-4f56-951a-2d48550187bf'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7b40fa6c-602f-472e-b353-99b0a98b9bfd"}} 2018-08-21 06:23:31,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.144s 2018-08-21 06:23:31,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9a548af-c386-4e03-9311-ab521d7cbf2a'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5cf98a1b-e907-445b-89cd-1cdbbfa9d3b4"}} 2018-08-21 06:23:31,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 06:23:31,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:23:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bbeb816b-b1e5-4b48-96dd-50c48c2f275b'} 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-21T06:23:31Z", "security_group_id": "4dc6f220-2201-4530-a960-40eeada5e901", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:31Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9d6926ec-050a-4763-9ffa-0eeee46fbea1"}} 2018-08-21 06:23:32,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.252s 2018-08-21 06:23:32,190 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-804591283"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:23:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edd5c52e-dedf-4ede-b963-8cbd3fb57434'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:23:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","name":"tempest-A-804591283"}} 2018-08-21 06:23:32,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.785s 2018-08-21 06:23:32,977 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "name": "tempest-subnet-A-1-800384156"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:23:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-526a953d-a577-47fc-bc28-3e87a656cbf8'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:23:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"5cc29dc9-47d9-4362-a99b-87c243d0a761","subnetpool_id":null,"name":"tempest-subnet-A-1-800384156"}} 2018-08-21 06:23:33,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.472s 2018-08-21 06:23:33,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1821453017"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:23:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7da67b40-7c14-49c6-b769-170e88a38529'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:23:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","name":"tempest-B-1821453017"}} 2018-08-21 06:23:34,809 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.357s 2018-08-21 06:23:34,810 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "name": "tempest-subnet-B-1-499848085"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:23:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e4ee858-cd9a-4492-bae4-08253e5a1196'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:23:34Z","dns_nameservers":[],"updated_at":"2018-08-21T06:23:34Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"714b67f3-317e-4e30-95a7-eb7193d3e934","subnetpool_id":null,"name":"tempest-subnet-B-1-499848085"}} 2018-08-21 06:23:35,296 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.485s 2018-08-21 06:23:35,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9224978-0e55-452e-9beb-91282d438332'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "4d8ba35e-8926-4189-8e7f-b45ea1c4ece0"}} 2018-08-21 06:23:35,559 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations 0.261s 2018-08-21 06:23:35,560 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations', u'date': 'Tue, 21 Aug 2018 06:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5227d599-25b5-4fa1-a5d6-cf3d33dc9726'} Body: {"network_association": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "id": "d035a704-2f02-4967-bfa9-9d1ed8c60723"}} 2018-08-21 06:23:36,117 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations 0.557s 2018-08-21 06:23:36,118 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/4d8ba35e-8926-4189-8e7f-b45ea1c4ece0/network_associations', u'date': 'Tue, 21 Aug 2018 06:23:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad669f25-80da-4475-a453-9428c8a714bf'} Body: {"network_association": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "id": "e7050292-7714-44f6-bd4a-7895d2034352"}} 2018-08-21 06:23:36,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.143s 2018-08-21 06:23:36,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2116593774"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-94a1ef11-e538-486d-9517-94a8fa4409a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a1ef11-e538-486d-9517-94a8fa4409a7'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2appmLTh9Hvgn4ZmIa1twflOwi0Jk6G/dVBx3pcD4uRxKpc6AG7Hf6WD1jnCneRaSuiK5T5EWMLmu+bFPDcxKaqES24k+Nr+FxzUhVAo+ZVIpMj+ZBaKlXd+CF1UU06flCfeQR9Cfl6Lt+4HrQ/Yr/bXgkSZE6xvELjjxXlVwJn8K/d/+QPlw6/UNay/TP3VAlD+zwU09Afh39VC1WyNDnkd8qxLMNBRHvnidHXxmd+miEEjy5GmAgJeal5GTbtVBeMEnohyuf7svfVa9+QJgH8Zo0FpWSeKMZiDQHSpv28wwh3gGSzG7UL40jMCKxtTviL/oVaSmFnG0OW99ux7N Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtmqaZi04fR74J+GZiGtbcH5TsItCZOhv3VQcd6XA+LkcSqXO\ngBux3+lg9Y5wp3kWkroiuU+RFjC5rvmxTw3MSmqhEtuJPja/hcc1IVQKPmVSKTI/\nmQWipV3fghdVFNOn5Qn3kEfQn5ei7fuB60P2K/214JEmROsbxC448V5VcCZ/Cv3f\n/kD5cOv1DWsv0z91QJQ/s8FNPQH4d/VQtVsjQ55HfKsSzDQUR754nR18ZnfpohBI\n8uRpgICXmpeRk27VQXjBJ6Icrn+7L31WvfkCYB/GaNBaVknijGYg0B0qb9vMMId4\nBksxu1C+NIzAisbU74i/6FWkphZxtDlvfbsezQIDAQABAoIBAEhkFdHmsDw3RhPN\nm7hfonIKL/wnx7lz5LDY6FMzHFmYXHnjQwfj9br+StQoKtzLWQHxjEYuJU3BGG8v\n+AV/XEtL9ZAeP2DJKUhVvef0CfypCOoAXuzDJ8CoeEKQL9uMA10Jj41acphi/O2k\nmfJbjh33GW59K8q94s7/6Okgnpdagvcx/fL71CczCYMqrwNw+epyfOcQojJdYt7a\nwYJGRwwycSYVk3HaJdeOE+pjRILt4ad5xcVGJwZYMvvp8DA9VypyozpcR/RXt8jn\n6MDHGoKFi62VJ41niyOYNwjz7uWjBTPgf84NwMVgiuA30HCDWbbKJtMxJ96eIRjY\njxiIAKECgYEA8oY9978TKxjonCOnLu/neMSMQ0dswaw+TpaOI7nV4xjlhodrk/V3\nQQsUkDApMTHVTeTwfiV8KeNx1lexd1/RaB9FL8+luwGvDRltQi9aQZ2AYsM4tfbt\n2PG9hh8QF8zMOZ0mTo/NwwIqwlKj14GYGvMMUBJDY2YGZyQw/8NP1v8CgYEAwI1c\n38Woa6WBkYxpWLUKr0fb0QT2Wo58HJH5AgRXkMcED2IB5t3ZLSWhryxkM4VnbP2A\n/ZovMd4b0ELZsvILcF0+EE9oUXKMDXCzieFh7fGiAWvJCxwKnB4hNzmk+S/WiIHX\njuaRcf/tXSADXLWEnYnLmVxpFJqjnLkzRjgGtjMCgYEA5DT1cn5VpyQVHXdfBYex\nI66u3VAEQmm1Z3W74lonrT3sHJ6o190OjiHDA7qNyEDAGj/nHIxhPXlL0QlLcKy0\n+2kRTV/y7vkyovzeFn1ATKXL/SL95huoy48Na3snRX3sXfpF5X7jezA61Ae3LD5B\nxnoVh/Lnfkyukbc4dDJwmjkCgYA8/Ej/IuZd+dSY2cT/8I9KxtKrWAwC0IAkuGMK\nrX9ifnYdvSfnDDrd3r5f8gpmewkv7vas2+m4vKVIh/PVhm3zD8U5ez0KFuKe2yQy\nNm1C5LYwBwhs+Vuu6KgSirJirjEfmShBvWsxlSKDzUDjWyZ+kwcmMquhd/z8BXhk\n9BfEGwKBgD9qKlcUkQ/+nmwfoXFtp4VAaiHTg/9N1zjq0iB8NhXPKImPK1JDQCC7\n1S8BP++6j1LwsrGlVtzjwlPVpR2Spb7ZeQwy8BSSTbIyh6aCMihx4xPb0ulJFCWt\ndWLpl2zv0svqUfXVoOZXEYC2E0JtiCfV2sHqcmZN8dfrg+cR0Ryl\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-2116593774", "fingerprint": "9d:0f:0f:0c:5f:9c:5a:12:2f:4f:8b:ea:6d:e2:3c:b8"}} 2018-08-21 06:23:37,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/ports 0.883s 2018-08-21 06:23:37,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2021293479", "security_groups": ["4dc6f220-2201-4530-a960-40eeada5e901"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:23:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27f26190-e720-4f22-be62-e554a134cee3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:23:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e6ceedd4-3ae1-4f52-a5ef-7772099defdf","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:23:36Z","name":"tempest-port-smoke-2021293479","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:7d:79:74","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"5cc29dc9-47d9-4362-a99b-87c243d0a761","ip_address":"10.101.11.10"}],"id":"f2ad2a81-a642-4220-840a-93138cc89e69","security_groups":["4dc6f220-2201-4530-a960-40eeada5e901"],"device_id":""}} 2018-08-21 06:23:39,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.850s 2018-08-21 06:23:39,004 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-2116593774", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "port": "f2ad2a81-a642-4220-840a-93138cc89e69"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-17826aa4-7d19-4379-b8d6-65ca3b8ef966', 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17826aa4-7d19-4379-b8d6-65ca3b8ef966'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0685553c-3a58-445c-a409-49096f574a4a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "adminPass": "fYa5W5wci4tr"}} 2018-08-21 06:23:39,631 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.622s 2018-08-21 06:23:39,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-c1a31c91-ff5c-4816-ae53-d3451c05ca58', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1a31c91-ff5c-4816-ae53-d3451c05ca58'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:41,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.807s 2018-08-21 06:23:41,466 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ac51c5f-d1fd-4b6c-9447-3dc39fbd2122'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:43,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.749s 2018-08-21 06:23:43,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-657ac6d0-b401-411e-b2d3-f6cddce5286f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-657ac6d0-b401-411e-b2d3-f6cddce5286f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:43,244 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:23:44,652 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.406s 2018-08-21 06:23:44,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-0e62e473-0157-45ee-845c-64a231350e07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e62e473-0157-45ee-845c-64a231350e07'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:46,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.484s 2018-08-21 06:23:46,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-1da47084-cae5-4057-9db2-236402658da4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1da47084-cae5-4057-9db2-236402658da4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:46,164 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:23:46,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.345s 2018-08-21 06:23:46,511 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-e9107046-7f85-40c3-873b-566ca741e15a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9107046-7f85-40c3-873b-566ca741e15a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:46,524 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0685553c-3a58-445c-a409-49096f574a4a with status: ACTIVE 2018-08-21 06:23:47,293 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/ports 0.768s 2018-08-21 06:23:47,293 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1242209447", "security_groups": ["4dc6f220-2201-4530-a960-40eeada5e901"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:23:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9848fe63-2986-48ad-9435-42453a5989c1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:23:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c8b63a07-7f27-4e70-9c82-b89c1eda7a38","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:23:46Z","name":"tempest-port-smoke-1242209447","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a5:6b:16","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"714b67f3-317e-4e30-95a7-eb7193d3e934","ip_address":"10.102.21.20"}],"id":"d08341f9-6c34-4e0c-89dd-a7245404c0ac","security_groups":["4dc6f220-2201-4530-a960-40eeada5e901"],"device_id":""}} 2018-08-21 06:23:49,091 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.796s 2018-08-21 06:23:49,091 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-2116593774", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c8b63a07-7f27-4e70-9c82-b89c1eda7a38", "port": "d08341f9-6c34-4e0c-89dd-a7245404c0ac"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0ca62538-7a5c-4808-8ae6-7eeb112434c4', 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ca62538-7a5c-4808-8ae6-7eeb112434c4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "adminPass": "KHWTP9XhzAF6"}} 2018-08-21 06:23:49,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.064s 2018-08-21 06:23:49,161 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-15c03ada-369d-4e47-bcc4-79c5f559a0f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15c03ada-369d-4e47-bcc4-79c5f559a0f9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:50,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.061s 2018-08-21 06:23:50,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-fc4d985c-3cbc-4c15-a1ef-748244e89481', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc4d985c-3cbc-4c15-a1ef-748244e89481'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:23:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:51,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.327s 2018-08-21 06:23:51,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': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-718b03db-99a2-4d4f-9b50-1d10f16363d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-718b03db-99a2-4d4f-9b50-1d10f16363d7'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:51,591 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:23:53,224 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.631s 2018-08-21 06:23:53,225 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6a57a94-0805-48e5-b3d2-1abde5b6c0c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:53,237 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:23:54,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.357s 2018-08-21 06:23:54,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-9755672a-3393-40c9-9248-5405f9179a1d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9755672a-3393-40c9-9248-5405f9179a1d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:23:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:56,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.769s 2018-08-21 06:23:56,380 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-6cdc1732-cc34-4826-9102-bb39eeaab239', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cdc1732-cc34-4826-9102-bb39eeaab239'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:56,393 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:23:56,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.185s 2018-08-21 06:23:56,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-becbb4e1-b61e-47fa-a0c6-db2334755cf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:23:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-becbb4e1-b61e-47fa-a0c6-db2334755cf1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:23:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:23:56,592 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 with status: ACTIVE 2018-08-21 06:23:56,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.116s 2018-08-21 06:23:56,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--141968961", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:23:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49280c88-cd41-47e2-8f72-0dda31578dd0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:56Z", "admin_state_up": true, "updated_at": "2018-08-21T06:23:56Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "name": "tempest-router--141968961"}} 2018-08-21 06:23:58,291 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6 1.580s 2018-08-21 06:23:58,291 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6', u'date': 'Tue, 21 Aug 2018 06:23:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e23090c-a00c-43ef-8928-6867599d80a6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:23:56Z", "admin_state_up": true, "updated_at": "2018-08-21T06:23:58Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "name": "tempest-router--141968961"}} 2018-08-21 06:24:00,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/add_router_interface 2.574s 2018-08-21 06:24:00,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:24:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a71e279-ef5a-4c58-813f-8f6057942472'} Body: {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761", "subnet_ids": ["5cc29dc9-47d9-4362-a99b-87c243d0a761"], "port_id": "4ce5e0e8-d0cb-4a7e-874a-8c9d702c3d43", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6"} 2018-08-21 06:24:02,687 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.819s 2018-08-21 06:24:02,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "f2ad2a81-a642-4220-840a-93138cc89e69"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:24:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a70d475e-7ab6-4ea0-a306-0cb9469c7df1'} Body: {"floatingip": {"router_id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:24:01Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "f2ad2a81-a642-4220-840a-93138cc89e69", "id": "db258364-d34c-4796-83d3-4392df03443f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:24:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:24:02,689 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:24:04,691 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:24:04,756 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:24:04,788 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:24:04,903 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-21 06:24:04,903 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:24:04,905 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:24:04,966 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:24:04,970 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:24:09,976 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:24:09,977 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-21 06:25:20,046 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-21 06:25:20,047 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:25:20,051 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:25:20,153 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:25:20,179 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:25:25,186 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:25:25,186 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-21 06:26:35,217 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:26:35,218 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-21 06:26:35,218 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,285 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,287 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,292 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:26:35,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6e:67:8b [ether] on eth0 2018-08-21 06:26:35,293 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-21 06:26:35,294 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,295 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,356 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,360 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,368 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:26:35,368 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-21 06:26:35,369 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,371 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,429 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,435 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,441 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-21 06:26:35,442 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,444 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,505 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,508 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:35,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:26:35,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:6e:67:8b [ether] on eth0 2018-08-21 06:26:35,514 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-21 06:26:35,514 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:26:35,516 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:26:35,577 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:26:35,579 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:26:40,586 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:26:40,587 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-21 06:27:50,632 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-21 06:27:50,633 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-21 06:27:50,636 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:27:50,735 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:27:50,764 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-21 06:27:55,772 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-21 06:27:55,772 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-21 06:29:05,832 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:29:05,833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:29:05.833 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-21 06:29:05.833 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:29:07,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/db258364-d34c-4796-83d3-4392df03443f 1.518s 2018-08-21 06:29:07,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.44:9696/v2.0/floatingips/db258364-d34c-4796-83d3-4392df03443f', u'date': 'Tue, 21 Aug 2018 06:29:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8780d79d-3c16-4c76-9abc-18361dd890bc'} Body: 2018-08-21 06:29:09,062 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/remove_router_interface 1.706s 2018-08-21 06:29:09,063 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6a3dcae1-fab7-4ad7-ba92-a3fecf55149f'} Body: {"network_id": "e6ceedd4-3ae1-4f52-a5ef-7772099defdf", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5cc29dc9-47d9-4362-a99b-87c243d0a761", "subnet_ids": ["5cc29dc9-47d9-4362-a99b-87c243d0a761"], "port_id": "4ce5e0e8-d0cb-4a7e-874a-8c9d702c3d43", "id": "e8233f2f-c7b9-4df6-934d-5e9daa410fa6"} 2018-08-21 06:29:10,549 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6 1.485s 2018-08-21 06:29:10,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/e8233f2f-c7b9-4df6-934d-5e9daa410fa6', u'date': 'Tue, 21 Aug 2018 06:29:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e71838e6-54cc-496c-8e78-d0204068b682'} Body: 2018-08-21 06:29:11,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.495s 2018-08-21 06:29:11,047 63 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-6a339585-ccf2-4684-b36b-cd640df2d814', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a339585-ccf2-4684-b36b-cd640df2d814'} Body: 2018-08-21 06:29:11,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.788s 2018-08-21 06:29:11,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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d76ddeb8-c2ce-46d0-816a-5c9ccae1c349'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1821453017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:6b:16", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c65eda84-0ed2-4ac3-ab71-ea90e29e11d3", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-2", "created": "2018-08-21T06:23:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:12,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 0.047s 2018-08-21 06:29:12,901 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.44:8774/v2.1/servers/c65eda84-0ed2-4ac3-ab71-ea90e29e11d3', u'x-compute-request-id': 'req-b7609c22-a14c-4191-be94-91f4b7bb43ee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:12 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b7609c22-a14c-4191-be94-91f4b7bb43ee'} Body: {"itemNotFound": {"message": "Instance c65eda84-0ed2-4ac3-ab71-ea90e29e11d3 could not be found.", "code": 404}} 2018-08-21 06:29:14,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d08341f9-6c34-4e0c-89dd-a7245404c0ac 1.182s 2018-08-21 06:29:14,085 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d08341f9-6c34-4e0c-89dd-a7245404c0ac', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7b98f1df-ecf1-42ed-aa61-1b82adbee13a'} Body: 2018-08-21 06:29:14,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.175s 2018-08-21 06:29:14,263 63 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-44a87fef-aafb-4305-b2e2-f276984a5299', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44a87fef-aafb-4305-b2e2-f276984a5299'} Body: 2018-08-21 06:29:14,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.668s 2018-08-21 06:29:14,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c8b309e-bf93-4fc1-9e64-8cb831fe33a0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-804591283": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:79:74", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0685553c-3a58-445c-a409-49096f574a4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:23:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0685553c-3a58-445c-a409-49096f574a4a", "security_groups": [{"name": "tempest-secgroup-smoke-1138957097"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2116593774", "name": "server-1", "created": "2018-08-21T06:23:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:15,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a 0.043s 2018-08-21 06:29:15,989 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.44:8774/v2.1/servers/0685553c-3a58-445c-a409-49096f574a4a', u'x-compute-request-id': 'req-b8a13671-4163-4232-997a-4379a9382d6f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b8a13671-4163-4232-997a-4379a9382d6f'} Body: {"itemNotFound": {"message": "Instance 0685553c-3a58-445c-a409-49096f574a4a could not be found.", "code": 404}} 2018-08-21 06:29:16,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f2ad2a81-a642-4220-840a-93138cc89e69 0.735s 2018-08-21 06:29:16,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f2ad2a81-a642-4220-840a-93138cc89e69', u'date': 'Tue, 21 Aug 2018 06:29:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-be842183-ac15-4211-9d03-d9287ba59308'} Body: 2018-08-21 06:29:16,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2116593774 0.027s 2018-08-21 06:29:16,755 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2116593774', u'x-compute-request-id': 'req-849bb85e-c539-4264-86a6-6fb740bc880d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-849bb85e-c539-4264-86a6-6fb740bc880d'} Body: 2018-08-21 06:29:18,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/714b67f3-317e-4e30-95a7-eb7193d3e934 1.342s 2018-08-21 06:29:18,099 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/714b67f3-317e-4e30-95a7-eb7193d3e934', u'date': 'Tue, 21 Aug 2018 06:29:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c3173c02-ea5b-47f9-a61f-3cb9477ea255'} Body: 2018-08-21 06:29:20,246 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c8b63a07-7f27-4e70-9c82-b89c1eda7a38 2.146s 2018-08-21 06:29:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c8b63a07-7f27-4e70-9c82-b89c1eda7a38', u'date': 'Tue, 21 Aug 2018 06:29:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8848e2e-afed-4da4-86e8-2642f7fc25b4'} Body: 2018-08-21 06:29:22,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/5cc29dc9-47d9-4362-a99b-87c243d0a761 1.774s 2018-08-21 06:29:22,022 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/5cc29dc9-47d9-4362-a99b-87c243d0a761', u'date': 'Tue, 21 Aug 2018 06:29:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-88db31af-0a29-4c18-8ebb-47601fbf2695'} Body: 2018-08-21 06:29:23,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/e6ceedd4-3ae1-4f52-a5ef-7772099defdf 1.421s 2018-08-21 06:29:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/e6ceedd4-3ae1-4f52-a5ef-7772099defdf', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e401ec26-7bb3-4ca8-9310-092342fb64a0'} Body: 2018-08-21 06:29:23,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/4dc6f220-2201-4530-a960-40eeada5e901 0.276s 2018-08-21 06:29:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/4dc6f220-2201-4530-a960-40eeada5e901', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d3b83da6-93f9-4973-bdfd-8d843f40ff8d'} 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-21 06:29:23,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.207s 2018-08-21 06:29:23,955 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1013616335 description", "name": "tempest-secgroup-smoke-1013616335"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:29:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8970bcc1-40db-4f86-8381-1d4aac8b6596'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1013616335 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:23Z", "updated_at": "2018-08-21T06:29:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:29:23Z", "revision_number": 0, "id": "d6157b8e-2a01-40e7-af43-8bcd02347e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:29:23Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:29:23Z", "revision_number": 0, "id": "f80ff9f2-220c-476c-832f-8fc5f73c7b73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:29:23Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "name": "tempest-secgroup-smoke-1013616335"}} 2018-08-21 06:29:24,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 06:29:24,150 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f7a51f1-2a85-412f-8cc6-437ba242c0fa'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b71ab916-9aa4-48b9-980a-f223a55d9a9a"}} 2018-08-21 06:29:24,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 06:29:24,333 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42878386-c846-4f81-89f3-a6115cce3c50'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d78678ac-0b02-4d17-869b-20e1ccbdec16"}} 2018-08-21 06:29:24,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.180s 2018-08-21 06:29:24,515 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e68b2bd1-0813-404c-908e-b9fc17d9e49d'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "647c7649-e68b-4884-b0ad-6b3fdfc0761f"}} 2018-08-21 06:29:24,694 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.178s 2018-08-21 06:29:24,694 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba022067-086d-4be9-a239-3e7e7b130b54'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1f6ed772-0588-4d1f-a7eb-080a3dd44855"}} 2018-08-21 06:29:24,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.141s 2018-08-21 06:29:24,836 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fc6056e-7429-4727-b37a-a6c3b9b2b28b'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "459da765-e659-4170-a8bb-f01092449cea"}} 2018-08-21 06:29:24,984 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.147s 2018-08-21 06:29:24,985 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef96f0de-625f-434b-9333-603f4206acf0'} 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-21T06:29:24Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03459776-bdc5-4442-96f1-e9b273a41856"}} 2018-08-21 06:29:25,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.169s 2018-08-21 06:29:25,155 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5cd63fd6-c1aa-40ad-a1a4-664a682c4c2f'} 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-21T06:29:25Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0e4a74c5-eb63-4214-911c-f16c323e5a89"}} 2018-08-21 06:29:25,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.195s 2018-08-21 06:29:25,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76746d4a-3df3-4ae9-9378-3e152dc2a73b'} 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-21T06:29:25Z", "security_group_id": "dc113616-5b68-41f8-86b1-db6c5acf5881", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a5b722d1-589a-492c-8d78-5ac9e3d252a5"}} 2018-08-21 06:29:25,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.276s 2018-08-21 06:29:25,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1790359040"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:29:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edb80b9d-8616-4d5a-9c00-77a9a39cb3dc'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:29:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","name":"tempest-A-1790359040"}} 2018-08-21 06:29:26,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.820s 2018-08-21 06:29:26,452 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "name": "tempest-subnet-A-1-264446437"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a2589f4-710a-4ed6-80da-f57ec6fe9047'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:29:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"81ff033d-be76-4d39-80cc-db8a6d768421","subnetpool_id":null,"name":"tempest-subnet-A-1-264446437"}} 2018-08-21 06:29:26,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/networks 0.237s 2018-08-21 06:29:26,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-449309261"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:29:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63659459-99b4-412b-8534-495d60ee33be'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:29:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"081a33dd-5f88-4662-b6df-f4390c400b1d","name":"tempest-B-449309261"}} 2018-08-21 06:29:27,308 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.615s 2018-08-21 06:29:27,309 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "name": "tempest-subnet-B-1-1195698426"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:29:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8803183-d4fe-42b2-8b1f-91a90e7f95fd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"081a33dd-5f88-4662-b6df-f4390c400b1d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:29:26Z","dns_nameservers":[],"updated_at":"2018-08-21T06:29:26Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"5dad8017-616e-4d3b-b286-43566777216a","subnetpool_id":null,"name":"tempest-subnet-B-1-1195698426"}} 2018-08-21 06:29:27,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.162s 2018-08-21 06:29:27,472 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1821669729", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:29:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55ee274e-0475-4593-bf1d-f7cf702a23af'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:27Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:27Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "name": "tempest-router--1821669729"}} 2018-08-21 06:29:29,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8 1.590s 2018-08-21 06:29:29,064 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8', u'date': 'Tue, 21 Aug 2018 06:29:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab877551-a292-4307-a327-4d0641b1fbc3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:27Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:28Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "name": "tempest-router--1821669729"}} 2018-08-21 06:29:31,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/add_router_interface 1.949s 2018-08-21 06:29:31,015 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5dad8017-616e-4d3b-b286-43566777216a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbb67890-30cc-4572-b3f1-58d694e2d13a'} Body: {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5dad8017-616e-4d3b-b286-43566777216a", "subnet_ids": ["5dad8017-616e-4d3b-b286-43566777216a"], "port_id": "a17a86b7-9eaf-4cdc-8a7b-373e5321ecea", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"} 2018-08-21 06:29:31,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.439s 2018-08-21 06:29:31,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad12b001-1a0e-4f51-91c5-756c798d9eb0'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3"}} 2018-08-21 06:29:31,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/network_associations 0.266s 2018-08-21 06:29:31,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/network_associations', u'date': 'Tue, 21 Aug 2018 06:29:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3666e1ff-e7cd-4c4c-9ca2-63ad1c87a1a6'} Body: {"network_association": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "id": "044b01e1-01f1-4df7-8740-8ff387d61785"}} 2018-08-21 06:29:32,573 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/router_associations 0.849s 2018-08-21 06:29:32,574 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/03c2f5cf-9b3b-427b-9f1e-1dcecd0b97c3/router_associations', u'date': 'Tue, 21 Aug 2018 06:29:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-214b6ba0-c274-49a6-a036-60f7522f252e'} Body: {"router_association": {"router_id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8", "id": "204189e9-996d-404b-a915-b11581be09f6"}} 2018-08-21 06:29:32,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.162s 2018-08-21 06:29:32,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1921213495"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48b9ed5a-216f-480a-8cd9-a88e1f26ab1f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyiuVexqEm99pQYCDEco7D8qUX6ivBX8F7D3sf9AI/hHA0sGnvdXhpBRoYPmQ0jeXD8oZ1ca+APaqnXBMm0oRIpyqWLiOhXl5SI7vdMkJR4GOdZTwspJlWjOA66/g+jgG29f9UxqZrWSBSRp7P6MEkYB2bxQ8phscLIziUUy7DAZq2HhT19F57Skaf/JoWPZwKsjIcY5e7f96SZNT92ZAD3Py9Qr7OgNyOzTWDPjPPlxgW1lbP5qB+Rc9RfviwKKgKNPLhlRYHvkfblrj1i2kAOixZYCnjeX843FWsSlkHaN5A8uILPn2NBIBh/1rXwFPQY5o7cbktGqkRxeNc4eY/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsorlXsahJvfaUGAgxHKOw/KlF+orwV/Bew97H/QCP4RwNLBp\n73V4aQUaGD5kNI3lw/KGdXGvgD2qp1wTJtKESKcqli4joV5eUiO73TJCUeBjnWU8\nLKSZVozgOuv4Po4BtvX/VMama1kgUkaez+jBJGAdm8UPKYbHCyM4lFMuwwGath4U\n9fRee0pGn/yaFj2cCrIyHGOXu3/ekmTU/dmQA9z8vUK+zoDcjs01gz4zz5cYFtZW\nz+agfkXPUX74sCioCjTy4ZUWB75H25a49YtpADosWWAp43l/ONxVrEpZB2jeQPLi\nCz59jQSAYf9a18BT0GOaO3G5LRqpEcXjXOHmPwIDAQABAoIBAQCNqTUKuPEeeSOo\nCE2XcQmjoX+qdOuYt8BNQuA/Xxz1hsB8nci/7WXHdfvZZo+dP0Uh7ukOgFBuoP8p\nYR30/K1m8/QPSraMj9Kou5+QhxMl4bNILA3Noh/kE0zKk3XZNFVZ9N9NRXy/yeyi\nO1RAxH2SvgxgDr/UBBMj3CNFVKbSo7zvh5C14HY6WIysUeaHYaVzkA26/+TjYWQP\niieEpZhgt0wlavlJJGR6XDujUnsgE6ghhScvD527KWGmaiWDAsvY2PQM0RQrKk6+\njVYCfpe7w7nxALBDROMrXv3tUEptgWMD4zAEpyHV5Xz0b3B+uoCWTEpLokSDYjvm\nrPNT8SWRAoGBANkBa3Jkbj1Xru+kFPfgnBu1Ki5ABWQ3AxO9UWfAvdyRGQ7dhWsw\nWmQi0h8SbaQzZfSZ2iC7HxvARPUnqRQAA7PpiufCedrAZ7bkJH5zWYcW86DYAyUn\nUOOaqpQZzC7sLJvoHy11DyuFFNMLEdRkIHXkKi9LYJ9TfZawvORwaXzpAoGBANKg\nHxOY7XOX42ZwQFXM7IqGJ61Q7QhorNNVwbYtLR+7X7a7HtOa2nQdgIAthjG7etKd\nSibE4JVapLD8rR/43O2mhDMUQAmJ5adeIiF11vNLDq2hEMMeghHRLYzfg8h4lugu\nwyyCz7mM5lBgLTEm5tuC6c/iAiTGusHSVnY+ArDnAoGABtB+mUcCFzcLrUbPycDp\n5gzYWD92a+E2XYZSahmpXKXJzaezKtyH2iElzAf+HWvnxbiXGvQFVA/Dmpc2PgSK\nGTo6PHDk9rOYDiw34SiqJQ3ZdLGT17TWW29d7+yndsm/1N2DLSBB67HwJ3hvhOXo\nBwu1L2sEi7xJc1P1eo71IRECgYEArWSkML30vPSNgAdo7zmEgYVvpH66o/GIVXKD\nxjXqr/TRFt10wz74GB8xalQP5WEx+7EBGml5eXrlmc5pt6hoODydGG/TSAb9yIr2\nDhW0nxVrQAUYh4jWC1To6tAW7TJZCUt14W7PEzGraP/ENHKSGqPrV/f3S89Ob8F4\n7F6gWIECgYEAvo9nUiYguUGtN+HdsZ+CCEq28sSOuEEJiao7flkkbrWwdnmUl74a\n9YbLo+CgsqdF0J+qWINLQddhP7M8+oT6LQxfcebwPXw+x9SjlbtbB69wzmASC/49\nxBDVx/3gh6/zWzaU2ULfFJ41AUh8wSsuog8aQ0PIJmu99W4sJFauqno=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1921213495", "fingerprint": "49:58:d0:93:c1:b2:c0:98:d3:d6:d1:81:e5:30:a1:c6"}} 2018-08-21 06:29:33,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/ports 1.018s 2018-08-21 06:29:33,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1744654028", "security_groups": ["dc113616-5b68-41f8-86b1-db6c5acf5881"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:29:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34f10b3d-cc48-44bc-b723-8b4dfc3ec46b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:29:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0f49c89e-30b6-470d-98a2-c7d6b48ddab5","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:29:33Z","name":"tempest-port-smoke-1744654028","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:f0:5e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"81ff033d-be76-4d39-80cc-db8a6d768421","ip_address":"10.101.11.10"}],"id":"d86450be-0a1f-43dc-9ffc-d0cfd75df708","security_groups":["dc113616-5b68-41f8-86b1-db6c5acf5881"],"device_id":""}} 2018-08-21 06:29:35,591 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.44:8774/v2.1/servers 1.830s 2018-08-21 06:29:35,592 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-1921213495", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "port": "d86450be-0a1f-43dc-9ffc-d0cfd75df708"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-6e0675d8-0766-4eb9-8221-0a80f183ca2f', 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e0675d8-0766-4eb9-8221-0a80f183ca2f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "adminPass": "8VaogrCYeuaQ"}} 2018-08-21 06:29:36,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.683s 2018-08-21 06:29:36,280 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-06e4f4c8-8346-4beb-9150-399665cac412', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06e4f4c8-8346-4beb-9150-399665cac412'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:38,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.722s 2018-08-21 06:29:38,017 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-3edfee03-80bc-457e-888b-fca720509207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3edfee03-80bc-457e-888b-fca720509207'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:39,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.438s 2018-08-21 06:29:39,472 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5efa5bf7-0464-475b-ac45-b2f7e8fc6cb8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:38Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:39,485 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:29:41,246 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.758s 2018-08-21 06:29:41,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb1f8e8f-7f3e-4ac4-a69e-6844625de34e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:38Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:42,678 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.416s 2018-08-21 06:29:42,679 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2fb73bab-ae2d-426f-a5c5-4d9f276bc884'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:42,700 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:29:43,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.320s 2018-08-21 06:29:43,022 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-621a9fbd-7a4a-4b0a-a2b1-da6603a704c5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:43,036 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f9071e78-8bad-429f-8de8-8a8ed99f25b4 with status: ACTIVE 2018-08-21 06:29:44,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/ports 1.152s 2018-08-21 06:29:44,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1637555895", "security_groups": ["dc113616-5b68-41f8-86b1-db6c5acf5881"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:29:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-419d76ae-450d-4e8e-8878-a136826516f3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:29:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"081a33dd-5f88-4662-b6df-f4390c400b1d","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:29:43Z","name":"tempest-port-smoke-1637555895","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:37:63:dd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"5dad8017-616e-4d3b-b286-43566777216a","ip_address":"10.102.21.20"}],"id":"da9c0679-3c74-4c00-96b9-7e72d55198d6","security_groups":["dc113616-5b68-41f8-86b1-db6c5acf5881"],"device_id":""}} 2018-08-21 06:29:45,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.44:8774/v2.1/servers 0.891s 2018-08-21 06:29:45,083 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-1921213495", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "081a33dd-5f88-4662-b6df-f4390c400b1d", "port": "da9c0679-3c74-4c00-96b9-7e72d55198d6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e323d08d-fea0-4c74-83d1-52205a3c77f4', 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e323d08d-fea0-4c74-83d1-52205a3c77f4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "adminPass": "CaT4jg4xf9xS"}} 2018-08-21 06:29:45,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.065s 2018-08-21 06:29:45,153 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-4a70e289-9510-4268-bd0f-83c41b1e8160', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a70e289-9510-4268-bd0f-83c41b1e8160'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:46,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.247s 2018-08-21 06:29:46,416 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6c71a2a3-c8d8-43ca-9096-6184bbfbb44a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:29:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:48,225 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.795s 2018-08-21 06:29:48,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': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-09ec9bd2-b738-4943-b878-fc89072ab9d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09ec9bd2-b738-4943-b878-fc89072ab9d4'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:48,251 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 06:29:50,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.843s 2018-08-21 06:29:50,097 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-98c7b0b5-4b00-47fa-a907-7ac283c76320', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98c7b0b5-4b00-47fa-a907-7ac283c76320'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:50,110 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-21 06:29:51,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.399s 2018-08-21 06:29:51,512 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-403681d5-c37e-4970-9549-ac03558431f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-403681d5-c37e-4970-9549-ac03558431f6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:29:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:52,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.157s 2018-08-21 06:29:52,685 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-cf7b2745-58ed-45eb-b8be-e4e019539bd0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf7b2745-58ed-45eb-b8be-e4e019539bd0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:52,698 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:29:52,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.157s 2018-08-21 06:29:52,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-379474c8-d0a4-4df1-b58e-5013a7375ed5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:29:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-379474c8-d0a4-4df1-b58e-5013a7375ed5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:29:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:29:52,870 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 37b1a78e-ddd7-42ae-86d6-f418c551b0e4 with status: ACTIVE 2018-08-21 06:29:53,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/routers 0.176s 2018-08-21 06:29:53,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1865372083", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:29:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2dec71fa-49d9-4603-9b16-4c14471c1930'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:52Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "name": "tempest-router--1865372083"}} 2018-08-21 06:29:54,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057 1.483s 2018-08-21 06:29:54,533 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057', u'date': 'Tue, 21 Aug 2018 06:29:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-790aec70-202b-455a-bc36-b63259935edd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:29:54Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "name": "tempest-router--1865372083"}} 2018-08-21 06:29:56,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/add_router_interface 1.963s 2018-08-21 06:29:56,497 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f75195de-def5-4204-bfc9-72d262cd0a20'} Body: {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421", "subnet_ids": ["81ff033d-be76-4d39-80cc-db8a6d768421"], "port_id": "9e563390-fd77-48e0-8829-1068491aefeb", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057"} 2018-08-21 06:29:58,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.44:9696/v2.0/floatingips 2.012s 2018-08-21 06:29:58,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d86450be-0a1f-43dc-9ffc-d0cfd75df708"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51bedcd0-05e7-42b0-a70e-333b8bca092d'} Body: {"floatingip": {"router_id": "82b756d6-89a3-4b0c-9593-8fd737cfd057", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:29:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "d86450be-0a1f-43dc-9ffc-d0cfd75df708", "id": "cd500a21-5956-4c79-a5f0-403b9551c8fb", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:29:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:29:58,513 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:30:06,526 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:30:06,590 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:30:06,623 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:30:06,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-21 06:30:06,738 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:30:06,740 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:30:06,800 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:30:06,804 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:30:11,811 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:30:11,812 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. 2018-08-21 06:31:21,877 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-21 06:31:21,877 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:31:21,881 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:31:21,943 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:31:21,945 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:31:26,952 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:31:26,953 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. 2018-08-21 06:32:37,011 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:32:37,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-21 06:32:37,012 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,115 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,144 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,150 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:32:37,150 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f7:76:fd [ether] on eth0 2018-08-21 06:32:37,151 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-21 06:32:37,151 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,153 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,215 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,217 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,225 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:32:37,225 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-21 06:32:37,226 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,228 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,287 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,292 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,298 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-21 06:32:37,298 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,300 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,359 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,364 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:37,369 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:32:37,370 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f7:76:fd [ether] on eth0 2018-08-21 06:32:37,370 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-21 06:32:37,371 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:32:37,372 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:32:37,431 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:32:37,437 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:32:42,444 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:32:42,444 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. 2018-08-21 06:33:52,501 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-21 06:33:52,501 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:33:52,506 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:33:52,605 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:33:52,633 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:33:57,640 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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 2018-08-21 06:33:57,641 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. 2018-08-21 06:35:07,684 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:35:07,685 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.207: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:35:07.685 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-21 06:35:07.685 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:35:08,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/cd500a21-5956-4c79-a5f0-403b9551c8fb 1.179s 2018-08-21 06:35:08,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.44:9696/v2.0/floatingips/cd500a21-5956-4c79-a5f0-403b9551c8fb', u'date': 'Tue, 21 Aug 2018 06:35:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e415c5f1-dc26-429c-8e35-72f7639d310d'} Body: 2018-08-21 06:35:11,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/remove_router_interface 2.143s 2018-08-21 06:35:11,012 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:35:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-750a0132-4839-4293-838c-de9d92b19ee4'} Body: {"network_id": "0f49c89e-30b6-470d-98a2-c7d6b48ddab5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "81ff033d-be76-4d39-80cc-db8a6d768421", "subnet_ids": ["81ff033d-be76-4d39-80cc-db8a6d768421"], "port_id": "9e563390-fd77-48e0-8829-1068491aefeb", "id": "82b756d6-89a3-4b0c-9593-8fd737cfd057"} 2018-08-21 06:35:12,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057 1.473s 2018-08-21 06:35:12,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/82b756d6-89a3-4b0c-9593-8fd737cfd057', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4dda8dce-a031-48aa-8ab3-a11cd2a1205d'} Body: 2018-08-21 06:35:12,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.409s 2018-08-21 06:35:12,898 63 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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-def86c57-2ced-4a30-bb7c-e0fc9b94154b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-def86c57-2ced-4a30-bb7c-e0fc9b94154b'} Body: 2018-08-21 06:35:13,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.557s 2018-08-21 06:35:13,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-681310c9-b965-40a0-b19d-021f3027cbf7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-681310c9-b965-40a0-b19d-021f3027cbf7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:12Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:35:15,104 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.630s 2018-08-21 06:35:15,104 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-8029628e-09a5-47e0-b238-88cc32ca03fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8029628e-09a5-47e0-b238-88cc32ca03fd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449309261": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:63:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "37b1a78e-ddd7-42ae-86d6-f418c551b0e4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-2", "created": "2018-08-21T06:29:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:35:16,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4 0.046s 2018-08-21 06:35:16,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/37b1a78e-ddd7-42ae-86d6-f418c551b0e4', u'x-compute-request-id': 'req-d2c17b2b-480e-4f19-825b-ed01f1497e40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d2c17b2b-480e-4f19-825b-ed01f1497e40'} Body: {"itemNotFound": {"message": "Instance 37b1a78e-ddd7-42ae-86d6-f418c551b0e4 could not be found.", "code": 404}} 2018-08-21 06:35:17,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/da9c0679-3c74-4c00-96b9-7e72d55198d6 0.874s 2018-08-21 06:35:17,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/da9c0679-3c74-4c00-96b9-7e72d55198d6', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c34e79ee-68ca-4968-ba2b-c7e566d8ee2c'} Body: 2018-08-21 06:35:17,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.195s 2018-08-21 06:35:17,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-2a7d0391-343d-425b-aa3f-89fdfce3923d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a7d0391-343d-425b-aa3f-89fdfce3923d'} Body: 2018-08-21 06:35:17,742 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.501s 2018-08-21 06:35:17,743 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-a8853567-df9b-4d99-ad8a-fbca2d24a92d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a8853567-df9b-4d99-ad8a-fbca2d24a92d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1790359040": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:f0:5e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:29:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f9071e78-8bad-429f-8de8-8a8ed99f25b4", "security_groups": [{"name": "tempest-secgroup-smoke-1013616335"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:35:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1921213495", "name": "server-1", "created": "2018-08-21T06:29:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:35:18,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4 0.056s 2018-08-21 06:35:18,815 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.44:8774/v2.1/servers/f9071e78-8bad-429f-8de8-8a8ed99f25b4', u'x-compute-request-id': 'req-0a6c8143-64d4-4d60-84c3-c303dd654432', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:18 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0a6c8143-64d4-4d60-84c3-c303dd654432'} Body: {"itemNotFound": {"message": "Instance f9071e78-8bad-429f-8de8-8a8ed99f25b4 could not be found.", "code": 404}} 2018-08-21 06:35:19,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d86450be-0a1f-43dc-9ffc-d0cfd75df708 0.865s 2018-08-21 06:35:19,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d86450be-0a1f-43dc-9ffc-d0cfd75df708', u'date': 'Tue, 21 Aug 2018 06:35:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0aad5708-8ed8-4a8e-9678-c8e0d9f78621'} Body: 2018-08-21 06:35:19,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1921213495 0.043s 2018-08-21 06:35:19,727 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1921213495', u'x-compute-request-id': 'req-319996a0-dd78-4f0a-bc45-759a0958a5be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:35:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-319996a0-dd78-4f0a-bc45-759a0958a5be'} Body: 2018-08-21 06:35:21,431 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/remove_router_interface 1.703s 2018-08-21 06:35:21,432 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5dad8017-616e-4d3b-b286-43566777216a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:35:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3535f23-dcee-4cf1-adfc-6ca186fae658'} Body: {"network_id": "081a33dd-5f88-4662-b6df-f4390c400b1d", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "5dad8017-616e-4d3b-b286-43566777216a", "subnet_ids": ["5dad8017-616e-4d3b-b286-43566777216a"], "port_id": "a17a86b7-9eaf-4cdc-8a7b-373e5321ecea", "id": "61f5ed80-ddc1-4c17-a564-9f412bc9ead8"} 2018-08-21 06:35:23,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8 2.017s 2018-08-21 06:35:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/61f5ed80-ddc1-4c17-a564-9f412bc9ead8', u'date': 'Tue, 21 Aug 2018 06:35:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24045f27-5162-4ddb-9056-bcfaf030d952'} Body: 2018-08-21 06:35:24,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/5dad8017-616e-4d3b-b286-43566777216a 0.983s 2018-08-21 06:35:24,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/5dad8017-616e-4d3b-b286-43566777216a', u'date': 'Tue, 21 Aug 2018 06:35:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fe2107a-c600-47fb-bad9-944d057ecc39'} Body: 2018-08-21 06:35:25,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/081a33dd-5f88-4662-b6df-f4390c400b1d 1.451s 2018-08-21 06:35:25,888 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/081a33dd-5f88-4662-b6df-f4390c400b1d', u'date': 'Tue, 21 Aug 2018 06:35:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-39dd5e6c-5fd8-4152-8f29-9415e1b7e9d8'} Body: 2018-08-21 06:35:27,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/81ff033d-be76-4d39-80cc-db8a6d768421 1.589s 2018-08-21 06:35:27,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/81ff033d-be76-4d39-80cc-db8a6d768421', u'date': 'Tue, 21 Aug 2018 06:35:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0817a622-7d33-403c-a283-0b0a323f4994'} Body: 2018-08-21 06:35:29,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/0f49c89e-30b6-470d-98a2-c7d6b48ddab5 2.063s 2018-08-21 06:35:29,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/0f49c89e-30b6-470d-98a2-c7d6b48ddab5', u'date': 'Tue, 21 Aug 2018 06:35:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-75635ee0-3c07-43a4-aa34-da656d72b43f'} Body: 2018-08-21 06:35:30,024 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/dc113616-5b68-41f8-86b1-db6c5acf5881 0.480s 2018-08-21 06:35:30,024 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/dc113616-5b68-41f8-86b1-db6c5acf5881', u'date': 'Tue, 21 Aug 2018 06:35:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-76a64b91-91fb-4bd1-b969-7b1bc0b9d650'} 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-21 06:37:29,593 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.269s 2018-08-21 06:37:29,594 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1282727081 description", "name": "tempest-secgroup-smoke-1282727081"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9dc5a4f9-a823-464e-b191-b1f63c17a3e0'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1282727081 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "updated_at": "2018-08-21T06:37:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:37:29Z", "revision_number": 0, "id": "428c9d7d-0ae5-43bd-ba38-c0b652368773", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:37:29Z", "revision_number": 0, "id": "4f0cff4f-485c-4b5c-a744-cfd07308c956", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "99ec938c-ae82-4007-9727-8cc532f511e6", "name": "tempest-secgroup-smoke-1282727081"}} 2018-08-21 06:37:29,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.156s 2018-08-21 06:37:29,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": "ingress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82dd85b7-60fb-4b0d-96b9-7d5b71bff50a'} 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-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4917d216-d137-4ac9-bbaf-a87eca75b185"}} 2018-08-21 06:37:29,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.158s 2018-08-21 06:37:29,911 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ba8a1b8-4c67-4551-8d15-61114cf4b7f2'} 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-21T06:37:29Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c67324d2-ded7-49bd-9f01-07e6f1b5e9f4"}} 2018-08-21 06:37:30,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.201s 2018-08-21 06:37:30,114 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2894e60b-96c0-45fb-aa8a-6cc136f738e6'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ae53b45d-e5fb-467f-8402-b53dc7fadfe2"}} 2018-08-21 06:37:30,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.157s 2018-08-21 06:37:30,273 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74af6094-b3c8-4418-ae8c-f49bff666628'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c0c97e66-e5fe-4b37-8ee3-4f89ad907848"}} 2018-08-21 06:37:30,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 06:37:30,409 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7179f6c2-a706-4e19-b997-658d93ec0abd'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "49b52b5e-61a9-405b-be0e-a7f2501cfad2"}} 2018-08-21 06:37:30,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 06:37:30,564 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e632e841-a1f9-455a-9cf1-c516a40d2f98'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "31b9df87-7fb7-4ea1-8896-5ae392e0e188"}} 2018-08-21 06:37:30,724 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:37:30,725 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa00fe13-e98b-40dd-994c-8373afd6cfc0'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f2c786bf-624a-445e-9332-69130d894a1a"}} 2018-08-21 06:37:30,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.155s 2018-08-21 06:37:30,883 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:37:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03215156-7580-4e7f-9058-87dad8530751'} 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-21T06:37:30Z", "security_group_id": "99ec938c-ae82-4007-9727-8cc532f511e6", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "55aa7178-c56e-4f67-a9eb-8f4924cb3013"}} 2018-08-21 06:37:31,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.254s 2018-08-21 06:37:31,139 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1036637084"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8bbfa3d5-7b09-4549-9b5a-80c018ffef97'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:37:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","name":"tempest-A-1036637084"}} 2018-08-21 06:37:31,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.536s 2018-08-21 06:37:31,676 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "name": "tempest-subnet-A-1-912301330"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5399025e-66fb-41d8-b506-0ce1b50e462c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:31Z","dns_nameservers":[],"updated_at":"2018-08-21T06:37:31Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"0092e044-f035-4afe-b64a-350804b321f3","subnetpool_id":null,"name":"tempest-subnet-A-1-912301330"}} 2018-08-21 06:37:31,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/networks 0.208s 2018-08-21 06:37:31,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-267685267"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:37:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-165d176f-26da-4483-8365-112c1b0aef40'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:37:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","name":"tempest-B-267685267"}} 2018-08-21 06:37:32,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.965s 2018-08-21 06:37:32,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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "name": "tempest-subnet-B-1-1835292494"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55afb467-4f5e-4d32-9dd4-2f46e468ed94'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:37:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:37:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"44d4ec9f-00c1-406d-991f-eac01cf90ec6","subnetpool_id":null,"name":"tempest-subnet-B-1-1835292494"}} 2018-08-21 06:37:32,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.118s 2018-08-21 06:37:32,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40f34152-9d40-4931-8e7b-8cb139d349d2'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "363b1fd2-577e-4d9d-9d90-ca3e134df7d7"}} 2018-08-21 06:37:33,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.199s 2018-08-21 06:37:33,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1618927175"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2046657d-783d-4d13-b951-4e57a7634dc5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2046657d-783d-4d13-b951-4e57a7634dc5'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDasxy2AeynBp0RgqmJXWqET9jeWbUVnPMICBc+FUKC+dXGiSN+iKM37D+yg4lgFnChkpD105opnRZQmZ3lFHQZJCGNh9a0FfwDIaCZq3rwpbW3Cp3xVOo3rdcfoS5/PWsdItjxsIoXH+ZWWofoqz66dXUcBkXXnIxpz9kNvB2Vvw2MAs5KueThqsLUoZDeagUUFmJSpFahDagPeMSasbZ9V0vWCOzybmhIdsAs+S5e3gJVImoVZ7n6S5Zgy0Ym33W+BWTIHjZWIKmsL5aEgVF6b7i5LKaFxXK2nU7UIn7Qxjvkxp7sttcPgQqz665w3hm77AffuxtsT2AZXakZTUbB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA2rMctgHspwadEYKpiV1qhE/Y3lm1FZzzCAgXPhVCgvnVxokj\nfoijN+w/soOJYBZwoZKQ9dOaKZ0WUJmd5RR0GSQhjYfWtBX8AyGgmat68KW1twqd\n8VTqN63XH6Eufz1rHSLY8bCKFx/mVlqH6Ks+unV1HAZF15yMac/ZDbwdlb8NjALO\nSrnk4arC1KGQ3moFFBZiUqRWoQ2oD3jEmrG2fVdL1gjs8m5oSHbALPkuXt4CVSJq\nFWe5+kuWYMtGJt91vgVkyB42ViCprC+WhIFRem+4uSymhcVytp1O1CJ+0MY75Mae\n7LbXD4EKs+uucN4Zu+wH37sbbE9gGV2pGU1GwQIDAQABAoIBAGkKQA73C6gJWCVR\n4YXVdVSJWTsqUPxJfrzrzeYGpgRsZI3Pzll23RX+BXYDEVcyT/R6hd9cO54jEdWy\ngpDFayGsJeVpSekC6iDC5PUJ1KmCna2FjuibhUcq2rkZXFDGugyrcRFcXmbO7n2p\nS7+niCBcS9wi8yakzRgBOVoMcRU7Yzu02zesMAKDzEOu8z5vqUpNzJqCsXYrJo3v\ncM51ZiBdW6IVOEjvV71hqbgV3MGH8c/LxrVj77l1U2VpLoUIQcfdAGCnTtf0jEmN\ny52EB4gEgUw/iT0v2ZXd01Cyat7GUbJ2iwvtaj0DlZxZEs1qBYmj1CcLkvcaegay\nPstbZwECgYEA/YIluv9A+GdxILdeKEW4XNQzRFzgfX3psQ0iiEA+VBnOECEJGSG2\nw7/lGIlGOkRTNIiYOkvsDjbBzuKeWMrW/qFf+hH/O8MHOzHWPvOx7niHairPq0sE\nfvfOlMk+eWjXYsi5kkOXmiTuRWd60RSJgn46H2s4O/8lWy2yE8F07jECgYEA3Nlh\n600J6XRUkCtOn91aVhU6sW6JWSq3I/ecDQVBtjmTCqM0p+eGbMbCFehcToGMUFe2\ntdc0yqZCX5a7cvclXweCrd4lS0aEPT+e2DnY/93i7a3B9K03Oyea4tEXmoeZ3xjg\njufStsS1N3gXxG3mI1ErmkY8s6pxLmWnW7+/7ZECgYATdPe8YHb2Gcpe/nPll2RN\nC6RbrN02BIH5Ks7psjSWc9yS9FYkbaf/Yi0NMwwG0NOqBonYf5dAiAdb/5yzp+3U\nYUJiiRsT1SYq7upIrp+LdAjAp0SFGx7fN9nNJZz76IYPeOR1S2bJV+hJv2V3wqHD\nODjxzGLmh/CwDNPMHF8DIQKBgA9j2q4CDVnGcIonanA7hasQCaoJsOqUznRkMey6\nXAzt0DBilS3KNZTo+Od77MrPvk5u/l2HpLcmhOOSZnepf2Iy7Mle/KxVOqvl/hTF\nWzjhZon3nNeHJp0psmJx/boYDwH8AtISl52C8bnu1YErw2jcpDQ5Bsviaca48MO1\nBhPxAoGAAUQviVlpuGGP7BENkCf13FRqPVbKgI54QQRoTAuhREAnTp343ywyqVej\n7apGJp4/zMh+SDdiIKXNvo6twmtAs0MPcWsW51fD0camVF/97D33vhdLBjytm5rg\nijpKzWwR1h1Qz1zx7V/MO4eskDsVZXA/3IDdIZ3BgAyOD9wU1hQ=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1618927175", "fingerprint": "6f:df:65:4b:31:51:b2:cd:bb:3f:86:9a:43:80:8e:43"}} 2018-08-21 06:37:34,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 0.946s 2018-08-21 06:37:34,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-558640043", "security_groups": ["99ec938c-ae82-4007-9727-8cc532f511e6"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:37:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc9f4d8c-a611-4706-a54f-ed25ebe9edbc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:37:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c97cdab5-f290-48cf-a27b-c8e11b2f9764","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:37:33Z","name":"tempest-port-smoke-558640043","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b0:ba:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"0092e044-f035-4afe-b64a-350804b321f3","ip_address":"10.101.11.10"}],"id":"db69e825-c6ae-4660-a189-eaf33bd6a3d9","security_groups":["99ec938c-ae82-4007-9727-8cc532f511e6"],"device_id":""}} 2018-08-21 06:37:35,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.546s 2018-08-21 06:37:35,671 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-1618927175", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "port": "db69e825-c6ae-4660-a189-eaf33bd6a3d9"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d9cb129e-74bd-4e40-adc6-6b700f110a5b', 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9cb129e-74bd-4e40-adc6-6b700f110a5b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "adminPass": "Mz9RGHArveFT"}} 2018-08-21 06:37:36,010 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.334s 2018-08-21 06:37:36,011 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-0f78abda-90f4-4a5e-8a2a-ea53093f4817', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f78abda-90f4-4a5e-8a2a-ea53093f4817'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:37,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.099s 2018-08-21 06:37:37,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': '1322', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-5e81fe20-a821-4674-8a39-ab24239a8073', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e81fe20-a821-4674-8a39-ab24239a8073'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:36Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:37,139 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-21 06:37:38,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.349s 2018-08-21 06:37:38,491 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-71fd51d4-0fae-4a68-95fd-bd47babca378', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71fd51d4-0fae-4a68-95fd-bd47babca378'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:38,505 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-21 06:37:39,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.373s 2018-08-21 06:37:39,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-887b3f45-9a15-4905-ba04-1653e1b0fd74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-887b3f45-9a15-4905-ba04-1653e1b0fd74'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:41,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.541s 2018-08-21 06:37:41,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': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-fdc81119-4a21-43a9-a5d0-27e0b2d78332', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fdc81119-4a21-43a9-a5d0-27e0b2d78332'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:40Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:41,451 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:37:41,838 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.386s 2018-08-21 06:37:41,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': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-1acb73f2-6187-4fda-83f4-ff1d42f77703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1acb73f2-6187-4fda-83f4-ff1d42f77703'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:40Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:41,851 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 with status: ACTIVE 2018-08-21 06:37:42,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/ports 0.828s 2018-08-21 06:37:42,680 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1797933593", "security_groups": ["99ec938c-ae82-4007-9727-8cc532f511e6"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:37:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20f263e1-58c1-49f7-b0fc-4c1a220fc1e9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:37:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"99afdf5a-5bc0-4ef5-8f72-b9722d424eba","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:37:42Z","name":"tempest-port-smoke-1797933593","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:27:4b:a7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"44d4ec9f-00c1-406d-991f-eac01cf90ec6","ip_address":"10.102.21.20"}],"id":"3a9704a4-5848-48a1-9328-88fec93a8026","security_groups":["99ec938c-ae82-4007-9727-8cc532f511e6"],"device_id":""}} 2018-08-21 06:37:43,816 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.44:8774/v2.1/servers 1.134s 2018-08-21 06:37:43,816 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-1618927175", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "port": "3a9704a4-5848-48a1-9328-88fec93a8026"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-75c581da-0428-4695-93a8-f464697fab7e', 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75c581da-0428-4695-93a8-f464697fab7e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "adminPass": "XdkkKr7svPVB"}} 2018-08-21 06:37:43,890 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.069s 2018-08-21 06:37:43,891 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-43b41410-deed-4dc7-bd78-1afd2a370ec5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43b41410-deed-4dc7-bd78-1afd2a370ec5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:45,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.367s 2018-08-21 06:37:45,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27de31fe-8b15-4bbd-97c6-0b5bbb60d878'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:37:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:46,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.108s 2018-08-21 06:37:46,395 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-ee89accd-ff94-4ae6-9eb9-a813a609b9df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee89accd-ff94-4ae6-9eb9-a813a609b9df'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:46,408 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:37:47,587 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.176s 2018-08-21 06:37:47,588 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-77f20494-707e-496d-877c-d67552b8e0c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77f20494-707e-496d-877c-d67552b8e0c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:49,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.522s 2018-08-21 06:37:49,125 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-60c8f7e3-cad0-41b2-8aee-a22959559cfe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60c8f7e3-cad0-41b2-8aee-a22959559cfe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:37:45Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:50,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.402s 2018-08-21 06:37:50,543 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f6293502-70ec-4ae5-aebd-e3347d218871', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6293502-70ec-4ae5-aebd-e3347d218871'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:49Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:50,556 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:37:50,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.346s 2018-08-21 06:37:50,904 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f823542b-95a8-4be3-b5b4-21b83b4b52d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:37:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f823542b-95a8-4be3-b5b4-21b83b4b52d5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:37:49Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:37:50,917 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d1a6f200-3e8e-46cd-b840-4665e1903712 with status: ACTIVE 2018-08-21 06:37:51,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations 0.277s 2018-08-21 06:37:51,195 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c72844f6-232d-449f-8d1b-a2e0b956c69a'} Body: {"network_association": {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "id": "d6a2bcb5-bc68-45ee-8dba-ce0b012cadee"}} 2018-08-21 06:37:51,829 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations 0.632s 2018-08-21 06:37:51,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/363b1fd2-577e-4d9d-9d90-ca3e134df7d7/network_associations', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5cc85be8-3791-4e98-8a3e-38c898f3adc6'} Body: {"network_association": {"network_id": "99afdf5a-5bc0-4ef5-8f72-b9722d424eba", "id": "e07cf544-4ca1-4c30-8156-90aa971bac5b"}} 2018-08-21 06:37:51,830 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:37:51,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/routers 0.098s 2018-08-21 06:37:51,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1545718394", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab9b4071-df2d-45f4-96ab-dc48d816dfb2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:51Z", "admin_state_up": true, "updated_at": "2018-08-21T06:37:51Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "name": "tempest-router--1545718394"}} 2018-08-21 06:37:53,511 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c 1.581s 2018-08-21 06:37:53,512 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c', u'date': 'Tue, 21 Aug 2018 06:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f53a6c14-0bd5-43fe-b818-c3230c9b92ad'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:51Z", "admin_state_up": true, "updated_at": "2018-08-21T06:37:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "name": "tempest-router--1545718394"}} 2018-08-21 06:37:55,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/add_router_interface 1.984s 2018-08-21 06:37:55,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "0092e044-f035-4afe-b64a-350804b321f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-792fcc20-8d61-42ec-b6c0-6b529e59f425'} Body: {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "0092e044-f035-4afe-b64a-350804b321f3", "subnet_ids": ["0092e044-f035-4afe-b64a-350804b321f3"], "port_id": "3f5391a1-712c-460c-a9be-84250d27f413", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c"} 2018-08-21 06:37:57,344 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.845s 2018-08-21 06:37:57,344 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "db69e825-c6ae-4660-a189-eaf33bd6a3d9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:37:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b1842ed-b017-4e47-ad4f-1591c60e02a4'} Body: {"floatingip": {"router_id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:37:56Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "db69e825-c6ae-4660-a189-eaf33bd6a3d9", "id": "71375f63-fc97-457b-abfe-d2f312c5369f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:37:56Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:37:57,345 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:38:00,353 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:38:00,414 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:38:00,417 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:38:00,531 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-21 06:38:00,532 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:38:00,534 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:38:00,593 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:38:00,598 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:38:05,605 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:38:05,605 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-21 06:39:15,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-21 06:39:15,659 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:39:15,663 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:39:15,727 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:39:15,759 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:39:20,766 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:39:20,767 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-21 06:40:30,811 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:40:30,811 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-21 06:40:30,812 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:30,817 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:30,916 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:30,944 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:30,950 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:40:30,951 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cf:b0:fa [ether] on eth0 2018-08-21 06:40:30,951 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-21 06:40:30,952 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:30,954 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,015 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,017 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31,025 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:40:31,025 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-21 06:40:31,026 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31,028 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,088 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,092 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31,098 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-21 06:40:31,098 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31,101 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,160 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,165 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:31,170 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:40:31,170 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cf:b0:fa [ether] on eth0 2018-08-21 06:40:31,171 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-21 06:40:31,171 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:40:31,173 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:40:31,232 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:40:31,237 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:40:36,244 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:40:36,245 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-21 06:41:46,300 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-21 06:41:46,301 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-21 06:41:46,306 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:41:46,406 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:41:46,434 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-21 06:41:51,441 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-21 06:41:51,442 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-21 06:43:01,500 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:43:01,500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:43:01.500 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-21 06:43:01.500 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:43:02,791 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/71375f63-fc97-457b-abfe-d2f312c5369f 1.288s 2018-08-21 06:43:02,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.44:9696/v2.0/floatingips/71375f63-fc97-457b-abfe-d2f312c5369f', u'date': 'Tue, 21 Aug 2018 06:43:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-836a6ddb-a423-49bc-8a0d-754abec637e7'} Body: 2018-08-21 06:43:04,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/remove_router_interface 2.089s 2018-08-21 06:43:04,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "0092e044-f035-4afe-b64a-350804b321f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:43:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6453553-5784-499e-8074-91f0527f99e2'} Body: {"network_id": "c97cdab5-f290-48cf-a27b-c8e11b2f9764", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "0092e044-f035-4afe-b64a-350804b321f3", "subnet_ids": ["0092e044-f035-4afe-b64a-350804b321f3"], "port_id": "3f5391a1-712c-460c-a9be-84250d27f413", "id": "41b06dd8-c014-4bdd-87fc-6b8b183fec8c"} 2018-08-21 06:43:06,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c 1.568s 2018-08-21 06:43:06,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/41b06dd8-c014-4bdd-87fc-6b8b183fec8c', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-53edfc70-bb9b-4c9c-8b96-2592b6d6c249'} Body: 2018-08-21 06:43:06,893 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.440s 2018-08-21 06:43:06,894 63 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.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7d4563f-8054-42fd-a6d1-b98c18e74cc9'} Body: 2018-08-21 06:43:07,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.467s 2018-08-21 06:43: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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-f0c7216d-8294-4c52-b0c4-c7ac857b1865', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0c7216d-8294-4c52-b0c4-c7ac857b1865'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:08,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.604s 2018-08-21 06:43:08,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': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda5d03b-d3e5-4766-a4c3-bf49c5cddcd5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-267685267": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:4b:a7", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d1a6f200-3e8e-46cd-b840-4665e1903712", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d1a6f200-3e8e-46cd-b840-4665e1903712", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:07Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-2", "created": "2018-08-21T06:37:43Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:10,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712 0.053s 2018-08-21 06:43:10,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d1a6f200-3e8e-46cd-b840-4665e1903712', u'x-compute-request-id': 'req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:10 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e17ced2d-d5fd-42d8-9636-34fe4a3577ba'} Body: {"itemNotFound": {"message": "Instance d1a6f200-3e8e-46cd-b840-4665e1903712 could not be found.", "code": 404}} 2018-08-21 06:43:11,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3a9704a4-5848-48a1-9328-88fec93a8026 1.122s 2018-08-21 06:43:11,176 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/3a9704a4-5848-48a1-9328-88fec93a8026', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aedd0188-9a38-482b-a3ac-57b081ce05c7'} Body: 2018-08-21 06:43:11,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.230s 2018-08-21 06:43:11,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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d4e6f76-cb03-4a79-ad96-985dcdd4baa6'} Body: 2018-08-21 06:43:12,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.692s 2018-08-21 06:43:12,101 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-d915d29d-35ff-4b34-88da-19ba360432d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d915d29d-35ff-4b34-88da-19ba360432d4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1036637084": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:ba:e2", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:37:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ffb7b73a-aae3-42e5-be25-2ade0e25c5e6", "security_groups": [{"name": "tempest-secgroup-smoke-1282727081"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:11Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1618927175", "name": "server-1", "created": "2018-08-21T06:37:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:13,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 0.047s 2018-08-21 06:43:13,162 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.44:8774/v2.1/servers/ffb7b73a-aae3-42e5-be25-2ade0e25c5e6', u'x-compute-request-id': 'req-b00db5d0-0498-4f06-91da-cca1eb5e7776', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b00db5d0-0498-4f06-91da-cca1eb5e7776'} Body: {"itemNotFound": {"message": "Instance ffb7b73a-aae3-42e5-be25-2ade0e25c5e6 could not be found.", "code": 404}} 2018-08-21 06:43:14,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/db69e825-c6ae-4660-a189-eaf33bd6a3d9 0.903s 2018-08-21 06:43:14,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/db69e825-c6ae-4660-a189-eaf33bd6a3d9', u'date': 'Tue, 21 Aug 2018 06:43:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9b04209-3a16-4e35-a6d0-9e732bcd1dcc'} Body: 2018-08-21 06:43:14,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1618927175 0.032s 2018-08-21 06:43:14,100 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1618927175', u'x-compute-request-id': 'req-3449c2f5-4e9e-4c23-860e-7b471a161fe0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3449c2f5-4e9e-4c23-860e-7b471a161fe0'} Body: 2018-08-21 06:43:15,129 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/44d4ec9f-00c1-406d-991f-eac01cf90ec6 1.028s 2018-08-21 06:43:15,130 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/44d4ec9f-00c1-406d-991f-eac01cf90ec6', u'date': 'Tue, 21 Aug 2018 06:43:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-35f82dc6-0f77-493a-9e8d-5390cc6b97c3'} Body: 2018-08-21 06:43:17,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/99afdf5a-5bc0-4ef5-8f72-b9722d424eba 2.151s 2018-08-21 06:43:17,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/99afdf5a-5bc0-4ef5-8f72-b9722d424eba', u'date': 'Tue, 21 Aug 2018 06:43:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de8934ff-1ad0-46a0-9cb6-79c189c36f0b'} Body: 2018-08-21 06:43:18,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/0092e044-f035-4afe-b64a-350804b321f3 1.027s 2018-08-21 06:43:18,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/0092e044-f035-4afe-b64a-350804b321f3', u'date': 'Tue, 21 Aug 2018 06:43:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f22f7ad-0a55-4677-8894-319c36bb9e06'} Body: 2018-08-21 06:43:19,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c97cdab5-f290-48cf-a27b-c8e11b2f9764 1.368s 2018-08-21 06:43:19,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c97cdab5-f290-48cf-a27b-c8e11b2f9764', u'date': 'Tue, 21 Aug 2018 06:43:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e73326d4-0f49-4667-9380-a59f5bd8b2ff'} Body: 2018-08-21 06:43:20,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/99ec938c-ae82-4007-9727-8cc532f511e6 0.508s 2018-08-21 06:43:20,192 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/99ec938c-ae82-4007-9727-8cc532f511e6', u'date': 'Tue, 21 Aug 2018 06:43:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-850f403a-a482-47ac-b32a-949ac1d93aec'} 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-21 06:43:20,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.742s 2018-08-21 06:43:20,964 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1954955268 description", "name": "tempest-secgroup-smoke-1954955268"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:43:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84cf18cd-fdbd-4968-bc4a-e0b9083fe11c'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1954955268 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:20Z", "updated_at": "2018-08-21T06:43:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:43:20Z", "revision_number": 0, "id": "305fa1b3-3bf2-41c4-b9a2-3d7a2d0e7e01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:43:20Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:43:20Z", "revision_number": 0, "id": "744eccc1-1b6f-4460-a1c2-a43da1be0237", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:43:20Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "name": "tempest-secgroup-smoke-1954955268"}} 2018-08-21 06:43:21,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.391s 2018-08-21 06:43:21,357 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e8b3469-787d-4057-a141-1f4b61f413e4'} 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-21T06:43:21Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bb0af608-6cd2-4ef2-a408-dc32d81ec4e6"}} 2018-08-21 06:43:21,680 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.322s 2018-08-21 06:43:21,680 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-437f6bc7-410e-43dc-b7e3-a306351cbeda'} 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-21T06:43:21Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:21Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5ed50ef-2ebb-4600-9efe-895eae3e26a7"}} 2018-08-21 06:43:22,060 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.378s 2018-08-21 06:43:22,060 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-499095b6-a420-4190-a27d-5087e7bb0a20'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3e1f6bea-73d6-4187-8512-e59e4f52e241"}} 2018-08-21 06:43:22,231 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.170s 2018-08-21 06:43:22,231 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9144434e-e57e-4df0-b9cb-19a865007748'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2f5b12e1-fdf6-43dc-a4be-8c3b7ab3d332"}} 2018-08-21 06:43:22,401 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.168s 2018-08-21 06:43:22,401 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f2df8a-7dd1-44cc-9d7f-d7ed8f56622e'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3ce26c80-4b78-43b0-8397-bcf05201256d"}} 2018-08-21 06:43:22,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:43:22,563 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0c03bfc-d365-4f54-bab2-cdd618cb4f44'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7f6bacdf-b392-4f21-bad0-7e0281aaff2e"}} 2018-08-21 06:43:22,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:43:22,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04c5d502-28b1-4ee3-a4b5-f372630d5cea'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3083d160-9753-47c9-931e-d5be10fab531"}} 2018-08-21 06:43:22,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.132s 2018-08-21 06:43:22,852 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:43:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01fb1e3f-dabb-48e7-b13e-54277f209bdc'} 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-21T06:43:22Z", "security_group_id": "507dbe75-7d57-468b-be80-1828bb6e96dd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2e75136c-56e3-47e2-97dc-5f44555f1bb2"}} 2018-08-21 06:43:23,046 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/networks 0.192s 2018-08-21 06:43:23,047 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1215749756"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3265421a-3023-4d38-8bdb-4dada7b46626'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:43:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"6ca0e850-9855-4d74-928a-f8252abd7662","name":"tempest-A-1215749756"}} 2018-08-21 06:43:23,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.548s 2018-08-21 06:43:23,597 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "name": "tempest-subnet-A-1-878201686"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:43:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5121bfdd-71a7-467f-8c16-e9d5a3ab88f7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ca0e850-9855-4d74-928a-f8252abd7662","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:23Z","dns_nameservers":[],"updated_at":"2018-08-21T06:43:23Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"666ec533-959a-4945-a841-17788b4035ad","subnetpool_id":null,"name":"tempest-subnet-A-1-878201686"}} 2018-08-21 06:43:24,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/networks 0.533s 2018-08-21 06:43:24,132 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-102369735"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b196655c-3c7f-4419-94d0-432d78f4ddd2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:43:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"acca52bb-0951-4fdd-9196-be6bc5de5507","name":"tempest-B-102369735"}} 2018-08-21 06:43:24,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.675s 2018-08-21 06:43:24,809 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "name": "tempest-subnet-B-1-1088356667"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2f726a8-86b7-47a0-814d-e4e7e99fff4b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acca52bb-0951-4fdd-9196-be6bc5de5507","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:43:24Z","dns_nameservers":[],"updated_at":"2018-08-21T06:43:24Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c1d7f165-05b7-4809-8e88-e1482e142ab4","subnetpool_id":null,"name":"tempest-subnet-B-1-1088356667"}} 2018-08-21 06:43:25,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.435s 2018-08-21 06:43:25,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:43:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e74256d-4d52-40d7-9289-0ee864ea9f40'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "85cf7d65-bdb1-4a78-b723-dc805b9d63de"}} 2018-08-21 06:43:25,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.282s 2018-08-21 06:43:25,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1446795584"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2856c700-137f-41d7-85a5-e05a1dfb9581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2856c700-137f-41d7-85a5-e05a1dfb9581'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYo4F/i874xfik0itWzceflOtngukOa5YbKaU8vQCFdNMVd0PkRhjr5Di3Ca0D6vHsPaOPd1chOPJM24QlHPF9E9AsiU4agP2xk4YbKDlthqZTJty9VimBIAUC/D/40xc4o/ylqGy3txDjg94t3OgNhrkzmgAiqIcMegBVxc13H295ldNbcKPUqVvtxdAajmkHQV4O/IJAKCF6xKNOT0jkZau9m/9t2DMssf0iaAHUtip6zCC/BYyKf7zzslWRemvcSPDSjCrje4WBcpHDCDeKScvnafB46MXfzcHl5RgLn5I+dMeH0MRHWr3FMTpA7WNxM5mo7M81OI0bQEds93Bl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2KOBf4vO+MX4pNIrVs3Hn5TrZ4LpDmuWGymlPL0AhXTTFXdD\n5EYY6+Q4twmtA+rx7D2jj3dXITjyTNuEJRzxfRPQLIlOGoD9sZOGGyg5bYamUybc\nvVYpgSAFAvw/+NMXOKP8pahst7cQ44PeLdzoDYa5M5oAIqiHDHoAVcXNdx9veZXT\nW3Cj1Klb7cXQGo5pB0FeDvyCQCghesSjTk9I5GWrvZv/bdgzLLH9ImgB1LYqeswg\nvwWMin+887JVkXpr3Ejw0owq43uFgXKRwwg3iknL52nweOjF383B5eUYC5+SPnTH\nh9DER1q9xTE6QO1jcTOZqOzPNTiNG0BHbPdwZQIDAQABAoIBABq48HxfLoSZRvZt\nxlLKx1jz8aWvDDhvJPDszikT10CfDHqVX5aE3wYZ/LT3SJQ3IuhVIhvMSL8cWycH\n3OEHFPKswvz7Ytr6FlEVNXGcIJlWBqYzIP9p5Wy8GmIn42w5/Z9K+xskD2UJ+9dU\nqM9XdHhWqfmngWTFDQOI+QmbgKC00dB/D279Tawnpxo4VJscAqBuFC3ezmmbONLe\nX++QelcZo9PeofVNoPOs9i4Ny4F+cmKQ4n/GOhjHGxhHug1EEWeDADnAIq/iyiq5\n4TQgGwpY/kWzAtjHhrhbl4gxGAV3zi+44TQTqXi0i2YcqwG/2Ht3+95bMvdIhhEA\nkgbKuwECgYEA9c8SZUESI+yF94msOMRvM4noBvg5ADBt89BUD80oxkMpBr5puNJG\nGJP5JXrsjQhrS1EtNE60SvOxxeOlN2vrrJBXkHYgoCfDFzJFSGinJFGFi2PwVmVq\nUacaaVcTnKjOLAd/LkQei60ghdo2HEyvj7uSzhz1gn8vHMLP0jwZE/UCgYEA4Z7V\nAf0VxSYqIRHou9XJJSKhhdTtbUZFL195/NUemK8LZ2MwEIWLEM06vzz0H5JXq1KO\n7fAaupclf4F1SxVG10AmVTC1H5HfYVdIRPuWrtJKH14RFPPgxAb5BJUhyLNCRe3G\nEXGmZEq900IARmlyk+O4oUqiQyHZY2B2cShblLECgYBIOh1EpVcoOSKwNsLlN0sZ\nkMcd7SgKlzBnuOpKblUx1KAkfCTiit7P8AMAcVs6oaOtUOAAg7PUZkDxTc/JNivc\n29ju+NbjWGup0DqtaRrbwByGdco0CL6x2XEYTN7VZICYTWegd6GmFyv8SL8nl5zq\nlgowCDBXtPlp8RBRzRjtVQKBgQCykP/rNAAv6dW8GK2HRFuPTYpjHrPPIaeOJ9Wn\nepFdrGStLf6ThO4cnSGay8Y22p8SVCQVQ0wUU530/WP0yeEoaXgtQoCHfO873lWv\nayPGN1881jlUyPQikZYyv0lezCluqRJzKezUQadddUY8dCafz8KHvUcRNNAV6/mx\n84wP8QKBgQDFXen1b7CkPGHSG97utoiRkuErXrZesLyv7EZkeEHZ8V8u6VJJqxxc\n+E/3QL0Sa5aw5qrLm9B+UsDnaCQVBEVU9nHiKW4pdH32lq/Y2dZJ3voJQF4jyY5N\nN9AaO3JYFFc1VMBZMX5vNrD8Ttbl1SggvosM4EbcU8sFGsW3mJyeDA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1446795584", "fingerprint": "85:da:d6:81:6b:84:ae:bf:53:a8:9c:31:de:41:64:4e"}} 2018-08-21 06:43:26,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/ports 0.802s 2018-08-21 06:43:26,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1315423893", "security_groups": ["507dbe75-7d57-468b-be80-1828bb6e96dd"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:43:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fa24446-6ef6-43f0-ac00-c09d042e376e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:43:25Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6ca0e850-9855-4d74-928a-f8252abd7662","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:43:25Z","name":"tempest-port-smoke-1315423893","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:eb:55:8d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"666ec533-959a-4945-a841-17788b4035ad","ip_address":"10.101.11.10"}],"id":"a5ab6359-11f4-44c3-891c-1a986c01b276","security_groups":["507dbe75-7d57-468b-be80-1828bb6e96dd"],"device_id":""}} 2018-08-21 06:43:28,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.44:8774/v2.1/servers 1.758s 2018-08-21 06:43:28,096 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-1446795584", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6ca0e850-9855-4d74-928a-f8252abd7662", "port": "a5ab6359-11f4-44c3-891c-1a986c01b276"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-06465264-bcb3-438a-851c-c4e139d7eac3', 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-06465264-bcb3-438a-851c-c4e139d7eac3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "adminPass": "Pp3SRXcto7eL"}} 2018-08-21 06:43:28,470 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.370s 2018-08-21 06:43:28,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-5dc7331f-107c-4ae9-8968-96d147fd123d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5dc7331f-107c-4ae9-8968-96d147fd123d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:30,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.636s 2018-08-21 06:43:30,122 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c5f2e51-dc98-4b4e-bbcb-1d25fc8aa31d'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:29Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:30,134 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 06:43:31,337 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.201s 2018-08-21 06:43:31,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-8412ac68-0925-4575-922d-5507fd1c5040', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8412ac68-0925-4575-922d-5507fd1c5040'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:30Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:31,350 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:43:32,756 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.404s 2018-08-21 06:43:32,756 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-141769f2-f507-485e-87a0-332cd6281fb0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-141769f2-f507-485e-87a0-332cd6281fb0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:30Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:34,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.394s 2018-08-21 06:43:34,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f07d9ca-0ecb-47b3-89cd-f9d6c67d0e7b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:33Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:34,180 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:43:34,658 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.477s 2018-08-21 06:43:34,659 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-adeb5816-da4b-47d0-88f8-d1334edb7983', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-adeb5816-da4b-47d0-88f8-d1334edb7983'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:33Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:34,671 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: eac60733-a0cf-4274-b180-5eeacdcac89b with status: ACTIVE 2018-08-21 06:43:35,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/ports 0.828s 2018-08-21 06:43:35,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2144509507", "security_groups": ["507dbe75-7d57-468b-be80-1828bb6e96dd"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca4baf0e-6860-4221-ba2b-c6fc2a630215'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:43:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acca52bb-0951-4fdd-9196-be6bc5de5507","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:43:35Z","name":"tempest-port-smoke-2144509507","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d5:12:f9","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c1d7f165-05b7-4809-8e88-e1482e142ab4","ip_address":"10.102.21.20"}],"id":"c91ba503-fa94-41b3-818b-0c9672414822","security_groups":["507dbe75-7d57-468b-be80-1828bb6e96dd"],"device_id":""}} 2018-08-21 06:43:35,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.44:8774/v2.1/servers 0.432s 2018-08-21 06:43:35,936 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-1446795584", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acca52bb-0951-4fdd-9196-be6bc5de5507", "port": "c91ba503-fa94-41b3-818b-0c9672414822"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b', 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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c0c8f9c-36c2-4bff-949a-6ffe31d5ce0b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "adminPass": "ESpcZ8U3eJM5"}} 2018-08-21 06:43:35,999 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.058s 2018-08-21 06:43:35,999 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-908201d3-6638-4682-8f1f-79cccf5becc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-908201d3-6638-4682-8f1f-79cccf5becc3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:37,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.273s 2018-08-21 06:43:37,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-624b83b4-1a5c-4e1a-a0e8-bf073bc3dc1c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:43:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:39,053 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.750s 2018-08-21 06:43:39,053 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1400', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-6611eb14-7329-465c-9ca1-583dc182ffff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6611eb14-7329-465c-9ca1-583dc182ffff'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:37Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:39,067 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 06:43:40,219 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.150s 2018-08-21 06:43:40,219 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-3f8d1d21-4032-4739-9f57-24fdf873e630', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f8d1d21-4032-4739-9f57-24fdf873e630'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:40,233 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 06:43:41,700 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.464s 2018-08-21 06:43:41,701 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-f5716c7f-0617-4883-a28c-bc36c789e463', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5716c7f-0617-4883-a28c-bc36c789e463'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:43:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:43,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.406s 2018-08-21 06:43:43,122 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-1062a4ca-01ac-4577-ae7e-7450a9a1b846', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1062a4ca-01ac-4577-ae7e-7450a9a1b846'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:43,136 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:43:43,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.326s 2018-08-21 06:43:43,464 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-b67b7878-5398-4e90-931c-8d0d279d42b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:43:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b67b7878-5398-4e90-931c-8d0d279d42b5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:43:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:43:43,477 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d0958fb5-a826-4104-a936-85034ac70bc5 with status: ACTIVE 2018-08-21 06:43:43,784 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations 0.305s 2018-08-21 06:43:43,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations', u'date': 'Tue, 21 Aug 2018 06:43:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28cb7f42-247c-4254-ad06-4c4dca73a4c7'} Body: {"network_association": {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "id": "2a93a10c-2bc9-4a3e-bc84-068381660111"}} 2018-08-21 06:43:44,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations 0.357s 2018-08-21 06:43:44,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/85cf7d65-bdb1-4a78-b723-dc805b9d63de/network_associations', u'date': 'Tue, 21 Aug 2018 06:43:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9784efcf-b0da-48e1-9393-bd8dd040085f'} Body: {"network_association": {"network_id": "acca52bb-0951-4fdd-9196-be6bc5de5507", "id": "df38f5eb-be60-4f01-8a20-e0292244af50"}} 2018-08-21 06:43:44,144 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:43:44,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/routers 0.102s 2018-08-21 06:43:44,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1422307301", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:43:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-526ccdde-31ee-49a7-91de-8246179a2809'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:44Z", "admin_state_up": true, "updated_at": "2018-08-21T06:43:44Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5eb5f125-5f2d-425a-950c-c3771b049695", "name": "tempest-router--1422307301"}} 2018-08-21 06:43:45,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695 1.624s 2018-08-21 06:43:45,874 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695', u'date': 'Tue, 21 Aug 2018 06:43:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-738dd5a6-d9c8-4bc8-9cd5-f9eea5a8c681'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:44Z", "admin_state_up": true, "updated_at": "2018-08-21T06:43:45Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5eb5f125-5f2d-425a-950c-c3771b049695", "name": "tempest-router--1422307301"}} 2018-08-21 06:43:48,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/add_router_interface 2.616s 2018-08-21 06:43:48,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "666ec533-959a-4945-a841-17788b4035ad"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:43:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a704be3e-727b-453f-beef-5c9e83211227'} Body: {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "666ec533-959a-4945-a841-17788b4035ad", "subnet_ids": ["666ec533-959a-4945-a841-17788b4035ad"], "port_id": "86e764ec-fdbf-4d54-b2a5-b6af2ac5919b", "id": "5eb5f125-5f2d-425a-950c-c3771b049695"} 2018-08-21 06:43:50,302 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.809s 2018-08-21 06:43:50,303 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "a5ab6359-11f4-44c3-891c-1a986c01b276"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:43:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-383e8753-166e-49ab-8afe-076038128088'} Body: {"floatingip": {"router_id": "5eb5f125-5f2d-425a-950c-c3771b049695", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:43:49Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "a5ab6359-11f4-44c3-891c-1a986c01b276", "id": "4f9be1dc-8e31-4c3b-a000-b4ed96bc8826", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:43:49Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:43:50,305 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:43:58,319 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:43:58,383 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:43:58,384 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:43:58,499 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-21 06:43:58,499 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:43:58,501 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:43:58,561 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:43:58,566 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:44:03,574 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:44:03,575 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-21 06:45:13,644 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-21 06:45:13,645 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:45:13,649 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:45:13,712 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:45:13,712 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:45:18,719 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:45:18,720 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-21 06:46:28,758 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:46:28,758 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-21 06:46:28,759 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28,763 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:28,865 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:28,890 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:28,896 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:46:28,896 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:07:ad:c9 [ether] on eth0 2018-08-21 06:46:28,897 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-21 06:46:28,897 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28,899 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:28,961 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:28,963 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:28,971 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:46:28,972 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-21 06:46:28,972 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:28,975 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29,037 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:29,039 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:29,044 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-21 06:46:29,045 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:29,047 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29,108 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:29,110 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:29,115 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:46:29,115 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:07:ad:c9 [ether] on eth0 2018-08-21 06:46:29,116 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-21 06:46:29,116 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:46:29,118 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:46:29,180 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:46:29,183 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:46:34,190 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:46:34,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.200. 2018-08-21 06:47:44,258 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-21 06:47:44,259 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 06:47:44,263 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:47:44,362 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:47:44,390 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 06:47:49,397 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-21 06:47:49,397 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-21 06:48:59,412 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:48:59,413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:48:59.413 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-21 06:48:59.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:49:00,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/4f9be1dc-8e31-4c3b-a000-b4ed96bc8826 1.442s 2018-08-21 06:49:00,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/4f9be1dc-8e31-4c3b-a000-b4ed96bc8826', u'date': 'Tue, 21 Aug 2018 06:49:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b18ab100-2d03-4ced-a25c-a77c8b924e24'} Body: 2018-08-21 06:49:02,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/remove_router_interface 1.931s 2018-08-21 06:49:02,793 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "666ec533-959a-4945-a841-17788b4035ad"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:49:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3638215e-c5e7-4800-be82-c72f89d5a905'} Body: {"network_id": "6ca0e850-9855-4d74-928a-f8252abd7662", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "666ec533-959a-4945-a841-17788b4035ad", "subnet_ids": ["666ec533-959a-4945-a841-17788b4035ad"], "port_id": "86e764ec-fdbf-4d54-b2a5-b6af2ac5919b", "id": "5eb5f125-5f2d-425a-950c-c3771b049695"} 2018-08-21 06:49:04,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695 1.748s 2018-08-21 06:49:04,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5eb5f125-5f2d-425a-950c-c3771b049695', u'date': 'Tue, 21 Aug 2018 06:49:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e189ecc8-3e8a-4fe0-a899-6021b6ffc2a9'} Body: 2018-08-21 06:49:05,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.521s 2018-08-21 06:49:05,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-2970610a-dc3a-408b-8cd0-25d8f621599c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2970610a-dc3a-408b-8cd0-25d8f621599c'} Body: 2018-08-21 06:49:05,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.722s 2018-08-21 06:49:05,790 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8dcb8384-5b0a-427b-ad67-0e4e7aad9964'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-102369735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:12:f9", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d0958fb5-a826-4104-a936-85034ac70bc5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d0958fb5-a826-4104-a936-85034ac70bc5", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:05Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-2", "created": "2018-08-21T06:43:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:49:06,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5 0.061s 2018-08-21 06:49:06,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/d0958fb5-a826-4104-a936-85034ac70bc5', u'x-compute-request-id': 'req-154378fd-a26c-4ecc-bd28-db2ab2398a0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:06 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-154378fd-a26c-4ecc-bd28-db2ab2398a0d'} Body: {"itemNotFound": {"message": "Instance d0958fb5-a826-4104-a936-85034ac70bc5 could not be found.", "code": 404}} 2018-08-21 06:49:08,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/c91ba503-fa94-41b3-818b-0c9672414822 1.141s 2018-08-21 06:49:08,011 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/c91ba503-fa94-41b3-818b-0c9672414822', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81410dc4-36d3-4a60-a93c-4d1f6c58605f'} Body: 2018-08-21 06:49:08,229 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.216s 2018-08-21 06:49:08,229 63 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9dabccc-2bf1-4104-a0bf-91bf89c781cc'} Body: 2018-08-21 06:49:08,582 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.352s 2018-08-21 06:49:08,583 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-4901905d-1785-4c35-8433-2502980c4750', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4901905d-1785-4c35-8433-2502980c4750'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1215749756": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:55:8d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/eac60733-a0cf-4274-b180-5eeacdcac89b", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:43:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "eac60733-a0cf-4274-b180-5eeacdcac89b", "security_groups": [{"name": "tempest-secgroup-smoke-1954955268"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:49:08Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1446795584", "name": "server-1", "created": "2018-08-21T06:43:28Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:49:09,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b 0.054s 2018-08-21 06:49:09,654 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.44:8774/v2.1/servers/eac60733-a0cf-4274-b180-5eeacdcac89b', u'x-compute-request-id': 'req-b82c8d07-861b-452d-ae01-24f858970799', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:09 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b82c8d07-861b-452d-ae01-24f858970799'} Body: {"itemNotFound": {"message": "Instance eac60733-a0cf-4274-b180-5eeacdcac89b could not be found.", "code": 404}} 2018-08-21 06:49:10,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/a5ab6359-11f4-44c3-891c-1a986c01b276 0.596s 2018-08-21 06:49:10,251 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/a5ab6359-11f4-44c3-891c-1a986c01b276', u'date': 'Tue, 21 Aug 2018 06:49:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-02e7ca96-2010-470a-abb3-ff38d345b3ef'} Body: 2018-08-21 06:49:10,290 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1446795584 0.038s 2018-08-21 06:49:10,290 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1446795584', u'x-compute-request-id': 'req-5497e8a8-c6ae-4ae4-838b-424a735e51d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:49:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5497e8a8-c6ae-4ae4-838b-424a735e51d3'} Body: 2018-08-21 06:49:11,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c1d7f165-05b7-4809-8e88-e1482e142ab4 1.477s 2018-08-21 06:49:11,769 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c1d7f165-05b7-4809-8e88-e1482e142ab4', u'date': 'Tue, 21 Aug 2018 06:49:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-396b8ef2-7e1c-4170-9bd7-b0d26aad7d4a'} Body: 2018-08-21 06:49:13,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/acca52bb-0951-4fdd-9196-be6bc5de5507 1.675s 2018-08-21 06:49:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/acca52bb-0951-4fdd-9196-be6bc5de5507', u'date': 'Tue, 21 Aug 2018 06:49:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3b9f88b-3057-4694-a5f4-aa525e041501'} Body: 2018-08-21 06:49:14,786 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/666ec533-959a-4945-a841-17788b4035ad 1.340s 2018-08-21 06:49:14,787 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/666ec533-959a-4945-a841-17788b4035ad', u'date': 'Tue, 21 Aug 2018 06:49:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b928b0a5-d545-4aa7-9f65-9b7271c29ec4'} Body: 2018-08-21 06:49:16,222 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/6ca0e850-9855-4d74-928a-f8252abd7662 1.434s 2018-08-21 06:49:16,223 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/6ca0e850-9855-4d74-928a-f8252abd7662', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6aeb7168-42ae-456f-aa3e-d98b83f1fbc1'} Body: 2018-08-21 06:49:16,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/507dbe75-7d57-468b-be80-1828bb6e96dd 0.285s 2018-08-21 06:49:16,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/507dbe75-7d57-468b-be80-1828bb6e96dd', u'date': 'Tue, 21 Aug 2018 06:49:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d641824-888a-4f5c-9e4c-49a72fa54e7e'} 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-21 06:52:23,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.220s 2018-08-21 06:52:23,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1515414122 description", "name": "tempest-secgroup-smoke-1515414122"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54b94647-cb70-4337-a299-e0a38cc2ce9d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1515414122 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "updated_at": "2018-08-21T06:52:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:52:23Z", "revision_number": 0, "id": "50763762-68ba-43fd-8c42-37920fb4e89c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:52:23Z", "revision_number": 0, "id": "d7967f90-0c1e-4401-803f-6933e08724a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d1e2692b-a017-40da-8be3-70349bad2d87", "name": "tempest-secgroup-smoke-1515414122"}} 2018-08-21 06:52:23,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:52:23,852 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a88e5aed-54cb-46eb-83af-3a4283f7ee47'} 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-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "082b796a-6fdd-447f-8149-ad0d4a439285"}} 2018-08-21 06:52:24,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.202s 2018-08-21 06:52:24,055 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-061cd3de-4c9e-42d0-bb06-e43d82a5c4b8'} 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-21T06:52:23Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:23Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b529744f-bee4-4b3c-ae90-aa61d2699c07"}} 2018-08-21 06:52:24,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.219s 2018-08-21 06:52:24,277 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0da8eae-7c8f-4493-86bd-e287de35ec90'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "13a296ac-c0cf-4c47-83ef-bb907a5f50bb"}} 2018-08-21 06:52:24,517 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.238s 2018-08-21 06:52:24,517 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d70949d-8110-4039-b201-6d39cb1053d9'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "eca39c89-044e-461a-9fef-0806560c251c"}} 2018-08-21 06:52:24,710 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 06:52:24,710 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1404af0a-9556-40ae-810e-f93c370b9780'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "34933cfc-b672-4148-8cfe-ce23f25b58bb"}} 2018-08-21 06:52:24,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:52:24,866 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47261b3a-8ed4-467f-b1c8-3c42b6cbcc50'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d46d4883-98ff-4e06-9eb7-d42a1760befb"}} 2018-08-21 06:52:25,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.169s 2018-08-21 06:52:25,037 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5808b507-fa1b-4d67-90c2-fa3e6b522224'} 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-21T06:52:24Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:24Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b553f869-9da7-49e9-a525-95d05a1448ff"}} 2018-08-21 06:52:25,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.143s 2018-08-21 06:52:25,181 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fc41f0b-9460-4a62-b1c6-56c4240938b4'} 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-21T06:52:25Z", "security_group_id": "d1e2692b-a017-40da-8be3-70349bad2d87", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "45113de0-ba78-4137-9df4-6b48d4de56c2"}} 2018-08-21 06:52:25,417 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.234s 2018-08-21 06:52:25,417 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1380894207"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-433618e6-f191-4218-b458-a73058b47583'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:52:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c319636f-4182-477b-a8ac-6774e69f6b70","name":"tempest-A-1380894207"}} 2018-08-21 06:52:25,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.552s 2018-08-21 06:52:25,971 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "name": "tempest-subnet-A-1-233818345"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:52:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0d31a2e-3062-4d90-aefc-b405cccf5cba'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c319636f-4182-477b-a8ac-6774e69f6b70","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:25Z","dns_nameservers":[],"updated_at":"2018-08-21T06:52:25Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"c4a1f5d8-d6a7-4506-a880-6e0800338b59","subnetpool_id":null,"name":"tempest-subnet-A-1-233818345"}} 2018-08-21 06:52:26,234 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/networks 0.263s 2018-08-21 06:52:26,235 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1196762914"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:52:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1ad2d6a-f0bb-4baa-9fc6-126fd5e186aa'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:52:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"2f9bd26f-f6df-43b0-a286-694b6921d230","name":"tempest-B-1196762914"}} 2018-08-21 06:52:26,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.761s 2018-08-21 06:52:26,998 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "name": "tempest-subnet-B-1-696114086"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:52:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-154669f8-96da-4715-a997-755f252feb1e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f9bd26f-f6df-43b0-a286-694b6921d230","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:52:26Z","dns_nameservers":[],"updated_at":"2018-08-21T06:52:26Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"4e6f97e1-e167-4bf2-83ba-9feda1b3cb98","subnetpool_id":null,"name":"tempest-subnet-B-1-696114086"}} 2018-08-21 06:52:27,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.168s 2018-08-21 06:52:27,167 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-619396924"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba5f3f85-982d-4876-9490-ca1f9ac3f5d0'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgU24QFHfUcsyal9H0oP1/DO2sylZ8bjLC7eSJZ+GQUytxTTtIQWmi0M+EMSc3InUYwFws/yEHT3oSjM+WL4MdYFHMJ4NuSe8n1cNhqDXN/rvZZdX0Sx2D52yOeO3Fc67PokpjFC7PCxOjFjpNJiqSzZJOJYg1kKNOQ6Vb9sZivXwkeHORtWRNKvNuMZwXw9/r4uIBLL00bse529zSOgxkHgYq7gAKRA7+t7V3OgAanuLDDSL6u3+I6nzIwrKJtS9iMRhpmq4pn62OMlI3Wobb5RbSsOkpLC9Zc1FzQd3FcBW6UOVROjd5hoqFq/vAls1Hh/oA3/yeg+psDju3aFpj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA4FNuEBR31HLMmpfR9KD9fwztrMpWfG4ywu3kiWfhkFMrcU07\nSEFpotDPhDEnNyJ1GMBcLP8hB096EozPli+DHWBRzCeDbknvJ9XDYag1zf672WXV\n9Esdg+dsjnjtxXOuz6JKYxQuzwsToxY6TSYqks2STiWINZCjTkOlW/bGYr18JHhz\nkbVkTSrzbjGcF8Pf6+LiASy9NG7Hudvc0joMZB4GKu4ACkQO/re1dzoAGp7iww0i\n+rt/iOp8yMKyibUvYjEYaZquKZ+tjjJSN1qG2+UW0rDpKSwvWXNRc0HdxXAVulDl\nUTo3eYaKhav7wJbNR4f6AN/8noPqbA47t2haYwIDAQABAoIBAQCH44JE02FTnMc8\nzsMswWlOUXKYvWlurwKo+pr6cac+WmNymypSNu3a50sN9QigaYstlzk/OL21Q/va\nyNnnTJjMbtCeL0F6yebJ5sAYpGETjEAXDY1yEx6qDMLB+5dtiQpYVSNiqZNBcKBQ\npuJiYcBgdY8vL6U3bYq/mlLNRsweezAg+hez+cwLh2lliNj2sg8IVXnaHdGil3mc\n3/HBOYiju7an2H3cSrxESq4HWKL18/8H0PpamqKraoLkpkna0RDl/aSd0Qq7syzY\nJIZd6cowhVGZx1so93hWvbkyNE4uH2hkbsEOyuH3Xt6T9YzbS+/lpGriKGblbjje\n70snOivBAoGBAPKg1wd4YmgZo0gUFm/64k3RI8nNBuqUtyhSRFJKWuOAdAKGj5Fk\nZzohtcjCFcZ9V+accvp4UyFDP54WR+231zpOHJ85dPOJrnVsP7/MKWZ8pDLBnGnU\nqHXpJDiZX28xnAxRm1baskGQ4h+zBvDrcH2/lmWDZ6RwlaLzK593nnQ7AoGBAOyw\nXiyiOeNT7hbTwmakH1xV4zeSN/UHmyvSaxucgtU7pK90gHFZ5aY1kC+0tizhqZZE\nkvlCLPUtJ/QIpdqBRPpse8j/GnQm/AXxZTvDRojLfGiS0KD2dGUHPSvIskXpTCqb\nMUcvjENgtJPDvDmxoH/blv1z7l5VDV8KOvCACBf5AoGBAJ0pCAADv6J0sOpYcKw6\nU2pahRcLYmaCzB0nJLA1D6h7pSmZpddktOTXvxt6dIZs3Io5XtTVKevK1qN9BTx7\nL8PJowqUOigiT8opwyVmho6nP+jMtpdqs3AlA1xSJJovBUiJd9iLspl70qz71wwp\nRWV+u1moA3Nlpde2MdSKtC3PAoGBANbLu7s/wc8G9PPsWuixGvC91QUygeuxamWb\ngK4/HBCNHwhHbuTvU1TCGUbh9c3HQRLoyoTARHJ/91kkm/cvBz1IRBIFSKmOU3rF\nNjzFG3a7S/zO99yLrNeeeSoJ6Zc+gGvOCSt0ABOJaHcM0/17sI835c+/bNxYzVip\nvRFS74VpAoGBALsOe6QHQBet6afPmWL1m7vZBMP0lb9amonKoV8kml4YoSYFQaew\nLieyRvDKmLHdTS0un3q5FFC9oFpnyc3O4EfVrjZbtK6lUMDj5T4p/Lgb3vQqEhm4\nPI/1Z67A7naf7gd0T5bnVDFlquKbyXmZz+CZYf1ulFPSGC4GdIKPVk9F\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-619396924", "fingerprint": "75:85:bb:38:a8:a5:57:a8:ab:e7:d9:dd:b1:6e:bb:f2"}} 2018-08-21 06:52:27,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.822s 2018-08-21 06:52:27,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2004170434", "security_groups": ["d1e2692b-a017-40da-8be3-70349bad2d87"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6dfb525e-e0dc-4222-8144-c73f632c3659'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:52:27Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c319636f-4182-477b-a8ac-6774e69f6b70","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:52:27Z","name":"tempest-port-smoke-2004170434","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2b:ef:f8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"c4a1f5d8-d6a7-4506-a880-6e0800338b59","ip_address":"10.101.11.10"}],"id":"94b80bae-5c4c-4fe8-a75d-ca8c2860b57e","security_groups":["d1e2692b-a017-40da-8be3-70349bad2d87"],"device_id":""}} 2018-08-21 06:52:29,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.565s 2018-08-21 06:52:29,560 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-619396924", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c319636f-4182-477b-a8ac-6774e69f6b70", "port": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c', 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e74f9ace-f2e0-4760-875e-8cc5858d5a9c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "adminPass": "w5rJyvtzAya6"}} 2018-08-21 06:52:29,964 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.399s 2018-08-21 06:52:29,965 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-15ab642a-3627-485d-886d-00bdcbcd6e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15ab642a-3627-485d-886d-00bdcbcd6e47'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:52:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:31,069 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.088s 2018-08-21 06:52:31,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': '1257', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7aa6be04-57c5-4ecf-88d8-d1c46c435c44'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:31,085 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:52:32,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.406s 2018-08-21 06:52:32,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-2771a55f-29e8-4438-a1f1-d8cac1190663', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2771a55f-29e8-4438-a1f1-d8cac1190663'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:32,506 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:52:33,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.142s 2018-08-21 06:52:33,650 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-a69e4d29-ef90-43c0-b2fd-13f135a34226', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a69e4d29-ef90-43c0-b2fd-13f135a34226'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:34,827 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.160s 2018-08-21 06:52:34,828 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f335b4b9-fa66-42d8-9fc7-9146ecfd700e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:36,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.433s 2018-08-21 06:52:36,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-da734750-cecb-4088-bba7-d8e73f2793ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da734750-cecb-4088-bba7-d8e73f2793ef'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:36,291 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:52:36,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.148s 2018-08-21 06:52:36,440 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47ab2b7e-e355-402b-9f5a-9ba45a9f60d1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:36,454 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 1985ce24-2b47-4dfe-b0aa-2242f76282f9 with status: ACTIVE 2018-08-21 06:52:37,230 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/ports 0.775s 2018-08-21 06:52:37,231 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-830049397", "security_groups": ["d1e2692b-a017-40da-8be3-70349bad2d87"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:52:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0c3c2be8-cae0-4bc6-9079-71b1e50101a9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:52:36Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2f9bd26f-f6df-43b0-a286-694b6921d230","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:52:36Z","name":"tempest-port-smoke-830049397","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e7:8a:4f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"4e6f97e1-e167-4bf2-83ba-9feda1b3cb98","ip_address":"10.102.21.20"}],"id":"defcef1a-db5b-40a8-8da7-dc15fe798ecb","security_groups":["d1e2692b-a017-40da-8be3-70349bad2d87"],"device_id":""}} 2018-08-21 06:52:38,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.44:8774/v2.1/servers 1.728s 2018-08-21 06:52:38,961 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-619396924", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "2f9bd26f-f6df-43b0-a286-694b6921d230", "port": "defcef1a-db5b-40a8-8da7-dc15fe798ecb"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda', 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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e9f87a7-d286-46dd-9d23-4beb5dd49cda'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "adminPass": "bbfWo39e8GVg"}} 2018-08-21 06:52:39,024 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.058s 2018-08-21 06:52:39,024 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-e23842ab-33dc-4b90-800b-fb660e2c77f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e23842ab-33dc-4b90-800b-fb660e2c77f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:52:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:40,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.413s 2018-08-21 06:52:40,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': '1313', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-148cdf04-83fb-4a75-ab87-4eb62ea9b94b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:39Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:40,466 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 06:52:42,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.744s 2018-08-21 06:52:42,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-00613de8-8380-4c49-95f3-2064e7467512', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00613de8-8380-4c49-95f3-2064e7467512'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:40Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:42,225 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:52:43,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.458s 2018-08-21 06:52:43,685 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-1bd1ef89-496a-44c5-a859-cebc480454a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1bd1ef89-496a-44c5-a859-cebc480454a8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:52:40Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:45,028 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.325s 2018-08-21 06:52:45,028 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-df5fb865-d9bc-47c4-b5b0-840622232dea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df5fb865-d9bc-47c4-b5b0-840622232dea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:44Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:45,041 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 06:52:45,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.161s 2018-08-21 06:52:45,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-05e8a1ce-49b8-42b0-b976-0481331f6d03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:52:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05e8a1ce-49b8-42b0-b976-0481331f6d03'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:52:44Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:52:45,215 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 92d04a59-ab3e-43f8-adeb-f844ab82b6e8 with status: ACTIVE 2018-08-21 06:52:45,391 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/routers 0.175s 2018-08-21 06:52:45,392 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--222224917", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:52:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b99504f8-3199-460f-8886-b83ecc89ef2a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:45Z", "admin_state_up": true, "updated_at": "2018-08-21T06:52:45Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "name": "tempest-router--222224917"}} 2018-08-21 06:52:46,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b 1.579s 2018-08-21 06:52:46,974 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b', u'date': 'Tue, 21 Aug 2018 06:52:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27e13a1b-ac40-45e8-b662-55d6a2e44fbd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:45Z", "admin_state_up": true, "updated_at": "2018-08-21T06:52:46Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "name": "tempest-router--222224917"}} 2018-08-21 06:52:49,409 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/add_router_interface 2.434s 2018-08-21 06:52:49,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:52:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4640c02-dcaa-4a96-8a2b-3fa86c180ff0'} Body: {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59", "subnet_ids": ["c4a1f5d8-d6a7-4506-a880-6e0800338b59"], "port_id": "39507928-c278-4d90-85c0-e4c5b75a0f29", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b"} 2018-08-21 06:52:51,071 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.660s 2018-08-21 06:52:51,071 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:52:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8cbb9c3-d288-4f0b-a283-02bb1f78e0ae'} Body: {"floatingip": {"router_id": "8bd9b415-1d42-42b9-9544-10dc51680e1b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:52:50Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "94b80bae-5c4c-4fe8-a75d-ca8c2860b57e", "id": "8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:52:50Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:52:51,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.370s 2018-08-21 06:52:51,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:52:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e797c89-8788-451b-8bac-751c0b1523d3'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "17ae0dd0-18b8-4751-80a4-434271a08b80"}} 2018-08-21 06:52:52,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations 0.750s 2018-08-21 06:52:52,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations', u'date': 'Tue, 21 Aug 2018 06:52:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b8d2fc5-d4a9-4f54-8620-e92af74fa847'} Body: {"network_association": {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "id": "1001ac41-8326-4938-bd94-36e46247851a"}} 2018-08-21 06:52:52,195 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:00,216 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:00,283 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:00,312 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:00,427 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-21 06:53:00,427 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:00,429 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:00,489 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:00,494 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:05,500 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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 2018-08-21 06:53:05,501 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. 2018-08-21 06:53:05,501 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074992 seconds 2018-08-21 06:53:05,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations 0.332s 2018-08-21 06:53:05,835 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-845e55d3-2722-433a-b3e8-9545a58a6a8d'} Body: {"network_association": {"network_id": "2f9bd26f-f6df-43b0-a286-694b6921d230", "id": "bb958b90-3a54-4f0e-a34e-1d2c7b7c82a1"}} 2018-08-21 06:53:05,836 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:05,838 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:05,904 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:05,935 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:06,049 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-21 06:53:06,050 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 06:53:06,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:53:06,114 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:53:06,117 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 06:53:11,124 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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 2018-08-21 06:53:11,124 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. 2018-08-21 06:53:11,125 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075538 seconds 2018-08-21 06:53:11,125 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN 17ae0dd0-18b8-4751-80a4-434271a08b80 2018-08-21 06:53:11,344 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80 0.218s 2018-08-21 06:53:11,345 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.44:9696/v2.0/bgpvpn/bgpvpns/17ae0dd0-18b8-4751-80a4-434271a08b80', u'date': 'Tue, 21 Aug 2018 06:53:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f080c923-6859-46b4-a7ed-880a946debdc'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-21 06:53:12,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3 1.253s 2018-08-21 06:53:12,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/8cbb79e2-500b-4bf7-b39b-7511cb8f9ee3', u'date': 'Tue, 21 Aug 2018 06:53:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-72d8f27f-62a3-4481-83be-d67f136426d7'} Body: 2018-08-21 06:53:14,270 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/remove_router_interface 1.669s 2018-08-21 06:53:14,271 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:53:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8458acc-fd67-47d1-9a62-14f65f6e9e40'} Body: {"network_id": "c319636f-4182-477b-a8ac-6774e69f6b70", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "c4a1f5d8-d6a7-4506-a880-6e0800338b59", "subnet_ids": ["c4a1f5d8-d6a7-4506-a880-6e0800338b59"], "port_id": "39507928-c278-4d90-85c0-e4c5b75a0f29", "id": "8bd9b415-1d42-42b9-9544-10dc51680e1b"} 2018-08-21 06:53:15,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b 1.576s 2018-08-21 06:53:15,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.44:9696/v2.0/routers/8bd9b415-1d42-42b9-9544-10dc51680e1b', u'date': 'Tue, 21 Aug 2018 06:53:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-34bd67e7-2704-4f53-a706-700e1b853531'} Body: 2018-08-21 06:53:16,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.213s 2018-08-21 06:53:16,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-03dab9a1-f09d-4594-b259-fbc0d5b03b41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03dab9a1-f09d-4594-b259-fbc0d5b03b41'} Body: 2018-08-21 06:53:16,901 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.834s 2018-08-21 06:53:16,902 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d738ca6-6a1e-4a0b-8e80-c4d45e9305e5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1196762914": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8a:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:44.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "92d04a59-ab3e-43f8-adeb-f844ab82b6e8", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:15Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-2", "created": "2018-08-21T06:52:38Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:17,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8 0.042s 2018-08-21 06:53:17,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/92d04a59-ab3e-43f8-adeb-f844ab82b6e8', u'x-compute-request-id': 'req-6ca21543-48e8-434b-a847-27d17d2be8d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6ca21543-48e8-434b-a847-27d17d2be8d9'} Body: {"itemNotFound": {"message": "Instance 92d04a59-ab3e-43f8-adeb-f844ab82b6e8 could not be found.", "code": 404}} 2018-08-21 06:53:18,552 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/defcef1a-db5b-40a8-8da7-dc15fe798ecb 0.591s 2018-08-21 06:53:18,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.44:9696/v2.0/ports/defcef1a-db5b-40a8-8da7-dc15fe798ecb', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-487a93d5-a93b-4f2f-9a75-75a00fa40aa6'} Body: 2018-08-21 06:53:18,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.183s 2018-08-21 06:53:18,738 63 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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a8858e6-5e8d-4da7-90a9-8ff020ef05b4'} Body: 2018-08-21 06:53:18,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.255s 2018-08-21 06:53:18,994 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-da58e16c-827c-45bb-aec3-3082ab1d06a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da58e16c-827c-45bb-aec3-3082ab1d06a6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1380894207": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:ef:f8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "security_groups": [{"name": "tempest-secgroup-smoke-1515414122"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:18Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:20,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.342s 2018-08-21 06:53:20,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': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-f34e9605-2e1e-4e69-88e0-36a4f5c89085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f34e9605-2e1e-4e69-88e0-36a4f5c89085'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T06:52:35.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1985ce24-2b47-4dfe-b0aa-2242f76282f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:19Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T06:53:19.000000", "key_name": "tempest-TestBGPVPNBasic-619396924", "name": "server-1", "created": "2018-08-21T06:52:29Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:20,369 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-21 06:53:21,422 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9 0.050s 2018-08-21 06:53:21,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/1985ce24-2b47-4dfe-b0aa-2242f76282f9', u'x-compute-request-id': 'req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cbb8ccf4-581f-4e84-bd3d-1d1b4dc51085'} Body: {"itemNotFound": {"message": "Instance 1985ce24-2b47-4dfe-b0aa-2242f76282f9 could not be found.", "code": 404}} 2018-08-21 06:53:22,296 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/94b80bae-5c4c-4fe8-a75d-ca8c2860b57e 0.872s 2018-08-21 06:53:22,296 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/94b80bae-5c4c-4fe8-a75d-ca8c2860b57e', u'date': 'Tue, 21 Aug 2018 06:53:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d9f6973-9945-4875-9c47-1f1ba21752f8'} Body: 2018-08-21 06:53:22,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-619396924 0.024s 2018-08-21 06:53:22,322 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-619396924', u'x-compute-request-id': 'req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d30c2aa7-4e0e-428b-b5f7-4bf3304eb833'} Body: 2018-08-21 06:53:23,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/4e6f97e1-e167-4bf2-83ba-9feda1b3cb98 0.994s 2018-08-21 06:53:23,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.44:9696/v2.0/subnets/4e6f97e1-e167-4bf2-83ba-9feda1b3cb98', u'date': 'Tue, 21 Aug 2018 06:53:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd94755a-ac30-499f-9337-1bf492a5e34d'} Body: 2018-08-21 06:53:25,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/2f9bd26f-f6df-43b0-a286-694b6921d230 1.954s 2018-08-21 06:53:25,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.44:9696/v2.0/networks/2f9bd26f-f6df-43b0-a286-694b6921d230', u'date': 'Tue, 21 Aug 2018 06:53:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6d3f280-5337-43b0-acb2-07dd6aba44db'} Body: 2018-08-21 06:53:26,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/c4a1f5d8-d6a7-4506-a880-6e0800338b59 1.130s 2018-08-21 06:53:26,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/c4a1f5d8-d6a7-4506-a880-6e0800338b59', u'date': 'Tue, 21 Aug 2018 06:53:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-324a1ca4-8870-41bd-b1d0-0b2684f7d9c0'} Body: 2018-08-21 06:53:28,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c319636f-4182-477b-a8ac-6774e69f6b70 2.052s 2018-08-21 06:53:28,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c319636f-4182-477b-a8ac-6774e69f6b70', u'date': 'Tue, 21 Aug 2018 06:53:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2de27162-da69-4c9b-9232-98aa4c899c6c'} Body: 2018-08-21 06:53:28,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/d1e2692b-a017-40da-8be3-70349bad2d87 0.361s 2018-08-21 06:53:28,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/d1e2692b-a017-40da-8be3-70349bad2d87', u'date': 'Tue, 21 Aug 2018 06:53:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55be079e-c1cc-4873-975b-54fc3a53d530'} 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-21 06:53:29,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.297s 2018-08-21 06:53:29,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1483858735 description", "name": "tempest-secgroup-smoke-1483858735"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-458dfd19-665e-402c-9b13-b480a5e1ef7c'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1483858735 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "updated_at": "2018-08-21T06:53:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:53:29Z", "revision_number": 0, "id": "197545e7-7549-4370-b877-27774651162e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:53:29Z", "revision_number": 0, "id": "9b73aee6-0837-4528-b2a5-b23b5a2dcf44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "name": "tempest-secgroup-smoke-1483858735"}} 2018-08-21 06:53:29,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:53:29,309 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fd85eb5-c383-4201-a1cd-cf74417b71a8'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cace1e0b-0f27-4e32-873e-7f1d2de44cf4"}} 2018-08-21 06:53:29,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.210s 2018-08-21 06:53:29,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": "egress", "protocol": "tcp", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4eec16f8-1e95-46f8-9fde-6f2326fc4c0f'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0f162ac2-681d-42b5-85a4-2ef0ffe8f004"}} 2018-08-21 06:53:29,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.170s 2018-08-21 06:53:29,693 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-656f577c-aa9a-4f66-adc1-76c037cae4ca'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8f9f0c24-b9a1-44b1-9286-820782f41c85"}} 2018-08-21 06:53:29,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.160s 2018-08-21 06:53:29,854 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-270f9a0d-a044-41c2-88a5-aa013dfd740e'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5278f2df-8a25-4233-90b4-7cdd82329b13"}} 2018-08-21 06:53:30,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.173s 2018-08-21 06:53:30,030 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b91349e-b421-46f0-9dcc-ca72b5e4db65'} 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-21T06:53:29Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:29Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "051ecc25-c919-43c4-a0c2-6d9f15bde162"}} 2018-08-21 06:53:30,192 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.161s 2018-08-21 06:53:30,192 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cb0a178-26f5-45e3-8001-55794ff41eda'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2b7daf93-d960-4054-8a7b-ef9184f4c366"}} 2018-08-21 06:53:30,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 06:53:30,376 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c2091ee-e402-400d-b635-b25375c25899'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "32a26b22-eb42-4963-b2e5-f7869cec4ae2"}} 2018-08-21 06:53:30,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.154s 2018-08-21 06:53:30,532 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fee85694-02c6-40dc-89f5-99cd48b8bfc1'} 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-21T06:53:30Z", "security_group_id": "b9b293d3-991b-4f12-8ea5-451e0277ad16", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:30Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "26b5f98b-2e0d-41d9-af03-b9a534861720"}} 2018-08-21 06:53:30,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 06:53:30,790 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1153375542"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:53:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ce21b7f-062a-46cc-92a6-7e6552497198'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:53:30Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","name":"tempest-A-1153375542"}} 2018-08-21 06:53:31,326 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.535s 2018-08-21 06:53:31,327 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "name": "tempest-subnet-A-1-752803617"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:53:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fd3ead7-764d-4c5f-8807-e198324a698c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:31Z","dns_nameservers":[],"updated_at":"2018-08-21T06:53:31Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"7dcb2076-c3a3-450e-a399-438650dcff6b","subnetpool_id":null,"name":"tempest-subnet-A-1-752803617"}} 2018-08-21 06:53:31,554 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/networks 0.226s 2018-08-21 06:53:31,555 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1512100702"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:53:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14ed8f65-8919-4047-af91-369e9562bd79'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:53:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","name":"tempest-B-1512100702"}} 2018-08-21 06:53:32,603 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.047s 2018-08-21 06:53:32,603 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "name": "tempest-subnet-B-1-1854306082"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:53:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb1fcab2-55cf-481b-bc78-cb806e73e9dd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:53:32Z","dns_nameservers":[],"updated_at":"2018-08-21T06:53:32Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"a2a362ae-cbd1-4975-b8c2-242fc3a3f188","subnetpool_id":null,"name":"tempest-subnet-B-1-1854306082"}} 2018-08-21 06:53:32,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.295s 2018-08-21 06:53:32,900 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-383282086"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfc9dfea-82e6-4694-bbc9-60c6d8f0d523'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOOv7aHk+eG42iLbbEjGA/Thytzyhij2qlHWbo0JI5SELDeI/b7nV7sERWiw63UMfe26EeFBujyUgHdQEmrX3AqVyfZ1zqwu1TeHauPJw7MrMQsYyn82OxFfe8HMsANhcCeiezyNVPzMBlHjW+R75WFn9eB2jZwD8fsmnSnjHLTtzkzQvpDimXKtHpzcKvKi6xjAnD9135TnlMgqwcdsT2y2hQpcghF7+ZNwX3l6uLUNqOSKdTW7jSSLAD0C0W5kEMwHwmEfNPeFrCxdvUbpupJNK/p3cUQwypLiXXcjo9ROQu/jGH/aKetWz1HJDGoaLw1wXSg6KwSOe3Tik1BkgR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzjr+2h5PnhuNoi22xIxgP04crc8oYo9qpR1m6NCSOUhCw3iP\n2+51e7BEVosOt1DH3tuhHhQbo8lIB3UBJq19wKlcn2dc6sLtU3h2rjycOzKzELGM\np/NjsRX3vBzLADYXAnons8jVT8zAZR41vke+VhZ/Xgdo2cA/H7Jp0p4xy07c5M0L\n6Q4plyrR6c3CryousYwJw/dd+U55TIKsHHbE9stoUKXIIRe/mTcF95eri1Dajkin\nU1u40kiwA9AtFuZBDMB8JhHzT3hawsXb1G6bqSTSv6d3FEMMqS4l13I6PUTkLv4x\nh/2inrVs9RyQxqGi8NcF0oOisEjnt04pNQZIEQIDAQABAoIBAQCP5ihnx9ikKPOl\n4yHxeUW7RmTKfo7eXtX6Ck8BSm+NWreDLz+qJXSCbtbwUC1fihU8kqGUnFFA8rS4\nx1KbS1lAsqw3aecyw/rXUGn3X8FfqRu7HThZBIJeUUbAUpLvPc7GYrgLQapd+S+S\nHwc/E05jQWV0FdV6gyNImbQvS0TRZ5+hYgtSPLGr6lAAXt14+SnKILXL08nhG5Da\nlHYgSFrEqSgILuRH/aXpYzuFoIPJ92HAqY5Bz5SSyV9Kl3KpBFzIXpUVk7ylAWe6\nVbutcIAAxOGQ5GnUFwaNrZN1kWh5zp4jmLYQn2EhUic1kSQQwtpRfU86nSjxsBuD\nr0q+rbJxAoGBAPLt3ecF8vhlyin253CwX5H+5Mxjsvf4a/teDwM9Y/29ZoYqFrLF\neXY4Dfy8xLJJBZNz7RNkVW0DtT/pealiH8rq5dlmxaG5MJmpzLCgic+QT2puVS3A\nrbFhYLG8e0KSbpmuQfk5qjNqmAgnsnvvZS68lSF5UTxmEWVoIQgSzlhdAoGBANlT\novRLDx96Da+E9Rm00DS+SJX5yIXuOTPfQDx7AisHXnbH5676i8NDZ7J7G6caS0HF\n8kVG5oHlCUSx1Q4DO940SXA2IGCQS6hgmvN14mHHtfXluWPXo9/rlSyQrcPh/t9n\nDTG1nDTtkgHBStWWV6CLqJY/lqpwCEl+jKBuZuNFAoGBAM8PGDi1xWcbu7kRDivq\n6UrTa8kaoYziXYefoEQuq2+3ZA+vCDHQR7sQBDwL2cvsmagZA1WoC3gj1PVo154c\nWOToWol3I7S42Efhhup1q4ETi903tbqNpH6wdW6JLLaNgV/UO79l+0Bf9r3cuDES\n17eCXcpuUWOdy+4XVzA+d0qxAoGAOs+WTnOtcQAvier6BO3YVh2UOPmyWQQBeNcW\nZAeJq6k/1/b67HAiuEGaY0NLVWoZKYBusm6gXFBltLBHDpazcctGgFY1ZsxFnRgf\ndnjVPU61IAj9pVYqo6L16GxyiYqz1TLm8CfMUMplc5IiNTCNIAYLJjWpCRBuPa1A\nUv3tW90CgYEAr49Q5hhnqgr0aZp04p1QVjzEUQ7hsV5/ye9cdvTguW1/9tRIAi4E\n6NXR4jb2KJvqDTuD93uGMhMkG9RypSIc83tD6s5vWJXEaz19tnYb82TYEjUZXmuY\nki88GlGiek8eOxS8z6Bj1sul0xkNkR5JQzgJe6tVXWM80IIgxszhka4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-383282086", "fingerprint": "24:6d:14:a4:70:55:a1:93:f8:3c:7e:11:5d:1d:6d:68"}} 2018-08-21 06:53:34,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/ports 1.385s 2018-08-21 06:53:34,290 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1409010478", "security_groups": ["b9b293d3-991b-4f12-8ea5-451e0277ad16"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:53:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b43537a2-09a3-405e-a926-854ab39e6a06'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:53:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a0e0cd93-60dd-4147-bdbc-f7a9d9fef828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:53:33Z","name":"tempest-port-smoke-1409010478","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0c:0e:e8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"7dcb2076-c3a3-450e-a399-438650dcff6b","ip_address":"10.101.11.10"}],"id":"1de3dda1-c97b-47ab-8708-2485046b100f","security_groups":["b9b293d3-991b-4f12-8ea5-451e0277ad16"],"device_id":""}} 2018-08-21 06:53:35,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.44:8774/v2.1/servers 1.240s 2018-08-21 06:53:35,532 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-383282086", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "port": "1de3dda1-c97b-47ab-8708-2485046b100f"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-8843b4d7-2136-49f9-8dff-4a543ee66936', 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8843b4d7-2136-49f9-8dff-4a543ee66936'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "adminPass": "mEtGc4ag3yMp"}} 2018-08-21 06:53:35,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.348s 2018-08-21 06:53:35,885 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-ba31baed-d377-41a3-ba32-6da55bda0222', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba31baed-d377-41a3-ba32-6da55bda0222'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:37,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.348s 2018-08-21 06:53:37,251 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-39e53a3d-e364-4ca5-9781-e86e1870277d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39e53a3d-e364-4ca5-9781-e86e1870277d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:37,264 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:53:38,417 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.151s 2018-08-21 06:53:38,418 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a30c0859-f0b6-4bea-82b5-160baf3dd628', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a30c0859-f0b6-4bea-82b5-160baf3dd628'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:38,431 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:53:40,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.722s 2018-08-21 06:53:40,156 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-74fba8f2-facf-41c5-9bb3-769501074b81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74fba8f2-facf-41c5-9bb3-769501074b81'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:41,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.457s 2018-08-21 06:53:41,628 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-b21aaec6-d7b5-4297-be65-ff58348dbc61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b21aaec6-d7b5-4297-be65-ff58348dbc61'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:37Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:43,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.477s 2018-08-21 06:53:43,120 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-5abd05a7-a328-43dc-a325-c3fdb00f8674', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5abd05a7-a328-43dc-a325-c3fdb00f8674'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:43,134 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 06:53:43,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.153s 2018-08-21 06:53:43,289 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-8863ed5f-645f-4a21-8b46-551476a060a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8863ed5f-645f-4a21-8b46-551476a060a3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:43,306 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7cafdd19-5890-4bb9-a404-503bca4d40d6 with status: ACTIVE 2018-08-21 06:53:44,116 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/ports 0.807s 2018-08-21 06:53:44,117 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1977770835", "security_groups": ["b9b293d3-991b-4f12-8ea5-451e0277ad16"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:53:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b090685-8184-4933-9f0d-f173b95f5e33'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:53:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"67f553ec-2806-4ea2-aa7c-bb2ce0748e7e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:53:43Z","name":"tempest-port-smoke-1977770835","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:fd:e2:d5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"a2a362ae-cbd1-4975-b8c2-242fc3a3f188","ip_address":"10.102.21.20"}],"id":"f8134182-414e-48ab-937f-85d5cb88c6a6","security_groups":["b9b293d3-991b-4f12-8ea5-451e0277ad16"],"device_id":""}} 2018-08-21 06:53:45,369 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.44:8774/v2.1/servers 1.250s 2018-08-21 06:53:45,370 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-383282086", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "port": "f8134182-414e-48ab-937f-85d5cb88c6a6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-82e3d00b-0688-4d59-88c7-90c384d53b39', 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82e3d00b-0688-4d59-88c7-90c384d53b39'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "932dd635-c00c-48a6-8216-6ef90f742657", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "adminPass": "3YQNab7YF8uH"}} 2018-08-21 06:53:46,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.636s 2018-08-21 06:53:46,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-ee191cf1-3661-453a-b258-5dc6f79689a1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee191cf1-3661-453a-b258-5dc6f79689a1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:53:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:47,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.250s 2018-08-21 06:53:47,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-52e92071-8f97-4647-819f-112d0026c2c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-52e92071-8f97-4647-819f-112d0026c2c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:47,296 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2018-08-21 06:53:48,460 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.162s 2018-08-21 06:53:48,461 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-7e3e4e40-4313-4abf-9b31-44ec26466df1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e3e4e40-4313-4abf-9b31-44ec26466df1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:49,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.388s 2018-08-21 06:53:49,864 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-3dc664aa-d56e-4e19-a0bd-23a283b85b95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dc664aa-d56e-4e19-a0bd-23a283b85b95'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:53:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:51,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.396s 2018-08-21 06:53:51,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ee3d803-d1aa-458e-b5e4-38738db8a3ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:50Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:51,290 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 06:53:51,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.149s 2018-08-21 06:53:51,441 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-4a4b33b0-d740-40e5-9983-8e03eae8ac40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4b33b0-d740-40e5-9983-8e03eae8ac40'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:53:50Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:53:51,453 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 932dd635-c00c-48a6-8216-6ef90f742657 with status: ACTIVE 2018-08-21 06:53:51,555 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.101s 2018-08-21 06:53:51,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e41708ca-2056-416c-83c0-687e038a185a'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a8ce49bb-59aa-49b4-a98f-8b62fc902285"}} 2018-08-21 06:53:51,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations 0.327s 2018-08-21 06:53:51,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5446db3e-6d95-430d-9f48-a5a4c42d8b9f'} Body: {"network_association": {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "id": "91b2e98b-0dfb-4c92-9819-8f7be5e15497"}} 2018-08-21 06:53:52,259 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations 0.373s 2018-08-21 06:53:52,260 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a8ce49bb-59aa-49b4-a98f-8b62fc902285/network_associations', u'date': 'Tue, 21 Aug 2018 06:53:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0c4ffb9-5052-4c85-9af1-405194ddfce4'} Body: {"network_association": {"network_id": "67f553ec-2806-4ea2-aa7c-bb2ce0748e7e", "id": "288738ea-865f-481a-8e11-eeb91d246511"}} 2018-08-21 06:53:52,260 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 06:53:52,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/routers 0.142s 2018-08-21 06:53:52,404 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--868014869", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 06:53:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57a4c960-0d16-49db-84d9-226104ff0326'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:53:52Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "name": "tempest-router--868014869"}} 2018-08-21 06:53:53,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0 1.511s 2018-08-21 06:53:53,917 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0', u'date': 'Tue, 21 Aug 2018 06:53:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c77a7dde-1551-4e86-9268-83846ad6dcaf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:52Z", "admin_state_up": true, "updated_at": "2018-08-21T06:53:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "name": "tempest-router--868014869"}} 2018-08-21 06:53:56,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/add_router_interface 2.525s 2018-08-21 06:53:56,444 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/add_router_interface', u'date': 'Tue, 21 Aug 2018 06:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b08d7754-dac9-4295-8190-e1ca7ad7dd2c'} Body: {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b", "subnet_ids": ["7dcb2076-c3a3-450e-a399-438650dcff6b"], "port_id": "b2a267f0-1b28-4bb0-9332-406677246b45", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0"} 2018-08-21 06:53:58,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.958s 2018-08-21 06:53:58,403 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "1de3dda1-c97b-47ab-8708-2485046b100f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 06:53:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2aa9b2d3-141d-45e6-aaf7-5753942fcbe3'} Body: {"floatingip": {"router_id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T06:53:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1de3dda1-c97b-47ab-8708-2485046b100f", "id": "a0fe53a7-2078-42a7-befc-9b5a2810d346", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:53:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 06:53:58,405 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:54:14,441 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:54:14,505 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:54:14,537 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:54:14,652 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-21 06:54:14,653 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:54:14,655 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:54:14,715 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:54:14,719 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:54:19,727 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:54:19,727 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:55:29,798 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-21 06:55:29,799 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:55:29,802 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:55:29,862 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:55:29,867 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:55:34,873 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:55:34,874 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:56:44,922 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:56:44,923 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-21 06:56:44,924 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:44,929 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,030 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,056 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,063 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:56:45,064 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:99:15:a7 [ether] on eth0 2018-08-21 06:56:45,064 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-21 06:56:45,064 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,067 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,127 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,131 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,140 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 06:56:45,141 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-21 06:56:45,141 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,143 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,201 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,207 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,213 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-21 06:56:45,213 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,215 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,274 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,280 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:45,286 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 06:56:45,286 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:99:15:a7 [ether] on eth0 2018-08-21 06:56:45,287 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-21 06:56:45,287 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:56:45,289 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:56:45,349 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:56:45,356 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:56:50,362 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:56:50,363 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:58:00,415 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-21 06:58:00,416 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-21 06:58:00,420 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 06:58:00,515 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 06:58:00,548 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-21 06:58:05,555 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.203 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-21 06:58:05,556 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.203. 2018-08-21 06:59:15,594 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 06:59:15,595 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.203: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 06:59:15.595 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-21 06:59:15.595 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 06:59:16,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/a0fe53a7-2078-42a7-befc-9b5a2810d346 1.186s 2018-08-21 06:59:16,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/a0fe53a7-2078-42a7-befc-9b5a2810d346', u'date': 'Tue, 21 Aug 2018 06:59:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f8a93e5-6b03-4b2a-bce4-d9d6547c30a5'} Body: 2018-08-21 06:59:18,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/remove_router_interface 1.962s 2018-08-21 06:59:18,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0/remove_router_interface', u'date': 'Tue, 21 Aug 2018 06:59:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54fbdc09-c29e-456f-9871-73021de89209'} Body: {"network_id": "a0e0cd93-60dd-4147-bdbc-f7a9d9fef828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "7dcb2076-c3a3-450e-a399-438650dcff6b", "subnet_ids": ["7dcb2076-c3a3-450e-a399-438650dcff6b"], "port_id": "b2a267f0-1b28-4bb0-9332-406677246b45", "id": "fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0"} 2018-08-21 06:59:20,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0 1.784s 2018-08-21 06:59:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/fc2c22a4-fbac-4d04-bb4b-dfdfba81f7d0', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bb9dd099-60d7-4146-9924-a5c788643de9'} Body: 2018-08-21 06:59:20,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.334s 2018-08-21 06:59:20,872 63 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5b2ed64c-8a5e-4b9b-857d-a3ab2020d363'} Body: 2018-08-21 06:59:21,434 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.561s 2018-08-21 06:59:21,435 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-0872d463-53cb-4422-9731-2766529b74a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0872d463-53cb-4422-9731-2766529b74a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1512100702": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:e2:d5", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:20Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:22,934 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.487s 2018-08-21 06:59:22,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': '1342', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-346e605a-c4ea-4755-a041-366c1ef3e6e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346e605a-c4ea-4755-a041-366c1ef3e6e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/932dd635-c00c-48a6-8216-6ef90f742657", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "932dd635-c00c-48a6-8216-6ef90f742657", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-2", "created": "2018-08-21T06:53:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:24,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657 0.071s 2018-08-21 06:59:24,022 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.44:8774/v2.1/servers/932dd635-c00c-48a6-8216-6ef90f742657', u'x-compute-request-id': 'req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3d9b6a0e-2285-4e68-a639-2ca1266c4adf'} Body: {"itemNotFound": {"message": "Instance 932dd635-c00c-48a6-8216-6ef90f742657 could not be found.", "code": 404}} 2018-08-21 06:59:24,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f8134182-414e-48ab-937f-85d5cb88c6a6 0.937s 2018-08-21 06:59:24,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f8134182-414e-48ab-937f-85d5cb88c6a6', u'date': 'Tue, 21 Aug 2018 06:59:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8c84ef63-f0ae-4900-9e12-9b4c3344bada'} Body: 2018-08-21 06:59:25,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.233s 2018-08-21 06:59:25,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-863db8e3-ddb7-41f0-828a-6818db994162', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-863db8e3-ddb7-41f0-828a-6818db994162'} Body: 2018-08-21 06:59:25,696 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.500s 2018-08-21 06:59:25,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2ebe9d2-3d35-45e5-b230-9f1104bdf689'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "security_groups": [{"name": "tempest-secgroup-smoke-1483858735"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:25Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:27,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.298s 2018-08-21 06:59:27,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': '1482', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-a915e75a-b707-4978-a96d-dde627241ece', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a915e75a-b707-4978-a96d-dde627241ece'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1153375542": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:0e:e8", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:53:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7cafdd19-5890-4bb9-a404-503bca4d40d6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:25Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-383282086", "name": "server-1", "created": "2018-08-21T06:53:35Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:28,079 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6 0.048s 2018-08-21 06:59:28,080 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.44:8774/v2.1/servers/7cafdd19-5890-4bb9-a404-503bca4d40d6', u'x-compute-request-id': 'req-00743177-5ba3-4745-ba6d-6b909395804f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00743177-5ba3-4745-ba6d-6b909395804f'} Body: {"itemNotFound": {"message": "Instance 7cafdd19-5890-4bb9-a404-503bca4d40d6 could not be found.", "code": 404}} 2018-08-21 06:59:29,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/1de3dda1-c97b-47ab-8708-2485046b100f 1.170s 2018-08-21 06:59:29,252 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/1de3dda1-c97b-47ab-8708-2485046b100f', u'date': 'Tue, 21 Aug 2018 06:59:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3df0d1e7-9d02-4922-b884-e6257036bf4c'} Body: 2018-08-21 06:59:29,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-383282086 0.029s 2018-08-21 06:59:29,284 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-383282086', u'x-compute-request-id': 'req-eaaf7881-a0c6-4a19-b342-96d799392018', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eaaf7881-a0c6-4a19-b342-96d799392018'} Body: 2018-08-21 06:59:30,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/a2a362ae-cbd1-4975-b8c2-242fc3a3f188 1.300s 2018-08-21 06:59:30,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/a2a362ae-cbd1-4975-b8c2-242fc3a3f188', u'date': 'Tue, 21 Aug 2018 06:59:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b9c0a40-19dc-4c50-859c-1d6f06fb093e'} Body: 2018-08-21 06:59:32,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/67f553ec-2806-4ea2-aa7c-bb2ce0748e7e 2.154s 2018-08-21 06:59:32,740 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/67f553ec-2806-4ea2-aa7c-bb2ce0748e7e', u'date': 'Tue, 21 Aug 2018 06:59:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0810ef25-4df6-4ea8-97cb-847d0a8ba50c'} Body: 2018-08-21 06:59:33,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/7dcb2076-c3a3-450e-a399-438650dcff6b 1.039s 2018-08-21 06:59:33,781 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/7dcb2076-c3a3-450e-a399-438650dcff6b', u'date': 'Tue, 21 Aug 2018 06:59:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5d98baa4-5f8f-4209-a200-dde21386a537'} Body: 2018-08-21 06:59:35,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/a0e0cd93-60dd-4147-bdbc-f7a9d9fef828 2.156s 2018-08-21 06:59:35,938 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/a0e0cd93-60dd-4147-bdbc-f7a9d9fef828', u'date': 'Tue, 21 Aug 2018 06:59:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e6cef778-52e5-48e5-a9d4-da616ff66069'} Body: 2018-08-21 06:59:36,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/b9b293d3-991b-4f12-8ea5-451e0277ad16 0.300s 2018-08-21 06:59:36,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.44:9696/v2.0/security-groups/b9b293d3-991b-4f12-8ea5-451e0277ad16', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-89484614-eb2b-4f2c-ba80-73bf69969eb4'} 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-21 06:59:36,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.237s 2018-08-21 06:59:36,504 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1221358688 description", "name": "tempest-secgroup-smoke-1221358688"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9660a747-cf52-4d79-bd15-7552c9745994'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1221358688 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "updated_at": "2018-08-21T06:59:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:59:36Z", "revision_number": 0, "id": "5d2abf54-1da3-4615-81ad-73c3a4d2e759", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T06:59:36Z", "revision_number": 0, "id": "6e733a46-4ee5-4ebd-bc31-36733189b627", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "name": "tempest-secgroup-smoke-1221358688"}} 2018-08-21 06:59:36,689 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.183s 2018-08-21 06:59:36,689 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ab2189c-61f5-4ca2-8421-c6fc8cb6810b'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4036b01a-754b-4a64-a001-a8aafc81956b"}} 2018-08-21 06:59:36,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 06:59:36,839 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fa352ad-69f7-4278-9ff9-539b98afe59b'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6ad8670d-3e73-4fe8-b539-5a49d2ed4ff3"}} 2018-08-21 06:59:37,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 06:59:37,005 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f982e21a-f4cc-49d9-915e-6dbe3bb232d5'} 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-21T06:59:36Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:36Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9a72b5fb-70ff-47ea-8ded-3d5454429a39"}} 2018-08-21 06:59:37,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.156s 2018-08-21 06:59:37,162 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18cfa30f-99e5-41fb-9331-f989c48c6365'} 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-21T06:59:37Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "9b18f24c-c8e7-492f-aa8f-a2b1ff5cf0e5"}} 2018-08-21 06:59:37,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.831s 2018-08-21 06:59:37,995 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7489636-eedc-4ce3-88a4-9a658dadd052'} 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-21T06:59:37Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:37Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e3327959-5fac-4e77-b727-4a002b9ea79c"}} 2018-08-21 06:59:38,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.181s 2018-08-21 06:59:38,177 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed767e7b-05be-4ded-af32-96ebbacb459d'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f9d7654a-8d9a-4986-b893-d5b73d4b5576"}} 2018-08-21 06:59:38,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.219s 2018-08-21 06:59:38,398 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-453a601e-bb95-436f-a736-a88a94210d57'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f1d31a43-59ff-4912-a265-b727ec7c3525"}} 2018-08-21 06:59:38,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.238s 2018-08-21 06:59:38,637 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e03d179-c9cc-4552-98ba-15f1238249b1'} 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-21T06:59:38Z", "security_group_id": "51cf0825-084e-4c02-89a4-ea40111a7f17", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T06:59:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f42e12fe-5e0d-4758-9414-8317eb13685f"}} 2018-08-21 06:59:38,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/networks 0.323s 2018-08-21 06:59:38,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-2111939845"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38d5b63f-0046-4855-beb4-981fe37beceb'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:59:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"85380806-53b0-4dac-b140-c7bfa440b082","name":"tempest-A-2111939845"}} 2018-08-21 06:59:39,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.549s 2018-08-21 06:59:39,516 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "name": "tempest-subnet-A-1-1364158751"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:59:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ee0e23b-5a6f-4a23-b72d-f754a065876e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85380806-53b0-4dac-b140-c7bfa440b082","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:39Z","dns_nameservers":[],"updated_at":"2018-08-21T06:59:39Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"2454ceae-f4d3-46ef-8f60-e40d3fcd417c","subnetpool_id":null,"name":"tempest-subnet-A-1-1364158751"}} 2018-08-21 06:59:39,774 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 06:59:39,774 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-877271113"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 06:59:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0222a406-887c-4cca-815a-62db3e4b6aa7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T06:59:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","name":"tempest-B-877271113"}} 2018-08-21 06:59:40,654 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.879s 2018-08-21 06:59:40,655 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "name": "tempest-subnet-B-1-112250394"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 06:59:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89c80923-e8e3-4055-98ea-4528a4e1eab5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T06:59:40Z","dns_nameservers":[],"updated_at":"2018-08-21T06:59:40Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"0226b82c-3b3c-4609-8ed3-552ae10afd7e","subnetpool_id":null,"name":"tempest-subnet-B-1-112250394"}} 2018-08-21 06:59:41,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.365s 2018-08-21 06:59:41,022 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-958306586"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-fa487e81-6832-428b-9b07-5c3bd1767eab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa487e81-6832-428b-9b07-5c3bd1767eab'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDArV7dKjUZkzhwu7vnASmXFndjFLsyWTOlF5v3d8nORZEFQ2FXbd5UB/OToY9RnITu+fc0SytPTGf6r1d0m6jiStsCP9xd4EJ7ajVgKtggW2OKBoHMhoSuOiMDW1+1UhNz00cVoTBzC6ya+ZQT46SiOrDgDw3hI5VuptSn4muJtohB6lpmaP07XTQJJNJnw+ZTv5q+v8teeNwbZH93rq2U9UrnuWCU691thrKSV/jz8/jk8wRME95cHvgJ/RpyzwTcsm0cq2tNN+dCJl3z7fbaqmkRB/PgJctY2U5JwoTGcLyB4DwmfJ/5kFwWqa5STEtxi20QpFM+q5zUGT6MiSRp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwK1e3So1GZM4cLu75wEplxZ3YxS7MlkzpReb93fJzkWRBUNh\nV23eVAfzk6GPUZyE7vn3NEsrT0xn+q9XdJuo4krbAj/cXeBCe2o1YCrYIFtjigaB\nzIaErjojA1tftVITc9NHFaEwcwusmvmUE+Okojqw4A8N4SOVbqbUp+JribaIQepa\nZmj9O100CSTSZ8PmU7+avr/LXnjcG2R/d66tlPVK57lglOvdbYayklf48/P45PME\nTBPeXB74Cf0acs8E3LJtHKtrTTfnQiZd8+322qppEQfz4CXLWNlOScKExnC8geA8\nJnyf+ZBcFqmuUkxLcYttEKRTPquc1Bk+jIkkaQIDAQABAoIBACNRZDssGnGmr8jS\nUL4mU2ZTguzRhwLSoQnZCwjQl1hNHikV0ckB5agHkRl1mty90QwxG6QlRzoQ6lpk\nO6avRcS9Len6pL08d1NCA6iuEdHUjqllSfOgkL+S/ooF/MQy2Ef56WTImCXudOQv\nbXo71xi5o2Revg+Pwzt2LzLa6RVj45I+zS3NzcTlM9XnoX5rSnC64lae/+Jf7GFm\nOUqLDphF3WRoFEIjprATp7vZVy4+MPMPe9QSA+yUiElI2psVvyZSeU+5rBYl6HUd\nW31aHvHre7bvYJ/Jt++30wgukSKC3PC1j5E2oBZLq6KVHdnxOommn9xLuUsARcxm\nJ8dMqEUCgYEA6IzOEKthJzkE2bFiaMQc7jJaZF0eiCBtTzltuA3Nu1VZf15ylJ7E\nGId/BS7PEcoA6USCLq4A+KzR8uRZuQIty78416wEGD7zbgEjskEtIVanybcfTaf1\nOLsKyKmkumjjcKVWCbomG5QI3TuxTNV9HAew10tKbH7IKiSRSzcKGH8CgYEA1BtD\njcLk+0QRCIJZQmfyDFp6hW5+frCiaSjqCsJJmRRRUqiim8DL4g6IkNKEV4qrMuPL\nEHxiubr4GgN/BxX37fPSSOkkYIGetasC9Mb8J8stZmFHuURvkln1wmxnqpcW827d\n2ugledQSGU5/lcgYwl8cKsYbG9xN5Z5rf2AOjxcCgYAAvdo2YWWI63yheRhYPy/c\nbpqtMULUqk3O797ytFCQpWAIsPNql+sGLQBxssmERAGmvMoxfeqQ4HQ28xV6KpCc\n0rpKrcjBjwnVsvk7K0wKjC0yznuyErQMf0Q0iZ313jnDdTOGCmrusZUpp3QUS6X/\nfeLJfPr6x5i50a4I8F7+3wKBgQCxakStNRIXYi3lMjK7Kvr5fkzxgyTnj5Op5oEt\nkqnBE4+aVlf9c9yWL5XnnU75cpIUtRlLpt9lf5C7IaWFJckGDmYcenblCkbYqjyE\nxlRwbLCC7Gfz/dxdTEYW5FoqBMs7v8ZurrN6Hfstk82AWajsHGYRGTffq/y0TjiY\niJ5k7QKBgFRV8HBkmsjNGfs0B5WltCzVVzlxhxxrnvCiGXMCzl+fXpZL17o7YFft\nYo05loRgrr/5ejQTF5CfOemxsA45AuleyyjUpZv+ER6I4IFcNihnP8KipaMHcXBR\nGzPYU5FQpaUCJsnozeayLjUD7E+uQXypIhE3YgaiBdjfOHZRyb/n\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-958306586", "fingerprint": "52:b2:e0:a4:71:b9:c3:c4:93:ba:b8:ab:6f:a8:80:c6"}} 2018-08-21 06:59:42,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/ports 1.018s 2018-08-21 06:59:42,044 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1829589558", "security_groups": ["51cf0825-084e-4c02-89a4-ea40111a7f17"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:59:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cd1aec1-1466-4211-963c-6b1411d5dc16'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:59:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"85380806-53b0-4dac-b140-c7bfa440b082","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:59:41Z","name":"tempest-port-smoke-1829589558","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b2:2c:35","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"2454ceae-f4d3-46ef-8f60-e40d3fcd417c","ip_address":"10.101.11.10"}],"id":"a72dd0f8-5975-49af-aea0-7c7bda32c293","security_groups":["51cf0825-084e-4c02-89a4-ea40111a7f17"],"device_id":""}} 2018-08-21 06:59:44,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.44:8774/v2.1/servers 2.114s 2018-08-21 06:59:44,160 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-958306586", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "85380806-53b0-4dac-b140-c7bfa440b082", "port": "a72dd0f8-5975-49af-aea0-7c7bda32c293"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0f9db4d0-e388-4446-89d7-1e623c8a39c0', 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f9db4d0-e388-4446-89d7-1e623c8a39c0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "adminPass": "3fm9dNNPj4x7"}} 2018-08-21 06:59:44,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.494s 2018-08-21 06:59:44,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-37a5b417-a700-4613-964b-2a81b730886a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37a5b417-a700-4613-964b-2a81b730886a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:59:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:46,011 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.337s 2018-08-21 06:59:46,011 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-3e8c8621-bb1a-4657-bcf9-9978352e40aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e8c8621-bb1a-4657-bcf9-9978352e40aa'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:46,024 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 06:59:47,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.179s 2018-08-21 06:59:47,207 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-94b301af-936b-4ee1-9ef0-b930961b7cff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94b301af-936b-4ee1-9ef0-b930961b7cff'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:47,219 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:59:48,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.172s 2018-08-21 06:59:48,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-da8dafb5-e058-4a62-b6d8-cedea70059a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da8dafb5-e058-4a62-b6d8-cedea70059a4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:50,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.713s 2018-08-21 06:59:50,121 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-fc505683-2760-48fe-98b1-fdc69f3c19cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc505683-2760-48fe-98b1-fdc69f3c19cf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:51,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.830s 2018-08-21 06:59:51,963 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e4a483d-ed24-46e6-b4ff-4b2a3da8c029'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:51,979 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 06:59:52,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.153s 2018-08-21 06:59:52,134 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-302c9f15-b48e-49bd-acac-992e94bf970f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-302c9f15-b48e-49bd-acac-992e94bf970f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:49Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:52,148 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 66977cb3-f728-4e09-810d-234dfb07cbc2 with status: ACTIVE 2018-08-21 06:59:53,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/ports 1.038s 2018-08-21 06:59:53,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-497188439", "security_groups": ["51cf0825-084e-4c02-89a4-ea40111a7f17"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 06:59:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d7b2f97-5e7b-406d-9031-3af7e9400e65'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T06:59:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c530f9e2-a164-43b7-afe9-216db1ce15ef","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T06:59:52Z","name":"tempest-port-smoke-497188439","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:aa:17:61","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"0226b82c-3b3c-4609-8ed3-552ae10afd7e","ip_address":"10.102.21.20"}],"id":"594e0a4a-84ed-4f38-b194-edacbe144da6","security_groups":["51cf0825-084e-4c02-89a4-ea40111a7f17"],"device_id":""}} 2018-08-21 06:59:54,592 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.44:8774/v2.1/servers 1.403s 2018-08-21 06:59:54,593 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-958306586", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "port": "594e0a4a-84ed-4f38-b194-edacbe144da6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-73f44768-1975-4788-887b-2db246261b24', 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73f44768-1975-4788-887b-2db246261b24'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "adminPass": "fbV9zPuLpstR"}} 2018-08-21 06:59:54,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.251s 2018-08-21 06:59:54,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9144a3f-1561-4ecd-a7b4-eee2ab0ec0e3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T06:59:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:56,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.196s 2018-08-21 06:59:56,065 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-231fc4c6-edaf-4113-8d30-0a4c1d01eebb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:56,091 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 06:59:57,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.353s 2018-08-21 06:59:57,446 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-4bcf0b41-a120-4075-8e9c-4907977610fa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bcf0b41-a120-4075-8e9c-4907977610fa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 06:59:57,459 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 06:59:59,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 1.083s 2018-08-21 06:59:59,545 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 06:59:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc703fab-37b5-44ad-b8ca-abb1ad28e42a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T06:59:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:00:00,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.142s 2018-08-21 07:00:00,703 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:00:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8a2b7fea-e3f2-4858-8e93-8419fcbfe753'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:00:00,717 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:00:00,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.155s 2018-08-21 07:00:00,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-8b4867d2-c1d8-4ca3-b098-131de16b2a47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:00:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b4867d2-c1d8-4ca3-b098-131de16b2a47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T06:59:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:00:00,893 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 94e557a4-b61c-4790-b53a-8a0235806dd4 with status: ACTIVE 2018-08-21 07:00:01,202 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.308s 2018-08-21 07:00:01,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:00:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-beb09799-b323-4fef-8b09-1f12e84963ab'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "9571868c-843b-4460-b7d5-fbb7a25957fd"}} 2018-08-21 07:00:01,555 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations 0.351s 2018-08-21 07:00:01,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations', u'date': 'Tue, 21 Aug 2018 07:00:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4c003036-56d2-4989-b88b-fba1bee248d2'} Body: {"network_association": {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "id": "1fa3436d-090c-4d34-9c55-cc4a6af90446"}} 2018-08-21 07:00:02,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations 0.443s 2018-08-21 07:00:02,001 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/9571868c-843b-4460-b7d5-fbb7a25957fd/network_associations', u'date': 'Tue, 21 Aug 2018 07:00:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab9022c1-ed18-468a-9df0-2da51b6c0010'} Body: {"network_association": {"network_id": "c530f9e2-a164-43b7-afe9-216db1ce15ef", "id": "203a6505-4e08-49ec-ab55-d86c79a2e28e"}} 2018-08-21 07:00:02,001 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:00:02,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/routers 0.136s 2018-08-21 07:00:02,139 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1584622478", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:00:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96614504-e743-46c5-a165-3f4664cb9eaf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:02Z", "admin_state_up": true, "updated_at": "2018-08-21T07:00:02Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "name": "tempest-router--1584622478"}} 2018-08-21 07:00:03,894 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137 1.754s 2018-08-21 07:00:03,894 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137', u'date': 'Tue, 21 Aug 2018 07:00:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25d3cc57-8c75-4288-a43d-d4dfda66094b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:02Z", "admin_state_up": true, "updated_at": "2018-08-21T07:00:03Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "name": "tempest-router--1584622478"}} 2018-08-21 07:00:06,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/add_router_interface 2.146s 2018-08-21 07:00:06,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:00:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36e95f58-821c-4095-97e6-69be68f9b6db'} Body: {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c", "subnet_ids": ["2454ceae-f4d3-46ef-8f60-e40d3fcd417c"], "port_id": "0eca6e1b-3c0f-46c0-83b1-065718f2b9e7", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137"} 2018-08-21 07:00:07,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.853s 2018-08-21 07:00:07,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "a72dd0f8-5975-49af-aea0-7c7bda32c293"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:00:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36709879-4007-4e47-8131-ef827fc61a82'} Body: {"floatingip": {"router_id": "5e2b6476-7702-4728-a4b4-d15a51be8137", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:00:07Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.216", "revision_number": 0, "port_id": "a72dd0f8-5975-49af-aea0-7c7bda32c293", "id": "11127058-9c01-40c6-a82d-45fa22c48fab", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:00:07Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:00:07,903 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:00:10,913 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:00:10,979 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:00:11,010 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:00:11,125 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-21 07:00:11,125 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:00:11,127 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:00:11,185 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:00:11,191 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:00:16,198 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:00:16,199 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:01:26,258 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-21 07:01:26,259 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:01:26,262 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:01:26,325 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:01:26,327 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:01:31,334 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:01:31,335 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:02:41,372 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:02:41,373 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-21 07:02:41,373 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,380 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,480 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,507 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:02:41,513 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:d4:ad:38 [ether] on eth0 2018-08-21 07:02:41,514 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-21 07:02:41,514 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,516 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,577 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,580 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,589 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:02:41,590 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-21 07:02:41,590 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,592 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,652 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,656 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,662 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-21 07:02:41,662 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,664 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,725 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,728 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:41,734 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:02:41,735 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:d4:ad:38 [ether] on eth0 2018-08-21 07:02:41,735 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-21 07:02:41,736 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:02:41,738 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:02:41,801 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:02:41,802 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:02:46,810 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:02:46,810 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:03:56,864 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-21 07:03:56,864 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.216:22' as 'cirros' with public key authentication 2018-08-21 07:03:56,870 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:03:56,966 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:03:56,997 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.216 successfully created 2018-08-21 07:04:02,004 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.216 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-21 07:04:02,004 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.216. 2018-08-21 07:05:12,053 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:05:12,054 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.216: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:05:12.054 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-21 07:05:12.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:05:13,620 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/11127058-9c01-40c6-a82d-45fa22c48fab 1.564s 2018-08-21 07:05:13,621 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/11127058-9c01-40c6-a82d-45fa22c48fab', u'date': 'Tue, 21 Aug 2018 07:05:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce43fcee-4fcb-463e-9d9a-1739e7eef794'} Body: 2018-08-21 07:05:15,611 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/remove_router_interface 1.989s 2018-08-21 07:05:15,611 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:05:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83b35e4d-faa9-43e1-8f05-106fa59f2c37'} Body: {"network_id": "85380806-53b0-4dac-b140-c7bfa440b082", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "2454ceae-f4d3-46ef-8f60-e40d3fcd417c", "subnet_ids": ["2454ceae-f4d3-46ef-8f60-e40d3fcd417c"], "port_id": "0eca6e1b-3c0f-46c0-83b1-065718f2b9e7", "id": "5e2b6476-7702-4728-a4b4-d15a51be8137"} 2018-08-21 07:05:17,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137 2.256s 2018-08-21 07:05:17,869 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5e2b6476-7702-4728-a4b4-d15a51be8137', u'date': 'Tue, 21 Aug 2018 07:05:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-60de0823-7084-4638-901a-15b624c98a34'} Body: 2018-08-21 07:05:18,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.505s 2018-08-21 07:05:18,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-ff715ae5-e67c-48b5-a07b-ef41eec966b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff715ae5-e67c-48b5-a07b-ef41eec966b9'} Body: 2018-08-21 07:05:19,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.977s 2018-08-21 07:05:19,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': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-e7eec113-9326-413b-b905-7090110dd58f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7eec113-9326-413b-b905-7090110dd58f'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-877271113": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:17:61", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/94e557a4-b61c-4790-b53a-8a0235806dd4", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "94e557a4-b61c-4790-b53a-8a0235806dd4", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:18Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-2", "created": "2018-08-21T06:59:54Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:20,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4 0.056s 2018-08-21 07:05:20,436 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.44:8774/v2.1/servers/94e557a4-b61c-4790-b53a-8a0235806dd4', u'x-compute-request-id': 'req-01de4593-11df-42d6-a035-107141e77390', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:20 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-01de4593-11df-42d6-a035-107141e77390'} Body: {"itemNotFound": {"message": "Instance 94e557a4-b61c-4790-b53a-8a0235806dd4 could not be found.", "code": 404}} 2018-08-21 07:05:21,712 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/594e0a4a-84ed-4f38-b194-edacbe144da6 1.274s 2018-08-21 07:05:21,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/594e0a4a-84ed-4f38-b194-edacbe144da6', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a2facd61-7afa-4e50-9635-a8dd7787f800'} Body: 2018-08-21 07:05:21,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.183s 2018-08-21 07:05:21,898 63 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b2b04941-97ca-40f6-af99-99a38cb3459d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2b04941-97ca-40f6-af99-99a38cb3459d'} Body: 2018-08-21 07:05:22,626 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.727s 2018-08-21 07:05:22,627 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-df6d6c23-728e-4c73-930a-e7ed745dce3d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df6d6c23-728e-4c73-930a-e7ed745dce3d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "security_groups": [{"name": "tempest-secgroup-smoke-1221358688"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:21Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:24,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.398s 2018-08-21 07:05:24,042 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b1023e3c-ef38-4dd1-a003-996abb761210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1023e3c-ef38-4dd1-a003-996abb761210'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2111939845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:35", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66977cb3-f728-4e09-810d-234dfb07cbc2", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T06:59:49.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "66977cb3-f728-4e09-810d-234dfb07cbc2", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:22Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-958306586", "name": "server-1", "created": "2018-08-21T06:59:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:25,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2 0.042s 2018-08-21 07:05:25,100 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.44:8774/v2.1/servers/66977cb3-f728-4e09-810d-234dfb07cbc2', u'x-compute-request-id': 'req-b7556c48-6863-455c-84df-4a7dc1856407', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b7556c48-6863-455c-84df-4a7dc1856407'} Body: {"itemNotFound": {"message": "Instance 66977cb3-f728-4e09-810d-234dfb07cbc2 could not be found.", "code": 404}} 2018-08-21 07:05:25,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/a72dd0f8-5975-49af-aea0-7c7bda32c293 0.671s 2018-08-21 07:05:25,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/a72dd0f8-5975-49af-aea0-7c7bda32c293', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff8fcde3-17e0-4db1-bcc5-b78815d62efe'} Body: 2018-08-21 07:05:25,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-958306586 0.060s 2018-08-21 07:05:25,834 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-958306586', u'x-compute-request-id': 'req-3d7067f3-9fd8-4c45-ace9-e792aea19d66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3d7067f3-9fd8-4c45-ace9-e792aea19d66'} Body: 2018-08-21 07:05:26,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/0226b82c-3b3c-4609-8ed3-552ae10afd7e 1.016s 2018-08-21 07:05:26,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/0226b82c-3b3c-4609-8ed3-552ae10afd7e', u'date': 'Tue, 21 Aug 2018 07:05:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7afe6f65-8146-431d-bedc-32e9de4b6532'} Body: 2018-08-21 07:05:28,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/c530f9e2-a164-43b7-afe9-216db1ce15ef 1.999s 2018-08-21 07:05:28,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/c530f9e2-a164-43b7-afe9-216db1ce15ef', u'date': 'Tue, 21 Aug 2018 07:05:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f16df49-b3dc-478b-82b4-64f91e77d07c'} Body: 2018-08-21 07:05:29,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/2454ceae-f4d3-46ef-8f60-e40d3fcd417c 1.049s 2018-08-21 07:05:29,904 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/2454ceae-f4d3-46ef-8f60-e40d3fcd417c', u'date': 'Tue, 21 Aug 2018 07:05:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e0dadf6-6c49-49ef-a981-11ac858078a2'} Body: 2018-08-21 07:05:32,015 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/85380806-53b0-4dac-b140-c7bfa440b082 2.110s 2018-08-21 07:05:32,016 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/85380806-53b0-4dac-b140-c7bfa440b082', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25d6aeb1-0db9-43d4-b078-d5e9ac676aa3'} Body: 2018-08-21 07:05:32,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/51cf0825-084e-4c02-89a4-ea40111a7f17 0.491s 2018-08-21 07:05:32,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.44:9696/v2.0/security-groups/51cf0825-084e-4c02-89a4-ea40111a7f17', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-107da806-d6b7-4dfa-9106-0c9cb69b26a5'} 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-21 07:05:32,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.235s 2018-08-21 07:05:32,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1971281610 description", "name": "tempest-secgroup-smoke-1971281610"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16d41e2e-43b1-4994-8f83-d55e6b974fad'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1971281610 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:32Z", "updated_at": "2018-08-21T07:05:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:05:32Z", "revision_number": 0, "id": "72768f9f-f416-4d5f-8073-2ef4ba526573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:05:32Z", "revision_number": 0, "id": "eed45c76-bb58-4336-99ca-0942ef98d8ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "name": "tempest-secgroup-smoke-1971281610"}} 2018-08-21 07:05:32,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.204s 2018-08-21 07:05:32,976 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9875c89-ae13-4a78-9130-b786ad743779'} 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-21T07:05:32Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "598db798-7ba9-4ef8-8265-fc5c31ec94ce"}} 2018-08-21 07:05:33,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.159s 2018-08-21 07:05:33,137 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1e4c7ebb-8349-4f71-91f9-bf6065ee475b'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c3ed66f0-8630-4732-8928-ad8f7b3cb14a"}} 2018-08-21 07:05:33,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:05:33,287 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0ebe0c7-cba1-4f47-9697-54cc3006d790'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bdc72c8a-58f1-4fa7-af73-0f689c677320"}} 2018-08-21 07:05:33,812 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.523s 2018-08-21 07:05:33,812 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a891563-9a67-47c4-84cc-bd7ab4f92461'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "da979273-f318-4af5-b8bc-a0a4d56c1221"}} 2018-08-21 07:05:33,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:05:33,976 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26b75f6f-e591-4b09-87c6-4a9dfbc68ee8'} 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-21T07:05:33Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "15a2bac5-f795-4362-8a57-b2bc9dff01c4"}} 2018-08-21 07:05:34,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:05:34,126 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-848914c4-8887-443c-8d3d-a460578f849e'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "346cf427-abb8-437d-930d-449e25b571a8"}} 2018-08-21 07:05:34,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:05:34,280 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8c532ce-2b48-4b58-8523-e761d9d2386b'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03ba6f83-5309-434c-b9d1-239304c643d9"}} 2018-08-21 07:05:34,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:05:34,453 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f6cd561-c5e3-4ce8-95d7-ce6910bf9402'} 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-21T07:05:34Z", "security_group_id": "2668296b-9ab2-4a56-a7b3-7b458675273c", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:05:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "91a993e2-4fd9-489d-be31-297dc77af9d3"}} 2018-08-21 07:05:34,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.214s 2018-08-21 07:05:34,670 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1125645722"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:05:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cd0b759-a9da-4cc8-a88d-489c44f3ce05'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:05:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","name":"tempest-A-1125645722"}} 2018-08-21 07:05:35,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.122s 2018-08-21 07:05:35,794 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "name": "tempest-subnet-A-1-1682339603"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:05:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57e3151f-b3a0-4183-9590-dedb6d535a40'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:35Z","dns_nameservers":[],"updated_at":"2018-08-21T07:05:35Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","subnetpool_id":null,"name":"tempest-subnet-A-1-1682339603"}} 2018-08-21 07:05:36,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.225s 2018-08-21 07:05:36,021 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1451740231"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:05:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dcd03a3d-ff43-44ee-b37d-75c73549d22e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:05:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"6085ba12-2513-4565-babb-8a1e83a004d9","name":"tempest-B-1451740231"}} 2018-08-21 07:05:37,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.085s 2018-08-21 07:05:37,108 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "name": "tempest-subnet-B-1-535299419"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90bee1ae-e02d-4119-a9b7-282f7367b5b0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:05:36Z","dns_nameservers":[],"updated_at":"2018-08-21T07:05:36Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"16c78733-a677-477b-ac9b-426487d6063c","subnetpool_id":null,"name":"tempest-subnet-B-1-535299419"}} 2018-08-21 07:05:37,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.504s 2018-08-21 07:05:37,613 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02c08f17-d499-4360-804b-e6ee1851146b'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "c4e56c8d-c0fe-4f2e-b545-64203e4d6b87"}} 2018-08-21 07:05:37,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.204s 2018-08-21 07:05:37,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-348863498"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-447c517c-e30d-4f06-be87-ac95986f5b9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-447c517c-e30d-4f06-be87-ac95986f5b9d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAzrOUur6hsxEFvkilrWEp89sqYQLM0VgMPLDDE/eWemGNSnPNH9x2JVcOLcC9Vq9rtkVGOqENFDfcJabuIYfj5Ta4G4HOYhcdIi0WYjc2UHbSAfgKScy8gbzZbob8Fg/7Se+QaXKTl5zGUCgum3bsJMG6HjrgBMiTHO4fiwZiI3ez+m0wQUU4NsmVoOqGfbOSldRpNEhZ0lOGpxK51BJoZjaJXnpMcM9qquG1GuWVD+Xlv8lNiuuesPI0VlPvQtrbp3w836Kn2khpxkKAt9tWKLmtag9SrJkk1Pa1/SB6JnR/dd8ltRVz19H2riBfwbCTkRvT5y9vSSxLPwalJr4X Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwM6zlLq+obMRBb5Ipa1hKfPbKmECzNFYDDywwxP3lnphjUpz\nzR/cdiVXDi3AvVava7ZFRjqhDRQ33CWm7iGH4+U2uBuBzmIXHSItFmI3NlB20gH4\nCknMvIG82W6G/BYP+0nvkGlyk5ecxlAoLpt27CTBuh464ATIkxzuH4sGYiN3s/pt\nMEFFODbJlaDqhn2zkpXUaTRIWdJThqcSudQSaGY2iV56THDPaqrhtRrllQ/l5b/J\nTYrrnrDyNFZT70La26d8PN+ip9pIacZCgLfbVii5rWoPUqyZJNT2tf0geiZ0f3Xf\nJbUVc9fR9q4gX8Gwk5Eb0+cvb0ksSz8GpSa+FwIDAQABAoIBADH/qDwibTr7d6eY\nn7gvDOpXLXeA7rv0cbPCrUf5TpQ8Kj38l6kS4RXWOwwXO0seRqFVBAPhQlBk9NNn\nBDHuihHEJ/t4TqIZd8r7SNvsHks8dIOjNRJd7vTXZASyj9ihVAWjN7eoUKkLgQFA\nWhsz/5PfOEmuezAKrYTQ1MNjRwV9n9nu8oJov/wG3HiGKDtr8Bg+uLhuHmgeVpx+\noINAZQs5zoiWkRzcFy8Qt7U6jsbUqrATBeNcx7ACTCSXOXdsC530knsLLVX1CGtS\nKTniq8UG2Cy8rXW7Qd3n4NMUpEADXGHqAluOMzdL/27E1dHSxcRJUXvdVZefJJGO\nuGUEVnECgYEA4NXrJ9g/uGJxZEbyOAqO1QyToAS5bGkdZgX4NiK03fKzIddqAm/0\nwPiJkA83ctsWHsgiMz9Qs7Xgm5uZ8ekZ36igZ70LPWSMmnJiN1ffOioVvG/ovfW1\naU3moONu3Y2fa9ZWGZEdGAD1S69I2d8ucy/2rOr2D5TX9wTycuRWAdkCgYEA24hK\n4nK5b7icZq/3bR/J4ZQcT07paSt1EElG3WfTHbCZXxoGhLvieIiyRqruP5iPCCHx\nbcVH9JCWrIEJLKzjNSmnzGW3E6XunBS5q4HXaiaRHF4DjT+cjqzkrwryDO1oMYIP\nJybVngP8aELnGMKiOAaSQeITZslsu0BvZ3TD2W8CgYEAzBAcQKu7GcTvmc3ypf6f\nKKsjicb/7G9zKVgdsjTJ5/ARuZNkOhYXFNX/NOs6rlo+t2157P14Z8OZumH91Vx2\nCVNpUv53px8NplhO4GA20PnFhKQln9PU9WCpBDmoNBoIKb39o3Lb7x9fg3PyMRyp\ncg6EWuler0GuyhqJWtH3ZfECgYBQItFLFhvQx2/4IBXOtMLp4DnxTVnwtRdXaZg/\nq+2psdRandJxU3BZFXUWTMEJX/QeQN2zd0dL5BfMQpIJx9ZsipchCqQovPJ78SjR\njWUH76oa08qyHd1VS5FywCkZRPQ61kIXxZpGwye5G2rmY+35S5TKDe+NHsvdEqlX\n94yiawKBgFLCCm2yRMepmCZGL+qsduy3bYIA4UuvZDk11T3OF8iEkuGG2699rieu\nRoPzQ15LtEj12Ubz34DhSljjxcmDx44cHGCdkasw/mhG0Yo7hvjb7LbvJ5d+kHT4\nsQnpnBymYkdKpnnB/khttorfzgVMOLzguwGIp1NqNFyPNCXZWl6x\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-348863498", "fingerprint": "61:27:ef:aa:b0:b8:f6:6f:1e:12:ba:a3:d8:1b:a2:99"}} 2018-08-21 07:05:38,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 1.171s 2018-08-21 07:05:38,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2067567197", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee40d98a-f05c-429a-9b8f-995fa7d21e68'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:38Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:38Z","name":"tempest-port-smoke-2067567197","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:48:ed:6b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","ip_address":"10.101.11.10"}],"id":"73389b7f-d10b-45dd-8819-3a299bff8107","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:05:40,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.328s 2018-08-21 07:05:40,325 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "port": "73389b7f-d10b-45dd-8819-3a299bff8107"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-8e1a1178-2bbf-466a-99d2-f703f56d5e83', 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e1a1178-2bbf-466a-99d2-f703f56d5e83'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "adminPass": "AUCN2deh85pF"}} 2018-08-21 07:05:40,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.511s 2018-08-21 07:05:40,843 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-1680c592-3bdd-45b3-a8e1-a6cd624a56be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1680c592-3bdd-45b3-a8e1-a6cd624a56be'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:42,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.382s 2018-08-21 07:05:42,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': '1321', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-750ec7d3-a5da-430a-b948-1d5ccb7c9227', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-750ec7d3-a5da-430a-b948-1d5ccb7c9227'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:41Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:42,255 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:05:43,601 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.344s 2018-08-21 07:05:43,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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-c4987f39-e7ef-405a-8a07-e4be41d59658', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4987f39-e7ef-405a-8a07-e4be41d59658'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:43,616 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:05:45,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.437s 2018-08-21 07:05:45,056 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-2d23fee1-acfa-46a5-96f5-c053413fa8af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d23fee1-acfa-46a5-96f5-c053413fa8af'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:46,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.169s 2018-08-21 07:05:46,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-fc7f5e0f-808e-41fb-9852-cd330fa3a003', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc7f5e0f-808e-41fb-9852-cd330fa3a003'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:46,252 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:05:46,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.343s 2018-08-21 07:05:46,598 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-3e19e01e-1e69-452e-972a-794a1e9abc13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e19e01e-1e69-452e-972a-794a1e9abc13'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:45Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:46,611 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b2896f01-2237-41ea-9402-0ca72f9326cb with status: ACTIVE 2018-08-21 07:05:47,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 1.331s 2018-08-21 07:05:47,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1375983518", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fc7787e-1442-4a28-8e70-5caa66250cb8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:47Z","name":"tempest-port-smoke-1375983518","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5a:ec:18","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"16c78733-a677-477b-ac9b-426487d6063c","ip_address":"10.102.21.20"}],"id":"8832e1d7-50db-407c-8d8e-de6aac1ea43e","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:05:49,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.971s 2018-08-21 07:05:49,916 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6085ba12-2513-4565-babb-8a1e83a004d9", "port": "8832e1d7-50db-407c-8d8e-de6aac1ea43e"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-acd65bc0-8f2a-49f5-9de0-44e898002fb2', 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acd65bc0-8f2a-49f5-9de0-44e898002fb2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "adminPass": "E5TcgRJhrEXA"}} 2018-08-21 07:05:50,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.235s 2018-08-21 07:05:50,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-9504d3f9-e054-4773-8f20-5f3451871ad2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9504d3f9-e054-4773-8f20-5f3451871ad2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:51,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.073s 2018-08-21 07:05:51,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c61fa91e-7c92-45b6-9da9-e3b42ebb9dda'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:53,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 1.115s 2018-08-21 07:05:53,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': '1399', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-210f2187-faa5-4150-a941-15ce030c7afd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-210f2187-faa5-4150-a941-15ce030c7afd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:53,377 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-21 07:05:54,807 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.428s 2018-08-21 07:05:54,808 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-7844d824-1a01-4d30-a48b-f053fd5d6732', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7844d824-1a01-4d30-a48b-f053fd5d6732'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:05:52Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:54,820 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:05:56,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.326s 2018-08-21 07:05:56,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93f12072-0b8d-47ef-bd7b-b4f29593dcbd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:56,161 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:05:56,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.448s 2018-08-21 07:05:56,611 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-9d945a70-8136-4146-bde9-71ba91c52a22', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d945a70-8136-4146-bde9-71ba91c52a22'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:05:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:05:56,622 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ad64fa5d-6db6-4e37-89d1-532eb8693b4a with status: ACTIVE 2018-08-21 07:05:57,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.759s 2018-08-21 07:05:57,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-165114669", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-422a3fe6-3a6e-4bd3-aa5f-6c4abefa01ce'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:05:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"acabbeee-e7a3-4fc7-9bfa-d66242bab2b0","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:05:56Z","name":"tempest-port-smoke-165114669","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:93:25:a7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"6aa4c816-47cb-4b6b-b7f5-21fa769abdbd","ip_address":"10.101.11.30"}],"id":"96010127-ed87-4649-bdb8-d2596ba9da3b","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:05:59,036 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.651s 2018-08-21 07:05:59,036 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "port": "96010127-ed87-4649-bdb8-d2596ba9da3b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-be103272-c99b-4744-a9f5-b58d0ca79fd0', 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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be103272-c99b-4744-a9f5-b58d0ca79fd0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "adminPass": "mMMn3J9zfsrj"}} 2018-08-21 07:05:59,293 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.249s 2018-08-21 07:05:59,293 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-0014884a-1674-45e3-8bd0-825f6d1c1dd3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:05:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0014884a-1674-45e3-8bd0-825f6d1c1dd3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:05:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:00,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.070s 2018-08-21 07:06:00,379 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3041e6b4-fedc-4b4c-8e1d-2ef64be8e263'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:01,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.254s 2018-08-21 07:06:01,650 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-85b4de00-b958-430a-b0b4-6a90ec40798b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85b4de00-b958-430a-b0b4-6a90ec40798b'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:01,662 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:06:03,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.394s 2018-08-21 07:06:03,059 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-dc3445c9-187a-4377-8202-4028d7398ac2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc3445c9-187a-4377-8202-4028d7398ac2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:03,072 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:06:04,230 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.156s 2018-08-21 07:06:04,231 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e34c9ac-ae7a-4a40-9265-64d7b7d22a60'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:01Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:05,633 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.388s 2018-08-21 07:06:05,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-99ec5722-4753-4eaa-8f60-0b2527081f80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99ec5722-4753-4eaa-8f60-0b2527081f80'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:04Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:05,647 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:06:05,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.149s 2018-08-21 07:06:05,797 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-0b656a9b-cd01-4d13-b204-471838c75fd4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0b656a9b-cd01-4d13-b204-471838c75fd4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:04Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:05,810 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: bac930b5-9c85-4f10-be4f-6c640f0f8714 with status: ACTIVE 2018-08-21 07:06:06,594 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.782s 2018-08-21 07:06:06,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2075688731", "security_groups": ["2668296b-9ab2-4a56-a7b3-7b458675273c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:06:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d07aa8f-c923-47a6-aa68-a22a5efb77b6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:06:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6085ba12-2513-4565-babb-8a1e83a004d9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:06:06Z","name":"tempest-port-smoke-2075688731","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dd:00:0f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"16c78733-a677-477b-ac9b-426487d6063c","ip_address":"10.102.21.40"}],"id":"ed0c4659-898a-42df-a649-52e66a4eaf8b","security_groups":["2668296b-9ab2-4a56-a7b3-7b458675273c"],"device_id":""}} 2018-08-21 07:06:08,474 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.878s 2018-08-21 07:06:08,475 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-348863498", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "6085ba12-2513-4565-babb-8a1e83a004d9", "port": "ed0c4659-898a-42df-a649-52e66a4eaf8b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0', 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8689a19-2e9d-4b02-b31c-2c53e089f2e0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "adminPass": "cz6qeYMpZEyq"}} 2018-08-21 07:06:08,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.335s 2018-08-21 07:06:08,815 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-cb693ac2-2d4b-4ed3-838c-a4680acf5922', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb693ac2-2d4b-4ed3-838c-a4680acf5922'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:09,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.058s 2018-08-21 07:06:09,888 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-0fbad2a9-32f8-4ba1-81b4-c9215888c212', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fbad2a9-32f8-4ba1-81b4-c9215888c212'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:06:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:11,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.098s 2018-08-21 07:06:11,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': '200', u'content-length': '1319', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-04ad024f-d7bc-42bd-b2d3-7b29fb4ce9c6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:11,015 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:06:12,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.150s 2018-08-21 07:06:12,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-509999ee-6343-4a10-ae19-1b39e2757a42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-509999ee-6343-4a10-ae19-1b39e2757a42'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:06:10Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:13,411 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.231s 2018-08-21 07:06:13,412 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-3697a271-92a2-49d9-8fbf-85d033975b54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3697a271-92a2-49d9-8fbf-85d033975b54'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:13,425 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:06:13,840 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.414s 2018-08-21 07:06:13,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-87510a7c-fad7-4f9d-a21a-4d947151306b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87510a7c-fad7-4f9d-a21a-4d947151306b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:06:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:06:13,854 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: dcb56af1-ce59-40ea-ba28-e743246d8e42 with status: ACTIVE 2018-08-21 07:06:14,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations 0.345s 2018-08-21 07:06:14,200 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations', u'date': 'Tue, 21 Aug 2018 07:06:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e05a0014-4bef-41c8-80c2-0ab491bd9983'} Body: {"network_association": {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "id": "404ca8b4-78c5-4be6-923c-537d47161f5b"}} 2018-08-21 07:06:14,312 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.110s 2018-08-21 07:06:14,312 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--535439069", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:06:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f92dde90-3ae9-43ed-9e9e-2ef6bc4f7a6b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:14Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:14Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "name": "tempest-router--535439069"}} 2018-08-21 07:06:15,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c 1.445s 2018-08-21 07:06:15,759 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c', u'date': 'Tue, 21 Aug 2018 07:06:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e87fc69b-810a-469e-a415-f6eb65503841'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:14Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:15Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "name": "tempest-router--535439069"}} 2018-08-21 07:06:17,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/add_router_interface 2.237s 2018-08-21 07:06:17,999 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:06:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734c2fd6-0072-4312-b768-45e1f20fc584'} Body: {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd", "subnet_ids": ["6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"], "port_id": "c756a56c-4db8-4c29-80d9-a2282ed36b08", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c"} 2018-08-21 07:06:19,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.998s 2018-08-21 07:06:19,999 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "73389b7f-d10b-45dd-8819-3a299bff8107"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:06:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b43f2618-bdc5-4496-9cdf-25b730a60989'} Body: {"floatingip": {"router_id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:06:18Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "73389b7f-d10b-45dd-8819-3a299bff8107", "id": "470ac77b-9243-4bec-8e69-f6acf70850c7", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:06:20,000 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:28,014 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:28,078 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:28,079 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:28,195 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-21 07:06:28,196 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:28,199 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:28,260 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:28,263 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:33,269 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.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-21 07:06:33,270 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-21 07:06:33,271 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075976 seconds 2018-08-21 07:06:33,272 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:33,274 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:33,335 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:33,338 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:33,453 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-21 07:06:33,453 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:33,455 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:33,517 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:33,520 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:37,527 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074000 seconds 2018-08-21 07:06:38,225 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations 0.697s 2018-08-21 07:06:38,226 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87/network_associations', u'date': 'Tue, 21 Aug 2018 07:06:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c7350f19-41ba-448f-9b62-b64275653a4e'} Body: {"network_association": {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "id": "5f3e2c1f-1f2a-4b75-9f5a-bb61d5cf0aa8"}} 2018-08-21 07:06:38,331 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.104s 2018-08-21 07:06:38,331 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1455715665", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:06:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07906824-7b6a-4e38-8a35-17e6e0701b80'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:38Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a7a9cb30-b179-4953-93d0-3b4959923483", "name": "tempest-router--1455715665"}} 2018-08-21 07:06:39,413 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483 1.080s 2018-08-21 07:06:39,413 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483', u'date': 'Tue, 21 Aug 2018 07:06:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ae82495-dde7-4f78-aac1-4680c426a27e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:06:39Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a7a9cb30-b179-4953-93d0-3b4959923483", "name": "tempest-router--1455715665"}} 2018-08-21 07:06:41,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/add_router_interface 2.046s 2018-08-21 07:06:41,464 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "16c78733-a677-477b-ac9b-426487d6063c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:06:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6cd3319b-2941-4055-b0eb-4e51252858cd'} Body: {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "16c78733-a677-477b-ac9b-426487d6063c", "subnet_ids": ["16c78733-a677-477b-ac9b-426487d6063c"], "port_id": "c4aabfba-0fc3-4b17-835d-e6c084e740c1", "id": "a7a9cb30-b179-4953-93d0-3b4959923483"} 2018-08-21 07:06:43,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.818s 2018-08-21 07:06:43,284 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "8832e1d7-50db-407c-8d8e-de6aac1ea43e"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:06:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6f9d3af-c1de-4676-b6b3-8d82b684285e'} Body: {"floatingip": {"router_id": "a7a9cb30-b179-4953-93d0-3b4959923483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:06:42Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "8832e1d7-50db-407c-8d8e-de6aac1ea43e", "id": "d602051a-9596-4883-8d00-602e8ce6d7d4", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:06:42Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:06:43,285 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:43,287 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:43,351 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:43,383 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:43,498 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-21 07:06:43,498 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-21 07:06:43,500 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:06:43,562 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:06:43,565 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-21 07:06:48,572 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.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-21 07:06:48,573 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-21 07:06:48,573 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075578 seconds 2018-08-21 07:06:48,574 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 07:07:03,602 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:07:03,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:07:03,666 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 07:07:03,780 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-21 07:07:03,781 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-21 07:07:03,783 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:07:03,843 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:07:03,847 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-21 07:07:07,854 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.073613 seconds 2018-08-21 07:07:07,855 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN c4e56c8d-c0fe-4f2e-b545-64203e4d6b87 2018-08-21 07:07:08,335 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87 0.479s 2018-08-21 07:07:08,335 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.44:9696/v2.0/bgpvpn/bgpvpns/c4e56c8d-c0fe-4f2e-b545-64203e4d6b87', u'date': 'Tue, 21 Aug 2018 07:07:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71576d8f-04e2-4a92-86ed-7e1b5d9d128d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-21 07:07:09,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/d602051a-9596-4883-8d00-602e8ce6d7d4 1.086s 2018-08-21 07:07:09,424 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/d602051a-9596-4883-8d00-602e8ce6d7d4', u'date': 'Tue, 21 Aug 2018 07:07:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad6d5aef-316b-4fca-a264-4ab9fcb9784f'} Body: 2018-08-21 07:07:11,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/remove_router_interface 2.220s 2018-08-21 07:07:11,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "16c78733-a677-477b-ac9b-426487d6063c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:07:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3afd3075-36f1-48c6-8d3d-98be5c519fbe'} Body: {"network_id": "6085ba12-2513-4565-babb-8a1e83a004d9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "16c78733-a677-477b-ac9b-426487d6063c", "subnet_ids": ["16c78733-a677-477b-ac9b-426487d6063c"], "port_id": "c4aabfba-0fc3-4b17-835d-e6c084e740c1", "id": "a7a9cb30-b179-4953-93d0-3b4959923483"} 2018-08-21 07:07:13,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483 1.560s 2018-08-21 07:07:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a7a9cb30-b179-4953-93d0-3b4959923483', u'date': 'Tue, 21 Aug 2018 07:07:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d16541b0-7684-4df0-92be-80eee34238c4'} Body: 2018-08-21 07:07:14,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/470ac77b-9243-4bec-8e69-f6acf70850c7 1.419s 2018-08-21 07:07:14,629 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/470ac77b-9243-4bec-8e69-f6acf70850c7', u'date': 'Tue, 21 Aug 2018 07:07:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cff21e52-b2d5-4aad-be4e-3fd67380e537'} Body: 2018-08-21 07:07:16,303 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/remove_router_interface 1.672s 2018-08-21 07:07:16,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:07:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab017b64-5435-4f15-ae44-4e9df3fbef2a'} Body: {"network_id": "acabbeee-e7a3-4fc7-9bfa-d66242bab2b0", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "6aa4c816-47cb-4b6b-b7f5-21fa769abdbd", "subnet_ids": ["6aa4c816-47cb-4b6b-b7f5-21fa769abdbd"], "port_id": "c756a56c-4db8-4c29-80d9-a2282ed36b08", "id": "ce84de15-1c67-4c5a-a6ea-a1abf130233c"} 2018-08-21 07:07:17,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c 1.380s 2018-08-21 07:07:17,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/ce84de15-1c67-4c5a-a6ea-a1abf130233c', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6c80d36d-27cc-4199-8202-e0f54ae0fc6f'} Body: 2018-08-21 07:07:17,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.190s 2018-08-21 07:07:17,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-ca950f46-3903-43fb-8608-5e4be3fe8dc5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca950f46-3903-43fb-8608-5e4be3fe8dc5'} Body: 2018-08-21 07:07:18,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.436s 2018-08-21 07:07:18,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-a6278b8b-eda3-496e-b470-ced659282f49', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6278b8b-eda3-496e-b470-ced659282f49'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:17Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:20,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.800s 2018-08-21 07:07:20,135 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-c70f152d-fcaf-41bb-8220-a30e48eca975', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c70f152d-fcaf-41bb-8220-a30e48eca975'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:00:0f", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "dcb56af1-ce59-40ea-ba28-e743246d8e42", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:18Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-4", "created": "2018-08-21T07:06:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:21,405 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42 0.255s 2018-08-21 07:07:21,406 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.44:8774/v2.1/servers/dcb56af1-ce59-40ea-ba28-e743246d8e42', u'x-compute-request-id': 'req-5adfcd7e-9e4d-4360-96c9-edb33158551f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5adfcd7e-9e4d-4360-96c9-edb33158551f'} Body: {"itemNotFound": {"message": "Instance dcb56af1-ce59-40ea-ba28-e743246d8e42 could not be found.", "code": 404}} 2018-08-21 07:07:21,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ed0c4659-898a-42df-a649-52e66a4eaf8b 0.579s 2018-08-21 07:07:21,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.44:9696/v2.0/ports/ed0c4659-898a-42df-a649-52e66a4eaf8b', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-acaa43f8-aed7-4841-a3d9-f2068794b0d1'} Body: 2018-08-21 07:07:22,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.160s 2018-08-21 07:07:22,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-94a7fafa-42ab-4276-a162-4c34a3e84e21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94a7fafa-42ab-4276-a162-4c34a3e84e21'} Body: 2018-08-21 07:07:22,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.370s 2018-08-21 07:07:22,520 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-49d5f3b9-17aa-4351-b67b-8d2f51802d60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49d5f3b9-17aa-4351-b67b-8d2f51802d60'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:25:a7", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:06:04.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "bac930b5-9c85-4f10-be4f-6c640f0f8714", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:22Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-3", "created": "2018-08-21T07:05:59Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:23,580 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714 0.045s 2018-08-21 07:07:23,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': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/bac930b5-9c85-4f10-be4f-6c640f0f8714', u'x-compute-request-id': 'req-d8103966-691a-4645-9217-837d0309ef37', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d8103966-691a-4645-9217-837d0309ef37'} Body: {"itemNotFound": {"message": "Instance bac930b5-9c85-4f10-be4f-6c640f0f8714 could not be found.", "code": 404}} 2018-08-21 07:07:24,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/96010127-ed87-4649-bdb8-d2596ba9da3b 0.891s 2018-08-21 07:07:24,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/96010127-ed87-4649-bdb8-d2596ba9da3b', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1ff7aa01-76a7-4de5-be69-16f5267b1cb9'} Body: 2018-08-21 07:07:24,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.159s 2018-08-21 07:07:24,635 63 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.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e63eefc0-69df-4b4f-9d9e-46a6abf4c1f7'} Body: 2018-08-21 07:07:25,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.438s 2018-08-21 07:07:25,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-da176319-0e87-4b9c-999f-5f9d52df60c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da176319-0e87-4b9c-999f-5f9d52df60c0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1451740231": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:ec:18", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ad64fa5d-6db6-4e37-89d1-532eb8693b4a", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-2", "created": "2018-08-21T07:05:49Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:26,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a 0.044s 2018-08-21 07:07:26,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ad64fa5d-6db6-4e37-89d1-532eb8693b4a', u'x-compute-request-id': 'req-1cdab648-9204-4b0e-8b22-d495df43c504', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:26 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1cdab648-9204-4b0e-8b22-d495df43c504'} Body: {"itemNotFound": {"message": "Instance ad64fa5d-6db6-4e37-89d1-532eb8693b4a could not be found.", "code": 404}} 2018-08-21 07:07:27,077 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/8832e1d7-50db-407c-8d8e-de6aac1ea43e 0.942s 2018-08-21 07:07:27,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/8832e1d7-50db-407c-8d8e-de6aac1ea43e', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0500a62c-60ad-476a-819c-6c7d706437db'} Body: 2018-08-21 07:07:27,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.287s 2018-08-21 07:07:27,367 63 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-b16002d4-2e12-4efb-ab92-7e462cbefa5c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b16002d4-2e12-4efb-ab92-7e462cbefa5c'} Body: 2018-08-21 07:07:27,552 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.184s 2018-08-21 07:07:27,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-72c88376-aa04-4652-adc2-0b1d63f905e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72c88376-aa04-4652-adc2-0b1d63f905e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:28,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.386s 2018-08-21 07:07:28,955 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c06c7e5b-9742-4cd1-a85f-02b9c4a831ce'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1125645722": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:ed:6b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b2896f01-2237-41ea-9402-0ca72f9326cb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:05:45.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b2896f01-2237-41ea-9402-0ca72f9326cb", "security_groups": [{"name": "tempest-secgroup-smoke-1971281610"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-348863498", "name": "server-1", "created": "2018-08-21T07:05:40Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:30,016 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb 0.045s 2018-08-21 07:07:30,017 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.44:8774/v2.1/servers/b2896f01-2237-41ea-9402-0ca72f9326cb', u'x-compute-request-id': 'req-a8770755-2a87-4f82-8100-4fa1de452d1c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a8770755-2a87-4f82-8100-4fa1de452d1c'} Body: {"itemNotFound": {"message": "Instance b2896f01-2237-41ea-9402-0ca72f9326cb could not be found.", "code": 404}} 2018-08-21 07:07:30,907 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/73389b7f-d10b-45dd-8819-3a299bff8107 0.888s 2018-08-21 07:07:30,908 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/73389b7f-d10b-45dd-8819-3a299bff8107', u'date': 'Tue, 21 Aug 2018 07:07:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c104c2b-e332-4302-a325-5edb09919f5c'} Body: 2018-08-21 07:07:30,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-348863498 0.052s 2018-08-21 07:07:30,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-348863498', u'x-compute-request-id': 'req-386595a1-8943-48bb-a38f-7f1a962b845c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-386595a1-8943-48bb-a38f-7f1a962b845c'} Body: 2018-08-21 07:07:32,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/16c78733-a677-477b-ac9b-426487d6063c 1.393s 2018-08-21 07:07:32,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.44:9696/v2.0/subnets/16c78733-a677-477b-ac9b-426487d6063c', u'date': 'Tue, 21 Aug 2018 07:07:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40fb469d-1e5c-4113-90d5-96b2762f1056'} Body: 2018-08-21 07:07:34,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/6085ba12-2513-4565-babb-8a1e83a004d9 2.150s 2018-08-21 07:07:34,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.44:9696/v2.0/networks/6085ba12-2513-4565-babb-8a1e83a004d9', u'date': 'Tue, 21 Aug 2018 07:07:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-124ee570-3b5f-4cff-8c97-49fa9284c9d6'} Body: 2018-08-21 07:07:36,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/6aa4c816-47cb-4b6b-b7f5-21fa769abdbd 1.525s 2018-08-21 07:07:36,036 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/6aa4c816-47cb-4b6b-b7f5-21fa769abdbd', u'date': 'Tue, 21 Aug 2018 07:07:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05cf6f7a-1a5a-4e24-9a3a-173862168290'} Body: 2018-08-21 07:07:38,073 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/acabbeee-e7a3-4fc7-9bfa-d66242bab2b0 2.036s 2018-08-21 07:07:38,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/acabbeee-e7a3-4fc7-9bfa-d66242bab2b0', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-18b3fd60-735a-44fa-a6ad-e2b1ee99d7d6'} Body: 2018-08-21 07:07:38,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/2668296b-9ab2-4a56-a7b3-7b458675273c 0.267s 2018-08-21 07:07:38,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/2668296b-9ab2-4a56-a7b3-7b458675273c', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66d5a2ff-b2bf-4d01-8980-016d0d8a75f9'} 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.207 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-21 07:07:38,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.205s 2018-08-21 07:07:38,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1757082675 description", "name": "tempest-secgroup-smoke-1757082675"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87549a01-6410-494d-be65-6932dafd1586'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1757082675 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "updated_at": "2018-08-21T07:07:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:07:38Z", "revision_number": 0, "id": "76401f84-4e4a-42b5-b26b-22e621787515", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:07:38Z", "revision_number": 0, "id": "cf8b551b-b7b1-4632-8c4c-e124224e5c07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "name": "tempest-secgroup-smoke-1757082675"}} 2018-08-21 07:07:38,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.139s 2018-08-21 07:07:38,722 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73e7edef-6b0a-4b0d-8a85-d46e57e4a7c7'} 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-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "42baacae-61ea-4a98-b9b8-f6bd78a1a469"}} 2018-08-21 07:07:38,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.179s 2018-08-21 07:07:38,903 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca2c492f-b025-446e-a9e1-62154db709fe'} 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-21T07:07:38Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:38Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7d406c6c-5c2a-4118-b448-3f0ede23fc6b"}} 2018-08-21 07:07:39,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.192s 2018-08-21 07:07:39,096 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d6fede9-a27d-4084-8c46-bd558fef01b2'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "b6b0f622-c6e0-49ed-bc19-971a716807a0"}} 2018-08-21 07:07:39,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 07:07:39,280 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49d60fcf-ffdc-432f-b616-ba0331fea330'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "168ce864-5587-412b-82d6-6d5b1a9efc86"}} 2018-08-21 07:07:39,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.148s 2018-08-21 07:07:39,429 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48cdc5b7-e59e-47c9-abaa-9a2b1cfe2320'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "87c490da-cc3c-44c3-86db-e3eb1700b396"}} 2018-08-21 07:07:39,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.131s 2018-08-21 07:07:39,562 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d28f09c4-00bc-4522-8c98-25e4cc0de926'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ac369372-529b-47e5-ad39-8188415f66b1"}} 2018-08-21 07:07:39,736 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:07:39,736 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23321adb-bba2-4f9a-8c27-f358acd1791d'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "161c1bad-9e0a-4f3e-9593-45de50f36d6c"}} 2018-08-21 07:07:39,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.159s 2018-08-21 07:07:39,897 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:07:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d5a8a97-0085-456f-a0fb-ac4e90456694'} 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-21T07:07:39Z", "security_group_id": "324e4316-dc45-4fb6-9b38-d9224e4a16e9", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:07:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "204a8b1b-98d5-464a-9f09-be799196abeb"}} 2018-08-21 07:07:40,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.256s 2018-08-21 07:07:40,155 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-403799606"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf520f33-22b9-4ed9-a3f4-0dc59b126329'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:07:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"9c628626-a288-4b49-b378-b0b107277fd6","name":"tempest-A-403799606"}} 2018-08-21 07:07:40,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.545s 2018-08-21 07:07:40,703 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "name": "tempest-subnet-A-1-1827228386"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66aebc87-e98f-4f74-8cd0-da391fdb6756'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:40Z","dns_nameservers":[],"updated_at":"2018-08-21T07:07:40Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","subnetpool_id":null,"name":"tempest-subnet-A-1-1827228386"}} 2018-08-21 07:07:41,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.300s 2018-08-21 07:07:41,004 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1096987653"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:07:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02d51adc-8fb0-4270-bfd8-7c416c51396d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:07:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","name":"tempest-B-1096987653"}} 2018-08-21 07:07:42,052 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.047s 2018-08-21 07:07:42,052 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "name": "tempest-subnet-B-1-240548269"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-626f52e1-8a8b-4e4e-ba1b-2c373acfc4bd'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:07:41Z","dns_nameservers":[],"updated_at":"2018-08-21T07:07:41Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","subnetpool_id":null,"name":"tempest-subnet-B-1-240548269"}} 2018-08-21 07:07:42,522 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.469s 2018-08-21 07:07:42,523 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96f922a6-46f8-4265-ba54-2b57dff93042'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "561156ba-ad99-43bd-a3a1-534e90365719"}} 2018-08-21 07:07:42,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.238s 2018-08-21 07:07:42,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-661079560"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d60bfe7e-b838-428d-b24f-ea8bea656be0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d60bfe7e-b838-428d-b24f-ea8bea656be0'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ7IR+IsAvOyZeRiUgoKlSlOLnojkcH5/kktT5g4jQVk12/fnvAqeyN5AjV5Bp+BljTjf0YanvS2achrVqj+5o5A9aXfQ9y23MGNBUKIQBi1uV6YASaWhrLMLqVCOHmsO+q4z/c8VdWmam+qt92oc4IaUdufnTQAl2FLU1hxvikDQHC374+pNSa9/+bb7Qiydpq6q6y1wVcAmngCH9FGAoQPwtNIhcM4ZTJDoENk9yXBMXmTzuERuqrHiMIN5aC+HpD4F2Y6RLfq6oF29nze/6zJVku08LOJfu2ui2LqgIgkDV4U9QrSj/+ae0g3SWTsWhDPbTmigpIH1FQ5I3iQAf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0OyEfiLALzsmXkYlIKCpUpTi56I5HB+f5JLU+YOI0FZNdv35\n7wKnsjeQI1eQafgZY0439GGp70tmnIa1ao/uaOQPWl30PcttzBjQVCiEAYtblemA\nEmloayzC6lQjh5rDvquM/3PFXVpmpvqrfdqHOCGlHbn500AJdhS1NYcb4pA0Bwt+\n+PqTUmvf/m2+0IsnaauqustcFXAJp4Ah/RRgKED8LTSIXDOGUyQ6BDZPclwTF5k8\n7hEbqqx4jCDeWgvh6Q+BdmOkS36uqBdvZ83v+syVZLtPCziX7troti6oCIJA1eFP\nUK0o//mntIN0lk7FoQz205ooKSB9RUOSN4kAHwIDAQABAoIBAG5jyk3rhqhuFIPT\nhGKNAWqFCK9jY9GcVBuuCaIdAfky4JNy9tB3Eqxz91D1P3T+hkuWVLJnuCacLIeg\nFdNMYahCeGpDIn5UMpuYsNsG3VkDjUzUp7sSvv2CFStDcdKAz9S7SDDhtvLwhTTN\nVjeVc8UQ4fGnBn28ZENkBatWzEEVBDG1io5LnAcxcVrfe9JrSo+dUKm5xzaQhuup\n973gGEsd1B9AMQLLLE+nqfxDCxfyk3SQiujmC517gyRQDIQ5QhNG78AtJTk0l8EP\ncHabz18eMDzP84WYToKT5wu7+WE41Tkfm0/NOCXpWZEgPSDqlYBd0OQC24Ff5vWs\nJamQGcECgYEA7NnMYJ3K3tnso61hk6HGkK6KrVrcsOhFDOZu6xhfK/4qPYJ8oap3\ng99JVTLPHnRc38Tr1mDJnwdGcNdsnjWefNBzky89aEnqdH8P2J0xfkpU1/iK2xVG\n7q9jkS1jL+ctTTXDv+zEf6oXaSfMlPaqBfXx42QmwmosNCtBXaXwsOkCgYEA4dC0\nZZ/k9fNik6sWHUUhaAQkRSbXY5TY6mOORsZAHUgtSKs4ALHwp0NMhlZ3jJUYOOsW\nrcdhTIduL+yhM05n2RnX9852L2vBs3M6+RJhBTqsUp4xdLfYYHOGDndLtl6HQ6Ge\nEwv1nTe1tq4d4j82k8M2J3EUPXfHuArBoFB+w8cCgYBn+nmp1LvyN5OWi5Axwqys\naaPB1QjbtSxTLHp3RRzK8GrU1Aso4fBT+Vt1Rrf8s7LuHcI3PAhng0ceVMR/dCSe\nwNhsPinkNcby27E2NFQ9EB7NLXSwF1grgt3gJx/LMN8HbVoBUM03CpH6fRloMB2W\nPlGxtQ76/KdpQ7APj8DpuQKBgQCGG1VXWSs36fAsNJnwjiK1zGfh7ZxTFo3wPWm8\nnHZtLXU/R/f9aa+7Fhu3WFitU8pL20nfsJ4XPgLxUT2246SG6XM6RxInPX6O3Ssz\nynd2DI9UjYBfieNl/JWrt6tuRhtczfm75Alc8j3nnOZAfDwkavWZXO2hR6aDpVey\nprtx9wKBgQCp3S8IfAYBnZ8pHIWVnVoAIbSRAxW701PJuISYNFy1ydEugBSAxG/J\nys1/hOFoT2Zz5DJBOeWnRXuzk6S+0oKI5IJ15NVQlNO3JKcb4CNaZXzmnhOO7pOS\nBLh/PGSmg8j/q3dyMYEl+YhMH0+SCe+Dmb7ZYl0BY/YD2Edczw7C1Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-661079560", "fingerprint": "ba:82:dd:d3:32:8f:74:67:ce:fb:ed:55:ae:a6:1f:4e"}} 2018-08-21 07:07:43,556 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.789s 2018-08-21 07:07:43,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-907628371", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:07:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fada2c19-2c88-4795-be2b-636b826e37eb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:07:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:07:43Z","name":"tempest-port-smoke-907628371","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ce:28:83","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","ip_address":"10.101.11.10"}],"id":"808f9520-eeaa-4609-81d5-d83a3a2e8825","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:07:44,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.404s 2018-08-21 07:07:44,962 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9c628626-a288-4b49-b378-b0b107277fd6", "port": "808f9520-eeaa-4609-81d5-d83a3a2e8825"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea', 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-406bfd1e-b8c0-4ee8-982f-bd3ffce2b9ea'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "adminPass": "xNYNBCbd8TFv"}} 2018-08-21 07:07:45,304 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.338s 2018-08-21 07:07:45,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-1dcaf176-516c-4d95-8fed-1cae8a784c8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1dcaf176-516c-4d95-8fed-1cae8a784c8e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:46,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.076s 2018-08-21 07:07:46,396 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e8ba3d1-4b08-43cd-b3aa-a9e256d7dc47'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:47,573 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.164s 2018-08-21 07:07:47,574 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-6a776d19-97a2-492a-a37b-0fd9e827a564', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a776d19-97a2-492a-a37b-0fd9e827a564'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:47,587 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-21 07:07:49,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.449s 2018-08-21 07:07:49,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0e60aafb-dfdc-4f3f-b98a-0bfddcc8c475'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:49,054 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:07:50,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.329s 2018-08-21 07:07:50,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': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-93b1dc06-a373-4810-9c67-b3e3407b8057', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b1dc06-a373-4810-9c67-b3e3407b8057'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:51,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.422s 2018-08-21 07:07:51,824 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-538cdc15-e139-4653-a71e-0ebd561e6bc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-538cdc15-e139-4653-a71e-0ebd561e6bc1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:47Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:52,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.158s 2018-08-21 07:07:52,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1884c61c-aaf3-4c0d-a6f7-14b2a0b4e9d2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:51Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:53,010 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:07:53,345 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.335s 2018-08-21 07:07:53,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-9e26ed84-600d-4936-8069-d9f8cb13ebf2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e26ed84-600d-4936-8069-d9f8cb13ebf2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:07:51Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:53,364 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 13aea441-ef10-4125-a8ce-9b6d22bdc51e with status: ACTIVE 2018-08-21 07:07:54,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.875s 2018-08-21 07:07:54,241 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-422689727", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:07:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9028991d-d5e0-41d5-9645-1f7c4c7f3243'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:07:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:07:53Z","name":"tempest-port-smoke-422689727","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:04:e8:b1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","ip_address":"10.102.21.20"}],"id":"3938595d-a1ae-470b-b30e-dc6d79d6283b","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:07:55,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.216s 2018-08-21 07:07:55,459 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "port": "3938595d-a1ae-470b-b30e-dc6d79d6283b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-caef1a86-e9e4-4cfd-8953-23989724f89f', 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-caef1a86-e9e4-4cfd-8953-23989724f89f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "adminPass": "vBw8fYA7cPWG"}} 2018-08-21 07:07:55,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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.059s 2018-08-21 07:07:55,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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-65269dd8-48ba-4094-b481-868dcd39d5b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65269dd8-48ba-4094-b481-868dcd39d5b1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:07:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:56,641 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.092s 2018-08-21 07:07:56,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': '1313', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-cf237ceb-8397-437d-9e1c-f022afc28e92', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf237ceb-8397-437d-9e1c-f022afc28e92'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:56,655 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:07:57,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.158s 2018-08-21 07:07:57,816 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-64e7851b-60b5-4635-892f-948b67650633', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64e7851b-60b5-4635-892f-948b67650633'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:07:57,829 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:07:58,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.164s 2018-08-21 07:07:58,996 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-32dc504f-30f7-47ea-8d55-76da6ed71304', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-32dc504f-30f7-47ea-8d55-76da6ed71304'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:00,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.355s 2018-08-21 07:08:00,378 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-f07e68b3-4a0c-47b2-8636-c387dde3220d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f07e68b3-4a0c-47b2-8636-c387dde3220d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:07:56Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:01,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.402s 2018-08-21 07:08:01,794 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-cbf97726-d45b-4515-913e-fc75541aa15e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbf97726-d45b-4515-913e-fc75541aa15e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:01,806 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:08:02,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.410s 2018-08-21 07:08:02,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-581a748b-dbdb-48f8-925c-9e97a9912208', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-581a748b-dbdb-48f8-925c-9e97a9912208'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:00Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:02,228 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b0465303-61cd-436c-be8e-d7e8e1bb15eb with status: ACTIVE 2018-08-21 07:08:03,594 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 1.365s 2018-08-21 07:08:03,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1235197668", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:08:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89804b8f-6fb6-4994-8eee-d6fea2991e9d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:08:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9c628626-a288-4b49-b378-b0b107277fd6","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:08:03Z","name":"tempest-port-smoke-1235197668","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:84:09:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"8b472c91-70ba-4f44-81fb-5503a7d63bb0","ip_address":"10.101.11.30"}],"id":"8f91d075-a913-461d-8a1c-0e380956a4e1","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:08:04,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.379s 2018-08-21 07:08:04,976 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "9c628626-a288-4b49-b378-b0b107277fd6", "port": "8f91d075-a913-461d-8a1c-0e380956a4e1"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-3daecc78-157d-443d-88d6-22e20f67ef0d', 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3daecc78-157d-443d-88d6-22e20f67ef0d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "adminPass": "BVjCz2sSKbkC"}} 2018-08-21 07:08:05,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.064s 2018-08-21 07:08:05,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-86ea6635-bff4-4c2f-bc1e-09402092b604', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86ea6635-bff4-4c2f-bc1e-09402092b604'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:08:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:07,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.980s 2018-08-21 07:08:07,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': '1257', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb2ac6a7-81cb-4424-a7be-f6c5fb37eaae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:07,052 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:08:08,204 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.149s 2018-08-21 07:08:08,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e872e1c7-4b2a-4f22-a528-99e4c178ffdb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:08,217 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:08:09,381 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.162s 2018-08-21 07:08:09,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8ae47723-ae78-4c4c-acab-c2d6241c9aa4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:06Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:10,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.391s 2018-08-21 07:08:10,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-836b7f4d-a6df-4297-9f00-66d431f8ae81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-836b7f4d-a6df-4297-9f00-66d431f8ae81'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:10,810 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:08:11,241 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.430s 2018-08-21 07:08:11,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-d6952a63-c038-46c2-b552-d2caabae5479', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6952a63-c038-46c2-b552-d2caabae5479'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:11,255 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: be4c19fb-47cb-45af-9982-e34565ae61f5 with status: ACTIVE 2018-08-21 07:08:12,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.868s 2018-08-21 07:08:12,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-2042561560", "security_groups": ["324e4316-dc45-4fb6-9b38-d9224e4a16e9"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea3fb9c8-7535-4092-8b07-524dfd6456d3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:08:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"62c1bb20-9f5f-48c5-adb8-dfd4912bf065","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:08:11Z","name":"tempest-port-smoke-2042561560","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:27:44:d6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"90fa7b17-c8c6-4fed-a066-b79e770709c1","ip_address":"10.102.21.40"}],"id":"5f5a32de-f61d-4975-aa10-a64ce623feef","security_groups":["324e4316-dc45-4fb6-9b38-d9224e4a16e9"],"device_id":""}} 2018-08-21 07:08:12,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 0.492s 2018-08-21 07:08:12,619 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-661079560", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "port": "5f5a32de-f61d-4975-aa10-a64ce623feef"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0a23add5-9ec9-47de-95e3-4187d3730911', 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a23add5-9ec9-47de-95e3-4187d3730911'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "adminPass": "RdLRN9tBvvsJ"}} 2018-08-21 07:08:12,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.061s 2018-08-21 07:08:12,685 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-9202a067-69dc-4997-af99-8fc78555db09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9202a067-69dc-4997-af99-8fc78555db09'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:08:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:13,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.083s 2018-08-21 07:08:13,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': '1257', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e1d75002-6090-4afc-95e7-423441dba0cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1d75002-6090-4afc-95e7-423441dba0cb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:13,805 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:08:15,142 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.335s 2018-08-21 07:08:15,143 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbb2ed50-11f1-48f2-9ddb-54d81b5e363e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:14Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:15,156 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:08:16,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.158s 2018-08-21 07:08:16,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-8f282614-2cd0-4abb-b788-ad5af9e0054a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f282614-2cd0-4abb-b788-ad5af9e0054a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:08:14Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:17,664 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.331s 2018-08-21 07:08:17,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-bd21819a-ce1e-497a-bc9a-c982d0380286', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd21819a-ce1e-497a-bc9a-c982d0380286'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:17,677 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:08:17,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.147s 2018-08-21 07:08:17,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-3960740d-2d78-4a8f-98b7-05647db77465', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3960740d-2d78-4a8f-98b7-05647db77465'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:08:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:08:17,839 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e6202a1b-bfb6-412c-9a7a-3415369873b9 with status: ACTIVE 2018-08-21 07:08:18,003 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.163s 2018-08-21 07:08:18,003 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1519795389", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a2216ff-d644-49ae-9883-8650c4295e47'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:17Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:17Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "name": "tempest-router--1519795389"}} 2018-08-21 07:08:19,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60 1.482s 2018-08-21 07:08:19,487 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60', u'date': 'Tue, 21 Aug 2018 07:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c58bf22d-5f1a-4eac-ae50-34452af9240b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:17Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:19Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "name": "tempest-router--1519795389"}} 2018-08-21 07:08:21,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/add_router_interface 2.380s 2018-08-21 07:08:21,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-018b2422-d7f6-49dd-8d37-2b96eff8bb43'} Body: {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0", "subnet_ids": ["8b472c91-70ba-4f44-81fb-5503a7d63bb0"], "port_id": "da4ed2a2-c1a2-4926-a7b9-cfe8b66dcf90", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60"} 2018-08-21 07:08:23,907 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 2.036s 2018-08-21 07:08:23,908 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "808f9520-eeaa-4609-81d5-d83a3a2e8825"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:08:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79c91aa3-3a3b-4062-b372-ae1c198d9f2d'} Body: {"floatingip": {"router_id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:08:22Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "808f9520-eeaa-4609-81d5-d83a3a2e8825", "id": "0d714d69-82e9-4d26-a0eb-9601aa473192", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:22Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:08:24,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.123s 2018-08-21 07:08:24,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--2103378348", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:08:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da312b42-2922-4832-90ff-21948d294e55'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:23Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:23Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "name": "tempest-router--2103378348"}} 2018-08-21 07:08:25,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628 1.788s 2018-08-21 07:08:25,824 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628', u'date': 'Tue, 21 Aug 2018 07:08:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a15830a-754a-439c-acda-2f66bf795b88'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:23Z", "admin_state_up": true, "updated_at": "2018-08-21T07:08:25Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "name": "tempest-router--2103378348"}} 2018-08-21 07:08:28,101 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/add_router_interface 2.273s 2018-08-21 07:08:28,101 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:08:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dcd1e03-e1da-4faf-9565-0b85c68744ed'} Body: {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1", "subnet_ids": ["90fa7b17-c8c6-4fed-a066-b79e770709c1"], "port_id": "05896da9-8cf1-4db6-8bb9-c632c23414a3", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628"} 2018-08-21 07:08:30,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.935s 2018-08-21 07:08:30,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "5f5a32de-f61d-4975-aa10-a64ce623feef"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:08:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a47051b-aa51-434e-8183-949c11188010'} Body: {"floatingip": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:08:28Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "5f5a32de-f61d-4975-aa10-a64ce623feef", "id": "ba6849b8-9e22-4041-a01f-a474a17d67b6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:08:28Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:08:30,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/network_associations 0.909s 2018-08-21 07:08:30,950 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/network_associations', u'date': 'Tue, 21 Aug 2018 07:08:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3c58b63-fe65-48bc-9624-adabbe96a872'} Body: {"network_association": {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "id": "a5145085-bea6-459f-8bfe-807eff1b8124"}} 2018-08-21 07:08:30,951 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:38,968 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:39,032 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:39,033 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:39,148 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-21 07:08:39,148 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:39,151 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:39,214 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:39,216 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:44,223 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-21 07:08:44,224 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-21 07:08:44,224 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.076837 seconds 2018-08-21 07:08:44,225 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:44,228 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:44,292 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:44,293 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:44,408 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-21 07:08:44,408 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:44,410 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:44,471 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:44,474 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:48,482 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074808 seconds 2018-08-21 07:08:49,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/router_associations 1.079s 2018-08-21 07:08:49,563 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/561156ba-ad99-43bd-a3a1-534e90365719/router_associations', u'date': 'Tue, 21 Aug 2018 07:08:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c25cc410-8daa-45dd-b3ff-884bea2d5c97'} Body: {"router_association": {"router_id": "efedc7b8-08f6-4073-8845-9c8c8a797628", "id": "6169db87-1ca2-4ec5-8cff-e99254535542"}} 2018-08-21 07:08:49,564 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:49,566 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:49,626 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:49,630 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:49,745 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-21 07:08:49,745 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:08:49,747 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:08:49,806 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:08:49,812 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:08:54,818 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-21 07:08:54,819 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-21 07:08:54,819 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074711 seconds 2018-08-21 07:08:54,820 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:09:54,880 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-21 07:10:57,426 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 2. Retry after 3 seconds. 2018-08-21 07:12:00,988 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 3. Retry after 4 seconds. 2018-08-21 07:13:05,553 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 (timed out). Number attempts: 4. Retry after 5 seconds. 2018-08-21 07:14:11,117 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.207 after 4 attempts 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh return function() 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-21 07:14:11.117 63 ERROR tempest.lib.common.ssh 2018-08-21 07:14:11,121 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.207 failed. Error: Connection to the 172.30.9.207 via SSH timed out. User: cirros, Password: None 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-21 07:14:11.121 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-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.207 via SSH timed out. 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-21 07:14:11.121 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-21 07:14:11,518 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:14:11,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8977', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec86c7ea-53d3-4f0a-80c2-a38b8a1ade4b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:14:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-TestBGPVPNBasic-38799971"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_76dbb8415c1d404a9a78c64bb0932f34", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"re 2018-08-21 07:14:11,968 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers 0.447s 2018-08-21 07:14:11,968 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers', u'x-compute-request-id': 'req-c3ebbbee-c82d-448a-b620-7925098b3fa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3ebbbee-c82d-448a-b620-7925098b3fa3'} Body: {"servers": [{"id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "name": "server-4"}, {"id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "name": "server-3"}, {"id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "name": "server-2"}, {"id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-21 07:14:12,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9/action 0.064s 2018-08-21 07:14:12,040 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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9/action', u'x-compute-request-id': 'req-1bbf5d84-0dc3-4642-878c-338cb3153cc0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1bbf5d84-0dc3-4642-878c-338cb3153cc0'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487489258 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,046 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for e6202a1b-bfb6-412c-9a7a-3415369873b9 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 487489258 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.197984] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200438] pid_max: default: 32768 minimum: 301 [ 0.201755] ACPI: Core revision 20150930 [ 0.203537] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205463] Security Framework initialized [ 0.206635] Yama: becoming mindful. [ 0.207684] AppArmor: AppArmor initialized [ 0.208921] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210766] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212693] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214393] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216360] Initializing cgroup subsys io [ 0.217518] Initializing cgroup subsys memory [ 0.218766] Initializing cgroup subsys devices [ 0.220021] Initializing cgroup subsys freezer [ 0.221263] Initializing cgroup subsys net_cls [ 0.222499] Initializing cgroup subsys perf_event [ 0.223813] Initializing cgroup subsys net_prio [ 0.225101] Initializing cgroup subsys hugetlb [ 0.226339] Initializing cgroup subsys pids [ 0.227562] CPU: Physical Processor ID: 0 [ 0.229453] mce: CPU supports 10 MCE banks [ 0.230667] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232098] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.249396] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.256230] ftrace: allocating 31920 entries in 125 pages [ 0.282006] smpboot: Max logical packages: 1 [ 0.283251] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.285253] x2apic enabled [ 0.286445] Switched APIC routing to physical x2apic. [ 0.289072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.290699] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.293635] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.296256] KVM setup paravirtual spinlock [ 0.297999] x86: Booted up 1 node, 1 CPUs [ 0.299147] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.301110] devtmpfs: initialized [ 0.303138] evm: security.selinux [ 0.304142] evm: security.SMACK64 [ 0.305132] evm: security.SMACK64EXEC [ 0.306189] evm: security.SMACK64TRANSMUTE [ 0.307333] evm: security.SMACK64MMAP [ 0.308393] evm: security.ima [ 0.309324] evm: security.capability [ 0.310464] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.313108] pinctrl core: initialized pinctrl subsystem [ 0.314656] RTC time: 7:08:16, date: 08/21/18 [ 0.316001] NET: Registered protocol family 16 [ 0.317375] cpuidle: using governor ladder [ 0.318540] cpuidle: using governor menu [ 0.319684] PCCT header not found. [ 0.320748] ACPI: bus type PCI registered [ 0.321904] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.323688] PCI: Using configuration type 1 for base access [ 0.325913] ACPI: Added _OSI(Module Device) [ 0.327132] ACPI: Added _OSI(Processor Device) [ 0.328369] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329666] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331984] ACPI: Interpreter enabled [ 0.333109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.338528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.341253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.343939] ACPI: (supports S0 S5) [ 0.344960] ACPI: Using IOAPIC for interrupt routing [ 0.346314] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350273] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.351897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.353647] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.355327] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.358415] acpiphp: Slot [3] registered [ 0.359561] acpiphp: Slot [4] registered [ 0.360714] acpiphp: Slot [5] registered [ 0.361856] acpiphp: Slot [6] registered [ 0.363038] acpiphp: Slot [7] registered [ 0.364193] acpiphp: Slot [8] registered [ 0.365329] acpiphp: Slot [9] registered [ 0.366470] acpiphp: Slot [10] registered [ 0.367642] acpiphp: Slot [11] registered [ 0.368819] acpiphp: Slot [12] registered [ 0.370131] acpiphp: Slot [13] registered [ 0.371254] acpiphp: Slot [14] registered [ 0.372378] acpiphp: Slot [15] registered [ 0.387623] acpiphp: Slot [16] registered [ 0.388728] acpiphp: Slot [17] registered [ 0.389828] acpiphp: Slot [18] registered [ 0.390932] acpiphp: Slot [19] registered [ 0.392029] acpiphp: Slot [20] registered [ 0.393130] acpiphp: Slot [21] registered [ 0.394221] acpiphp: Slot [22] registered [ 0.395316] acpiphp: Slot [23] registered [ 0.396415] acpiphp: Slot [24] registered [ 0.397517] acpiphp: Slot [25] registered [ 0.398621] acpiphp: Slot [26] registered [ 0.399715] acpiphp: Slot [27] registered [ 0.400819] acpiphp: Slot [28] registered [ 0.401919] acpiphp: Slot [29] registered [ 0.403019] acpiphp: Slot [30] registered [ 0.404121] acpiphp: Slot [31] registered [ 0.405221] PCI host bridge to bus 0000:00 [ 0.406318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.407927] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.409528] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.411499] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.413453] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415420] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419490] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.421191] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422763] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424448] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430744] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.451825] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453792] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455685] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457581] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459547] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461210] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462977] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464385] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466450] vgaarb: loaded [ 0.467269] vgaarb: bridge control possible 0000:00:02.0 [ 0.468902] SCSI subsystem initialized [ 0.470139] ACPI: bus type USB registered [ 0.471250] usbcore: registered new interface driver usbfs [ 0.472627] usbcore: registered new interface driver hub [ 0.473972] usbcore: registered new device driver usb [ 0.475441] PCI: Using ACPI for IRQ routing [ 0.476951] NetLabel: Initializing [ 0.477911] NetLabel: domain hash size = 128 [ 0.479034] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.480293] NetLabel: unlabeled traffic allowed by default [ 0.481830] clocksource: Switched to clocksource kvm-clock [ 0.492096] AppArmor: AppArmor Filesystem Enabled [ 0.493386] pnp: PnP ACPI init [ 0.494608] pnp: PnP ACPI: found 5 devices [ 0.501408] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.503689] NET: Registered protocol family 2 [ 0.505092] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.506788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.508373] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509966] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.511404] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512968] NET: Registered protocol family 1 [ 0.514156] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515641] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.517074] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531626] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546249] Trying to unpack rootfs image as initramfs... [ 0.608764] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.616080] Scanning for low memory corruption every 60 seconds [ 0.619130] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620753] audit: initializing netlink subsys (disabled) [ 0.622414] audit: type=2000 audit(1534835297.691:1): initialized [ 0.624523] Initialise system trusted keyring [ 0.626073] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.627633] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.630457] zbud: loaded [ 0.631531] VFS: Disk quotas dquot_6.6.0 [ 0.632687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634994] fuse init (API version 7.23) [ 0.636238] Key type big_key registered [ 0.637347] Allocating IMA MOK and blacklist keyrings. [ 0.639111] Key type asymmetric registered [ 0.640254] Asymmetric key parser 'x509' registered [ 0.641583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.643672] io scheduler noop registered [ 0.644757] io scheduler deadline registered (default) [ 0.646140] io scheduler cfq registered [ 0.647417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648832] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.650688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652699] ACPI: Power Button [PWRF] [ 0.654066] GHES: HEST is not enabled! [ 0.668373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724558] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.727655] Linux agpgart interface v0.103 [ 0.731443] brd: module loaded [ 0.733701] loop: module loaded [ 0.739054] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741044] GPT:90111 != 2097151 [ 0.741981] GPT:Alternate GPT header not at the end of the disk. [ 0.743451] GPT:90111 != 2097151 [ 0.744372] GPT: Use GNU Parted to correct GPT errors. [ 0.745680] vda: vda1 vda15 [ 0.747603] scsi host0: ata_piix [ 0.748674] scsi host1: ata_piix [ 0.749665] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751298] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753347] libphy: Fixed MDIO Bus: probed [ 0.754697] tun: Universal TUN/TAP device driver, 1.6 [ 0.755995] tun: (C) 1999-2004 Max Krasnyansky [ 0.759313] PPP generic driver version 2.4.2 [ 0.761156] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.763558] ehci-pci: EHCI PCI platform driver [ 0.765265] ehci-platform: EHCI generic platform driver [ 0.766682] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768269] ohci-pci: OHCI PCI platform driver [ 0.769468] ohci-platform: OHCI generic platform driver [ 0.770813] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785508] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.786938] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.788943] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790322] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.791944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.793592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.795498] usb usb1: Product: UHCI Host Controller [ 0.796755] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798373] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799692] hub 1-0:1.0: USB hub found [ 0.800745] hub 1-0:1.0: 2 ports detected [ 0.802090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804961] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806229] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807616] mousedev: PS/2 mouse device common for all mice [ 0.809308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.811748] rtc_cmos 00:00: RTC can wake from S4 [ 0.813291] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814877] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.816472] i2c /dev entries driver [ 0.817523] device-mapper: uevent: version 1.0.3 [ 0.818822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.821036] ledtrig-cpu: registered to indicate activity on CPUs [ 0.823020] NET: Registered protocol family 10 [ 0.824807] NET: Registered protocol family 17 [ 0.826039] Key type dns_resolver registered [ 0.827384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.828854] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.831253] registered taskstats version 1 [ 0.832397] Loading compiled-in X.509 certificates [ 0.834284] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.836750] zswap: loaded using pool lzo/zbud [ 0.839197] Key type trusted registered [ 0.841327] Key type encrypted registered [ 0.842443] AppArmor: AppArmor sha1 policy hashing enabled [ 0.843841] ima: No TPM chip found, activating TPM-bypass! [ 0.845229] evm: HMAC attrs: 0x1 [ 0.846561] Magic number: 14:395:117 [ 0.847738] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:17 UTC (1534835297) [ 0.849951] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.851418] EDD information not available. [ 0.912441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.928624] Write protecting the kernel read-only data: 14336k [ 0.933504] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.936112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.985255] 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.84 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.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.94. iid=i-00000083 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXEYtd35+hfqhQFVd7E8ew37h10U6qrtL8/NtjvJBwprPCDzL1h1bhcTn4lusBuo4QcnFBa2PIpUyn2kDMF9PydpDA/rzHBqzvnGIdaBCPWvydMnbDQ1hJhHwPNZXk2bZSRcUqC9bDri00gy0C5ustL928aePoWejcs5P9lItdm03ZHnfaVCAC8PUj6u1fXlCb9I6bTEcvN3i1vN1fM/gMlHffDccTzk947MfanwpRImWTgBMRB8A1AXmkaG89X+9KbBn7peRZF3LoqDHes1DhrRDw/wUyw7xZewbBiJhNU52mVt7B23uUJlyh95L3TOo5e0jZgTfqLN5phx5RgIo9 root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAPFIkLKm+Ar61gco/azikswuTK/r0n/taV+3xszUlKBxAGUo1DmAzBhStdACUyGeYX7TVzDd68/GahJJFQdCjWrWyPKoxeG1zHmRECm8kd/jo0tqF/sGQJEfmwisD3yP0zSDDsMwoCnvitAZz7SZtJROwWTv0Tmr27WBVix/uh5FAAAAFQC510chzSHF2Qo0EUuV/SnF/0bSwQAAAIEAwbOBmT0Tmrj1KdMqkx6x4CLWhUskKrVd0Bbbk9hGV59FV8cPoLX0S76qI9+ze5YSCxRP1x/ZWtOrR6+xHBaBNCmxNdffz/cOVsMhmjAQ1mZ3JneUuDSN7VLAQDpESvwr0AvqK+7ULMB60vFSvGht69Z2enaBUFEmu0CE9Njp4okAAACARYtfB4lEuJp0RH7+Yd8sU0OM0AhpseHfW96y6nvcHnazPpkGNbBJgKiO9Je6r+twfAysIoFMWGEapKbp0xaukM0R5oi7ioN3vidL5y+owAB+jboWY0hoq05zbyR89fEUnsPl3kGwZkXdA4iUEa+DpR7XrbsFYdZGdz6lTP4i/10= root@server-4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.52s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fe27:44d6/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-00000083 name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.11 === === 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:27:44:D6 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe27:44d6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.696 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.319 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.618 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.189 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.294 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.189/0.423/0.696 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 [ 1.113872] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.274096] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.274098] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.274099] usb 1-1: Product: QEMU USB Tablet [ 1.274100] usb 1-1: Manufacturer: QEMU [ 1.274101] usb 1-1: SerialNumber: 42 [ 1.613889] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.613909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.823541] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.861894] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:17 cirros kern.info kernel: [ 0.936112] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 21 08:08:17 cirros kern.info kernel: [ 0.950624] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 21 08:08:17 cirros kern.info kernel: [ 0.950625] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 21 08:08:17 cirros kern.info kernel: [ 0.952340] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 21 08:08:17 cirros kern.info kernel: [ 0.955463] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 21 08:08:17 cirros kern.info kernel: [ 0.957601] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 21 08:08:17 cirros kern.info kernel: [ 0.981799] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:17 cirros kern.info kernel: [ 0.983424] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:17 cirros kern.notice kernel: [ 0.985255] random: blkid urandom read with 2 bits of entropy available Aug 21 08:08:17 cirros kern.info kernel: [ 0.987342] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:17 cirros kern.info kernel: [ 0.990528] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:17 cirros kern.info kernel: [ 1.076624] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:17 cirros kern.info kernel: [ 1.084818] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:17 cirros kern.info kernel: [ 1.113872] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:08:17 cirros kern.info kernel: [ 1.274096] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:17 cirros kern.info kernel: [ 1.274098] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:17 cirros kern.info kernel: [ 1.274099] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:17 cirros kern.info kernel: [ 1.274100] usb 1-1: Manufacturer: QEMU Aug 21 08:08:17 cirros kern.info kernel: [ 1.274101] usb 1-1: SerialNumber: 42 Aug 21 08:08:18 cirros kern.info kernel: [ 1.613889] tsc: Refined TSC clocksource calibration: 3491.872 MHz Aug 21 08:08:18 cirros kern.info kernel: [ 1.613909] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns Aug 21 08:08:19 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:19 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:19 cirros kern.info kernel: [ 2.823541] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:19 cirros kern.info kernel: [ 2.861894] 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-21 07:14:12,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5/action 0.074s 2018-08-21 07:14:12,123 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': '31557', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5/action', u'x-compute-request-id': 'req-ae68ae85-88d1-45d9-a5f4-e70481171085', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae68ae85-88d1-45d9-a5f4-e70481171085'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480069295 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,126 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for be4c19fb-47cb-45af-9982-e34565ae61f5 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 480069295 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.193809] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196176] pid_max: default: 32768 minimum: 301 [ 0.197457] ACPI: Core revision 20150930 [ 0.199179] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.201072] Security Framework initialized [ 0.202247] Yama: becoming mindful. [ 0.203301] AppArmor: AppArmor initialized [ 0.204533] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206396] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209907] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211895] Initializing cgroup subsys io [ 0.213078] Initializing cgroup subsys memory [ 0.214309] Initializing cgroup subsys devices [ 0.215560] Initializing cgroup subsys freezer [ 0.216821] Initializing cgroup subsys net_cls [ 0.218068] Initializing cgroup subsys perf_event [ 0.219361] Initializing cgroup subsys net_prio [ 0.220645] Initializing cgroup subsys hugetlb [ 0.221890] Initializing cgroup subsys pids [ 0.223114] CPU: Physical Processor ID: 0 [ 0.224984] mce: CPU supports 10 MCE banks [ 0.226177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227599] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244382] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.251033] ftrace: allocating 31920 entries in 125 pages [ 0.276250] smpboot: Max logical packages: 1 [ 0.277479] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279431] x2apic enabled [ 0.280608] Switched APIC routing to physical x2apic. [ 0.283118] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284706] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287637] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290189] KVM setup paravirtual spinlock [ 0.291821] x86: Booted up 1 node, 1 CPUs [ 0.292985] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294938] devtmpfs: initialized [ 0.296947] evm: security.selinux [ 0.297945] evm: security.SMACK64 [ 0.298937] evm: security.SMACK64EXEC [ 0.299989] evm: security.SMACK64TRANSMUTE [ 0.301136] evm: security.SMACK64MMAP [ 0.302195] evm: security.ima [ 0.303116] evm: security.capability [ 0.304227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306849] pinctrl core: initialized pinctrl subsystem [ 0.308388] RTC time: 7:08:09, date: 08/21/18 [ 0.309729] NET: Registered protocol family 16 [ 0.311115] cpuidle: using governor ladder [ 0.312277] cpuidle: using governor menu [ 0.313386] PCCT header not found. [ 0.314439] ACPI: bus type PCI registered [ 0.315578] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317319] PCI: Using configuration type 1 for base access [ 0.319527] ACPI: Added _OSI(Module Device) [ 0.320719] ACPI: Added _OSI(Processor Device) [ 0.321938] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.323212] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325437] ACPI: Interpreter enabled [ 0.326524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.329139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.336973] ACPI: (supports S0 S5) [ 0.337981] ACPI: Using IOAPIC for interrupt routing [ 0.339327] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.343244] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.344855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.346590] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.351351] acpiphp: Slot [3] registered [ 0.352493] acpiphp: Slot [4] registered [ 0.353626] acpiphp: Slot [5] registered [ 0.354755] acpiphp: Slot [6] registered [ 0.355892] acpiphp: Slot [7] registered [ 0.357033] acpiphp: Slot [8] registered [ 0.358156] acpiphp: Slot [9] registered [ 0.359286] acpiphp: Slot [10] registered [ 0.360432] acpiphp: Slot [11] registered [ 0.361588] acpiphp: Slot [12] registered [ 0.362741] acpiphp: Slot [13] registered [ 0.363881] acpiphp: Slot [14] registered [ 0.365041] acpiphp: Slot [15] registered [ 0.380513] acpiphp: Slot [16] registered [ 0.381671] acpiphp: Slot [17] registered [ 0.382817] acpiphp: Slot [18] registered [ 0.383962] acpiphp: Slot [19] registered [ 0.385119] acpiphp: Slot [20] registered [ 0.386275] acpiphp: Slot [21] registered [ 0.387421] acpiphp: Slot [22] registered [ 0.388576] acpiphp: Slot [23] registered [ 0.389724] acpiphp: Slot [24] registered [ 0.390872] acpiphp: Slot [25] registered [ 0.392058] acpiphp: Slot [26] registered [ 0.393203] acpiphp: Slot [27] registered [ 0.394358] acpiphp: Slot [28] registered [ 0.395508] acpiphp: Slot [29] registered [ 0.396656] acpiphp: Slot [30] registered [ 0.397801] acpiphp: Slot [31] registered [ 0.398949] PCI host bridge to bus 0000:00 [ 0.400099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401789] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403493] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405547] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407598] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409685] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.413806] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415606] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423352] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.425385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.446160] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.448278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.450321] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.452342] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.454428] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456205] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.458056] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.459554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.461761] vgaarb: loaded [ 0.462618] vgaarb: bridge control possible 0000:00:02.0 [ 0.464319] SCSI subsystem initialized [ 0.465607] ACPI: bus type USB registered [ 0.466786] usbcore: registered new interface driver usbfs [ 0.468256] usbcore: registered new interface driver hub [ 0.469683] usbcore: registered new device driver usb [ 0.471261] PCI: Using ACPI for IRQ routing [ 0.472835] NetLabel: Initializing [ 0.473854] NetLabel: domain hash size = 128 [ 0.475064] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.476415] NetLabel: unlabeled traffic allowed by default [ 0.478061] clocksource: Switched to clocksource kvm-clock [ 0.488070] AppArmor: AppArmor Filesystem Enabled [ 0.489426] pnp: PnP ACPI init [ 0.490697] pnp: PnP ACPI: found 5 devices [ 0.497699] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500132] NET: Registered protocol family 2 [ 0.501597] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.503439] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.505152] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506860] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.508406] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510068] NET: Registered protocol family 1 [ 0.511320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.512873] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.514413] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529054] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.543761] Trying to unpack rootfs image as initramfs... [ 0.606351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.611694] Scanning for low memory corruption every 60 seconds [ 0.614037] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615680] audit: initializing netlink subsys (disabled) [ 0.617168] audit: type=2000 audit(1534835290.230:1): initialized [ 0.619130] Initialise system trusted keyring [ 0.620516] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622149] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624900] zbud: loaded [ 0.625932] VFS: Disk quotas dquot_6.6.0 [ 0.627105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629316] fuse init (API version 7.23) [ 0.630591] Key type big_key registered [ 0.631721] Allocating IMA MOK and blacklist keyrings. [ 0.633457] Key type asymmetric registered [ 0.634625] Asymmetric key parser 'x509' registered [ 0.635975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638098] io scheduler noop registered [ 0.639223] io scheduler deadline registered (default) [ 0.640624] io scheduler cfq registered [ 0.641847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645154] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647213] ACPI: Power Button [PWRF] [ 0.648491] GHES: HEST is not enabled! [ 0.662753] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692385] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695530] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719350] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722623] Linux agpgart interface v0.103 [ 0.726254] brd: module loaded [ 0.728594] loop: module loaded [ 0.733814] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735890] GPT:90111 != 2097151 [ 0.736868] GPT:Alternate GPT header not at the end of the disk. [ 0.738439] GPT:90111 != 2097151 [ 0.739413] GPT: Use GNU Parted to correct GPT errors. [ 0.740817] vda: vda1 vda15 [ 0.742525] scsi host0: ata_piix [ 0.743632] scsi host1: ata_piix [ 0.744632] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746323] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.748330] libphy: Fixed MDIO Bus: probed [ 0.749460] tun: Universal TUN/TAP device driver, 1.6 [ 0.750780] tun: (C) 1999-2004 Max Krasnyansky [ 0.753882] PPP generic driver version 2.4.2 [ 0.755156] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756798] ehci-pci: EHCI PCI platform driver [ 0.758022] ehci-platform: EHCI generic platform driver [ 0.759399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760971] ohci-pci: OHCI PCI platform driver [ 0.762205] ohci-platform: OHCI generic platform driver [ 0.763599] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778310] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781715] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783124] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784701] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788383] usb usb1: Product: UHCI Host Controller [ 0.789669] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791251] usb usb1: SerialNumber: 0000:00:01.2 [ 0.792691] hub 1-0:1.0: USB hub found [ 0.793781] hub 1-0:1.0: 2 ports detected [ 0.795076] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.797990] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799312] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.800738] mousedev: PS/2 mouse device common for all mice [ 0.802491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805015] rtc_cmos 00:00: RTC can wake from S4 [ 0.806576] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808226] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.809874] i2c /dev entries driver [ 0.810945] device-mapper: uevent: version 1.0.3 [ 0.812278] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814561] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816472] NET: Registered protocol family 10 [ 0.818055] NET: Registered protocol family 17 [ 0.819308] Key type dns_resolver registered [ 0.820640] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822180] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.824643] registered taskstats version 1 [ 0.825815] Loading compiled-in X.509 certificates [ 0.827667] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830271] zswap: loaded using pool lzo/zbud [ 0.832416] Key type trusted registered [ 0.834676] Key type encrypted registered [ 0.835833] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837280] ima: No TPM chip found, activating TPM-bypass! [ 0.838739] evm: HMAC attrs: 0x1 [ 0.840081] Magic number: 14:395:117 [ 0.841261] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:10 UTC (1534835290) [ 0.843520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845062] EDD information not available. [ 0.907593] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.924282] Write protecting the kernel read-only data: 14336k [ 0.927284] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929782] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.95 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.208519] 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.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 1.11. iid=i-00000082 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZPQbOFzRUWCy6+rK3iQ5D3o7d/7286aveonrCPyZxJmh7HEXtVKo0TJb4fLnhxGD+mHQWM7K0+wqydI8xFqxPAKYbtuGkhROYmIBs7xaqptZ6/i09Zm/DEz9tjmQizYG9pNgmq1RUEXDK9Hf8a47tS1wU2lw5qnJB+jnuAeOo0n60vTD2piEb9e9akR8WuPFBzY9TPFuJQYGr84NlTZMJe+0dbwDpIW9dbxFRgYl7VuhQnYY1ob/RzLaSkKWDVvmWzT3fX7MZo08gDq13HnH9FD25abFA2tYXUPCyL3Kex0/x9PRawSLx9gn6d8mbpFYGAydSKR9t/P2ZqbFwMtFX root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAMbGXvSy1lwCUNcxAau8BTGHrvPm8a1eTWvbzGPxgmb8FIrPi+TXfCUN0xoLbGB93vOsKRKhz5T643fzodqw7/yz8sQ0Fo43pkDVHq2VtY1EF6MUZRiSOkw0itgEQg+tA1VE7LzNzI5++uI6mK7AYlRsSS48k80JY8/JYPfixsjPAAAAFQDwap6HTZJMxvJwoBPmDLYc1SObEwAAAIBrsoX0lJ4dVC7xH71EEmnAZWNqR4zSmIGxM/VYyqwu9IOKuOBmRIpFpPsMlfg1cPqe7zUqj1MAZsbtNKa36dL/xdfhDbAKw1YbC7fvRhVASCzR3cVTALmdwTSfcXzltyAwgc5Pu8fooaM0FV/FJM3Mqa8/5Aphuhb/0aIF/af+iQAAAIAd6fvZuLlEFNBRnaLV47s2Xw97uJ0OUpnJvPMTC8M7vMnEl5WsjDxScoGd0XBI+dcSA3p4SX2g1yXMa/zWuEh6hPj3tSMJDCPqkfXZW6SulMm0p4N2L+iNyde3Mn2V0ZCQa4vUb7Y4WeZI9dcY2IH/miqpOBxl3zCmDnE4CEaERw== root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.34s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fe84:9a3/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-00000082 name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.35 === === 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:84:09:A3 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe84:9a3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.656 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.474 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.185 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.261 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.266 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.185/0.368/0.656 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 [ 1.208519] random: dd urandom read with 5 bits of entropy available [ 1.266336] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.266338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.266340] usb 1-1: Product: QEMU USB Tablet [ 1.266341] usb 1-1: Manufacturer: QEMU [ 1.266341] usb 1-1: SerialNumber: 42 [ 1.610114] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.610122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns [ 3.238554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.281285] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:10 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 21 08:08:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 21 08:08:10 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 21 08:08:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 21 08:08:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 21 08:08:10 cirros kern.notice kernel: [ 1.208519] random: dd urandom read with 5 bits of entropy available Aug 21 08:08:10 cirros kern.info kernel: [ 1.266336] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:10 cirros kern.info kernel: [ 1.266338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:10 cirros kern.info kernel: [ 1.266340] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:10 cirros kern.info kernel: [ 1.266341] usb 1-1: Manufacturer: QEMU Aug 21 08:08:10 cirros kern.info kernel: [ 1.266341] usb 1-1: SerialNumber: 42 Aug 21 08:08:11 cirros kern.info kernel: [ 1.610114] tsc: Refined TSC clocksource calibration: 3491.843 MHz Aug 21 08:08:11 cirros kern.info kernel: [ 1.610122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns Aug 21 08:08:12 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:12 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:12 cirros kern.info kernel: [ 3.238554] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:12 cirros kern.info kernel: [ 3.281285] 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-21 07:14:12,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb/action 0.071s 2018-08-21 07:14:12,201 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb/action', u'x-compute-request-id': 'req-dcf84056-fa68-47c4-96a9-b82f18d17437', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dcf84056-fa68-47c4-96a9-b82f18d17437'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501360509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,204 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for b0465303-61cd-436c-be8e-d7e8e1bb15eb 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 501360509 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.210792] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.213486] pid_max: default: 32768 minimum: 301 [ 0.214935] ACPI: Core revision 20150930 [ 0.216787] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.218927] Security Framework initialized [ 0.220249] Yama: becoming mindful. [ 0.221447] AppArmor: AppArmor initialized [ 0.222845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.224997] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.227156] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.229165] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.231445] Initializing cgroup subsys io [ 0.232776] Initializing cgroup subsys memory [ 0.234189] Initializing cgroup subsys devices [ 0.235629] Initializing cgroup subsys freezer [ 0.237060] Initializing cgroup subsys net_cls [ 0.238487] Initializing cgroup subsys perf_event [ 0.239990] Initializing cgroup subsys net_prio [ 0.241470] Initializing cgroup subsys hugetlb [ 0.242910] Initializing cgroup subsys pids [ 0.244331] CPU: Physical Processor ID: 0 [ 0.246365] mce: CPU supports 10 MCE banks [ 0.247722] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.249355] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.264317] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.271405] ftrace: allocating 31920 entries in 125 pages [ 0.297316] smpboot: Max logical packages: 1 [ 0.298709] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300899] x2apic enabled [ 0.302195] Switched APIC routing to physical x2apic. [ 0.304902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.306770] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.310035] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.312913] KVM setup paravirtual spinlock [ 0.314691] x86: Booted up 1 node, 1 CPUs [ 0.315996] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.318186] devtmpfs: initialized [ 0.320307] evm: security.selinux [ 0.321436] evm: security.SMACK64 [ 0.322546] evm: security.SMACK64EXEC [ 0.323750] evm: security.SMACK64TRANSMUTE [ 0.325061] evm: security.SMACK64MMAP [ 0.326261] evm: security.ima [ 0.327287] evm: security.capability [ 0.328541] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.331530] pinctrl core: initialized pinctrl subsystem [ 0.333256] RTC time: 7:08:01, date: 08/21/18 [ 0.334784] NET: Registered protocol family 16 [ 0.336317] cpuidle: using governor ladder [ 0.337645] cpuidle: using governor menu [ 0.338916] PCCT header not found. [ 0.340102] ACPI: bus type PCI registered [ 0.341401] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.343399] PCI: Using configuration type 1 for base access [ 0.345805] ACPI: Added _OSI(Module Device) [ 0.347164] ACPI: Added _OSI(Processor Device) [ 0.348598] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.350061] ACPI: Added _OSI(Processor Aggregator Device) [ 0.352472] ACPI: Interpreter enabled [ 0.353733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.356705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.359676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.362644] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.365606] ACPI: (supports S0 S5) [ 0.366738] ACPI: Using IOAPIC for interrupt routing [ 0.368264] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.372491] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.374410] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.376496] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.378479] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.382099] acpiphp: Slot [3] registered [ 0.383447] acpiphp: Slot [4] registered [ 0.384770] acpiphp: Slot [5] registered [ 0.386090] acpiphp: Slot [6] registered [ 0.387403] acpiphp: Slot [7] registered [ 0.388732] acpiphp: Slot [8] registered [ 0.390020] acpiphp: Slot [9] registered [ 0.391326] acpiphp: Slot [10] registered [ 0.392654] acpiphp: Slot [11] registered [ 0.393954] acpiphp: Slot [12] registered [ 0.395255] acpiphp: Slot [13] registered [ 0.396553] acpiphp: Slot [14] registered [ 0.397850] acpiphp: Slot [15] registered [ 0.413017] acpiphp: Slot [16] registered [ 0.414373] acpiphp: Slot [17] registered [ 0.415673] acpiphp: Slot [18] registered [ 0.416971] acpiphp: Slot [19] registered [ 0.418281] acpiphp: Slot [20] registered [ 0.419577] acpiphp: Slot [21] registered [ 0.420876] acpiphp: Slot [22] registered [ 0.422172] acpiphp: Slot [23] registered [ 0.423523] acpiphp: Slot [24] registered [ 0.424701] acpiphp: Slot [25] registered [ 0.425872] acpiphp: Slot [26] registered [ 0.427039] acpiphp: Slot [27] registered [ 0.428228] acpiphp: Slot [28] registered [ 0.429393] acpiphp: Slot [29] registered [ 0.430589] acpiphp: Slot [30] registered [ 0.431795] acpiphp: Slot [31] registered [ 0.432960] PCI host bridge to bus 0000:00 [ 0.434115] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.435835] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.437566] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.439678] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.441770] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.443898] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.448284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.450113] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.451806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.453620] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.458004] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.460060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.484218] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.486383] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.489341] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.491409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.493424] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.495229] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.497126] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.498690] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.501001] vgaarb: loaded [ 0.501897] vgaarb: bridge control possible 0000:00:02.0 [ 0.503661] SCSI subsystem initialized [ 0.504998] ACPI: bus type USB registered [ 0.506237] usbcore: registered new interface driver usbfs [ 0.507776] usbcore: registered new interface driver hub [ 0.509256] usbcore: registered new device driver usb [ 0.510881] PCI: Using ACPI for IRQ routing [ 0.512530] NetLabel: Initializing [ 0.513584] NetLabel: domain hash size = 128 [ 0.514856] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.516289] NetLabel: unlabeled traffic allowed by default [ 0.518000] clocksource: Switched to clocksource kvm-clock [ 0.528753] AppArmor: AppArmor Filesystem Enabled [ 0.530203] pnp: PnP ACPI init [ 0.531522] pnp: PnP ACPI: found 5 devices [ 0.538605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.541085] NET: Registered protocol family 2 [ 0.542572] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.544406] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.546151] TCP: Hash tables configured (established 4096 bind 4096) [ 0.547904] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.549477] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.551172] NET: Registered protocol family 1 [ 0.552508] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.554141] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.555707] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.573498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.590900] Trying to unpack rootfs image as initramfs... [ 0.659518] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.663311] Scanning for low memory corruption every 60 seconds [ 0.665929] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.667855] audit: initializing netlink subsys (disabled) [ 0.669568] audit: type=2000 audit(1534835281.277:1): initialized [ 0.671861] Initialise system trusted keyring [ 0.673562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.675258] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.678327] zbud: loaded [ 0.679459] VFS: Disk quotas dquot_6.6.0 [ 0.680691] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.683116] fuse init (API version 7.23) [ 0.684479] Key type big_key registered [ 0.685699] Allocating IMA MOK and blacklist keyrings. [ 0.687615] Key type asymmetric registered [ 0.688886] Asymmetric key parser 'x509' registered [ 0.690322] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.692553] io scheduler noop registered [ 0.693716] io scheduler deadline registered (default) [ 0.695193] io scheduler cfq registered [ 0.696592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.698134] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.700102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.702298] ACPI: Power Button [PWRF] [ 0.703656] GHES: HEST is not enabled! [ 0.717768] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.747333] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.750660] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.774608] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.778069] Linux agpgart interface v0.103 [ 0.782134] brd: module loaded [ 0.784670] loop: module loaded [ 0.790105] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.792276] GPT:90111 != 2097151 [ 0.793258] GPT:Alternate GPT header not at the end of the disk. [ 0.794897] GPT:90111 != 2097151 [ 0.795929] GPT: Use GNU Parted to correct GPT errors. [ 0.797388] vda: vda1 vda15 [ 0.799508] scsi host0: ata_piix [ 0.800682] scsi host1: ata_piix [ 0.801775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.803629] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.806087] libphy: Fixed MDIO Bus: probed [ 0.807349] tun: Universal TUN/TAP device driver, 1.6 [ 0.808784] tun: (C) 1999-2004 Max Krasnyansky [ 0.811955] PPP generic driver version 2.4.2 [ 0.813264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.814935] ehci-pci: EHCI PCI platform driver [ 0.816149] ehci-platform: EHCI generic platform driver [ 0.817533] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.819040] ohci-pci: OHCI PCI platform driver [ 0.820256] ohci-platform: OHCI generic platform driver [ 0.821593] uhci_hcd: USB Universal Host Controller Interface driver [ 0.836401] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.837913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.839923] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.841295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.842859] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.844546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.846522] usb usb1: Product: UHCI Host Controller [ 0.847804] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.849381] usb usb1: SerialNumber: 0000:00:01.2 [ 0.850810] hub 1-0:1.0: USB hub found [ 0.851911] hub 1-0:1.0: 2 ports detected [ 0.853185] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.856097] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.857421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.858844] mousedev: PS/2 mouse device common for all mice [ 0.860556] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.863090] rtc_cmos 00:00: RTC can wake from S4 [ 0.864628] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.866271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.867902] i2c /dev entries driver [ 0.868970] device-mapper: uevent: version 1.0.3 [ 0.870287] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.872549] ledtrig-cpu: registered to indicate activity on CPUs [ 0.874447] NET: Registered protocol family 10 [ 0.876022] NET: Registered protocol family 17 [ 0.877243] Key type dns_resolver registered [ 0.878548] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.880055] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.882503] registered taskstats version 1 [ 0.883668] Loading compiled-in X.509 certificates [ 0.885522] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.888512] zswap: loaded using pool lzo/zbud [ 0.890573] Key type trusted registered [ 0.892712] Key type encrypted registered [ 0.893872] AppArmor: AppArmor sha1 policy hashing enabled [ 0.895313] ima: No TPM chip found, activating TPM-bypass! [ 0.896740] evm: HMAC attrs: 0x1 [ 0.898057] Magic number: 14:395:117 [ 0.899254] rtc_cmos 00:00: setting system clock to 2018-08-21 07:08:01 UTC (1534835281) [ 0.901488] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.903022] EDD information not available. [ 0.959696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.976224] Write protecting the kernel read-only data: 14336k [ 0.979249] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.981751] 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 info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.133730] 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.94. iid=i-00000081 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZo4wPTJjcQDa6KcX/akwcAKPSOkFa30FMJvJRzs9zv1CfrNccVlJJP0NSsBen3VtUd29JwApxaZfhelIDzpQZC0zQ394Xtxa8WUKks98gungE0FF6Rx/jAz05QA7bVBDu75HgS0gpTJ7kr/ZdYbB/Bn9EgGUMlT904VR1rUEYhc9wNScOWbRS5Z2HJoP71ccuQE/b/w0acdDhtKW+/dvVooJjSF6osnangpPYasV1QWMRt7DI4KobGxQieKNli6imsjSLQ+qwa6/gKrqYCfueGVDBrvi5/GqSTdoecFcWDdpLHbDhZjmpYqiS04NzW22gheZMa7TZH9jhiqRMW7Hf root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAMXCSvofXXFABuRoJbPhTN1aTVUkT/1RvkNoNMzpvjLyl1idUoIVYDdIRICDB99L4wdYYphUUpQYj+a1/gImLJiuaxBmKm4WHoXdmNzCttWI1LfMs15n61scIDL2gqfeDy8wdN4pL3Lrm82sS4W1ggUwx0McFHEFn+jkbU1iT5+XAAAAFQC8L7b3lHSYCbLK4cOvR/4HbM/jbwAAAIAPehFVS0hWoig5QHzfHKfnmhXDKEceCE1a0wHorLF1kqYORw0DGf3hI5JdcK/0ZiYKI/tovOWjwFiqmdUYKUGUnX+sD39g5lV+gdV/Ynym3vm1GqAR2Vm3n5f4qzST1ycyversJezPR388taRGoGIpnUDFjXscsS3z/8MvJgk0DwAAAIBlu/c5R0eevYUcvQT32WzOfLg49G/lz/eezkeSvw0IWftIgTvnl4ETINSsYHtI7glJFbUrAQ+q+nVV75wUuO18djqCmJrFPWO8MdUGWnzPkbcC9pK1JRemB7+rupZ1l6qu3jwr2RsIUuI00fuUrjk9xNmOJS0ZGT+khoTRre2frg== root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe04:e8b1/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-00000081 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=3.35 === === 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:04:E8:B1 inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe04:e8b1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10176 (9.9 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.735 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.322 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.199 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.310 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.178 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.178/0.348/0.735 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 [ 1.162022] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.322109] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.322111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.322112] usb 1-1: Product: QEMU USB Tablet [ 1.322113] usb 1-1: Manufacturer: QEMU [ 1.322114] usb 1-1: SerialNumber: 42 [ 1.662079] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.662088] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 3.227953] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.267227] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:08:01 cirros kern.info kernel: [ 0.981751] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 21 08:08:01 cirros kern.info kernel: [ 0.995869] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 21 08:08:01 cirros kern.info kernel: [ 0.995871] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 21 08:08:01 cirros kern.info kernel: [ 0.997603] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 21 08:08:01 cirros kern.info kernel: [ 1.000724] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 21 08:08:01 cirros kern.info kernel: [ 1.002848] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 21 08:08:01 cirros kern.info kernel: [ 1.026185] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:01 cirros kern.info kernel: [ 1.026997] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:01 cirros kern.info kernel: [ 1.028324] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 21 08:08:01 cirros kern.info kernel: [ 1.032069] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 21 08:08:01 cirros kern.info kernel: [ 1.104710] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:01 cirros kern.info kernel: [ 1.112803] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 21 08:08:01 cirros kern.notice kernel: [ 1.133730] random: dd urandom read with 5 bits of entropy available Aug 21 08:08:01 cirros kern.info kernel: [ 1.162022] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:08:01 cirros kern.info kernel: [ 1.322109] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:08:01 cirros kern.info kernel: [ 1.322111] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:08:01 cirros kern.info kernel: [ 1.322112] usb 1-1: Product: QEMU USB Tablet Aug 21 08:08:01 cirros kern.info kernel: [ 1.322113] usb 1-1: Manufacturer: QEMU Aug 21 08:08:01 cirros kern.info kernel: [ 1.322114] usb 1-1: SerialNumber: 42 Aug 21 08:08:02 cirros kern.info kernel: [ 1.662079] tsc: Refined TSC clocksource calibration: 3491.871 MHz Aug 21 08:08:02 cirros kern.info kernel: [ 1.662088] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns Aug 21 08:08:03 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:08:03 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:08:03 cirros kern.info kernel: [ 3.227953] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:08:03 cirros kern.info kernel: [ 3.267227] 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-21 07:14:12,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e/action 0.064s 2018-08-21 07:14:12,378 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': '31677', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e/action', u'x-compute-request-id': 'req-81cb6b60-5b2a-470b-97b5-9664c589b183', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81cb6b60-5b2a-470b-97b5-9664c589b183'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 496852933 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 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-21 07:14:12,381 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 13aea441-ef10-4125-a8ce-9b6d22bdc51e 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 496852933 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.183189] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185430] pid_max: default: 32768 minimum: 301 [ 0.186681] ACPI: Core revision 20150930 [ 0.188317] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190088] Security Framework initialized [ 0.191220] Yama: becoming mindful. [ 0.192195] AppArmor: AppArmor initialized [ 0.193318] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195144] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196835] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198521] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200358] Initializing cgroup subsys io [ 0.201446] Initializing cgroup subsys memory [ 0.202647] Initializing cgroup subsys devices [ 0.203840] Initializing cgroup subsys freezer [ 0.205034] Initializing cgroup subsys net_cls [ 0.206231] Initializing cgroup subsys perf_event [ 0.207471] Initializing cgroup subsys net_prio [ 0.208639] Initializing cgroup subsys hugetlb [ 0.209789] Initializing cgroup subsys pids [ 0.211017] CPU: Physical Processor ID: 0 [ 0.212793] mce: CPU supports 10 MCE banks [ 0.213940] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231954] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238517] ftrace: allocating 31920 entries in 125 pages [ 0.263656] smpboot: Max logical packages: 1 [ 0.264838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266702] x2apic enabled [ 0.267813] Switched APIC routing to physical x2apic. [ 0.270208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274347] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.276767] KVM setup paravirtual spinlock [ 0.278315] x86: Booted up 1 node, 1 CPUs [ 0.279382] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281211] devtmpfs: initialized [ 0.283133] evm: security.selinux [ 0.284062] evm: security.SMACK64 [ 0.285020] evm: security.SMACK64EXEC [ 0.286040] evm: security.SMACK64TRANSMUTE [ 0.287116] evm: security.SMACK64MMAP [ 0.288112] evm: security.ima [ 0.288964] evm: security.capability [ 0.290013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.292446] pinctrl core: initialized pinctrl subsystem [ 0.293879] RTC time: 7:07:51, date: 08/21/18 [ 0.295170] NET: Registered protocol family 16 [ 0.296496] cpuidle: using governor ladder [ 0.297628] cpuidle: using governor menu [ 0.298686] PCCT header not found. [ 0.299681] ACPI: bus type PCI registered [ 0.300750] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302376] PCI: Using configuration type 1 for base access [ 0.304474] ACPI: Added _OSI(Module Device) [ 0.305633] ACPI: Added _OSI(Processor Device) [ 0.306789] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307981] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310111] ACPI: Interpreter enabled [ 0.311157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313616] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321047] ACPI: (supports S0 S5) [ 0.322029] ACPI: Using IOAPIC for interrupt routing [ 0.323276] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328648] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330262] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.331828] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.334709] acpiphp: Slot [3] registered [ 0.335816] acpiphp: Slot [4] registered [ 0.336873] acpiphp: Slot [5] registered [ 0.337932] acpiphp: Slot [6] registered [ 0.338990] acpiphp: Slot [7] registered [ 0.340056] acpiphp: Slot [8] registered [ 0.341174] acpiphp: Slot [9] registered [ 0.342265] acpiphp: Slot [10] registered [ 0.343383] acpiphp: Slot [11] registered [ 0.344503] acpiphp: Slot [12] registered [ 0.345621] acpiphp: Slot [13] registered [ 0.346739] acpiphp: Slot [14] registered [ 0.347861] acpiphp: Slot [15] registered [ 0.363024] acpiphp: Slot [16] registered [ 0.364148] acpiphp: Slot [17] registered [ 0.365265] acpiphp: Slot [18] registered [ 0.366378] acpiphp: Slot [19] registered [ 0.367511] acpiphp: Slot [20] registered [ 0.368633] acpiphp: Slot [21] registered [ 0.369756] acpiphp: Slot [22] registered [ 0.370877] acpiphp: Slot [23] registered [ 0.372001] acpiphp: Slot [24] registered [ 0.373118] acpiphp: Slot [25] registered [ 0.374226] acpiphp: Slot [26] registered [ 0.375335] acpiphp: Slot [27] registered [ 0.376471] acpiphp: Slot [28] registered [ 0.377597] acpiphp: Slot [29] registered [ 0.378713] acpiphp: Slot [30] registered [ 0.379836] acpiphp: Slot [31] registered [ 0.380961] PCI host bridge to bus 0000:00 [ 0.382081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.383750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.385419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.387442] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.389466] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.391523] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.395523] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397276] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398877] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400613] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404951] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406925] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427835] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429868] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431842] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433812] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435886] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437626] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439418] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440874] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443013] vgaarb: loaded [ 0.443861] vgaarb: bridge control possible 0000:00:02.0 [ 0.445521] SCSI subsystem initialized [ 0.446790] ACPI: bus type USB registered [ 0.447942] usbcore: registered new interface driver usbfs [ 0.449362] usbcore: registered new interface driver hub [ 0.450758] usbcore: registered new device driver usb [ 0.452274] PCI: Using ACPI for IRQ routing [ 0.453815] NetLabel: Initializing [ 0.454822] NetLabel: domain hash size = 128 [ 0.456002] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457333] NetLabel: unlabeled traffic allowed by default [ 0.458944] clocksource: Switched to clocksource kvm-clock [ 0.468953] AppArmor: AppArmor Filesystem Enabled [ 0.470275] pnp: PnP ACPI init [ 0.471535] pnp: PnP ACPI: found 5 devices [ 0.478469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480830] NET: Registered protocol family 2 [ 0.482265] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484056] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.485730] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487405] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.488910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.490526] NET: Registered protocol family 1 [ 0.491752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.494736] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.509281] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523884] Trying to unpack rootfs image as initramfs... [ 0.586324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591513] Scanning for low memory corruption every 60 seconds [ 0.593725] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595361] audit: initializing netlink subsys (disabled) [ 0.596840] audit: type=2000 audit(1534835272.303:1): initialized [ 0.598740] Initialise system trusted keyring [ 0.600181] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604479] zbud: loaded [ 0.605484] VFS: Disk quotas dquot_6.6.0 [ 0.606628] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608837] fuse init (API version 7.23) [ 0.610097] Key type big_key registered [ 0.611253] Allocating IMA MOK and blacklist keyrings. [ 0.612957] Key type asymmetric registered [ 0.614115] Asymmetric key parser 'x509' registered [ 0.615469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617571] io scheduler noop registered [ 0.618681] io scheduler deadline registered (default) [ 0.620078] io scheduler cfq registered [ 0.621288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622735] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624539] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626584] ACPI: Power Button [PWRF] [ 0.627826] GHES: HEST is not enabled! [ 0.641942] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671014] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.673875] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.697565] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.700650] Linux agpgart interface v0.103 [ 0.704150] brd: module loaded [ 0.706417] loop: module loaded [ 0.711183] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713218] GPT:90111 != 2097151 [ 0.714168] GPT:Alternate GPT header not at the end of the disk. [ 0.715697] GPT:90111 != 2097151 [ 0.716650] GPT: Use GNU Parted to correct GPT errors. [ 0.717981] vda: vda1 vda15 [ 0.719662] scsi host0: ata_piix [ 0.720739] scsi host1: ata_piix [ 0.721752] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.723443] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.725489] libphy: Fixed MDIO Bus: probed [ 0.726631] tun: Universal TUN/TAP device driver, 1.6 [ 0.727953] tun: (C) 1999-2004 Max Krasnyansky [ 0.730905] PPP generic driver version 2.4.2 [ 0.732176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733833] ehci-pci: EHCI PCI platform driver [ 0.735059] ehci-platform: EHCI generic platform driver [ 0.736444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.738013] ohci-pci: OHCI PCI platform driver [ 0.739240] ohci-platform: OHCI generic platform driver [ 0.740635] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755305] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758737] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.760135] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.761720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.763433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.765412] usb usb1: Product: UHCI Host Controller [ 0.766703] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.768286] usb usb1: SerialNumber: 0000:00:01.2 [ 0.769648] hub 1-0:1.0: USB hub found [ 0.770746] hub 1-0:1.0: 2 ports detected [ 0.772042] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774988] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776324] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.777744] mousedev: PS/2 mouse device common for all mice [ 0.779472] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.782025] rtc_cmos 00:00: RTC can wake from S4 [ 0.783592] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.785221] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.786873] i2c /dev entries driver [ 0.787941] device-mapper: uevent: version 1.0.3 [ 0.789276] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.791583] ledtrig-cpu: registered to indicate activity on CPUs [ 0.793471] NET: Registered protocol family 10 [ 0.795046] NET: Registered protocol family 17 [ 0.796288] Key type dns_resolver registered [ 0.797608] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.799129] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.801579] registered taskstats version 1 [ 0.802749] Loading compiled-in X.509 certificates [ 0.804608] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.807188] zswap: loaded using pool lzo/zbud [ 0.809298] Key type trusted registered [ 0.811541] Key type encrypted registered [ 0.812688] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814117] ima: No TPM chip found, activating TPM-bypass! [ 0.815583] evm: HMAC attrs: 0x1 [ 0.816901] Magic number: 14:395:117 [ 0.818099] rtc_cmos 00:00: setting system clock to 2018-08-21 07:07:52 UTC (1534835272) [ 0.820355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.821893] EDD information not available. [ 0.884492] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900893] Write protecting the kernel read-only data: 14336k [ 0.903901] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.906410] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.065274] 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.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.93. iid=i-00000080 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQM7L3v8fH1WwYb2D44G7OjCPQ6ZNoYuP32cNy4huWGFdBhMO5z59NGrgxOz5nUXD5k7KZADnBplxM0k3Dpj4zkOL1bP7jXaEdhqvoy+kjy2WQU3QtdigVAw0zVcEgPy3rP9G5j3NbGHk6HYGQkLr1wVqLomJ1bq68JVB3DE9/bqPjZPKWOfx0l+xrGLn7N1JgGzo1edCsa6dNzkfZ9TTqxDvpuVZpxINkNGlsqS9V4jBTW6/jNNkLSvTeb4ivRw5dSVmV8o/arIve9K+SukUoa6QqQpsYoSwhKRUEiOM6Z/X2rnHB6cacoyJXnuXqMkWlt16a4ONUYSNhOY4jP43N root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAKnjHKBmaQv61F7XMNelmkWDToXw7vZGaSm6gdJFzcmEiUxxJ8D4Ua+gMt0Wu/xgXxCZc9yBOHBCsJ9GE8jrJ60bRqJJ2+t8UkgeaQz3BdeUMimF+WcIaoKZynBouBNBzmKJLFyXYZ7l0pn9JrzN/U4pph/4R9Xchr56FWWWCZWDAAAAFQD21pWVT5r3Rf+A1r0wfXCayteZ+wAAAIEApuhNCd3Du4sf0OnJ7dDR5IIIzblz95fl/I2QnU3tssiqvjZ7RB0SwSKU6I7CehHG0g4fEYRBhGhajUqRUZBh6veX9Wo5k/TpzfiUSBMgkQNoASPQZ49yZl8fZ7O+0rMElLr3VBd2TH6Blm4OK670ml7v7OsHsz1PWQNYTKErBP0AAACAQbsYhp5QIUwUHR6Tj8FBJ1i9GWMfubNFUu7xnlZKka5M4E1OKU2vgpENp6E+3cm1eSHhV/U5oMZoFlaEzhdH73yn2rU/hulqG1w1itlhdQRj7bLPQC3TKtOuzQmvs/xV2eBTjkH7Jvp8dm+4jeGyaU0j5buADSH+OSq+he/XCoc= root@server-1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.27s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.10,24,fe80::f816:3eff:fece:2883/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-00000080 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.13 === === 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:CE:28:83 inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fece:2883/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.860 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.320 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.234 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.276 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.212 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.380/0.860 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 [ 1.082975] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.244710] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.244712] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.244713] usb 1-1: Product: QEMU USB Tablet [ 1.244714] usb 1-1: Manufacturer: QEMU [ 1.244715] usb 1-1: SerialNumber: 42 [ 1.591041] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.591049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns [ 3.074080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.111669] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 21 08:07:52 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 21 08:07:52 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 21 08:07:52 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 21 08:07:52 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 21 08:07:52 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 21 08:07:52 cirros kern.notice kernel: [ 1.065274] random: dd urandom read with 5 bits of entropy available Aug 21 08:07:52 cirros kern.info kernel: [ 1.082975] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 21 08:07:52 cirros kern.info kernel: [ 1.244710] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 21 08:07:52 cirros kern.info kernel: [ 1.244712] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 21 08:07:52 cirros kern.info kernel: [ 1.244713] usb 1-1: Product: QEMU USB Tablet Aug 21 08:07:52 cirros kern.info kernel: [ 1.244714] usb 1-1: Manufacturer: QEMU Aug 21 08:07:52 cirros kern.info kernel: [ 1.244715] usb 1-1: SerialNumber: 42 Aug 21 08:07:53 cirros kern.info kernel: [ 1.591041] tsc: Refined TSC clocksource calibration: 3491.843 MHz Aug 21 08:07:53 cirros kern.info kernel: [ 1.591049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255377e453, max_idle_ns: 440795328424 ns Aug 21 08:07:54 cirros auth.notice su: + /dev/console root:cirros Aug 21 08:07:54 cirros authpriv.info dropbear[345]: Running in background Aug 21 08:07:54 cirros kern.info kernel: [ 3.074080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 21 08:07:54 cirros kern.info kernel: [ 3.111669] 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-21 07:14:13,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/ba6849b8-9e22-4041-a01f-a474a17d67b6 1.525s 2018-08-21 07:14:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/ba6849b8-9e22-4041-a01f-a474a17d67b6', u'date': 'Tue, 21 Aug 2018 07:14:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16f6935c-60c7-4d25-aafe-ef6a3770e02c'} Body: 2018-08-21 07:14:15,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/remove_router_interface 1.910s 2018-08-21 07:14:15,888 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:14:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e98cf615-d9a7-4ee1-8b2c-3ac9cd835d4a'} Body: {"network_id": "62c1bb20-9f5f-48c5-adb8-dfd4912bf065", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "90fa7b17-c8c6-4fed-a066-b79e770709c1", "subnet_ids": ["90fa7b17-c8c6-4fed-a066-b79e770709c1"], "port_id": "05896da9-8cf1-4db6-8bb9-c632c23414a3", "id": "efedc7b8-08f6-4073-8845-9c8c8a797628"} 2018-08-21 07:14:17,829 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628 1.940s 2018-08-21 07:14:17,830 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/efedc7b8-08f6-4073-8845-9c8c8a797628', u'date': 'Tue, 21 Aug 2018 07:14:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ed5bed0b-982a-414b-a38b-511f26bdcf3e'} Body: 2018-08-21 07:14:19,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/0d714d69-82e9-4d26-a0eb-9601aa473192 1.418s 2018-08-21 07:14:19,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/0d714d69-82e9-4d26-a0eb-9601aa473192', u'date': 'Tue, 21 Aug 2018 07:14:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-174a9710-8936-4d99-8280-31b568fa5be4'} Body: 2018-08-21 07:14:21,664 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/remove_router_interface 2.413s 2018-08-21 07:14:21,665 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:14:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96c791db-8c7e-443b-bab3-e64ee89b04d8'} Body: {"network_id": "9c628626-a288-4b49-b378-b0b107277fd6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "8b472c91-70ba-4f44-81fb-5503a7d63bb0", "subnet_ids": ["8b472c91-70ba-4f44-81fb-5503a7d63bb0"], "port_id": "da4ed2a2-c1a2-4926-a7b9-cfe8b66dcf90", "id": "d5cc1876-a63f-4116-9e9d-d5d6be4f3e60"} 2018-08-21 07:14:23,078 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60 1.412s 2018-08-21 07:14:23,078 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d5cc1876-a63f-4116-9e9d-d5d6be4f3e60', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ee926f85-4283-42d3-b08a-0cc2bae836c6'} Body: 2018-08-21 07:14:23,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.188s 2018-08-21 07:14:23,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-379e2e66-7ef6-43f2-9601-2679843e9208', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-379e2e66-7ef6-43f2-9601-2679843e9208'} Body: 2018-08-21 07:14:23,863 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.593s 2018-08-21 07:14:23,863 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e20602b1-86dc-4b64-ac3c-9b160e9d78e7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:44:d6", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:23Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:25,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.558s 2018-08-21 07:14:25,440 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-7f8020b0-fedb-47eb-a9d3-059fe17df701', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f8020b0-fedb-47eb-a9d3-059fe17df701'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:08:16.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e6202a1b-bfb6-412c-9a7a-3415369873b9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T07:14:24.000000", "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-4", "created": "2018-08-21T07:08:12Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:25,453 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:14:26,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9 0.054s 2018-08-21 07:14:26,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e6202a1b-bfb6-412c-9a7a-3415369873b9', u'x-compute-request-id': 'req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:26 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e51cd76f-fb53-4d52-a7f2-f43c7b2fd21e'} Body: {"itemNotFound": {"message": "Instance e6202a1b-bfb6-412c-9a7a-3415369873b9 could not be found.", "code": 404}} 2018-08-21 07:14:27,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/5f5a32de-f61d-4975-aa10-a64ce623feef 0.613s 2018-08-21 07:14:27,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/5f5a32de-f61d-4975-aa10-a64ce623feef', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9022a9e6-574f-4bc1-a308-ed97d5b18471'} Body: 2018-08-21 07:14:27,302 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.177s 2018-08-21 07:14:27,303 63 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.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39d50ce4-7d00-4a78-bb9d-bb33cec4243e'} Body: 2018-08-21 07:14:27,652 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.348s 2018-08-21 07:14:27,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': '1549', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-28950041-92a8-494a-bd73-6a4758436520', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28950041-92a8-494a-bd73-6a4758436520'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:28,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.283s 2018-08-21 07:14:28,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': '1481', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-a1e514c7-bb07-4401-9d87-27974f413e95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a1e514c7-bb07-4401-9d87-27974f413e95'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:09:a3", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/be4c19fb-47cb-45af-9982-e34565ae61f5", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "be4c19fb-47cb-45af-9982-e34565ae61f5", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-3", "created": "2018-08-21T07:08:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:30,009 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5 0.044s 2018-08-21 07:14:30,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/be4c19fb-47cb-45af-9982-e34565ae61f5', u'x-compute-request-id': 'req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8b5ad61a-a412-4de1-9a5c-0e4fae93c89a'} Body: {"itemNotFound": {"message": "Instance be4c19fb-47cb-45af-9982-e34565ae61f5 could not be found.", "code": 404}} 2018-08-21 07:14:30,626 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/8f91d075-a913-461d-8a1c-0e380956a4e1 0.614s 2018-08-21 07:14:30,626 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/8f91d075-a913-461d-8a1c-0e380956a4e1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f154cbd5-f23b-4cf3-a626-e5c3eaa540d7'} Body: 2018-08-21 07:14:30,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.178s 2018-08-21 07:14:30,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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-025d17f6-3387-4184-a42b-120f6eda3da1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-025d17f6-3387-4184-a42b-120f6eda3da1'} Body: 2018-08-21 07:14:30,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.173s 2018-08-21 07:14:30,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-973bb96e-0324-4aab-9571-faee5aac69a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-973bb96e-0324-4aab-9571-faee5aac69a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:30Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:32,374 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.365s 2018-08-21 07:14:32,374 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-92986ebd-70ee-4035-8282-19a83c0c9d4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92986ebd-70ee-4035-8282-19a83c0c9d4e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1096987653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:e8:b1", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:08:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b0465303-61cd-436c-be8e-d7e8e1bb15eb", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:31Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-2", "created": "2018-08-21T07:07:55Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:33,434 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb 0.044s 2018-08-21 07:14:33,435 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.44:8774/v2.1/servers/b0465303-61cd-436c-be8e-d7e8e1bb15eb', u'x-compute-request-id': 'req-e08f21b3-67e8-497a-9515-16cfef0e8a4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e08f21b3-67e8-497a-9515-16cfef0e8a4a'} Body: {"itemNotFound": {"message": "Instance b0465303-61cd-436c-be8e-d7e8e1bb15eb could not be found.", "code": 404}} 2018-08-21 07:14:33,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3938595d-a1ae-470b-b30e-dc6d79d6283b 0.549s 2018-08-21 07:14:33,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.44:9696/v2.0/ports/3938595d-a1ae-470b-b30e-dc6d79d6283b', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a757d916-d5b0-4ea5-89c8-df6a634a6ab3'} Body: 2018-08-21 07:14:34,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.202s 2018-08-21 07:14:34,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-c5cfba4f-c235-4d1e-b209-c4c81712faf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5cfba4f-c235-4d1e-b209-c4c81712faf1'} Body: 2018-08-21 07:14:34,427 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.234s 2018-08-21 07:14:34,427 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-9020160f-aa65-486c-815c-43e262eb3e62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9020160f-aa65-486c-815c-43e262eb3e62'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-403799606": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:28:83", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "security_groups": [{"name": "tempest-secgroup-smoke-1757082675"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:36,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.598s 2018-08-21 07:14:36,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': '1347', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-efac6b30-131c-4ece-8aa4-6cd96a67e18c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efac6b30-131c-4ece-8aa4-6cd96a67e18c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:07:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "13aea441-ef10-4125-a8ce-9b6d22bdc51e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:35Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": "2018-08-21T07:14:35.000000", "key_name": "tempest-TestBGPVPNBasic-661079560", "name": "server-1", "created": "2018-08-21T07:07:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:36,065 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:14:37,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e 0.042s 2018-08-21 07:14:37,113 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.44:8774/v2.1/servers/13aea441-ef10-4125-a8ce-9b6d22bdc51e', u'x-compute-request-id': 'req-81943d32-40a2-4429-9536-b88e8dc120c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-81943d32-40a2-4429-9536-b88e8dc120c4'} Body: {"itemNotFound": {"message": "Instance 13aea441-ef10-4125-a8ce-9b6d22bdc51e could not be found.", "code": 404}} 2018-08-21 07:14:37,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/808f9520-eeaa-4609-81d5-d83a3a2e8825 0.827s 2018-08-21 07:14:37,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/808f9520-eeaa-4609-81d5-d83a3a2e8825', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ceec12c3-1adf-47d6-b93c-a5b841e61301'} Body: 2018-08-21 07:14:37,986 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661079560 0.043s 2018-08-21 07:14:37,986 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-661079560', u'x-compute-request-id': 'req-cdab6482-9c3d-49d7-86c3-417386a87a4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdab6482-9c3d-49d7-86c3-417386a87a4b'} Body: 2018-08-21 07:14:38,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/90fa7b17-c8c6-4fed-a066-b79e770709c1 1.008s 2018-08-21 07:14:38,996 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/90fa7b17-c8c6-4fed-a066-b79e770709c1', u'date': 'Tue, 21 Aug 2018 07:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-721c86bb-ac33-42f4-b757-9c9b8d826f16'} Body: 2018-08-21 07:14:41,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/62c1bb20-9f5f-48c5-adb8-dfd4912bf065 2.357s 2018-08-21 07:14:41,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.44:9696/v2.0/networks/62c1bb20-9f5f-48c5-adb8-dfd4912bf065', u'date': 'Tue, 21 Aug 2018 07:14:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c562ba1-f04f-405f-b239-5637e3b4208d'} Body: 2018-08-21 07:14:42,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/8b472c91-70ba-4f44-81fb-5503a7d63bb0 1.053s 2018-08-21 07:14:42,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/8b472c91-70ba-4f44-81fb-5503a7d63bb0', u'date': 'Tue, 21 Aug 2018 07:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-42965901-c972-4ce6-89d5-7db5380c5471'} Body: 2018-08-21 07:14:44,606 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/9c628626-a288-4b49-b378-b0b107277fd6 2.196s 2018-08-21 07:14:44,606 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/9c628626-a288-4b49-b378-b0b107277fd6', u'date': 'Tue, 21 Aug 2018 07:14:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6f6ac54e-d61a-4216-b524-16b08e0a71c2'} Body: 2018-08-21 07:14:44,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/324e4316-dc45-4fb6-9b38-d9224e4a16e9 0.278s 2018-08-21 07:14:44,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/324e4316-dc45-4fb6-9b38-d9224e4a16e9', u'date': 'Tue, 21 Aug 2018 07:14:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbd664fc-2b65-41f6-a63a-7125f16df440'} 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-21 07:14:45,330 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.388s 2018-08-21 07:14:45,331 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1299261497 description", "name": "tempest-secgroup-smoke-1299261497"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6821fb48-f5cc-4286-8aff-27316f11eda2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1299261497 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "updated_at": "2018-08-21T07:14:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:14:45Z", "revision_number": 0, "id": "83e889f8-0bbf-49ec-9e38-5197db0a20c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:14:45Z", "revision_number": 0, "id": "8fc72549-5f7e-4911-b32f-91b3c6ad3872", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "name": "tempest-secgroup-smoke-1299261497"}} 2018-08-21 07:14:45,524 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.191s 2018-08-21 07:14:45,527 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bc7600b-39fa-408e-ac81-d30fd6e9f422'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "48f3d2d3-1d00-4664-9cf2-e8b2d39977e6"}} 2018-08-21 07:14:45,654 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.125s 2018-08-21 07:14:45,655 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32731a5e-10cf-4696-9131-72474af36a28'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "67a23a08-2342-4919-80c4-9f130cc35bc6"}} 2018-08-21 07:14:45,810 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.155s 2018-08-21 07:14:45,811 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abccacbb-a406-4da1-a301-6b567d458a49'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1920bb17-e2dc-48c0-9bdf-aa7f38506827"}} 2018-08-21 07:14:45,946 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 07:14:45,946 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-732896a4-0c36-4c7d-a31b-ecebfa2ab2e7'} 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-21T07:14:45Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8a6827aa-6940-4d39-b257-fb6ddeee209b"}} 2018-08-21 07:14:46,100 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:14:46,100 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12db3f0a-9f4e-450a-921f-ddc0fa232dd8'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "0129f525-0cf6-4e70-ab47-d024ed0abb1e"}} 2018-08-21 07:14:46,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.167s 2018-08-21 07:14:46,269 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb6539ea-e3b0-4b2f-aaec-32971fb77736'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d82ca418-a908-414e-a8f8-221d2b9422d2"}} 2018-08-21 07:14:46,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.146s 2018-08-21 07:14:46,416 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4b8e4ea-d2b9-4456-8dc0-bbfe8e9c01ab'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "2b4cc06c-e200-4f9c-9392-4b0d5af864f9"}} 2018-08-21 07:14:46,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.196s 2018-08-21 07:14:46,614 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db385644-fd79-4cad-88c0-14d5e8bd7b00'} 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-21T07:14:46Z", "security_group_id": "5a645efc-f07d-40f8-a55a-5c68fe47e5fd", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:14:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4212cf7a-77cd-4880-b611-9899696bbc19"}} 2018-08-21 07:14:46,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.257s 2018-08-21 07:14:46,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-162795138"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2da4c382-5fcf-4d01-828b-fbdbc42c1905'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:14:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","name":"tempest-A-162795138"}} 2018-08-21 07:14:47,396 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.523s 2018-08-21 07:14:47,397 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "name": "tempest-subnet-A-1-487216011"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac853e4f-42e4-4074-b005-ade5adcb840f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:47Z","dns_nameservers":[],"updated_at":"2018-08-21T07:14: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":"76dbb8415c1d404a9a78c64bb0932f34","id":"68010ec1-f9e3-475f-a00d-4eb4542e65a6","subnetpool_id":null,"name":"tempest-subnet-A-1-487216011"}} 2018-08-21 07:14:47,594 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/networks 0.196s 2018-08-21 07:14:47,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1461384206"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5ff332a-ded9-4491-81a5-0460d1dfc52c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:14:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b53f0957-42aa-47ed-a464-35be15fe5dad","name":"tempest-B-1461384206"}} 2018-08-21 07:14:48,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.011s 2018-08-21 07:14:48,608 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "name": "tempest-subnet-B-1-847688901"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac6b7033-598e-41bf-a640-889a0d3cf58c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b53f0957-42aa-47ed-a464-35be15fe5dad","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:14:48Z","dns_nameservers":[],"updated_at":"2018-08-21T07:14:48Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"fa769340-112d-4f1b-979f-50e590396ccd","subnetpool_id":null,"name":"tempest-subnet-B-1-847688901"}} 2018-08-21 07:14:49,323 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:14:49,323 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9040', 'content-location': 'http://172.30.9.44:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Tue, 21 Aug 2018 07:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e14e09e-1096-4994-bb28-7c9485c2c95b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe69274f392944a19e8a5de34183755c", "name": "tempest-TestBGPVPNBasic-716792935"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "e9e516442782422dbf88797855403051"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8776/v3/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "4cb9f869f32d4931b631172be3af592a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8004/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v1/fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "admin", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "admin", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"region_id": "regionOne", "url": "http://172.30.9.44:9696", "region": "regionOne", "interface": "public", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9696", "region": "regionOne", "interface": "internal", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "admin", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8977", "region": "regionOne", "interface": "internal", "id": "4896317181794e99807110fda451233a"}, {"region_id": "regionOne", "url": "http://172.30.9.44:8977", "region": "regionOne", "interface": "public", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.44:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "public", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080", "region": "regionOne", "interface": "admin", "id": "340f26d011ee48ca8dabb263abb41555"}, {"region_id": "regionOne", "url": "http://12.0.0.21:8080/v1/AUTH_fe69274f392944a19e8a5de34183755c", "region": "regionOne", "interface": "internal", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29 2018-08-21 07:14:49,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.451s 2018-08-21 07:14:49,776 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:14:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-318d2b94-13d1-4b48-805c-4a5c2d44e23b'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "a2a46652-4c81-41fa-8bbb-e3f967d5a8f8"}} 2018-08-21 07:14:50,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations 0.661s 2018-08-21 07:14:50,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1c3c74b7-fec2-4ca9-a171-f852ba01cb25'} Body: {"network_association": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "id": "a173a5a7-50c7-4103-b02e-7adbb67a79e6"}} 2018-08-21 07:14:50,868 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations 0.428s 2018-08-21 07:14:50,868 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a2a46652-4c81-41fa-8bbb-e3f967d5a8f8/network_associations', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7f0116d-6c24-4175-ba7c-264e11065e35'} Body: {"network_association": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "id": "213aef16-fad0-46a4-9fd2-5f4e2f86224b"}} 2018-08-21 07:14:50,869 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:14:50,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.123s 2018-08-21 07:14:50,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-122926090"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-437d0a01-f356-4c97-903d-92f351fc7f00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-437d0a01-f356-4c97-903d-92f351fc7f00'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/I3Zej69H7R+wDHTRmBo8XVJ5IM/nI8/JDqNk09qDlwXTxfrQaoATVJNcHYhRlCrN49tpu2BXcDGfzB1VA2RoXuN614S55J0FZQ5t0pMfNPTL5Ul3a27ZxrjM32P1BcwJqaa6ZdBvt+vTzm1XXgp/sXH6CZgRSoTYD6X4OjaH27xFtl2PfA7JFoxGgkaGA4dVSX6bQ0OrQzEvLQRsPQsRRa4sCSHRU4HH55PvnUhWHBudRNTqg6MXqNqsDGeDaiMgi943AgxmTRRZJfOvGJQPZGCSI12FnmPojg+gxgus3JahMN1RIzDSqLFiYeO5PuKi9caKpJ2rvS0fXwn/5wsD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvyN2Xo+vR+0fsAx00ZgaPF1SeSDP5yPPyQ6jZNPag5cF08X6\n0GqAE1STXB2IUZQqzePbabtgV3Axn8wdVQNkaF7jeteEueSdBWUObdKTHzT0y+VJ\nd2tu2ca4zN9j9QXMCammumXQb7fr085tV14Kf7Fx+gmYEUqE2A+l+Do2h9u8RbZd\nj3wOyRaMRoJGhgOHVUl+m0NDq0MxLy0EbD0LEUWuLAkh0VOBx+eT751IVhwbnUTU\n6oOjF6jarAxng2ojIIveNwIMZk0UWSXzrxiUD2RgkiNdhZ5j6I4PoMYLrNyWoTDd\nUSMw0qixYmHjuT7iovXGiqSdq70tH18J/+cLAwIDAQABAoIBAEJzEbPOQCHBTkLm\nEbbMKlLSHtn9jknNKW+8pxFmlZEp79yv94J9hAk0XgaoPbwexsLNdHpNqjC70IS9\ncXUcuMuQMYWDZ6E42V4Gw/1qN7uhrXk1PVVHBEKx041mHFoSqdyyHkSvIMe2KUZ5\nfYniJ8Q87GMA8t0QCx8SUaD6m/qez8JYibSf5MUIlM850Ua0Yzz0IMODY2JkyteF\nkuvhqMFnQFdGmW40a8Bv+GJnL5ZM2ZETbaBtuzSHqrfvOk7BC89P2irGNQmNb7hY\nFtN+7wr3kWIZyytoeuseIN8kh8XElvWJW59klgvZo/KmeLnpPLBZrlg0fCikjmyK\n6TymWAECgYEA6qjpknXe0n/JjQ50VfKfZMy4N47A1Qed0awplrl0ukyVdw8LaVff\nQxi1+jjHwn4MkTG0vbX0QZCZ0BRAAvKocDCmPND2N8WfO+vKnEvvttI6yDN8g6YD\nL7Lt1Y4qexItGUK/NxuEGzLPiec62BfHJYw+GbemJ0T6XIDZxwAdHCcCgYEA0IVW\nAZqVwlfkb9mwF2a+RTcL6PDHB2IdrH87wrc5s5w9I7bM/lpgiZiXEwktDRAwzPXY\nA+0PyiGiGyMDMvhcAdq7dN/t/XB4tSBTQsNGUZ8+2YT/gs3Eey4nSHxBPW6ucqX9\nrmF795jXLdCbxYOaXHESp/L2UtaSvErR9fhsN8UCgYEAmuyR6MQxLEB5zMryO5xH\nZ8FRDj0NSpgQtdE4U+51Blpxg31HR3FgUWgLHPxHxjx6B5INhgKPFIpnQl1cNZYH\nZqp31kcPh5rNmj3+MlpgFQ+PB4YWesQr7l3vb8LAgShq5faPT8621U4ifyVOUETC\nkiOZDFmXNO3xbQkUvrFwhpkCgYEAx39Z6szoDPikIHLn62usDHJ+3Y1HDgRMGZXd\nKgy8kt+fCwVAmPUEuYAYweichov/9Igc9Jyg56VH/6h+zgwZktifUlFP05MAmWHk\n5tIG+95cdiWtg4q0OZnNkab3j/vNwPiYfXbc8OT0seuMrOqdC2ZPEAn+qwCJgMYg\nnLDhcHUCgYA5Ma08YH92YtlYQFZrmDUWCAuQV673sGohLcWtB1oq3/pJKUFmKiyp\n1CxyUL2HxFjanLiUryfkGhrDv1nfK1HXmOIMF44oKJ64Asu3z8HbcVqq06DBzsWa\nqXqV6sqyRjDj/dg4YcIQu2h2hsCbevFAlBn24P3yWsWPHYw7iwj7jQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-122926090", "fingerprint": "03:32:cb:7d:a9:36:0b:8d:e3:50:e2:7a:f4:54:d2:fa"}} 2018-08-21 07:14:51,706 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.709s 2018-08-21 07:14:51,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-641133666", "security_groups": ["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:14:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f62f92fc-0fcc-4c4e-9f79-b5e8f7b9e52f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:14:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"349ddc6c-a591-49ce-a17f-dcb786be3f30","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:14:51Z","name":"tempest-port-smoke-641133666","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:32:0e:4c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"68010ec1-f9e3-475f-a00d-4eb4542e65a6","ip_address":"10.101.11.10"}],"id":"d6f2cce3-980b-45e3-aded-ae271608f78c","security_groups":["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"],"device_id":""}} 2018-08-21 07:14:53,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.454s 2018-08-21 07:14:53,162 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-122926090", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "port": "d6f2cce3-980b-45e3-aded-ae271608f78c"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-430344d6-bcac-461f-ba0b-98345a1bfdfe', 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-430344d6-bcac-461f-ba0b-98345a1bfdfe'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "adminPass": "r5dL4PdBEZXg"}} 2018-08-21 07:14:53,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.320s 2018-08-21 07:14:53,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': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-353afb08-7a5f-4d66-ae55-1e13b8f61285', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-353afb08-7a5f-4d66-ae55-1e13b8f61285'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:14:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:54,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.426s 2018-08-21 07:14:54,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': '1313', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-3a24e1ad-ac5e-4511-abe6-f68f623f0012', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a24e1ad-ac5e-4511-abe6-f68f623f0012'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:54,947 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:14:56,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.480s 2018-08-21 07:14:56,430 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-ec86c4c7-cf81-4630-ba22-ef9d1c617235', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec86c4c7-cf81-4630-ba22-ef9d1c617235'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:56,451 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:14:57,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.186s 2018-08-21 07:14:57,639 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-9cabe616-99d3-4c29-b6b6-3752886cc3c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cabe616-99d3-4c29-b6b6-3752886cc3c8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:14:59,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.808s 2018-08-21 07:14:59,464 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-b2e269a8-7116-4c1e-b86e-5d1c65918901', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e269a8-7116-4c1e-b86e-5d1c65918901'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:14:55Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:01,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 1.005s 2018-08-21 07:15:01,484 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5478cf18-d596-42e0-98ed-6e4bbf21ba0b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:59Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:01,498 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:15:02,243 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.743s 2018-08-21 07:15:02,243 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-cb44fb64-447d-4da2-9f5f-96e507d622bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb44fb64-447d-4da2-9f5f-96e507d622bd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:14:59Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:02,262 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 25cfe2f4-a7d7-4099-b722-a9dacb0714f6 with status: ACTIVE 2018-08-21 07:15:03,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/ports 0.780s 2018-08-21 07:15:03,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b53f0957-42aa-47ed-a464-35be15fe5dad", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-556992388", "security_groups": ["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:15:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba266a02-8d1f-4139-97ef-0a5caea3799f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:15:02Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b53f0957-42aa-47ed-a464-35be15fe5dad","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:15:02Z","name":"tempest-port-smoke-556992388","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d5:00:4f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"fa769340-112d-4f1b-979f-50e590396ccd","ip_address":"10.102.21.20"}],"id":"307f737f-e9d4-4da3-b6f8-2964b649042b","security_groups":["5a645efc-f07d-40f8-a55a-5c68fe47e5fd"],"device_id":""}} 2018-08-21 07:15:04,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.44:8774/v2.1/servers 1.728s 2018-08-21 07:15:04,773 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-122926090", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b53f0957-42aa-47ed-a464-35be15fe5dad", "port": "307f737f-e9d4-4da3-b6f8-2964b649042b"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d46691ae-6373-4724-b1f9-5e7a354acd29', 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46691ae-6373-4724-b1f9-5e7a354acd29'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "adminPass": "v8x7yfRCvNET"}} 2018-08-21 07:15:05,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.257s 2018-08-21 07:15:05,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-3403fda7-b4e7-4f16-887d-2545b3dea3f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3403fda7-b4e7-4f16-887d-2545b3dea3f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:15:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:06,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.292s 2018-08-21 07:15:06,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': '1331', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d04c9ca9-1867-4de5-a6b6-1226a3b3f0b4'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:06,357 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:15:08,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.666s 2018-08-21 07:15:08,025 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-295417f3-b3e6-43c0-a335-23fe1b844e7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-295417f3-b3e6-43c0-a335-23fe1b844e7c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:08,038 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:15:09,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.151s 2018-08-21 07:15:09,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-b95a2f04-dc4a-4710-ba6d-812234cdc76b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b95a2f04-dc4a-4710-ba6d-812234cdc76b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:15:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:10,367 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.163s 2018-08-21 07:15:10,368 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-3476e169-8f42-46a4-a394-67b83f1a36e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3476e169-8f42-46a4-a394-67b83f1a36e6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:15:09Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:10,387 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:15:10,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.510s 2018-08-21 07:15:10,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': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:15:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2047fcb7-3647-4bb5-8c7f-9cb3ee130abc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:15:09Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:15:10,912 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 79bbf0c0-daaf-412c-8221-0b8ab652606e with status: ACTIVE 2018-08-21 07:15:11,103 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/routers 0.190s 2018-08-21 07:15:11,103 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--43238326", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:15:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-edf00d7c-b75b-46db-84a5-3fd364b96af2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:10Z", "admin_state_up": true, "updated_at": "2018-08-21T07:15:10Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "name": "tempest-router--43238326"}} 2018-08-21 07:15:12,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829 1.332s 2018-08-21 07:15:12,437 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829', u'date': 'Tue, 21 Aug 2018 07:15:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f748e859-c7e6-445d-b5e5-93a18393736c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:10Z", "admin_state_up": true, "updated_at": "2018-08-21T07:15:12Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "name": "tempest-router--43238326"}} 2018-08-21 07:15:14,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/add_router_interface 2.199s 2018-08-21 07:15:14,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc56ab66-7092-44ca-924c-8623198dad3b'} Body: {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6", "subnet_ids": ["68010ec1-f9e3-475f-a00d-4eb4542e65a6"], "port_id": "17d1347c-6b1a-45e7-9338-f27ab5a9e224", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829"} 2018-08-21 07:15:16,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.955s 2018-08-21 07:15:16,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d6f2cce3-980b-45e3-aded-ae271608f78c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5844e613-e62f-4500-b382-fa058655888a'} Body: {"floatingip": {"router_id": "625ffb1b-eb21-4755-a54e-ad77c5747829", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:15:15Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "d6f2cce3-980b-45e3-aded-ae271608f78c", "id": "6d7cf1cd-8e2c-4e46-aca7-8db50a05597b", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:15:15Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:15:16,597 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:15:24,615 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:15:24,677 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:15:24,679 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:15:24,794 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-21 07:15:24,794 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:15:24,799 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:15:24,860 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:15:24,864 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:15:29,871 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:15:29,872 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:16:39,941 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-21 07:16:39,945 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:16:39,949 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:16:40,011 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:16:40,014 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:16:45,021 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:16:45,022 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:17:55,087 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:17:55,088 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-21 07:17:55,089 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,094 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,159 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,191 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,198 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:17:55,198 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:51:84:df [ether] on eth0 2018-08-21 07:17:55,199 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-21 07:17:55,199 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,201 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,264 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,266 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,277 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:17:55,277 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-21 07:17:55,278 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,282 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,343 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,346 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,353 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-21 07:17:55,354 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,356 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,419 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,420 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:17:55,426 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:17:55,426 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:51:84:df [ether] on eth0 2018-08-21 07:17:55,427 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-21 07:17:55,427 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:17:55,429 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:17:55,491 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:17:55,493 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:18:00,501 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:18:00,501 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:19:10,556 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-21 07:19:10,557 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-21 07:19:10,565 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:19:10,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:19:10,689 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.209 successfully created 2018-08-21 07:19:15,697 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.209 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-21 07:19:15,698 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.209. 2018-08-21 07:20:25,756 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:20:25,758 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.209: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:20:25.758 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-21 07:20:25.758 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:20:27,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/6d7cf1cd-8e2c-4e46-aca7-8db50a05597b 1.595s 2018-08-21 07:20:27,356 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/6d7cf1cd-8e2c-4e46-aca7-8db50a05597b', u'date': 'Tue, 21 Aug 2018 07:20:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-40a88e40-55ec-4084-8143-c1a9db7df0ab'} Body: 2018-08-21 07:20:29,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/remove_router_interface 1.728s 2018-08-21 07:20:29,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:20:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a35caf6-e277-4851-b652-adeb105b2143'} Body: {"network_id": "349ddc6c-a591-49ce-a17f-dcb786be3f30", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "68010ec1-f9e3-475f-a00d-4eb4542e65a6", "subnet_ids": ["68010ec1-f9e3-475f-a00d-4eb4542e65a6"], "port_id": "17d1347c-6b1a-45e7-9338-f27ab5a9e224", "id": "625ffb1b-eb21-4755-a54e-ad77c5747829"} 2018-08-21 07:20:30,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829 1.559s 2018-08-21 07:20:30,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/625ffb1b-eb21-4755-a54e-ad77c5747829', u'date': 'Tue, 21 Aug 2018 07:20:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ceb813e5-5340-457b-b19e-bd9ad7ccd314'} Body: 2018-08-21 07:20:30,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.342s 2018-08-21 07:20:30,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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-15c4f4f2-a1b7-4f53-b2c5-19731986d597', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15c4f4f2-a1b7-4f53-b2c5-19731986d597'} Body: 2018-08-21 07:20:32,027 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 1.033s 2018-08-21 07:20:32,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-8259ebfa-6b1a-46af-8d3b-760d440334d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8259ebfa-6b1a-46af-8d3b-760d440334d5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1461384206": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:00:4f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:15:09.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "79bbf0c0-daaf-412c-8221-0b8ab652606e", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:30Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-2", "created": "2018-08-21T07:15:04Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:33,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e 0.051s 2018-08-21 07:20:33,095 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.44:8774/v2.1/servers/79bbf0c0-daaf-412c-8221-0b8ab652606e', u'x-compute-request-id': 'req-7a32f977-9e43-441b-bc3e-47f56297962e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7a32f977-9e43-441b-bc3e-47f56297962e'} Body: {"itemNotFound": {"message": "Instance 79bbf0c0-daaf-412c-8221-0b8ab652606e could not be found.", "code": 404}} 2018-08-21 07:20:34,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/307f737f-e9d4-4da3-b6f8-2964b649042b 0.959s 2018-08-21 07:20:34,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/307f737f-e9d4-4da3-b6f8-2964b649042b', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f3f501f-dea5-4c88-b906-d6bc6b1b2dda'} Body: 2018-08-21 07:20:34,251 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.193s 2018-08-21 07:20:34,251 63 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-765c7ec1-7a13-4b03-b41a-18eea6308027', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-765c7ec1-7a13-4b03-b41a-18eea6308027'} Body: 2018-08-21 07:20:34,431 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.179s 2018-08-21 07:20:34,432 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-b89861d8-bdd0-4ac1-9027-14729a764f75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b89861d8-bdd0-4ac1-9027-14729a764f75'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "security_groups": [{"name": "tempest-secgroup-smoke-1299261497"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:35,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.537s 2018-08-21 07:20:35,986 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-896b00b0-8f0d-4d6b-99dc-aa782bddeaa3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-162795138": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:0e:4c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:14:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "25cfe2f4-a7d7-4099-b722-a9dacb0714f6", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:34Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-122926090", "name": "server-1", "created": "2018-08-21T07:14:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:37,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6 0.044s 2018-08-21 07:20:37,047 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.44:8774/v2.1/servers/25cfe2f4-a7d7-4099-b722-a9dacb0714f6', u'x-compute-request-id': 'req-cb1328bf-1a12-454d-ae6e-1464d870e71d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cb1328bf-1a12-454d-ae6e-1464d870e71d'} Body: {"itemNotFound": {"message": "Instance 25cfe2f4-a7d7-4099-b722-a9dacb0714f6 could not be found.", "code": 404}} 2018-08-21 07:20:37,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d6f2cce3-980b-45e3-aded-ae271608f78c 0.810s 2018-08-21 07:20:37,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d6f2cce3-980b-45e3-aded-ae271608f78c', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5990ffae-40e7-4b9f-95a3-9e7aaba4757d'} Body: 2018-08-21 07:20:37,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122926090 0.036s 2018-08-21 07:20:37,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-122926090', u'x-compute-request-id': 'req-4bef6850-e506-43b5-81b4-7c514ca55d47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bef6850-e506-43b5-81b4-7c514ca55d47'} Body: 2018-08-21 07:20:39,170 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/fa769340-112d-4f1b-979f-50e590396ccd 1.272s 2018-08-21 07:20:39,171 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/fa769340-112d-4f1b-979f-50e590396ccd', u'date': 'Tue, 21 Aug 2018 07:20:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cc11b648-d0e8-4f24-834e-5592c51da53a'} Body: 2018-08-21 07:20:40,971 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b53f0957-42aa-47ed-a464-35be15fe5dad 1.799s 2018-08-21 07:20:40,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b53f0957-42aa-47ed-a464-35be15fe5dad', u'date': 'Tue, 21 Aug 2018 07:20:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23e863d1-1797-45a2-be69-bc92cf5d5b8e'} Body: 2018-08-21 07:20:42,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/68010ec1-f9e3-475f-a00d-4eb4542e65a6 1.643s 2018-08-21 07:20:42,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.44:9696/v2.0/subnets/68010ec1-f9e3-475f-a00d-4eb4542e65a6', u'date': 'Tue, 21 Aug 2018 07:20:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a8c436a4-eee8-4fc3-991c-69d2b60fa3ee'} Body: 2018-08-21 07:20:44,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/349ddc6c-a591-49ce-a17f-dcb786be3f30 2.158s 2018-08-21 07:20:44,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/349ddc6c-a591-49ce-a17f-dcb786be3f30', u'date': 'Tue, 21 Aug 2018 07:20:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8fb677d4-6d20-4be8-b1c8-8e4696b692a4'} Body: 2018-08-21 07:20:45,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/5a645efc-f07d-40f8-a55a-5c68fe47e5fd 0.346s 2018-08-21 07:20:45,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.44:9696/v2.0/security-groups/5a645efc-f07d-40f8-a55a-5c68fe47e5fd', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0766b8bb-d568-4e86-8540-b983b061a059'} 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-21 07:20:45,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.236s 2018-08-21 07:20:45,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-12995129 description", "name": "tempest-secgroup-smoke-12995129"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40986fa3-4766-4230-bf14-0b860f144391'} Body: {"security_group": {"description": "tempest-secgroup-smoke-12995129 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "updated_at": "2018-08-21T07:20:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:20:45Z", "revision_number": 0, "id": "4ca3e1e0-1553-4667-b0bb-927506d5a305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:20:45Z", "revision_number": 0, "id": "b610b95e-18bc-4cc8-ad68-a4a118aef00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bc078bee-f87f-467e-80ab-638766bf87c8", "name": "tempest-secgroup-smoke-12995129"}} 2018-08-21 07:20:45,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.263s 2018-08-21 07:20:45,651 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95d784de-1c8b-4714-bf3a-7c93d4432ef4'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "661e35bc-7c2f-492d-9443-7d664a7b77c8"}} 2018-08-21 07:20:45,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.196s 2018-08-21 07:20:45,848 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59eb6de3-2adf-4790-9cdd-e8c92041cb83'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "afb121b2-05e3-4bc9-b3a6-0d05173a72ec"}} 2018-08-21 07:20:46,138 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.288s 2018-08-21 07:20:46,138 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90ae888a-8759-4925-8609-bb18e795f5ff'} 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-21T07:20:45Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:45Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "624933ec-076e-402a-bee8-40037a66fa6e"}} 2018-08-21 07:20:46,644 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.505s 2018-08-21 07:20:46,644 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa032c03-c0b4-447a-8655-cc95752317e4'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41510faf-206e-4655-98a3-166d7f559a48"}} 2018-08-21 07:20:46,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:20:46,808 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a29b911b-0055-4100-936d-b8da908d83d1'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "41ba5909-68db-4c3b-b207-8200ab88cf2d"}} 2018-08-21 07:20:46,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.166s 2018-08-21 07:20:46,976 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-61f26233-efa8-4490-ac55-42abd9f4e587'} 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-21T07:20:46Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:46Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1128a788-1abe-4606-9134-f5be4cb74be4"}} 2018-08-21 07:20:47,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:20:47,150 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1aa55d18-5d7d-40d6-b49c-b45f69fd2ab1'} 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-21T07:20:47Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:47Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "25067c00-ba66-4583-a2d6-1c4c068b5390"}} 2018-08-21 07:20:47,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.172s 2018-08-21 07:20:47,323 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-631bd879-8ba2-46d8-b350-ca132b3c40f5'} 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-21T07:20:47Z", "security_group_id": "bc078bee-f87f-467e-80ab-638766bf87c8", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:20:47Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "27fa089c-e741-4ba8-8d03-fbba4e5266d3"}} 2018-08-21 07:20:47,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.271s 2018-08-21 07:20:47,597 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-700102226"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:20:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91be58c9-320e-4e79-b355-59f091c15425'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:20:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b37e7467-f120-44d0-860e-ea718227c828","name":"tempest-A-700102226"}} 2018-08-21 07:20:48,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.552s 2018-08-21 07:20:48,152 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "b37e7467-f120-44d0-860e-ea718227c828", "name": "tempest-subnet-A-1-1919385400"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:20:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58f2604b-7e83-4a18-af2c-2749c78727b9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b37e7467-f120-44d0-860e-ea718227c828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:47Z","dns_nameservers":[],"updated_at":"2018-08-21T07:20: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":"76dbb8415c1d404a9a78c64bb0932f34","id":"efbba91d-646b-4bbe-a27b-4d30307b86be","subnetpool_id":null,"name":"tempest-subnet-A-1-1919385400"}} 2018-08-21 07:20:48,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/networks 0.516s 2018-08-21 07:20:48,670 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-717663757"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:20:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f461f82-316f-4152-8559-e6b683117565'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:20:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","name":"tempest-B-717663757"}} 2018-08-21 07:20:49,242 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.571s 2018-08-21 07:20:49,243 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "name": "tempest-subnet-B-1-1593028962"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:20:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-375b7b8d-da23-4973-83aa-ae1c54ed1ae9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:20:48Z","dns_nameservers":[],"updated_at":"2018-08-21T07:20:48Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"b2a3eb77-f680-41e4-aa28-00a7cf6fba9b","subnetpool_id":null,"name":"tempest-subnet-B-1-1593028962"}} 2018-08-21 07:20:49,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.444s 2018-08-21 07:20:49,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1691291099"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-b3859714-fa90-4ab8-87d0-1767579e98ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3859714-fa90-4ab8-87d0-1767579e98ac'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTHKPfuAw6Pb14uNMJP+htnAg57pYlWWMPCZRL0H6Rzev7RcX2DQdd3R8eruNUXaj3r/4lrbojCg/onywhE6l21urAfDs0nZZLOayxh+DdBBKvSNawou9Ikl4Dvw1EWivBpVphnObeXDlgOtoGJUPnkNpXI0/C9LuICG8FfO6Hz1Pyg6XQsFELU6CxFjBYBq9TVdtjSUUkfhs1HNhYLmYtxxSAihwB58NswU2bgiYBvto73HlgCuusGj/VSZrjSD3uH7G+xmTEI4FlG0gd1b/SiF15lgHuuHeMW2n8LtqnmoFz07RjGvHwnUPDVZdY20oLdUy3sydFE9u93mZji75L Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA0xyj37gMOj29eLjTCT/obZwIOe6WJVljDwmUS9B+kc3r+0XF\n9g0HXd0fHq7jVF2o96/+Ja26IwoP6J8sIROpdtbqwHw7NJ2WSzmssYfg3QQSr0jW\nsKLvSJJeA78NRForwaVaYZzm3lw5YDraBiVD55DaVyNPwvS7iAhvBXzuh89T8oOl\n0LBRC1OgsRYwWAavU1XbY0lFJH4bNRzYWC5mLccUgIocAefDbMFNm4ImAb7aO9x5\nYArrrBo/1Uma40g97h+xvsZkxCOBZRtIHdW/0ohdeZYB7rh3jFtp/C7ap5qBc9O0\nYxrx8J1Dw1WXWNtKC3VMt7MnRRPbvd5mY4u+SwIDAQABAoIBAEkzMQ8tfe/j4IKv\nc11Nr4XyCFguBhnFOLfKFoWDMZ/UyvJBaza5pchCF7xH38MtBp17hKAD8PqdTo7W\nQjLl4mi2dIdxjAXebnJ++QZFmw6HjwMAOpDcriN3vOmHoU4GBg4LC5+1C8gmKi7X\nuSlQWo88hriYIdvzh+LPKc+5Vev4smTgWND/lsKmg7yarPhKITQrcacfjUdOEAnd\nn4Y4eonlgrdyy1QjkAiJIWzkae22NueYCoVGwsJ4ziuyYyJbVoWbw1/NYGxRUInD\noW23Vm0dtacb088Iy8XTiN2GWQbNQTE/Fvb5AP88WV2KawMwDi+whTgcchNm1tlG\nutQdIgECgYEA6wmqw31fgGiM5FBojXfvZyh0Yr47X+dJS1Bp36KlvFA78bxyW+V2\n9IXUioUxgfh0ZAZxhH0KGTBvys76AwOVRYQY2eUUWW4IvnanNCSBrgypkHLsig/E\noXUxnRxQBAkzvG2Xh3XB2pmu7hORLLKIJnpEoD04HBQnEZkUl6j0u0ECgYEA5fCz\nx1FfmSOBZyEc7D+tuo4lZ6wdkpt8BKmO83BF08q08mczs/TMVAP6H59rYEiOltvM\n5gvcRq9ykojw1wsFeEp1DhDA3geKgbyFtOB9hnrLcBkTbB9XCEKzkjDyXeImVJC1\nezj2lby2RSwkZLp6av57MmWknJwHN0ij6KcfkosCgYBDdmvgXs0Zs2i1Y+sOqB08\nU91MNmQee+mKx5MMEMhXjAQYt8lvXSbOutctx1tVffYSe9L7f1R1tHRyFwSl9tJS\nuL7VVC6KGM5DtRT7H3tldNb60jHY0vvSiCvsd6Lz9Zw2+pHi3Mb+stwGE/G4jaoM\nuU2XXNsNHC+2mmTRvzo3wQKBgAG+Zo6fZlsx8rxGewKrpPSiOVRk8MB432Llqkjc\nVBs8EU05TSITPC1y7kWpHtZXFoW8WvxvoJcEo5jK4xCua7cy0Vpu9Bd69Sjwtg7e\nGPWZHsvV1NjgD/fnEZeNOXlOyr2fb1Dk6LHQAY3avNfqthzzmxmRvcLWSBO6QEv2\nYH3rAoGASN0w1Kk3PEdjBlAVkDBuZ8MEccMu0/n4MHpaZP7jHoi3rLxirxOCFJ9M\nAZ/d7kcDImp9K0PsPLu44LvP8CnW9OgCn+ZWxvp38bUe4xLyEw1wJZAMbYcQHwQC\nmHem4BP01rCyFivT4BXMe8EaqSBM3+Wx4Zz+72GDdhTqTD8IfsA=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1691291099", "fingerprint": "2e:40:d4:66:9b:3f:fa:7b:84:fc:30:6e:92:57:da:e9"}} 2018-08-21 07:20:50,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.999s 2018-08-21 07:20:50,692 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-545434882", "security_groups": ["bc078bee-f87f-467e-80ab-638766bf87c8"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:20:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74254836-f118-4789-a37a-4a1fc5dffb66'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:20:50Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b37e7467-f120-44d0-860e-ea718227c828","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:20:50Z","name":"tempest-port-smoke-545434882","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:31:72:57","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"efbba91d-646b-4bbe-a27b-4d30307b86be","ip_address":"10.101.11.10"}],"id":"d78410fa-177c-498d-9beb-0ee772b131da","security_groups":["bc078bee-f87f-467e-80ab-638766bf87c8"],"device_id":""}} 2018-08-21 07:20:52,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.487s 2018-08-21 07:20:52,181 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-1691291099", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b37e7467-f120-44d0-860e-ea718227c828", "port": "d78410fa-177c-498d-9beb-0ee772b131da"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-1c41e095-3c04-4836-9445-e018cc5080aa', 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c41e095-3c04-4836-9445-e018cc5080aa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "adminPass": "X7dZzzcF74Nh"}} 2018-08-21 07:20:52,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.293s 2018-08-21 07:20:52,481 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-0f98a9fa-2401-4f7b-9b15-905a284eef37', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f98a9fa-2401-4f7b-9b15-905a284eef37'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:20:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:54,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.695s 2018-08-21 07:20:54,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': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a762d6ba-e0dc-4352-b8c4-dde5e5ea7d2b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:53Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:54,203 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:20:55,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.361s 2018-08-21 07:20:55,566 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-536eebfd-4dd2-4fb5-8ad6-91843eb010ef'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:55,580 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:20:56,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.403s 2018-08-21 07:20:56,986 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-4e2dab8a-2750-43b0-a396-18ba0256e7ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e2dab8a-2750-43b0-a396-18ba0256e7ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:20:54Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:58,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.348s 2018-08-21 07:20:58,353 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-be27b52d-30c2-4335-884b-916ac39f1b45', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be27b52d-30c2-4335-884b-916ac39f1b45'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:57Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:58,366 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:20:59,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.667s 2018-08-21 07:20:59,036 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-0327c1fa-0201-4aa6-8397-44137d43986d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0327c1fa-0201-4aa6-8397-44137d43986d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:20:57Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:20:59,048 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7d7dda3c-9126-4abe-9fc2-2e761d5f6942 with status: ACTIVE 2018-08-21 07:20:59,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/ports 0.940s 2018-08-21 07:20:59,990 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1831819083", "security_groups": ["bc078bee-f87f-467e-80ab-638766bf87c8"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:20:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3efbda75-90d8-4f50-b6df-09893826401a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:20:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"55fbcae0-97ee-4b5e-ba06-6ec7f26ce201","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:20:59Z","name":"tempest-port-smoke-1831819083","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:68:74:1c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"b2a3eb77-f680-41e4-aa28-00a7cf6fba9b","ip_address":"10.102.21.20"}],"id":"302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc","security_groups":["bc078bee-f87f-467e-80ab-638766bf87c8"],"device_id":""}} 2018-08-21 07:21:01,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.44:8774/v2.1/servers 1.733s 2018-08-21 07:21:01,726 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-1691291099", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "port": "302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-65075fd3-4adf-4eaa-9964-41ca92a57883', 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:20:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65075fd3-4adf-4eaa-9964-41ca92a57883'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "adminPass": "VLoqG47TWvrR"}} 2018-08-21 07:21:02,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.334s 2018-08-21 07:21:02,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-353ab3c2-daf8-4d47-880c-ab1748f3b32f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-353ab3c2-daf8-4d47-880c-ab1748f3b32f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:21:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:03,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.274s 2018-08-21 07:21:03,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': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-268f103b-0d77-458d-9a06-a0ca99d999e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-268f103b-0d77-458d-9a06-a0ca99d999e7'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:03,367 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:21:04,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.162s 2018-08-21 07:21:04,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': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-0d36891e-54c2-44f0-beb1-bac299ab628b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d36891e-54c2-44f0-beb1-bac299ab628b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:04,544 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:21:05,879 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.333s 2018-08-21 07:21:05,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-b130153b-03db-45c9-aeee-c12c5e64dc30', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b130153b-03db-45c9-aeee-c12c5e64dc30'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:21:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:07,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.158s 2018-08-21 07:21:07,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': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-afa2be6c-17d6-4ec5-9a70-100261e363ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afa2be6c-17d6-4ec5-9a70-100261e363ab'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:21:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:07,064 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:21:07,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.408s 2018-08-21 07:21:07,474 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-7413379c-61f4-4510-9d75-5f81423593dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7413379c-61f4-4510-9d75-5f81423593dc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:21:06Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:21:07,488 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9cb993c7-6080-45b8-aa6d-80ba7a943430 with status: ACTIVE 2018-08-21 07:21:07,620 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.131s 2018-08-21 07:21:07,621 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1915870941", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17bfa9d5-4006-4e5a-9479-deaec86b8608'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:07Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:07Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee", "name": "tempest-router--1915870941"}} 2018-08-21 07:21:09,180 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee 1.559s 2018-08-21 07:21:09,181 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee', u'date': 'Tue, 21 Aug 2018 07:21:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04d0c11a-365a-4c0b-b040-73bf7abd8374'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:07Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:08Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee", "name": "tempest-router--1915870941"}} 2018-08-21 07:21:11,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/add_router_interface 2.433s 2018-08-21 07:21:11,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:21:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fbad9ed7-7192-4876-accc-a6e4a13f8444'} Body: {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b", "subnet_ids": ["b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"], "port_id": "d7c07a27-0136-4fde-a4e0-40d8b3c0a07d", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee"} 2018-08-21 07:21:12,035 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.418s 2018-08-21 07:21:12,035 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:21:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dfbdc53b-3bd2-499b-a3c8-58d35224a347'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "7e67197b-c5b2-49d9-8edc-89da5e04a393"}} 2018-08-21 07:21:12,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations 0.676s 2018-08-21 07:21:12,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations', u'date': 'Tue, 21 Aug 2018 07:21:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ba19ccb-612e-4bea-b4a9-1a04d10c6f9b'} Body: {"network_association": {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "id": "4ef7c63c-852f-46a2-98be-316ac4d7118d"}} 2018-08-21 07:21:13,632 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations 0.917s 2018-08-21 07:21:13,632 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/7e67197b-c5b2-49d9-8edc-89da5e04a393/network_associations', u'date': 'Tue, 21 Aug 2018 07:21:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-008d4803-ce3e-474d-babd-bf47b7c05337'} Body: {"network_association": {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "id": "7e897f31-43df-46c7-bf47-75a5720fbfc1"}} 2018-08-21 07:21:13,633 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:21:13,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/routers 0.165s 2018-08-21 07:21:13,799 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--483769592", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:21:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-121e1842-ec54-4318-bcfd-d162d70c4dae'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:13Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:13Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "name": "tempest-router--483769592"}} 2018-08-21 07:21:15,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3 1.450s 2018-08-21 07:21:15,251 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3', u'date': 'Tue, 21 Aug 2018 07:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2156bff-8edb-4bb7-8aae-0c249db96117'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:13Z", "admin_state_up": true, "updated_at": "2018-08-21T07:21:14Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "name": "tempest-router--483769592"}} 2018-08-21 07:21:17,488 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/add_router_interface 2.235s 2018-08-21 07:21:17,488 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:21:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6998435c-e31e-4633-9085-ad36caee01ad'} Body: {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be", "subnet_ids": ["efbba91d-646b-4bbe-a27b-4d30307b86be"], "port_id": "24bd6d1e-9d77-4348-8655-6b355922b093", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3"} 2018-08-21 07:21:19,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.859s 2018-08-21 07:21:19,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "d78410fa-177c-498d-9beb-0ee772b131da"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:21:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-883488f2-7592-4936-b3dd-81d0414d4758'} Body: {"floatingip": {"router_id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:21:18Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "d78410fa-177c-498d-9beb-0ee772b131da", "id": "91a08693-edad-46c4-b8b4-5848c4569209", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:21:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:21:19,350 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:21:35,389 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:21:35,454 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:21:35,486 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:21:35,602 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-21 07:21:35,603 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:21:35,606 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:21:35,668 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:21:35,670 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:21:40,677 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:21:40,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.208. 2018-08-21 07:22:50,728 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-21 07:22:50,729 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:22:50,733 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:22:50,836 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:22:50,861 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:22:55,868 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:22:55,868 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-21 07:24:05,927 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:24:05,928 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-21 07:24:05,928 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:05,934 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,035 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,061 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,069 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:24:06,070 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c6:24 [ether] on eth0 2018-08-21 07:24:06,070 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-21 07:24:06,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,075 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,135 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,139 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,148 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:24:06,149 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-21 07:24:06,149 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,151 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,211 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,215 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,220 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-21 07:24:06,221 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,283 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,287 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:06,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:24:06,293 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:3d:c6:24 [ether] on eth0 2018-08-21 07:24:06,294 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-21 07:24:06,294 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:24:06,296 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:24:06,359 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:24:06,361 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:24:11,370 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:24:11,371 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-21 07:25:21,409 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-21 07:25:21,410 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.208:22' as 'cirros' with public key authentication 2018-08-21 07:25:21,413 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:25:21,472 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:25:21,477 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.208 successfully created 2018-08-21 07:25:26,484 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.208 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-21 07:25:26,485 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.208. 2018-08-21 07:26:36,538 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:26:36,540 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.208: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:26:36.540 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-21 07:26:36.540 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:26:38,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/91a08693-edad-46c4-b8b4-5848c4569209 1.702s 2018-08-21 07:26:38,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/91a08693-edad-46c4-b8b4-5848c4569209', u'date': 'Tue, 21 Aug 2018 07:26:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-53c89601-47cb-4676-8125-0a9a5634965e'} Body: 2018-08-21 07:26:40,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/remove_router_interface 2.250s 2018-08-21 07:26:40,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:26:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fe3b1ed-cd79-4b5b-bf1d-6d0e97b9fed1'} Body: {"network_id": "b37e7467-f120-44d0-860e-ea718227c828", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "efbba91d-646b-4bbe-a27b-4d30307b86be", "subnet_ids": ["efbba91d-646b-4bbe-a27b-4d30307b86be"], "port_id": "24bd6d1e-9d77-4348-8655-6b355922b093", "id": "5939dca1-c089-4a83-86c9-7e6c42cd93c3"} 2018-08-21 07:26:42,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3 1.750s 2018-08-21 07:26:42,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/5939dca1-c089-4a83-86c9-7e6c42cd93c3', u'date': 'Tue, 21 Aug 2018 07:26:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-19a82fbe-eac6-4fa1-be9c-19660023b02f'} Body: 2018-08-21 07:26:44,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/remove_router_interface 1.936s 2018-08-21 07:26:44,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:26:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e800f6e8-88ba-4f6d-8b32-2cc2085d9b22'} Body: {"network_id": "55fbcae0-97ee-4b5e-ba06-6ec7f26ce201", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "b2a3eb77-f680-41e4-aa28-00a7cf6fba9b", "subnet_ids": ["b2a3eb77-f680-41e4-aa28-00a7cf6fba9b"], "port_id": "d7c07a27-0136-4fde-a4e0-40d8b3c0a07d", "id": "a483965e-e6a3-41bc-a5ee-844efdf312ee"} 2018-08-21 07:26:45,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee 1.422s 2018-08-21 07:26:45,611 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/a483965e-e6a3-41bc-a5ee-844efdf312ee', u'date': 'Tue, 21 Aug 2018 07:26:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e795489-1e70-4944-87b4-ee8bc02ebb41'} Body: 2018-08-21 07:26:46,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.767s 2018-08-21 07:26:46,379 63 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-f720fa53-758a-4fe9-b24b-721c2f5774b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f720fa53-758a-4fe9-b24b-721c2f5774b3'} Body: 2018-08-21 07:26:46,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.441s 2018-08-21 07:26:46,821 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-35ea335d-432f-47fc-ac30-5ddc1e168042', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35ea335d-432f-47fc-ac30-5ddc1e168042'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-717663757": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:74:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:26:46Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:26:48,381 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.543s 2018-08-21 07:26:48,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': '200', u'content-length': '1348', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-1612f7c8-373a-43b5-9946-7aefe30825c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1612f7c8-373a-43b5-9946-7aefe30825c6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-21T07:21:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "9cb993c7-6080-45b8-aa6d-80ba7a943430", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:26:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": "2018-08-21T07:26:47.000000", "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-2", "created": "2018-08-21T07:21:01Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:26:48,395 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-21 07:26:49,440 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430 0.043s 2018-08-21 07:26:49,441 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.44:8774/v2.1/servers/9cb993c7-6080-45b8-aa6d-80ba7a943430', u'x-compute-request-id': 'req-9b48db39-3f7c-4c73-b173-d8d999c7684d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-9b48db39-3f7c-4c73-b173-d8d999c7684d'} Body: {"itemNotFound": {"message": "Instance 9cb993c7-6080-45b8-aa6d-80ba7a943430 could not be found.", "code": 404}} 2018-08-21 07:26:50,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc 1.056s 2018-08-21 07:26:50,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/302a08a4-f0bb-45ca-8b75-fbfdc5c31cfc', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-807d7d10-4b53-4f67-9590-b20a62836e20'} Body: 2018-08-21 07:26:50,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.219s 2018-08-21 07:26:50,719 63 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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-f456e60d-48a5-455a-bb70-d0e0f83cf77b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f456e60d-48a5-455a-bb70-d0e0f83cf77b'} Body: 2018-08-21 07:26:51,174 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.454s 2018-08-21 07:26:51,175 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-6b261812-3732-4c28-a41f-52bf223e29a1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b261812-3732-4c28-a41f-52bf223e29a1'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-700102226": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:72:57", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:20:57.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "7d7dda3c-9126-4abe-9fc2-2e761d5f6942", "security_groups": [{"name": "tempest-secgroup-smoke-12995129"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:26:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1691291099", "name": "server-1", "created": "2018-08-21T07:20:52Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:26:52,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942 0.043s 2018-08-21 07:26:52,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/7d7dda3c-9126-4abe-9fc2-2e761d5f6942', u'x-compute-request-id': 'req-bb7ec59b-9252-414c-adcb-f58756d1697d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bb7ec59b-9252-414c-adcb-f58756d1697d'} Body: {"itemNotFound": {"message": "Instance 7d7dda3c-9126-4abe-9fc2-2e761d5f6942 could not be found.", "code": 404}} 2018-08-21 07:26:52,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/d78410fa-177c-498d-9beb-0ee772b131da 0.609s 2018-08-21 07:26:52,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/d78410fa-177c-498d-9beb-0ee772b131da', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-34461cb3-4a9d-425e-a429-efb2ec7b27a3'} Body: 2018-08-21 07:26:52,870 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1691291099 0.024s 2018-08-21 07:26:52,870 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1691291099', u'x-compute-request-id': 'req-eae7130c-3fab-4b10-9dda-ebac1040487d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:26:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eae7130c-3fab-4b10-9dda-ebac1040487d'} Body: 2018-08-21 07:26:54,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/b2a3eb77-f680-41e4-aa28-00a7cf6fba9b 1.739s 2018-08-21 07:26:54,611 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/b2a3eb77-f680-41e4-aa28-00a7cf6fba9b', u'date': 'Tue, 21 Aug 2018 07:26:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f42bceba-0e8e-47b4-bd7f-c8d9f4a96377'} Body: 2018-08-21 07:26:56,575 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/55fbcae0-97ee-4b5e-ba06-6ec7f26ce201 1.963s 2018-08-21 07:26:56,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', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/55fbcae0-97ee-4b5e-ba06-6ec7f26ce201', u'date': 'Tue, 21 Aug 2018 07:26:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cec93c65-ca70-4012-8f1b-71e5c41b95b2'} Body: 2018-08-21 07:26:57,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/efbba91d-646b-4bbe-a27b-4d30307b86be 0.984s 2018-08-21 07:26:57,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/efbba91d-646b-4bbe-a27b-4d30307b86be', u'date': 'Tue, 21 Aug 2018 07:26:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4515b658-92c2-4c91-8071-bdfc79131a6b'} Body: 2018-08-21 07:26:59,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b37e7467-f120-44d0-860e-ea718227c828 2.179s 2018-08-21 07:26:59,743 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b37e7467-f120-44d0-860e-ea718227c828', u'date': 'Tue, 21 Aug 2018 07:26:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-779246c4-7c6c-4dc7-8f2d-808b3b9de355'} Body: 2018-08-21 07:27:00,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/bc078bee-f87f-467e-80ab-638766bf87c8 0.298s 2018-08-21 07:27:00,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/bc078bee-f87f-467e-80ab-638766bf87c8', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbfbff93-d1a0-4d89-b9a4-d454d34b0619'} 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-21 07:27:00,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.295s 2018-08-21 07:27:00,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1831217330 description", "name": "tempest-secgroup-smoke-1831217330"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1fa5e7a-24dc-4305-a748-31cdba914c5d'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1831217330 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "updated_at": "2018-08-21T07:27:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:27:00Z", "revision_number": 0, "id": "8a841723-f0f7-45d7-8078-3585529926a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:27:00Z", "revision_number": 0, "id": "af958ee5-753e-43b3-a952-6cdc3c69dc61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "name": "tempest-secgroup-smoke-1831217330"}} 2018-08-21 07:27:00,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.353s 2018-08-21 07:27:00,719 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-969363fb-81bd-4ba6-bde3-129b339995e6'} 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-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "55b2b59c-8279-4f90-a68f-af76a1884b4b"}} 2018-08-21 07:27:00,902 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.182s 2018-08-21 07:27:00,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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-73fe187c-5204-4c44-8b0d-00c2ec699f33'} 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-21T07:27:00Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:00Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8aaead34-6c45-4a59-a2e0-c4c731269daa"}} 2018-08-21 07:27:01,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.171s 2018-08-21 07:27:01,075 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c27c8b5b-24d7-4772-bb1f-e1f43028d6ad'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8709e53d-513f-4847-a579-2d31976b0310"}} 2018-08-21 07:27:01,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.197s 2018-08-21 07:27:01,273 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-272163cf-42d1-4866-b1b9-d91eada2fa38'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6091464c-e8b9-4ab6-ae04-6f76a5fb6966"}} 2018-08-21 07:27:01,427 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 07:27:01,428 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f9eed4b-4335-49ad-9ea1-b886aebe978b'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3d106365-4a56-4582-9ec1-5953e47316c5"}} 2018-08-21 07:27:01,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:27:01,583 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97f2a2a7-dd55-4ca9-99db-b1ccef5aa589'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ecb5e39f-087d-4b55-a490-857dedbc1ce0"}} 2018-08-21 07:27:01,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.138s 2018-08-21 07:27:01,723 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0701a4d9-ec23-4376-8be0-46be941a448a'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ca7e6a00-2f9d-43b0-8eec-19fdbaa7adc7"}} 2018-08-21 07:27:01,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.176s 2018-08-21 07:27:01,900 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11b82f4b-5c12-4ccb-b72e-39bc0a2a3afb'} 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-21T07:27:01Z", "security_group_id": "419f990c-8d83-41a2-8a03-70372c7b4a34", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:01Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e3cb81a5-dba6-482a-8bda-389649089358"}} 2018-08-21 07:27:02,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/networks 0.208s 2018-08-21 07:27:02,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1158048195"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:27:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d3ec29f-7c03-40c0-813e-9d4095dd3b89'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:27:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","name":"tempest-A-1158048195"}} 2018-08-21 07:27:02,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.777s 2018-08-21 07:27:02,890 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "name": "tempest-subnet-A-1-40836629"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:27:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742c4cb1-b1a5-4fa0-9e64-ae4da3b06fb6'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:02Z","dns_nameservers":[],"updated_at":"2018-08-21T07:27:02Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"a3b86f91-662a-44ee-b706-1de6c51829e4","subnetpool_id":null,"name":"tempest-subnet-A-1-40836629"}} 2018-08-21 07:27:03,149 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/networks 0.258s 2018-08-21 07:27:03,150 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1310595289"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:27:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3f71b55-b2ca-45fe-b556-409af95cef82'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:27:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","name":"tempest-B-1310595289"}} 2018-08-21 07:27:04,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.301s 2018-08-21 07:27:04,453 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "name": "tempest-subnet-B-1-382139856"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:27:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57015ce0-3f07-45c5-8e84-a84c77db6008'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:03Z","dns_nameservers":[],"updated_at":"2018-08-21T07:27:03Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"ad82224f-0f67-4679-be19-7f95a2c7f930","subnetpool_id":null,"name":"tempest-subnet-B-1-382139856"}} 2018-08-21 07:27:04,609 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.155s 2018-08-21 07:27:04,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-82630673"}} Response - Headers: {'status': '200', u'content-length': '2307', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01ef0aa8-2067-4f74-8b5f-a1f0880958e9'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChmwKGc/5SIL5vxXxAMhezmKvHzq57RftfvAmC2lysl0GpMrCaSjhnRAUf+0L1dqOGnCkQ0N6MFAlJ78pFAf5mYGcKvSHdodmFYlC+ZRAvCFF5Yb4sbxmZ1aF60S9Ls6oz1c8ITG7vtHhHnSZ7O/0ira8wCWcihBegXME4Uj9eJLjq++7HFXg1LCLeliPhGWsGn9IE7+9wJbLQ8wRY0AoWWnHrfg9k9uO7RB0NVBGtJXwXMzR5vb+PD13T6Jr5xRoXg89iygYtWdoZIuNCOVBWCrr5nymmhTWWs9TX0TW+hdLbbwkByFhgPVUdVtoHva/fOjYeKGM5HEsS3bC7revB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoZsChnP+UiC+b8V8QDIXs5irx86ue0X7X7wJgtpcrJdBqTKw\nmko4Z0QFH/tC9XajhpwpENDejBQJSe/KRQH+ZmBnCr0h3aHZhWJQvmUQLwhReWG+\nLG8ZmdWhetEvS7OqM9XPCExu77R4R50mezv9Iq2vMAlnIoQXoFzBOFI/XiS46vvu\nxxV4NSwi3pYj4RlrBp/SBO/vcCWy0PMEWNAKFlpx634PZPbju0QdDVQRrSV8FzM0\neb2/jw9d0+ia+cUaF4PPYsoGLVnaGSLjQjlQVgq6+Z8ppoU1lrPU19E1voXS228J\nAchYYD1VHVbaB72v3zo2HihjORxLEt2wu63rwQIDAQABAoIBAEQ+zcYx3ciZA1L4\nNwx1GwVBB+oNIin0178KDYow5MoN5jCps2K0zTTuyKtE1HYMb+o8sCrlydWl8HZE\nyUpzGRfqxhkG3fJWkyF871Q4Ial6/c0gtcrV8B3C1bqj9DEn4kyZkiCTBpY7xD+Z\n4dJQ9wlaB41lqyQsXD3gbch3E0OR2qVgj/Q6qDTOg+FhOCXxScyulNKLmKa9XCXb\ns6IDM+BEmzYdd9nvLsujXkLNA8Ue7NNUkoYsOkyiKx5/wAH0PWrC1bTYEmCrJkyv\neP6XawfikHXAs61wS4mdNJ2E/yyGg2kmNGFILhKw+35WoQwLaVhziBSBQqw9AGay\nWVXyjnECgYEAzqYee81OMW98hlVPwOO5EKask9hPls7XjNc+r3gkCyT5N+nNMs1l\nJp0CUUhhDk1gbgsgoMQHojeXGK8tnuBlW13DzVj1X4Gj0mUS95+fE3ZBV4heopWo\nfQfag0YMFyMBjcKdW8LYPMxFBtvrz0464YCA4ZhJGCYN9bGEJbo9WO8CgYEAyDMT\nWF2duM9RVIk6T4klv4Nt4eyKCvvAJ3/nOqqD6GpAvuu+bB5xD7ZOIuIck7CNR003\nQ26vCxfKCpqfGdS8zgQBfizHYBsQzLDKMp5FDL6CYhIKmyMHe8ADsxM3cRo5fo92\nMx1yuN+kjjJzX1rcoNMnSbf+h0u+Cd3wWlk0Jk8CgYAqOifghIOF9pIroSM6903J\n6UU6sOkSmBHT5egZUyOKY3PJySz1RKN20H64vWGX2pfp5Lw2HdixfUqS8LkRzijo\nErEANT1u1r7zL1RA5Y1MHM4dZPBxqMNVSVWNnbK6x5x5q1scdSRayCMS073MDuBZ\nVDkB4GyPUrdnjW7DhtsiYQKBgHTldedECoNN8qRU2Ip2f2cbG/8uOdB9/U5THbYg\nuJLt785LIs5I3CWbgnZV5u/JyESY7qreJzFn+55DeKEBmhkFN8Xv6Z7RTvbmR7pU\ntebiGomfFThOtODqVn6qutW8xVOD+zWPfVw7of8xsDI+gNMbWDZwTBu9+0IRqHVo\n3s17AoGAFtbyIH96GV3ALWOQh6hGpOV/v2P6OhP+VFVs81AutWOtBbRyc1qDnoeY\n+AK8jOb6IQLL6QUKyFxqM99+TVm4texKfbr/+08Z56A10pb1P4OGvRpYrXlkdE+M\nrU5OsSrUX9HrAR3AfDNtMmO3N4QibpNctzMaW9XLgVn38oguUqI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-82630673", "fingerprint": "15:90:36:34:63:a2:4b:82:14:8b:52:ad:0e:e7:1a:3a"}} 2018-08-21 07:27:06,124 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/ports 1.511s 2018-08-21 07:27:06,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1657842185", "security_groups": ["419f990c-8d83-41a2-8a03-70372c7b4a34"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:27:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e62e1fd4-c164-4182-a741-d1fea7301ae3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:27:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"80e49dfa-9b36-4c83-8154-a268c3ca2e47","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:27:05Z","name":"tempest-port-smoke-1657842185","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:99:01","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"a3b86f91-662a-44ee-b706-1de6c51829e4","ip_address":"10.101.11.10"}],"id":"3e3bcec2-2a67-4219-8f60-56a5e1a75855","security_groups":["419f990c-8d83-41a2-8a03-70372c7b4a34"],"device_id":""}} 2018-08-21 07:27:08,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.44:8774/v2.1/servers 2.206s 2018-08-21 07:27:08,333 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-82630673", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "port": "3e3bcec2-2a67-4219-8f60-56a5e1a75855"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-2987ed34-df56-41e2-b30f-225d91c37476', 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2987ed34-df56-41e2-b30f-225d91c37476'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "adminPass": "86GddTHL9U3m"}} 2018-08-21 07:27:08,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.248s 2018-08-21 07:27:08,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-bd2e5cbc-576f-4883-83aa-4911d66f97f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd2e5cbc-576f-4883-83aa-4911d66f97f5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:09,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.294s 2018-08-21 07:27:09,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': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-d1da6eae-1fde-4581-b6e6-f486d11072d3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1da6eae-1fde-4581-b6e6-f486d11072d3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:09Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:09,916 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:27:11,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.757s 2018-08-21 07:27:11,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7215b9b-dd68-48ed-b0fe-f672ffac3e1a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:11,690 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:27:13,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.331s 2018-08-21 07:27:13,024 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-4b284083-1142-4400-9b9b-c1f811cf6cbf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b284083-1142-4400-9b9b-c1f811cf6cbf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:14,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.641s 2018-08-21 07:27:14,682 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3f84d5a-55fb-4c47-94fd-454be8ee06a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:10Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:16,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.341s 2018-08-21 07:27:16,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': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-acac5c0b-45c9-4cb6-9449-72de0611d9c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acac5c0b-45c9-4cb6-9449-72de0611d9c1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:16,051 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:27:16,412 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.359s 2018-08-21 07:27:16,413 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-22018d1e-90f5-4865-8c68-174a918a5b32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22018d1e-90f5-4865-8c68-174a918a5b32'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:14Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:16,428 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e7888961-3448-4b0e-88cb-6cf3664a07f9 with status: ACTIVE 2018-08-21 07:27:17,665 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/ports 1.237s 2018-08-21 07:27:17,666 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2102883404", "security_groups": ["419f990c-8d83-41a2-8a03-70372c7b4a34"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:27:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-805b6715-0aea-41c2-8de4-554f2fbe893e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:27:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:27:16Z","name":"tempest-port-smoke-2102883404","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:87:3d:4b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"ad82224f-0f67-4679-be19-7f95a2c7f930","ip_address":"10.102.21.20"}],"id":"f22e9645-98b3-4fef-913a-2e8ad85c84a6","security_groups":["419f990c-8d83-41a2-8a03-70372c7b4a34"],"device_id":""}} 2018-08-21 07:27:18,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.44:8774/v2.1/servers 1.297s 2018-08-21 07:27:18,965 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-82630673", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "port": "f22e9645-98b3-4fef-913a-2e8ad85c84a6"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-df4c41da-b2b8-40f5-a675-221cb80cd8bd', 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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df4c41da-b2b8-40f5-a675-221cb80cd8bd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "adminPass": "cyTyNzSWd3hP"}} 2018-08-21 07:27:19,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.081s 2018-08-21 07:27:19,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-11701de6-5ef9-4942-a6b9-abd66abafef9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11701de6-5ef9-4942-a6b9-abd66abafef9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:20,374 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.307s 2018-08-21 07:27:20,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-6be20fd0-57b2-4433-a250-3459fd44b96d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6be20fd0-57b2-4433-a250-3459fd44b96d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:27:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:21,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.143s 2018-08-21 07:27:21,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1398', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a3d7e5c-1bda-43e0-9011-c6d60d671c81'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:20Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:21,548 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 07:27:22,698 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.148s 2018-08-21 07:27:22,698 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-0a0ad6cb-259c-4328-9a34-1da03bb2181d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a0ad6cb-259c-4328-9a34-1da03bb2181d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:22,711 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:27:23,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.159s 2018-08-21 07:27:23,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': '1386', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-4b31c113-7439-4d34-8357-d8a28461d2dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b31c113-7439-4d34-8357-d8a28461d2dc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:27:21Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:25,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.429s 2018-08-21 07:27:25,318 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-1c48b3fd-27dd-455b-8926-9aab7a64a30e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c48b3fd-27dd-455b-8926-9aab7a64a30e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:25,337 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:27:25,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.154s 2018-08-21 07:27:25,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-08646473-18d3-4c90-b9a6-76388df8de8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:27:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08646473-18d3-4c90-b9a6-76388df8de8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:27:24Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:27:25,504 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 78a5e4f3-e298-4ffe-9607-6e22b28fd3de with status: ACTIVE 2018-08-21 07:27:25,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/routers 0.157s 2018-08-21 07:27:25,664 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--279848187", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:27:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1d642a5-7472-49e7-9411-ed5c1c201038'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:25Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:25Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c", "name": "tempest-router--279848187"}} 2018-08-21 07:27:27,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 1.610s 2018-08-21 07:27:27,276 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95de871e-a243-449f-96c5-79412fcffd2c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:25Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:27Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c", "name": "tempest-router--279848187"}} 2018-08-21 07:27:29,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/add_router_interface 2.360s 2018-08-21 07:27:29,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30974b47-3f9b-4fc1-987e-a34fe6f01712'} Body: {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930", "subnet_ids": ["ad82224f-0f67-4679-be19-7f95a2c7f930"], "port_id": "6ef18db0-b1a0-4df5-86c7-d855e90ec06f", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c"} 2018-08-21 07:27:30,089 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.450s 2018-08-21 07:27:30,090 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:27:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67201c5e-b46e-4ca8-939c-e07e29859cc3'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "cd9b97c2-2dcb-46d1-b461-37147cb04355"}} 2018-08-21 07:27:30,489 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations 0.398s 2018-08-21 07:27:30,490 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations', u'date': 'Tue, 21 Aug 2018 07:27:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-15929df9-17ae-46f7-8114-64dc7cee4d6d'} Body: {"network_association": {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "id": "814e158b-8f5d-4dee-9ea6-196ab3ac457c"}} 2018-08-21 07:27:31,493 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations 1.002s 2018-08-21 07:27:31,494 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/cd9b97c2-2dcb-46d1-b461-37147cb04355/network_associations', u'date': 'Tue, 21 Aug 2018 07:27:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3095eaa3-18d6-45c5-9fc6-19ec20e4dc37'} Body: {"network_association": {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "id": "c3336b27-7437-433b-b207-df89a28cf0f4"}} 2018-08-21 07:27:31,495 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:27:31,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.44:9696/v2.0/ports?device_id=8be0d854-5c4e-404c-abeb-65858521eb2c 0.356s 2018-08-21 07:27:31,853 63 DEBUG [tempest.lib.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.44:9696/v2.0/ports?device_id=8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7539768c-e855-4b92-8448-97ed47390edf'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1719d694-2880-4b8f-b52b-65ac2a01ead9","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:27:28Z","admin_state_up":true,"updated_at":"2018-08-21T07:27:28Z","binding:vnic_type":"normal","device_id":"8be0d854-5c4e-404c-abeb-65858521eb2c","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:6d:e5:86","id":"6ef18db0-b1a0-4df5-86c7-d855e90ec06f","port_security_enabled":false,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"ad82224f-0f67-4679-be19-7f95a2c7f930","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-21 07:27:33,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface 1.317s 2018-08-21 07:27:33,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa9c8c3a-5e9e-43c1-8f94-acdd4c75b6e2'} Body: {"network_id": "1719d694-2880-4b8f-b52b-65ac2a01ead9", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930", "subnet_ids": ["ad82224f-0f67-4679-be19-7f95a2c7f930"], "port_id": "6ef18db0-b1a0-4df5-86c7-d855e90ec06f", "id": "8be0d854-5c4e-404c-abeb-65858521eb2c"} 2018-08-21 07:27:34,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 1.581s 2018-08-21 07:27:34,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:27:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e577d7cb-3a6b-43ff-a2db-610c25ae35fe'} Body: 2018-08-21 07:27:34,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/routers 0.237s 2018-08-21 07:27:34,994 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1306898570", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:27:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a55d3412-3f23-4a8f-a99a-aa4857ab84f0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:34Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:34Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "name": "tempest-router--1306898570"}} 2018-08-21 07:27:36,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3 1.459s 2018-08-21 07:27:36,456 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3', u'date': 'Tue, 21 Aug 2018 07:27:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de3a78eb-23a6-442c-b49f-ea2f3d2a8b20'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:34Z", "admin_state_up": true, "updated_at": "2018-08-21T07:27:36Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "name": "tempest-router--1306898570"}} 2018-08-21 07:27:38,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/add_router_interface 2.322s 2018-08-21 07:27:38,780 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:27:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ee8bd5b-f2c0-4717-bd42-4914de99d0e4'} Body: {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4", "subnet_ids": ["a3b86f91-662a-44ee-b706-1de6c51829e4"], "port_id": "6d6a759f-489a-47a0-a57d-ed57610f7571", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3"} 2018-08-21 07:27:40,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.717s 2018-08-21 07:27:40,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "3e3bcec2-2a67-4219-8f60-56a5e1a75855"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:27:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3234da89-497b-4b92-a115-0afd2f8f3c85'} Body: {"floatingip": {"router_id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:27:39Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "3e3bcec2-2a67-4219-8f60-56a5e1a75855", "id": "87c08b1f-44df-4ef9-9cd7-4679a2e9294f", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:27:39Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:27:40,501 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:27:56,538 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:27:56,606 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:27:56,635 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:27: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-21 07:27:56,750 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:27:56,753 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:27:56,816 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:27:56,821 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:28:01,828 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:28:01,828 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. 2018-08-21 07:29:11,858 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-21 07:29:11,859 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:29:11,863 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:29:11,962 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:29:11,993 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:29:17,000 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:29:17,001 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. 2018-08-21 07:30:27,070 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:30:27,070 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-21 07:30:27,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,075 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,174 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,203 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,210 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:30:27,210 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:40:02:15 [ether] on eth0 2018-08-21 07:30:27,211 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-21 07:30:27,212 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,214 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,275 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,278 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,287 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:30:27,287 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-21 07:30:27,288 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,290 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,351 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,354 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,360 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-21 07:30:27,361 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,363 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,423 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,427 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:27,432 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:30:27,433 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:40:02:15 [ether] on eth0 2018-08-21 07:30:27,433 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-21 07:30:27,434 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:30:27,435 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:30:27,495 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:30:27,503 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:30:32,509 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:30:32,510 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. 2018-08-21 07:31:42,571 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-21 07:31:42,572 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-21 07:31:42,579 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:31:42,680 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:31:42,705 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.207 successfully created 2018-08-21 07:31:47,719 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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 2018-08-21 07:31:47,720 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. 2018-08-21 07:32:57,748 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:32:57,750 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.207: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:32:57.750 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-21 07:32:57.750 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:32:58,832 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/87c08b1f-44df-4ef9-9cd7-4679a2e9294f 1.080s 2018-08-21 07:32:58,833 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/87c08b1f-44df-4ef9-9cd7-4679a2e9294f', u'date': 'Tue, 21 Aug 2018 07:32:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c9ffc61f-eefd-4281-b1b9-ac1ef71201ee'} Body: 2018-08-21 07:33:00,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/remove_router_interface 2.127s 2018-08-21 07:33:00,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd9fb4bf-bac9-45e1-992a-040193ca8ee5'} Body: {"network_id": "80e49dfa-9b36-4c83-8154-a268c3ca2e47", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "a3b86f91-662a-44ee-b706-1de6c51829e4", "subnet_ids": ["a3b86f91-662a-44ee-b706-1de6c51829e4"], "port_id": "6d6a759f-489a-47a0-a57d-ed57610f7571", "id": "cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3"} 2018-08-21 07:33:02,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3 1.508s 2018-08-21 07:33:02,472 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/cf4905d6-5afa-47c2-ab87-f0c6ce1f0cd3', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e38fd4a7-4904-48b3-a9c5-31b99090ccd6'} Body: 2018-08-21 07:33:02,522 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface 0.049s 2018-08-21 07:33:02,522 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "ad82224f-0f67-4679-be19-7f95a2c7f930"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44c0e098-7852-45b3-99f6-75604eaf45da'} Body: {"NeutronError": {"message": "Router 8be0d854-5c4e-404c-abeb-65858521eb2c could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-21 07:33:02,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c 0.046s 2018-08-21 07:33:02,570 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.44:9696/v2.0/routers/8be0d854-5c4e-404c-abeb-65858521eb2c', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acc97ccf-e96b-42d4-ac12-b33cbd411502'} Body: {"NeutronError": {"message": "Router 8be0d854-5c4e-404c-abeb-65858521eb2c could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-21 07:33:02,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.409s 2018-08-21 07:33:02,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-c87cfc4e-59d4-4b8d-8798-b00af133d251', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87cfc4e-59d4-4b8d-8798-b00af133d251'} Body: 2018-08-21 07:33:03,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.756s 2018-08-21 07:33:03,738 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-a6741e9d-4a73-4a0c-a4e9-67e327604afd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6741e9d-4a73-4a0c-a4e9-67e327604afd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:02Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:05,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.530s 2018-08-21 07:33:05,283 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78f87ec1-1deb-42ec-b41e-8bc10d61fdd5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1310595289": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:3d:4b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "78a5e4f3-e298-4ffe-9607-6e22b28fd3de", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:03Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-2", "created": "2018-08-21T07:27:18Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:06,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de 0.052s 2018-08-21 07:33:06,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/78a5e4f3-e298-4ffe-9607-6e22b28fd3de', u'x-compute-request-id': 'req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4e2b35c3-d036-4e9e-8781-8ac7af561e6a'} Body: {"itemNotFound": {"message": "Instance 78a5e4f3-e298-4ffe-9607-6e22b28fd3de could not be found.", "code": 404}} 2018-08-21 07:33:06,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/f22e9645-98b3-4fef-913a-2e8ad85c84a6 0.575s 2018-08-21 07:33:06,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/f22e9645-98b3-4fef-913a-2e8ad85c84a6', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7dcb3ee-05af-40b6-adea-b3243bbe2509'} Body: 2018-08-21 07:33:07,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.190s 2018-08-21 07:33:07,119 63 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-9f04ace6-7abc-4eba-acba-c02b36801104', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f04ace6-7abc-4eba-acba-c02b36801104'} Body: 2018-08-21 07:33:07,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.371s 2018-08-21 07:33:07,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': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-4cba7f25-095f-4cd2-8dcc-362a15f65e12', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4cba7f25-095f-4cd2-8dcc-362a15f65e12'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "security_groups": [{"name": "tempest-secgroup-smoke-1831217330"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:07Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:09,781 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 1.274s 2018-08-21 07:33:09,782 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-7da5a3e9-10be-4e71-af9c-a18d5a59be76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7da5a3e9-10be-4e71-af9c-a18d5a59be76'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1158048195": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:99:01", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:27:14.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e7888961-3448-4b0e-88cb-6cf3664a07f9", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:07Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82630673", "name": "server-1", "created": "2018-08-21T07:27:08Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:10,841 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9 0.041s 2018-08-21 07:33:10,842 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.44:8774/v2.1/servers/e7888961-3448-4b0e-88cb-6cf3664a07f9', u'x-compute-request-id': 'req-252fff70-6d56-4941-871e-29b776ab67ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:10 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-252fff70-6d56-4941-871e-29b776ab67ad'} Body: {"itemNotFound": {"message": "Instance e7888961-3448-4b0e-88cb-6cf3664a07f9 could not be found.", "code": 404}} 2018-08-21 07:33:11,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/3e3bcec2-2a67-4219-8f60-56a5e1a75855 0.917s 2018-08-21 07:33:11,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/3e3bcec2-2a67-4219-8f60-56a5e1a75855', u'date': 'Tue, 21 Aug 2018 07:33:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad9c7332-8bb1-487a-9c72-cbcdefcabb43'} Body: 2018-08-21 07:33:11,827 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82630673 0.066s 2018-08-21 07:33:11,828 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82630673', u'x-compute-request-id': 'req-27135d98-ac29-4406-acc8-cd834e0b504e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27135d98-ac29-4406-acc8-cd834e0b504e'} Body: 2018-08-21 07:33:12,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/ad82224f-0f67-4679-be19-7f95a2c7f930 0.976s 2018-08-21 07:33:12,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.44:9696/v2.0/subnets/ad82224f-0f67-4679-be19-7f95a2c7f930', u'date': 'Tue, 21 Aug 2018 07:33:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aceba8eb-eb69-4ead-a101-eef403a82604'} Body: 2018-08-21 07:33:14,787 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/1719d694-2880-4b8f-b52b-65ac2a01ead9 1.980s 2018-08-21 07:33:14,787 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/1719d694-2880-4b8f-b52b-65ac2a01ead9', u'date': 'Tue, 21 Aug 2018 07:33:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f2f13f5-fbcf-4fb7-bf82-8864104a30e9'} Body: 2018-08-21 07:33:16,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/a3b86f91-662a-44ee-b706-1de6c51829e4 1.256s 2018-08-21 07:33:16,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.44:9696/v2.0/subnets/a3b86f91-662a-44ee-b706-1de6c51829e4', u'date': 'Tue, 21 Aug 2018 07:33:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-237a310d-0668-4b2a-8a27-755c111b97bd'} Body: 2018-08-21 07:33:17,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/80e49dfa-9b36-4c83-8154-a268c3ca2e47 1.436s 2018-08-21 07:33:17,485 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/80e49dfa-9b36-4c83-8154-a268c3ca2e47', u'date': 'Tue, 21 Aug 2018 07:33:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-476707c2-56a9-4495-8e0b-472df5888e29'} Body: 2018-08-21 07:33:17,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/419f990c-8d83-41a2-8a03-70372c7b4a34 0.276s 2018-08-21 07:33:17,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/419f990c-8d83-41a2-8a03-70372c7b4a34', u'date': 'Tue, 21 Aug 2018 07:33:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3937d861-a166-45be-8e1d-d5b08cb14d90'} 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-21 07:33:18,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.241s 2018-08-21 07:33:18,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-1075412805 description", "name": "tempest-secgroup-smoke-1075412805"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b49542d-f5c0-437c-8bb3-08dcb5d8b5eb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1075412805 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:17Z", "updated_at": "2018-08-21T07:33:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:33:17Z", "revision_number": 0, "id": "87086c41-dbca-4b9c-a65a-c0a68b578184", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:33:17Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:33:17Z", "revision_number": 0, "id": "a9669007-8b08-4c97-83e7-42b8ef59a1fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:33:17Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "name": "tempest-secgroup-smoke-1075412805"}} 2018-08-21 07:33:18,242 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.207s 2018-08-21 07:33:18,243 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-af57905f-9891-4604-a4c8-206c08866039'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "96598c88-be09-4229-8ed0-6144930ad37f"}} 2018-08-21 07:33:18,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.153s 2018-08-21 07:33:18,398 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-54529358-330a-4e1a-a3a5-f17988d68c14'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8053f1b4-2b0e-4819-aaac-1cac630bfe15"}} 2018-08-21 07:33:18,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.370s 2018-08-21 07:33:18,770 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42a3a745-edad-47de-b8ac-60a5f111058a'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e5dfd591-1135-4dff-b5fe-8ed6d9edfd0e"}} 2018-08-21 07:33:18,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.190s 2018-08-21 07:33:18,961 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a369668f-4113-42e4-b0e7-3accc3b4b467'} 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-21T07:33:18Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:18Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f4d5bfe3-b775-45b1-b28d-0fb5ff740bf7"}} 2018-08-21 07:33:19,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.346s 2018-08-21 07:33:19,309 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bae3e45c-963c-4dc2-a943-338fcdf02b02'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c4444f2f-ffc8-45d2-857c-f512bae8c17d"}} 2018-08-21 07:33:19,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.142s 2018-08-21 07:33:19,453 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63b34ed7-327a-43c2-9bc0-699ee560d052'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7d6120a0-38ac-4611-bee1-adfc1f09b9b6"}} 2018-08-21 07:33:19,591 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.138s 2018-08-21 07:33:19,592 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28321543-336f-4dd2-be0f-ded3517f1373'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "bc99a295-400d-4abe-b6bf-f836f0bfb731"}} 2018-08-21 07:33:19,745 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.152s 2018-08-21 07:33:19,746 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79de44dd-b7ac-448d-ae9f-ac6d5752e8d6'} 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-21T07:33:19Z", "security_group_id": "6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:19Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "83b59760-d8ca-4505-8ffc-bef713355ec5"}} 2018-08-21 07:33:19,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/networks 0.247s 2018-08-21 07:33:19,995 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-348001927"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:33:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-85d96eb3-02f0-4918-8b4f-19fbaef82b75'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:33:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"725845da-4e2b-4b55-aa3a-82c6f9885434","name":"tempest-A-348001927"}} 2018-08-21 07:33:20,553 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.557s 2018-08-21 07:33:20,554 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "name": "tempest-subnet-A-1-258999706"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:33:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b4839ab-c4a7-47db-8b45-30f1a600c312'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"725845da-4e2b-4b55-aa3a-82c6f9885434","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:20Z","dns_nameservers":[],"updated_at":"2018-08-21T07:33:20Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"018a018f-60e0-4294-8a1f-60e1206fecec","subnetpool_id":null,"name":"tempest-subnet-A-1-258999706"}} 2018-08-21 07:33:21,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/networks 0.509s 2018-08-21 07:33:21,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1280023605"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df412d2a-91f7-47cb-8153-b33622132d38'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:33:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","name":"tempest-B-1280023605"}} 2018-08-21 07:33:21,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.606s 2018-08-21 07:33:21,674 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "name": "tempest-subnet-B-1-2042339769"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81925184-d52c-42f1-8ca0-33b3e3ba8e1d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:33:21Z","dns_nameservers":[],"updated_at":"2018-08-21T07:33:21Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"3e5d324f-b23e-4c49-82e0-7d36db134223","subnetpool_id":null,"name":"tempest-subnet-B-1-2042339769"}} 2018-08-21 07:33:22,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.329s 2018-08-21 07:33:22,005 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1892024496"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-ae0d3f09-6416-4e37-9d22-0e847b66766e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae0d3f09-6416-4e37-9d22-0e847b66766e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpnJYUP25Y/hyWsJO57bUM1frUyqWBTRG3qzv+eU1FIWW7YV+hwqbtX6UQ5BUmbTj0X7ORomKBQvwdZRZkt+zqVsZG0cPaIFoy4B4/7LSEw2AmolVJPlAE2yawpYk461MmLytcskJJnuFL/e5oVtIkvf+HWvA064/KaEqRFAQml7v9LU4hb4ObkJ1C+6lVJpsaEEi8NAF5vS5u2KQCfUBZFcR/NlskvnSOFFULRhnlrbLO8wDGOZ5p0rQS5b1nqHHFX38YjO2HBC6HSxonY9ows9hjJwSKhPaU8Vkk3rVbLPT5ezseTRVuqoPLs0H0zKnSfcIbVfFQ6u0qymKrhDHj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqZyWFD9uWP4clrCTue21DNX61MqlgU0Rt6s7/nlNRSFlu2Ff\nocKm7V+lEOQVJm049F+zkaJigUL8HWUWZLfs6lbGRtHD2iBaMuAeP+y0hMNgJqJV\nST5QBNsmsKWJOOtTJi8rXLJCSZ7hS/3uaFbSJL3/h1rwNOuPymhKkRQEJpe7/S1O\nIW+Dm5CdQvupVSabGhBIvDQBeb0ubtikAn1AWRXEfzZbJL50jhRVC0YZ5a2yzvMA\nxjmeadK0EuW9Z6hxxV9/GIzthwQuh0saJ2PaMLPYYycEioT2lPFZJN61Wyz0+Xs7\nHk0VbqqDy7NB9Myp0n3CG1XxUOrtKspiq4Qx4wIDAQABAoIBAGzg3d6FkXqDNSru\nkwYpt61Ttz7eDzxfkt4Kh+qlR5r3A20z5sXaRHngif+7ym/ucT8+J/F3AjDkJR9h\nguyIvQb5STKw+T6OwhgikoiKlJ8dJB3o20K3Q3q6i62dtebZ+XhrkzRgIflMimfT\nzDUidqerZ9sl30i5ZoaSSDu1U6zJcxYJ85eCj/l97S7nLxvQPwx95JOKq6IS+Lb2\nV8aBLs6kMavURSnL4Aa0nsN9ecPWQOHDAOMSzNROmqq9BhYjlYYTkw/SRin302jr\nXfxxsa2/sipKFBQkLfl01hY7oZT6b9fCGtilY0rpL3PlZOJZh/uAb+nK3ce16RBf\nvReuqKECgYEA0Sz0XXmDhUcWaJS0MKqAlRR2LbAo1nQ/fz2zgrBnxQAKql/uMpmc\n8giIvj2FVnfO0Fyc1qBTALnx+hvLi8kp4DmI2ko9Wqkxt+Vpd/4sl1KPl/kTXYES\nObmkSJLCf9fXspHuRcMC7A8MlEa5HRRFw/gv337C40foQYQxUGkqxJsCgYEAz5Rg\nEclXG0IZ2arCf/A0gcOPj0zXod77FMoFQ5xwHhB6hKwOCidzYTuPCVY0J01Nl6kj\nwHMP0Apg+27GEYTtRUo1yI2t0duhrUi9/l0QFairag+T5lUuhekSoFGMjZ8a9Yxt\nNwKdwlCCxQCb5LFp4dFxGN1stYrOsvacsGoTCFkCgYEAgIByer48qvLZ9FNuQvtr\n1KnmU/kFjYGKxJteHSpMBX0aEEKwrYsrHJFbmCtpL46Yke5jN4L0mtygp/rNV8m0\nHRibVycGfBy2+3dHDL0sHaZNqpoMaIPzc1z1bNQkAq/RxdTaoSbFM8mm+6xa6l9a\n4KImntFb3o59Q0p3lSOWb4MCgYEAtiR5z+Gdv1tXF3oQxPZe/GY+9/zzUSQ5qNpD\nmDoS3y6ScwwOHbbUNUNvlT/A76OTLDrMFjhgbapNwxJGVmUPVbdyThKTrQtNaKHl\npObAEGE6WAxnOLsR4YrMP0SPUk2D+GZKBvUSvMislnScViWexPlkhe71Tq8IBF0E\nzH+nR7ECgYBQTvBLy3KHbYd2vonk7yGXwo3lfDixZlawKo8ryjOLQbtojNYjvkLg\n3fWnqz3fxBrpsz5lg2hba6P6iH4JUefbzFy+PSrE07cA8uH/qD5VQyNjpTHsDik6\n6tdrIpk27d34wleqQgADFain9Qe8+TNsp/3BpkT7Ka7P5SbqGDUpog==\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1892024496", "fingerprint": "d4:e8:dc:d3:21:9f:b1:f2:b0:ea:4d:c0:af:74:c9:41"}} 2018-08-21 07:33:22,878 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/ports 0.868s 2018-08-21 07:33:22,878 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-82086124", "security_groups": ["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:33:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c670d69-8946-425c-96ec-e874d4fce438'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:33:22Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"725845da-4e2b-4b55-aa3a-82c6f9885434","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:33:22Z","name":"tempest-port-smoke-82086124","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:40:9d:99","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"018a018f-60e0-4294-8a1f-60e1206fecec","ip_address":"10.101.11.10"}],"id":"0651111f-913d-447d-8597-8aead33dfd25","security_groups":["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"],"device_id":""}} 2018-08-21 07:33:24,828 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.44:8774/v2.1/servers 1.948s 2018-08-21 07:33:24,829 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-1892024496", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "725845da-4e2b-4b55-aa3a-82c6f9885434", "port": "0651111f-913d-447d-8597-8aead33dfd25"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54', 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0af0698f-1c09-4a0c-8e6e-d21a74dd8c54'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "adminPass": "Sbu5wk2U5kAW"}} 2018-08-21 07:33:25,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.401s 2018-08-21 07:33:25,237 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-9dcee0da-2b72-4101-a967-84f35be3833b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dcee0da-2b72-4101-a967-84f35be3833b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:26,779 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.527s 2018-08-21 07:33:26,780 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-841b6b92-2c4b-415f-b5e9-310df7fc1c81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-841b6b92-2c4b-415f-b5e9-310df7fc1c81'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:27,886 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.091s 2018-08-21 07:33:27,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': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-456045ef-9866-466e-b0e2-a1075872b706', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456045ef-9866-466e-b0e2-a1075872b706'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:27Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:27,904 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-21 07:33:29,088 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.181s 2018-08-21 07:33:29,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-e422c796-371a-4715-91b4-da5b27d943e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e422c796-371a-4715-91b4-da5b27d943e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:29,102 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:33:30,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.349s 2018-08-21 07:33:30,456 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-7b7b15be-1b72-441c-8d93-19e48709f9f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b7b15be-1b72-441c-8d93-19e48709f9f8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:31,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.364s 2018-08-21 07:33:31,837 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-984ca2ae-3190-49a3-a7ea-dc3132bbff3f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:28Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:33,589 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.738s 2018-08-21 07:33:33,590 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd0ba8f4-bd6f-47a3-a742-c5a3c0598f18'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:33,604 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-21 07:33:34,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.417s 2018-08-21 07:33:34,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0c40d4b-04b2-4b33-9c19-f9faa321d60f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:31Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:34,035 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 624ceedf-ab6e-4d1c-83bf-41b4f4722e68 with status: ACTIVE 2018-08-21 07:33:35,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/ports 1.068s 2018-08-21 07:33:35,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1261047238", "security_groups": ["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:33:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2ed266e-b370-4b94-873a-c85826b46e29'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:33:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"69dd0d59-b672-4d0b-933f-15b09028e6b3","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:33:34Z","name":"tempest-port-smoke-1261047238","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:32:93:93","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"3e5d324f-b23e-4c49-82e0-7d36db134223","ip_address":"10.102.21.20"}],"id":"ab5470df-cbde-4dfd-b0f6-cf12d8777c51","security_groups":["6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5"],"device_id":""}} 2018-08-21 07:33:36,888 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.44:8774/v2.1/servers 1.780s 2018-08-21 07:33:36,888 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-1892024496", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "port": "ab5470df-cbde-4dfd-b0f6-cf12d8777c51"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-92afc080-ef94-4b84-8b8d-dd2dd7754983', 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92afc080-ef94-4b84-8b8d-dd2dd7754983'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "adminPass": "meCTZJLp74F8"}} 2018-08-21 07:33:36,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.059s 2018-08-21 07:33:36,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-b116ec73-40bf-4bcd-a7d7-e455c45c8008', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b116ec73-40bf-4bcd-a7d7-e455c45c8008'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:33:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:38,053 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.087s 2018-08-21 07:33:38,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': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-fa728c33-3884-4e26-ad47-2c8de742b0db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fa728c33-3884-4e26-ad47-2c8de742b0db'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:37Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:38,065 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:33:39,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.831s 2018-08-21 07:33:39,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-c7c52107-cf37-431d-ac5a-a1b61dacfaca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c7c52107-cf37-431d-ac5a-a1b61dacfaca'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:39,912 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:33:41,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.419s 2018-08-21 07:33:41,335 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-8b54e1e1-29b9-42f0-9339-10eb717ed955', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b54e1e1-29b9-42f0-9339-10eb717ed955'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:33:38Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:42,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.145s 2018-08-21 07:33:42,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-7f794a2f-b3bf-40a6-b2fa-493399670c76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f794a2f-b3bf-40a6-b2fa-493399670c76'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:42,509 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-21 07:33:42,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.141s 2018-08-21 07:33:42,651 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:33:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0a5b990-76f9-490f-bbad-e8a2a7611ebf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:33:41Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:33:42,664 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 2cd44a3b-4279-4680-8378-95bfad18f4b0 with status: ACTIVE 2018-08-21 07:33:43,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.433s 2018-08-21 07:33:43,099 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:33:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e887ef00-a19b-479d-8155-5d7753ff88c5'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "e716a33c-1653-480f-88d3-35469a269962"}} 2018-08-21 07:33:43,537 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations 0.437s 2018-08-21 07:33:43,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": "725845da-4e2b-4b55-aa3a-82c6f9885434"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations', u'date': 'Tue, 21 Aug 2018 07:33:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b5c6e22-a213-4685-b704-9079aa756f76'} Body: {"network_association": {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "id": "f647b1cf-4b98-4f98-a6d2-18158ffa39d4"}} 2018-08-21 07:33:44,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations 0.501s 2018-08-21 07:33:44,042 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/e716a33c-1653-480f-88d3-35469a269962/network_associations', u'date': 'Tue, 21 Aug 2018 07:33:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8584dd0-55ea-4823-804d-f109335692ef'} Body: {"network_association": {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "id": "bb26d8e7-b299-452d-bbc7-8347c9aacbf5"}} 2018-08-21 07:33:44,043 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:33:44,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/routers 0.382s 2018-08-21 07:33:44,426 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--2029115633", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:33:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2863f706-8c81-4fdd-8fe1-c02fe18b8af0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:44Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:44Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199", "name": "tempest-router--2029115633"}} 2018-08-21 07:33:45,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199 1.553s 2018-08-21 07:33:45,982 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199', u'date': 'Tue, 21 Aug 2018 07:33:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8caaf1b-69fb-485e-8bb9-f1f9fad6119e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:44Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:45Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199", "name": "tempest-router--2029115633"}} 2018-08-21 07:33:48,544 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/add_router_interface 2.560s 2018-08-21 07:33:48,545 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3229614c-d16f-4883-a995-2f0a0eb42e14'} Body: {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223", "subnet_ids": ["3e5d324f-b23e-4c49-82e0-7d36db134223"], "port_id": "6f278a1e-6286-4bd6-8a89-5562c990dc5e", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199"} 2018-08-21 07:33:48,693 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/routers 0.146s 2018-08-21 07:33:48,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--1534320882", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:33:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad6b845a-d4bf-4795-8510-cc77acc0b2c8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:48Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:48Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "name": "tempest-router--1534320882"}} 2018-08-21 07:33:49,870 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31 1.175s 2018-08-21 07:33:49,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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31', u'date': 'Tue, 21 Aug 2018 07:33:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c961b4de-aa2b-4ee0-99ed-edfe9ef11253'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:48Z", "admin_state_up": true, "updated_at": "2018-08-21T07:33:49Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "name": "tempest-router--1534320882"}} 2018-08-21 07:33:52,113 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/add_router_interface 2.241s 2018-08-21 07:33:52,114 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:33:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0adb32ec-1730-4e3d-9d1a-7661eb23f641'} Body: {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec", "subnet_ids": ["018a018f-60e0-4294-8a1f-60e1206fecec"], "port_id": "abbd58d8-0fb3-4c37-9159-fe8b8264c814", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31"} 2018-08-21 07:33:53,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.846s 2018-08-21 07:33:53,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "0651111f-913d-447d-8597-8aead33dfd25"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:33:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-24f8cec9-06eb-4154-ab66-29d4da2cbffd'} Body: {"floatingip": {"router_id": "6f2f9c62-127d-4144-869a-2c78d3b2df31", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:33:52Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0651111f-913d-447d-8597-8aead33dfd25", "id": "167d8ab4-ef05-4395-b083-3756fe00f063", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:33:52Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:33:53,964 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:34:01,977 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:34:02,042 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:34:02,074 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:34:02,189 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-21 07:34:02,190 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:34:02,192 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:34:02,251 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:34:02,256 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:34:07,264 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:34:07,265 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-21 07:35:17,314 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-21 07:35:17,314 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:35:17,318 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:35:17,382 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:35:17,414 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:35:22,423 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:35:22,424 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-21 07:36:32,494 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:36:32,495 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-21 07:36:32,495 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,499 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,597 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,626 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,632 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:36:32,633 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:13:55:1d [ether] on eth0 2018-08-21 07:36:32,633 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-21 07:36:32,634 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,637 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,702 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,735 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,743 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:36:32,743 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-21 07:36:32,744 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,746 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,806 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,810 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,816 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-21 07:36:32,816 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,818 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,878 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,884 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:32,890 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:36:32,890 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:13:55:1d [ether] on eth0 2018-08-21 07:36:32,891 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-21 07:36:32,891 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:36:32,893 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:36:32,959 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:36:32,989 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:36:37,996 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:36:37,997 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-21 07:37:48,048 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-21 07:37:48,049 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-21 07:37:48,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:37:48,152 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:37:48,181 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-21 07:37:53,189 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) 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-21 07:37:53,190 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-21 07:39:03,230 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:39:03,232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:39:03.232 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-21 07:39:03.232 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:39:04,353 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/167d8ab4-ef05-4395-b083-3756fe00f063 1.119s 2018-08-21 07:39:04,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips/167d8ab4-ef05-4395-b083-3756fe00f063', u'date': 'Tue, 21 Aug 2018 07:39:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05641f03-9bf3-4e4c-a70c-d4771c5c2d70'} Body: 2018-08-21 07:39:06,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/remove_router_interface 2.118s 2018-08-21 07:39:06,474 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f070582c-af5c-4944-a1bd-abe02f3c39b2'} Body: {"network_id": "725845da-4e2b-4b55-aa3a-82c6f9885434", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "018a018f-60e0-4294-8a1f-60e1206fecec", "subnet_ids": ["018a018f-60e0-4294-8a1f-60e1206fecec"], "port_id": "abbd58d8-0fb3-4c37-9159-fe8b8264c814", "id": "6f2f9c62-127d-4144-869a-2c78d3b2df31"} 2018-08-21 07:39:08,219 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31 1.744s 2018-08-21 07:39:08,219 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/6f2f9c62-127d-4144-869a-2c78d3b2df31', u'date': 'Tue, 21 Aug 2018 07:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8126841-0007-4906-ab29-7d89e1b197f5'} Body: 2018-08-21 07:39:10,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/remove_router_interface 1.904s 2018-08-21 07:39:10,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c2638ea-dd1d-48a5-bae1-1d82570e70d3'} Body: {"network_id": "69dd0d59-b672-4d0b-933f-15b09028e6b3", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "3e5d324f-b23e-4c49-82e0-7d36db134223", "subnet_ids": ["3e5d324f-b23e-4c49-82e0-7d36db134223"], "port_id": "6f278a1e-6286-4bd6-8a89-5562c990dc5e", "id": "850202ca-dc67-484d-a7fa-1a4b434fe199"} 2018-08-21 07:39:11,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199 1.459s 2018-08-21 07:39:11,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.44:9696/v2.0/routers/850202ca-dc67-484d-a7fa-1a4b434fe199', u'date': 'Tue, 21 Aug 2018 07:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aeb6d071-b871-4759-b1a4-2d121a61a8a5'} Body: 2018-08-21 07:39:12,036 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.448s 2018-08-21 07:39:12,036 63 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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-6520c8be-9809-4152-b585-1df2077aea41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6520c8be-9809-4152-b585-1df2077aea41'} Body: 2018-08-21 07:39:12,812 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.775s 2018-08-21 07:39:12,812 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-d0200f2f-7dc0-44bd-ae0e-5befa338e454', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0200f2f-7dc0-44bd-ae0e-5befa338e454'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1280023605": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:93:93", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "2cd44a3b-4279-4680-8378-95bfad18f4b0", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:11Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-2", "created": "2018-08-21T07:33:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:13,873 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0 0.045s 2018-08-21 07:39:13,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/2cd44a3b-4279-4680-8378-95bfad18f4b0', u'x-compute-request-id': 'req-6ca57361-167d-4fae-aced-1cf113395ea6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:13 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6ca57361-167d-4fae-aced-1cf113395ea6'} Body: {"itemNotFound": {"message": "Instance 2cd44a3b-4279-4680-8378-95bfad18f4b0 could not be found.", "code": 404}} 2018-08-21 07:39:14,921 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/ab5470df-cbde-4dfd-b0f6-cf12d8777c51 1.047s 2018-08-21 07:39:14,922 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/ab5470df-cbde-4dfd-b0f6-cf12d8777c51', u'date': 'Tue, 21 Aug 2018 07:39:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94c81e39-2754-4b23-9879-6f91913e5fed'} Body: 2018-08-21 07:39:15,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.187s 2018-08-21 07:39: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': '204', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-bd794abd-a577-47f0-96a7-1725ef0ccf98', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd794abd-a577-47f0-96a7-1725ef0ccf98'} Body: 2018-08-21 07:39:15,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.748s 2018-08-21 07:39:15,860 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-1a76c834-f549-458b-930e-7b2bbaca8e40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a76c834-f549-458b-930e-7b2bbaca8e40'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-348001927": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:9d:99", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:33:31.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "624ceedf-ab6e-4d1c-83bf-41b4f4722e68", "security_groups": [{"name": "tempest-secgroup-smoke-1075412805"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:15Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1892024496", "name": "server-1", "created": "2018-08-21T07:33:24Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:16,937 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68 0.062s 2018-08-21 07:39:16,937 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.44:8774/v2.1/servers/624ceedf-ab6e-4d1c-83bf-41b4f4722e68', u'x-compute-request-id': 'req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-75ee62a9-1ccc-4e56-99bc-608c3d7e6a34'} Body: {"itemNotFound": {"message": "Instance 624ceedf-ab6e-4d1c-83bf-41b4f4722e68 could not be found.", "code": 404}} 2018-08-21 07:39:17,858 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/0651111f-913d-447d-8597-8aead33dfd25 0.919s 2018-08-21 07:39:17,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/0651111f-913d-447d-8597-8aead33dfd25', u'date': 'Tue, 21 Aug 2018 07:39:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7aa16741-7475-4eff-9b85-bd094b094dd6'} Body: 2018-08-21 07:39:17,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1892024496 0.058s 2018-08-21 07:39:17,919 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1892024496', u'x-compute-request-id': 'req-2df6ec97-066e-4156-9440-12664cfc506e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2df6ec97-066e-4156-9440-12664cfc506e'} Body: 2018-08-21 07:39:18,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/3e5d324f-b23e-4c49-82e0-7d36db134223 0.976s 2018-08-21 07:39:18,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/3e5d324f-b23e-4c49-82e0-7d36db134223', u'date': 'Tue, 21 Aug 2018 07:39:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aeadd72c-6f6c-4bd7-8468-979bfad98ad7'} Body: 2018-08-21 07:39:20,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/69dd0d59-b672-4d0b-933f-15b09028e6b3 2.040s 2018-08-21 07:39:20,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.44:9696/v2.0/networks/69dd0d59-b672-4d0b-933f-15b09028e6b3', u'date': 'Tue, 21 Aug 2018 07:39:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-476f3c64-9dfc-4080-9036-13c71155f0b3'} Body: 2018-08-21 07:39:21,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/018a018f-60e0-4294-8a1f-60e1206fecec 1.047s 2018-08-21 07:39:21,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.44:9696/v2.0/subnets/018a018f-60e0-4294-8a1f-60e1206fecec', u'date': 'Tue, 21 Aug 2018 07:39:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd8f7d1b-b3cf-4d51-bdba-bd9509e7e6e6'} Body: 2018-08-21 07:39:23,974 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/725845da-4e2b-4b55-aa3a-82c6f9885434 1.985s 2018-08-21 07:39:23,974 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/725845da-4e2b-4b55-aa3a-82c6f9885434', u'date': 'Tue, 21 Aug 2018 07:39:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-49dca9f6-f327-4650-8ea4-c7d4f6456a83'} Body: 2018-08-21 07:39:24,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5 0.539s 2018-08-21 07:39:24,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/6ae3ba6e-35e2-4aa8-af1e-dd25b7860af5', u'date': 'Tue, 21 Aug 2018 07:39:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5ed2c089-fbf9-41b8-9bb0-1da1846935f2'} 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-21 07:39:24,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.389s 2018-08-21 07:39:24,930 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-2073289911 description", "name": "tempest-secgroup-smoke-2073289911"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:39:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0dd45ec-b154-4375-98dd-1f667843a7f8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2073289911 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:24Z", "updated_at": "2018-08-21T07:39:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:39:24Z", "revision_number": 0, "id": "0b54ab42-8876-4fae-b814-253ba5d007ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:39:24Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:39:24Z", "revision_number": 0, "id": "ae0b1f9a-a5bc-4c1e-a457-29047d14fc31", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:39:24Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "00c011e6-3a63-453d-9112-eeb465eba622", "name": "tempest-secgroup-smoke-2073289911"}} 2018-08-21 07:39:25,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.174s 2018-08-21 07:39:25,105 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a967ef6-6511-4d30-807a-3615ae52de33'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "a03626fd-5884-4f14-baf2-b5bac14e87bf"}} 2018-08-21 07:39:25,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.351s 2018-08-21 07:39:25,458 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6eb1d755-73e2-4090-a0be-016c77165287'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "f2561eb9-2a67-4bc3-96a8-0ae0a97115af"}} 2018-08-21 07:39:25,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.137s 2018-08-21 07:39:25,597 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3081572-ee2a-4a70-afc2-1459854a6d4f'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "7c1ffa95-f7c4-48e3-baab-92a0f5c3daa9"}} 2018-08-21 07:39:25,732 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.134s 2018-08-21 07:39:25,732 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d35ef6c-24b4-4276-9c6e-800361965669'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "c96cd01d-9d63-415c-aa93-9cb5ce91a501"}} 2018-08-21 07:39:25,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.130s 2018-08-21 07:39:25,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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9df82238-8d75-4c34-8ba4-f06c489eda85'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8807e1e3-c04a-4f3c-a2a4-36833845013b"}} 2018-08-21 07:39:26,046 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.181s 2018-08-21 07:39:26,047 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-896a45ab-07be-4a55-b1e0-ee9c45e1232c'} 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-21T07:39:25Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:25Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "438e59cb-4628-4a59-b232-9aa60513778d"}} 2018-08-21 07:39:26,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.164s 2018-08-21 07:39:26,212 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-60ab54e8-a5c8-456d-8643-0692b35bfbc6'} 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-21T07:39:26Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:26Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "292de860-d374-4bad-9e29-3ebf25ba4151"}} 2018-08-21 07:39:26,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.183s 2018-08-21 07:39:26,397 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec4d91e5-fcf6-4b6e-8692-c6b3c0f3a8f6'} 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-21T07:39:26Z", "security_group_id": "00c011e6-3a63-453d-9112-eeb465eba622", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:26Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "4eb0d199-0694-4c0b-9dbe-b9f58bd6108f"}} 2018-08-21 07:39:26,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/networks 0.482s 2018-08-21 07:39:26,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1558137017"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:39:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-360e045e-24c8-4a50-a445-58b0572f71e0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:39:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","name":"tempest-A-1558137017"}} 2018-08-21 07:39:27,476 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.592s 2018-08-21 07:39:27,477 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "name": "tempest-subnet-A-1-823359236"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:39:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09cfac8b-7416-4d43-a34f-2695f0856104'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:27Z","dns_nameservers":[],"updated_at":"2018-08-21T07:39:27Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"634c786e-d5a6-4536-b19d-2e8963fd20ce","subnetpool_id":null,"name":"tempest-subnet-A-1-823359236"}} 2018-08-21 07:39:27,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/networks 0.277s 2018-08-21 07:39:27,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1464079693"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:39:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccf6be72-4231-4e1b-a40d-2e9d8b4fde09'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:39:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","name":"tempest-B-1464079693"}} 2018-08-21 07:39:28,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.651s 2018-08-21 07:39:28,409 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "name": "tempest-subnet-B-1-1733118227"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:39:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2de56a3b-2861-4ca4-a394-ce9d179a8d7b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:39:28Z","dns_nameservers":[],"updated_at":"2018-08-21T07:39:28Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"532e679c-fd06-4986-8050-67b22b628fea","subnetpool_id":null,"name":"tempest-subnet-B-1-1733118227"}} 2018-08-21 07:39:28,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/routers 0.171s 2018-08-21 07:39:28,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--538956788", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:39:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc9f9752-799f-4bf7-b659-9fb471794e44'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:28Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:28Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268", "name": "tempest-router--538956788"}} 2018-08-21 07:39:30,164 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268 1.582s 2018-08-21 07:39:30,165 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268', u'date': 'Tue, 21 Aug 2018 07:39:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d92b970-fd0f-49eb-9f0e-df72bbd80151'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:28Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:29Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268", "name": "tempest-router--538956788"}} 2018-08-21 07:39:32,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/add_router_interface 2.045s 2018-08-21 07:39:32,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "532e679c-fd06-4986-8050-67b22b628fea"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb2a9bbb-92f4-45fb-a082-f1d537d35a92'} Body: {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "532e679c-fd06-4986-8050-67b22b628fea", "subnet_ids": ["532e679c-fd06-4986-8050-67b22b628fea"], "port_id": "226e086f-bdb8-465f-8bc5-960901ed8133", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268"} 2018-08-21 07:39:32,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.336s 2018-08-21 07:39:32,551 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6daeb0be-0935-41c3-93fb-22c3cca67437'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb"}} 2018-08-21 07:39:32,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations 0.423s 2018-08-21 07:39:32,976 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations', u'date': 'Tue, 21 Aug 2018 07:39:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70944b64-9a75-4ca7-b49f-2034db015e86'} Body: {"network_association": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "id": "0af2877d-fcf1-4110-a838-711266ff68c8"}} 2018-08-21 07:39:33,699 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations 0.722s 2018-08-21 07:39:33,699 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/c3a7cd4d-f70a-4382-a7ec-1e81f9a8dcfb/network_associations', u'date': 'Tue, 21 Aug 2018 07:39:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9423b5c5-b951-46d0-a353-c84723299ce7'} Body: {"network_association": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "id": "0241a151-a9d7-4199-87a3-3e1643ba5416"}} 2018-08-21 07:39:33,700 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:39:33,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.104s 2018-08-21 07:39:33,806 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1557993483"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-80345124-fd24-4e9d-a5c4-bad529730860', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80345124-fd24-4e9d-a5c4-bad529730860'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaAiaotaa65JSTsxBw0SjX3P/4OzAZA3qjkNRlhpJqNMZrTOODB1wX3RUrXrTSV/tSolMKkuDCRNtSagrPcQvg2CtZrdgEQakWWeVBsOJ9+NOQfJMV1pBIPWs0ezOpDTde9rc6cFCuSAxnLg+1BZNpUDUVbsU41vLXOwRkYqtDfyXl7GZAdDZBDPh+/z/PSzrIZXlW9ci4ybleu2WP77iJwO49qPsVEs3vxSVeD4zHnbYbFivLEIIBVcABQAAo4vBeGKi9+xFDVjvk8TXBRpTD8SZYxv53ac1YGGzADDu53J4A9PjWahqVR3uMWoQQ7s8oDfZvwBz6gzzCj60nnMSr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2gImqLWmuuSUk7MQcNEo19z/+DswGQN6o5DUZYaSajTGa0zj\ngwdcF90VK1600lf7UqJTCpLgwkTbUmoKz3EL4NgrWa3YBEGpFlnlQbDiffjTkHyT\nFdaQSD1rNHszqQ03Xva3OnBQrkgMZy4PtQWTaVA1FW7FONby1zsEZGKrQ38l5exm\nQHQ2QQz4fv8/z0s6yGV5VvXIuMm5Xrtlj++4icDuPaj7FRLN78UlXg+Mx522GxYr\nyxCCAVXAAUAAKOLwXhiovfsRQ1Y75PE1wUaUw/EmWMb+d2nNWBhswAw7udyeAPT4\n1moalUd7jFqEEO7PKA32b8Ac+oM8wo+tJ5zEqwIDAQABAoIBAQCDI+4baIIuRJg3\nrOyD4N3f1DpKGViag2Q/hjyuAeCLcMm2/B6T0FaOqFg2qZa+PVyaXbj0UFxRoFgK\nYG22UXtiusaBALlD/jd3kYX+GSh1vLuPW9Civ1o1inS1sjLmS2P2hRS9W5i87exA\nGQ4rx3ngTPZRuTt8MJkN7Zt7w3rgczw5/dRxIAYhpMr0x0k/1Q3knuaWarD1pNGC\nuNIVn61dIMs/VNCColuvshqKIyg+F90s+pKeOqLGYCGkjca5U5XpLiG9jAw3UhB+\nGMfh/aCCx2y6+UM2Isw65BZIoVoQUmBZfMysyMFcVvQeu0sxdwNtO6pGRBX9z1Yq\nvjBvG/oRAoGBAPksGMT7ilpHWAqkNwsp0MwGmFc10k/qSCqpdH5SZ45mwuYSo1FS\ndpNk/5YQurbjBiX2Pw/sBj8S73eldjafQMOcKIiiTk9UkooT/9Xtp5tqPYusHePn\noYqssrsDlhctgCT6N0eXSr000aGFViyCpcgrI6kkis3xTtLVympwWZX5AoGBAN/7\nceJoUgrFXkYPmZmzPILCeLOFS44NQYC8mYRbvEoUj/Y0q9tPfB2Kfm0zxjZpyh78\neIL99heSq6kxuDGwX2sZLHcSzKLy8CN0UmV6RXFJLp3zgARgbivdov/5SJkf8k9T\nKf4lt2tsB7Cm2yI35guDLy1QGiTfi7OsSTyhHcjDAoGBAIYX0hioGfOts1a+uxSZ\n41D5N6CvSUhSl5XF7fhRVoOPD9ILM7L/AusdjmJvDFyB3nwtghCKf24QPakQ9YY9\nu/fJIRMu7Z/Jrrb6PlMde3aq/QYekVNmA0yC1gjIzEwa43yC3576b3FVbH9VJ2P6\nx0bq2F0dWkmsVDQoc69GWR/ZAoGAPIsoPo36V0UAdamz2FMVsTbGD6ihQrWcliLk\n0F1HqTKjs2aLac2ze/y6reQH2R+BbhzKqoXhZn/T/Pkek/fb4wQ7+7fOLuHCPaMs\nvpdte/DPNAzk9snmHd9cNxr4H8P96KlPOY6SZOwfrAV+SGKZwVTlhLcZSgxPI/MX\nHNdkSKcCgYEAnEjrumq2KfDGixB5FOD635NSRh4iGA/S6Lt/97CxZF70oZynam+H\nxTVb/Xg0FeN2iEfmCkikT1FAQCf+wQSxqkUqTUNdnSikyt2s09nSj2l+E9ha5ZZn\nUkcV7xhq7keVpP+q3DqRvZXitltiQDdfMHQ7YSy0P/JDcMHsPVfdsFQ=\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1557993483", "fingerprint": "15:44:bd:07:0f:1b:d0:43:f9:86:da:e9:0c:7c:b8:30"}} 2018-08-21 07:39:34,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/ports 0.752s 2018-08-21 07:39:34,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-659930025", "security_groups": ["00c011e6-3a63-453d-9112-eeb465eba622"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:39:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38a494f1-15df-4235-9408-b7610925753a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:39:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:39:34Z","name":"tempest-port-smoke-659930025","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ab:2c:a6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"634c786e-d5a6-4536-b19d-2e8963fd20ce","ip_address":"10.101.11.10"}],"id":"dca2f61a-a47d-4130-8b3d-52797089f6e3","security_groups":["00c011e6-3a63-453d-9112-eeb465eba622"],"device_id":""}} 2018-08-21 07:39:36,271 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.44:8774/v2.1/servers 1.708s 2018-08-21 07:39:36,272 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-1557993483", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "port": "dca2f61a-a47d-4130-8b3d-52797089f6e3"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-37e0ef88-11d7-4ec0-a049-4c17c8118fff', 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37e0ef88-11d7-4ec0-a049-4c17c8118fff'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "adminPass": "oh5LWR8iwXpE"}} 2018-08-21 07:39:36,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.589s 2018-08-21 07:39:36,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cbb77477-a4eb-429e-b3b3-ff38e5ec7b63'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:38,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.774s 2018-08-21 07:39:38,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-20c726dc-37e7-4114-a4ff-dd1d01b038e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-20c726dc-37e7-4114-a4ff-dd1d01b038e1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:40,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.428s 2018-08-21 07:39:40,100 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-b88e55b9-b940-4431-8987-5c8d23ccecb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b88e55b9-b940-4431-8987-5c8d23ccecb8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:40,113 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-21 07:39:41,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.572s 2018-08-21 07:39:41,689 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22e7d61d-98c0-4a57-a51b-a8fac0ffb613'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:39Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:43,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.388s 2018-08-21 07:39:43,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55a73a01-5ffb-4053-9a5b-a8dbe46758d2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:43,115 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 07:39:43,536 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.419s 2018-08-21 07:39:43,536 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-456da31a-2f37-4275-9e09-f077b4a283ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456da31a-2f37-4275-9e09-f077b4a283ae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:42Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:43,549 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c0503d80-440b-4351-89d6-594d849b9d3e with status: ACTIVE 2018-08-21 07:39:44,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/ports 1.134s 2018-08-21 07:39:44,685 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-236673720", "security_groups": ["00c011e6-3a63-453d-9112-eeb465eba622"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:39:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6df82d72-c579-4f5b-ac30-c51292fb2e3d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:39:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b2cf2f67-de95-4dae-af9b-c5ecf926a520","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:39:44Z","name":"tempest-port-smoke-236673720","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b1:84:82","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"532e679c-fd06-4986-8050-67b22b628fea","ip_address":"10.102.21.20"}],"id":"e0e6d8af-c160-419e-848b-05956683463a","security_groups":["00c011e6-3a63-453d-9112-eeb465eba622"],"device_id":""}} 2018-08-21 07:39:46,111 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.44:8774/v2.1/servers 1.425s 2018-08-21 07:39:46,112 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-1557993483", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "port": "e0e6d8af-c160-419e-848b-05956683463a"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766', 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d561fbbf-fd52-4e9a-bab1-2d0c747b4766'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "adminPass": "Yzdm8dUvR4vG"}} 2018-08-21 07:39:46,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.572s 2018-08-21 07:39:46,690 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4d5c0a28-3dfe-40db-838a-9c4b22eef99a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:39:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:47,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.102s 2018-08-21 07:39:47,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': '1332', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-5343433c-4ae8-4478-a744-6f45eef57e41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5343433c-4ae8-4478-a744-6f45eef57e41'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:47Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:47,828 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-21 07:39:49,218 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.388s 2018-08-21 07:39:49,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': '1388', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-99f1d7c0-141d-434c-b4ea-4f484d5377a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-99f1d7c0-141d-434c-b4ea-4f484d5377a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:49,230 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:39:50,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.169s 2018-08-21 07:39:50,403 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-3a8f4642-9060-46b7-9d9b-911af1cb222d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a8f4642-9060-46b7-9d9b-911af1cb222d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:39:48Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:51,599 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.175s 2018-08-21 07:39:51,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': '1545', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-c9ed1c32-c101-43de-9484-876931da8c3e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9ed1c32-c101-43de-9484-876931da8c3e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:51,613 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:39:51,764 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.150s 2018-08-21 07:39:51,764 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc6b6d40-0245-4a9d-9ce7-84870b87b76a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:39:51Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:39:51,777 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 67df6cda-63bd-4283-87e4-8e35623d8ffa with status: ACTIVE 2018-08-21 07:39:51,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/routers 0.130s 2018-08-21 07:39:51,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--291932150", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:39:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d9ae7f1-3dec-4fd1-8aff-ca41a0286760'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:51Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:51Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03b8ee13-6506-40f5-9ebc-648da212d202", "name": "tempest-router--291932150"}} 2018-08-21 07:39:53,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202 1.405s 2018-08-21 07:39:53,317 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202', u'date': 'Tue, 21 Aug 2018 07:39:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f9a1024-08b8-4d40-a0ce-690df5ff2197'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:51Z", "admin_state_up": true, "updated_at": "2018-08-21T07:39:53Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "03b8ee13-6506-40f5-9ebc-648da212d202", "name": "tempest-router--291932150"}} 2018-08-21 07:39:56,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/add_router_interface 2.711s 2018-08-21 07:39:56,032 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:39:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee6cd93a-9878-428d-9f38-ff120228ef61'} Body: {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce", "subnet_ids": ["634c786e-d5a6-4536-b19d-2e8963fd20ce"], "port_id": "b16ba296-bfb0-4d94-b912-c0386b12739c", "id": "03b8ee13-6506-40f5-9ebc-648da212d202"} 2018-08-21 07:39:57,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.857s 2018-08-21 07:39:57,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "dca2f61a-a47d-4130-8b3d-52797089f6e3"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:39:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9578da6-4c22-4e80-90ee-a56bc83ff1b3'} Body: {"floatingip": {"router_id": "03b8ee13-6506-40f5-9ebc-648da212d202", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:39:57Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "dca2f61a-a47d-4130-8b3d-52797089f6e3", "id": "2114e0b6-f093-4647-afd2-f6ad1cabe9f6", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:39:57Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:39:57,893 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:40:05,914 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:40:06,016 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:40:06,041 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:40:06,155 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-21 07:40:06,156 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:40:06,159 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:40:06,218 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:40:06,223 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:40:11,230 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:40:11,231 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-21 07:41:21,279 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-21 07:41:21,280 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:41:21,282 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:41:21,344 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:41:21,349 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:41:26,355 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:41:26,356 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-21 07:42:36,427 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:42:36,430 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-21 07:42:36,431 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,436 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,537 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,565 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,572 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:42:36,572 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a3:3d:b7 [ether] on eth0 2018-08-21 07:42:36,573 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-21 07:42:36,573 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,575 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,637 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,640 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,649 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:42:36,650 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-21 07:42:36,650 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,652 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,713 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,716 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,726 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-21 07:42:36,727 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,730 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,789 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,795 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:36,801 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:42:36,801 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a3:3d:b7 [ether] on eth0 2018-08-21 07:42:36,802 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-21 07:42:36,802 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:42:36,804 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:42:36,865 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:42:36,868 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:42:41,875 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:42:41,875 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.204. 2018-08-21 07:43:51,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-21 07:43:51,940 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-21 07:43:51,947 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:43:52,046 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:43:52,072 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-21 07:43:57,082 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.204 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-21 07:43: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.204. 2018-08-21 07:45:07,133 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:45:07,134 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.204: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:45:07.134 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-21 07:45:07.134 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:45:08,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/2114e0b6-f093-4647-afd2-f6ad1cabe9f6 1.169s 2018-08-21 07:45:08,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.44:9696/v2.0/floatingips/2114e0b6-f093-4647-afd2-f6ad1cabe9f6', u'date': 'Tue, 21 Aug 2018 07:45:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa0c518e-0584-42d8-958d-d5ebf003790b'} Body: 2018-08-21 07:45:10,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/remove_router_interface 1.885s 2018-08-21 07:45:10,193 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-349e4ea6-6803-4663-81dc-6e14fe276d3e'} Body: {"network_id": "cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "634c786e-d5a6-4536-b19d-2e8963fd20ce", "subnet_ids": ["634c786e-d5a6-4536-b19d-2e8963fd20ce"], "port_id": "b16ba296-bfb0-4d94-b912-c0386b12739c", "id": "03b8ee13-6506-40f5-9ebc-648da212d202"} 2018-08-21 07:45:11,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202 1.769s 2018-08-21 07:45:11,964 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/03b8ee13-6506-40f5-9ebc-648da212d202', u'date': 'Tue, 21 Aug 2018 07:45:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1552a132-3d26-4a61-8e57-bd3104ca4295'} Body: 2018-08-21 07:45:12,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.499s 2018-08-21 07:45:12,465 63 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a03cd2e-b3d9-492e-be40-e83e1ee165a4'} Body: 2018-08-21 07:45:13,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.755s 2018-08-21 07:45:13,221 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-c56e0d38-4215-4569-a2f2-40f23dfe742a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c56e0d38-4215-4569-a2f2-40f23dfe742a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1464079693": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:84:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:12Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:14,777 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.540s 2018-08-21 07:45:14,778 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ffc327d-c0b8-43cb-bdd1-06d97172e12d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:51.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "67df6cda-63bd-4283-87e4-8e35623d8ffa", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:13Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-2", "created": "2018-08-21T07:39:45Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:15,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa 0.052s 2018-08-21 07:45:15,848 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.44:8774/v2.1/servers/67df6cda-63bd-4283-87e4-8e35623d8ffa', u'x-compute-request-id': 'req-98e074f9-8592-4b39-82ba-3185bbb0460c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:15 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-98e074f9-8592-4b39-82ba-3185bbb0460c'} Body: {"itemNotFound": {"message": "Instance 67df6cda-63bd-4283-87e4-8e35623d8ffa could not be found.", "code": 404}} 2018-08-21 07:45:17,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/e0e6d8af-c160-419e-848b-05956683463a 1.172s 2018-08-21 07:45:17,022 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/e0e6d8af-c160-419e-848b-05956683463a', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24fa0abe-87c9-431a-943c-4ed96fb89f54'} Body: 2018-08-21 07:45:17,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.183s 2018-08-21 07:45:17,207 63 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce80a028-e304-4d93-ade7-e5bdcbe32e2b'} Body: 2018-08-21 07:45:17,868 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.660s 2018-08-21 07:45:17,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': '1551', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-66b5e098-2bd7-4c8c-9607-76803a5cc260', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66b5e098-2bd7-4c8c-9607-76803a5cc260'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1558137017": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:2c:a6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "security_groups": [{"name": "tempest-secgroup-smoke-2073289911"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:19,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.351s 2018-08-21 07:45:19,235 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-c4bc2dd3-de75-4a95-b902-bd16a10132ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4bc2dd3-de75-4a95-b902-bd16a10132ce'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c0503d80-440b-4351-89d6-594d849b9d3e", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:39:42.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "c0503d80-440b-4351-89d6-594d849b9d3e", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:17Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1557993483", "name": "server-1", "created": "2018-08-21T07:39:36Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:20,294 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e 0.044s 2018-08-21 07:45:20,295 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.44:8774/v2.1/servers/c0503d80-440b-4351-89d6-594d849b9d3e', u'x-compute-request-id': 'req-afca9709-6d7f-4581-b9e2-15ac36c81b38', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-afca9709-6d7f-4581-b9e2-15ac36c81b38'} Body: {"itemNotFound": {"message": "Instance c0503d80-440b-4351-89d6-594d849b9d3e could not be found.", "code": 404}} 2018-08-21 07:45:20,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/dca2f61a-a47d-4130-8b3d-52797089f6e3 0.569s 2018-08-21 07:45:20,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/dca2f61a-a47d-4130-8b3d-52797089f6e3', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-519775a3-e86e-49da-92a7-a9a8488e2dd6'} Body: 2018-08-21 07:45:20,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1557993483 0.031s 2018-08-21 07:45:20,898 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.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1557993483', u'x-compute-request-id': 'req-a94cc87e-7855-46fc-abfb-fe6a19b10e59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94cc87e-7855-46fc-abfb-fe6a19b10e59'} Body: 2018-08-21 07:45:22,846 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/remove_router_interface 1.947s 2018-08-21 07:45:22,846 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "532e679c-fd06-4986-8050-67b22b628fea"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3743b180-3b1c-4749-9fae-c9c575fe476c'} Body: {"network_id": "b2cf2f67-de95-4dae-af9b-c5ecf926a520", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "532e679c-fd06-4986-8050-67b22b628fea", "subnet_ids": ["532e679c-fd06-4986-8050-67b22b628fea"], "port_id": "226e086f-bdb8-465f-8bc5-960901ed8133", "id": "1a6e9132-11be-4ac0-9d0e-898f5c6f9268"} 2018-08-21 07:45:24,625 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268 1.777s 2018-08-21 07:45:24,625 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/1a6e9132-11be-4ac0-9d0e-898f5c6f9268', u'date': 'Tue, 21 Aug 2018 07:45:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dc4785ad-d56a-4065-af5e-79cdedf6cf65'} Body: 2018-08-21 07:45:25,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/532e679c-fd06-4986-8050-67b22b628fea 1.315s 2018-08-21 07:45:25,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/532e679c-fd06-4986-8050-67b22b628fea', u'date': 'Tue, 21 Aug 2018 07:45:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e6682f7-f5d8-4359-bfda-26a08d474ded'} Body: 2018-08-21 07:45:28,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/b2cf2f67-de95-4dae-af9b-c5ecf926a520 2.149s 2018-08-21 07:45:28,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/b2cf2f67-de95-4dae-af9b-c5ecf926a520', u'date': 'Tue, 21 Aug 2018 07:45:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cfc85b13-119b-4c3a-ad22-28916e84507b'} Body: 2018-08-21 07:45:29,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/634c786e-d5a6-4536-b19d-2e8963fd20ce 1.016s 2018-08-21 07:45:29,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/634c786e-d5a6-4536-b19d-2e8963fd20ce', u'date': 'Tue, 21 Aug 2018 07:45:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a1fc0661-8031-4a16-9fa8-887eb12505ba'} Body: 2018-08-21 07:45:31,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e 2.025s 2018-08-21 07:45:31,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/cdc86b1a-c65b-45d3-b3d2-359b8aea1d2e', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a9a4a34a-8708-4978-843c-5cd2461d9d43'} Body: 2018-08-21 07:45:31,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/00c011e6-3a63-453d-9112-eeb465eba622 0.311s 2018-08-21 07:45:31,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.44:9696/v2.0/security-groups/00c011e6-3a63-453d-9112-eeb465eba622', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ba4497d0-a5df-447a-a722-6bf4cef399df'} 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-21 07:45:31,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-groups 0.265s 2018-08-21 07:45:31,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "description": "tempest-secgroup-smoke-624937638 description", "name": "tempest-secgroup-smoke-624937638"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups', u'date': 'Tue, 21 Aug 2018 07:45:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a757d03-a34e-4b7d-b6cf-0074068e6190'} Body: {"security_group": {"description": "tempest-secgroup-smoke-624937638 description", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:31Z", "updated_at": "2018-08-21T07:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:45:31Z", "revision_number": 0, "id": "586e92c8-55c0-4af1-bd00-b691f2894631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:45:31Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv4", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:45:31Z", "revision_number": 0, "id": "e0f007ad-2196-4019-86fa-608f9faf26c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:45:31Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_min": null, "ethertype": "IPv6", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}], "revision_number": 1, "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "name": "tempest-secgroup-smoke-624937638"}} 2018-08-21 07:45:32,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.444s 2018-08-21 07:45:32,188 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5628192a-ea1a-4728-b238-37b6e5376ab5'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "8ce86028-eb2c-4ada-88bc-2ebbd6530dfc"}} 2018-08-21 07:45:32,502 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.313s 2018-08-21 07:45:32,502 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 22, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4851967a-22c8-4f2f-831b-cf9eb298062a'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 22, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "136d2d2b-d482-4802-b721-0e60517a7c26"}} 2018-08-21 07:45:32,636 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.132s 2018-08-21 07:45:32,636 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abb3bcec-7533-4c00-a635-25e01dd34a9a'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "12805ca4-ab9d-4f3c-9195-47356c2b378b"}} 2018-08-21 07:45:32,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.180s 2018-08-21 07:45:32,818 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": "76dbb8415c1d404a9a78c64bb0932f34", "port_range_max": 80, "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ee881f1-992e-44aa-bbe0-55c33658c7d6'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": 80, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "e66ed41e-0630-44ed-8c6b-95b39ce0a2cc"}} 2018-08-21 07:45:32,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.162s 2018-08-21 07:45:32,981 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "protocol": "icmp", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e7910427-e6a0-42b1-b44e-178265a1973e'} 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-21T07:45:32Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:32Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "3fb7fffd-d197-4026-9f6c-d1cb35da756f"}} 2018-08-21 07:45:33,430 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.447s 2018-08-21 07:45:33,430 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "protocol": "icmp", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-40b9b417-e15f-472f-8924-096d474d4a30'} 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-21T07:45:33Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1ea75cf4-4b72-4b8c-8634-3f182895b8f8"}} 2018-08-21 07:45:33,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.451s 2018-08-21 07:45:33,883 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "ingress", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-822e934c-e488-4f08-81d0-2fde2d4c6928'} 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-21T07:45:33Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:33Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "ad5c49cb-b8eb-498f-b433-d42b1fae14dd"}} 2018-08-21 07:45:34,391 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.44:9696/v2.0/security-group-rules 0.507s 2018-08-21 07:45:34,392 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": "76dbb8415c1d404a9a78c64bb0932f34", "direction": "egress", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.44:9696/v2.0/security-group-rules', u'date': 'Tue, 21 Aug 2018 07:45:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-101d4a11-7ce8-4dd5-87bb-52e6980828fd'} 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-21T07:45:34Z", "security_group_id": "8a88ade3-79a4-429f-91ac-dd1047b7b197", "port_range_min": null, "revision_number": 0, "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:34Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "1150b5de-27a0-442e-9fa5-95174c93b7e1"}} 2018-08-21 07:45:34,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/networks 0.234s 2018-08-21 07:45:34,628 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-A-1471564465"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:45:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a511147e-abda-4fca-be46-20aded07c8aa'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:45:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","name":"tempest-A-1471564465"}} 2018-08-21 07:45:35,162 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/subnets 0.534s 2018-08-21 07:45:35,163 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.101.11.0/24", "network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "name": "tempest-subnet-A-1-707625915"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d0ed63d-0e5e-4cc6-8dac-3b768680f3b1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:34Z","dns_nameservers":[],"updated_at":"2018-08-21T07:45:34Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"690099fb-995f-4788-90c0-52763bb9faf8","subnetpool_id":null,"name":"tempest-subnet-A-1-707625915"}} 2018-08-21 07:45:35,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/networks 0.517s 2018-08-21 07:45:35,681 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-B-1960730315"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.44:9696/v2.0/networks', u'date': 'Tue, 21 Aug 2018 07:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eeeb35d1-91ee-4e77-acce-a07900844696'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-21T07:45:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","name":"tempest-B-1960730315"}} 2018-08-21 07:45:36,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/subnets 1.000s 2018-08-21 07:45:36,683 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": "76dbb8415c1d404a9a78c64bb0932f34", "cidr": "10.102.21.0/24", "network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "name": "tempest-subnet-B-1-1045977846"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets', u'date': 'Tue, 21 Aug 2018 07:45:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be915a0d-47e8-49b8-82e5-b614f82d9103'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","created_at":"2018-08-21T07:45:36Z","dns_nameservers":[],"updated_at":"2018-08-21T07:45:36Z","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":"76dbb8415c1d404a9a78c64bb0932f34","id":"80da9a02-8d08-4940-8df2-7070d175fb2d","subnetpool_id":null,"name":"tempest-subnet-B-1-1045977846"}} 2018-08-21 07:45:36,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns 0.313s 2018-08-21 07:45:36,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "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.44:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Tue, 21 Aug 2018 07:45:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e957a638-e51d-41a6-a19d-2675c131b2bd'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "route_targets": ["64512:1"], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "type": "l3", "id": "d077ef46-8a54-489a-a9a1-fa4eafc4d19a"}} 2018-08-21 07:45:37,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations 0.512s 2018-08-21 07:45:37,511 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations', u'date': 'Tue, 21 Aug 2018 07:45:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9dd74308-b8e3-4887-913f-cdfe433a69a5'} Body: {"network_association": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "id": "ffb2e7c0-1b10-4c99-a087-d1787d2c6b9c"}} 2018-08-21 07:45:38,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations 0.570s 2018-08-21 07:45:38,082 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/d077ef46-8a54-489a-a9a1-fa4eafc4d19a/network_associations', u'date': 'Tue, 21 Aug 2018 07:45:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0c653ae-aa4c-439c-9097-c58896a99c72'} Body: {"network_association": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "id": "dd73eecc-62c7-46cb-a8ac-ddcb18b91f07"}} 2018-08-21 07:45:38,083 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-21 07:45:38,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/routers 0.241s 2018-08-21 07:45:38,325 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--115579190", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:45:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afdeb9e9-2851-44b5-96aa-e88c9efe4168'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:45:38Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d274c003-d4d1-411c-aa32-97c233e339ec", "name": "tempest-router--115579190"}} 2018-08-21 07:45:39,832 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec 1.506s 2018-08-21 07:45:39,833 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec', u'date': 'Tue, 21 Aug 2018 07:45:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4188ef8b-e092-4fcb-9623-d5542eb2310f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:45:38Z", "admin_state_up": true, "updated_at": "2018-08-21T07:45:39Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "d274c003-d4d1-411c-aa32-97c233e339ec", "name": "tempest-router--115579190"}} 2018-08-21 07:45:41,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/add_router_interface 2.018s 2018-08-21 07:45:41,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:45:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea21256c-751d-4968-a72b-360dd25206a2'} Body: {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d", "subnet_ids": ["80da9a02-8d08-4940-8df2-7070d175fb2d"], "port_id": "e968143c-0d45-4c2d-a78a-0b48a7ec777a", "id": "d274c003-d4d1-411c-aa32-97c233e339ec"} 2018-08-21 07:45:41,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.44:8774/v2.1/os-keypairs 0.125s 2018-08-21 07:45:41,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1916614605"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-91f46362-0f1a-4f1a-9bee-98e49995691f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-91f46362-0f1a-4f1a-9bee-98e49995691f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdR5NlEmMLQlnrA4Chw12WasQK4j6FspRR+XFA3N7GFKBlwBFh1fnibssK1BT6NBBcK0mWiMaX/e+3ccbkS0yEUEjM3nsi9mIeK2t2IWsWjnQLw8zN3zDM/hFAnlZxPzGgAksJcppNgdM3pmiWkpRnlAuyKP4LUjT0JumIybiXciAXKSaHTpxri/Q2xPR1jjZcyQ0hktlFIUniWUXXYOVKBacOY4gCnBN4x6PERWTS/TkRQvOF0VYEesJyqmm31ttqPwoweD98tPcgbttfuNmZjoZXBM3azMG7T/F5c3Lgvaw2TZt8v/OswsCEsmlEfDIZcLk1XRaNZtp7WEqvxTZ9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3UeTZRJjC0JZ6wOAocNdlmrECuI+hbKUUflxQNzexhSgZcAR\nYdX54m7LCtQU+jQQXCtJlojGl/3vt3HG5EtMhFBIzN57IvZiHitrdiFrFo50C8PM\nzd8wzP4RQJ5WcT8xoAJLCXKaTYHTN6ZolpKUZ5QLsij+C1I09CbpiMm4l3IgFykm\nh06ca4v0NsT0dY42XMkNIZLZRSFJ4llF12DlSgWnDmOIApwTeMejxEVk0v05EULz\nhdFWBHrCcqppt9bbaj8KMHg/fLT3IG7bX7jZmY6GVwTN2szBu0/xeXNy4L2sNk2b\nfL/zrMLAhLJpRHwyGXC5NV0WjWbae1hKr8U2fQIDAQABAoIBADEMj5iE1d2GDKZy\ndU3mH1WbPu9mrRM3vXbaQwdsrhjcM526UGAObUCK7Iju7+NyLPoxQjOTB+pjCILy\nPnMWWdSucySuYD8kvCUR3NUnnTQ3yXNeKISt54RZAPwA3QpnRpnASF/Evn1VvLsG\nMQLHZQv8ngcU3RMnWsOP6I5AoKE46m4VFJR/e6nj7KPFxxo7SXw+6MmVPSs/prKA\n+H6G/6b+MdzVaXohXk6Y8krlslmULZg7OV9RsScZKjhqctZMdn1YFLRu01Ae2Nuz\nPe/q0wZJksqXbI5dZrE2EdAkuL4rtrVI3YVilL7vQqUZzgbe6JVA7XEngEkSf6r4\nONQQ2oUCgYEA7kedMq7zZiMND+qD2KDaJdYv7CeCxMg6/ERjEq6Ijg/pLiAVeE1k\na9nJyqNlCD5fK67wPAF6mMaGW0KaD2to6wdNqJXSPKDTHskahD7fSFTM1pc+pxYm\niRTesY8Co5jXaz8dBYtLNSQzzGeXOjLuw3uVbCeSf0uFma4HEZ1EmGMCgYEA7bxP\ny7V2gZg1d7tbHxvEedhgZuBDYhIO9Xwh9MkGDMpRUwrUp8wBflmgImeqZcrL/Z9a\nP6PdNQZeQUWWLCZpqRb/g3cYR22v0MoDlV4ghB7OG+CDOBg7n2U1Z1nSeYzLeEzA\n/JtMbAi5yIb5MCY0/r899NE5bX/3ntgjrDYxe58CgYEAj0xIMHPgcxs/PsQleID7\n0GdoOJhmX1ufhZjHEDQgcXcGH7Qx1UCN1QKMBa6QEw4XhBjX5u5owTobEQUTy5Qn\n67hfrrQzVDzP2qLMrJ13AHPnIGKizi9XC3eemZ/M0YAYhSnWlT/5AcN81z+xRdHd\nn3hSG1INGzra5Now7BntZ8sCgYBpuExj8pZ4mw9r501mUBrXdHmqRiCxBAbS9BjF\nmn+uQGpZ238l/3rKjWDA7AjCq6R7bNndYymD4wkXTbKyf4KNR0TpWZTabtS4rJ1b\nVzhuiKRvkS/JSj15bLCK/U6z7wCsxrUroIQjpt23Zw55cwQuJS2QKVq4byfW45c5\nhgALUQKBgBb/3IBSGLUtNCv5lEked17/LmZgsClTvNVfIpeNO02+6riI33b+nY7w\n+ED1/EcROiYoppr9ZqNZpbFgTz0SQhpVvmyUE7nwHmk3PRvmPPIiccnU15LeYPTb\nSZ5pvPW24aNRpOswRlOpgo7TywkTyzaY5xomB+S5L2dchCQYDGbi\n-----END RSA PRIVATE KEY-----\n", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "name": "tempest-TestBGPVPNBasic-1916614605", "fingerprint": "a2:fc:bb:51:88:ad:b7:d2:34:54:a7:b3:c0:01:5c:29"}} 2018-08-21 07:45:42,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/ports 0.786s 2018-08-21 07:45:42,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-223300364", "security_groups": ["8a88ade3-79a4-429f-91ac-dd1047b7b197"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:45:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bc8c720-3ba0-47ae-a02e-c672d5f56cee'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:45:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"71d5e405-f22b-4d5b-a57d-4a5a1c6502ac","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:45:42Z","name":"tempest-port-smoke-223300364","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bc:e9:0c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"690099fb-995f-4788-90c0-52763bb9faf8","ip_address":"10.101.11.10"}],"id":"23858de4-1a38-4c05-80fb-913372f85685","security_groups":["8a88ade3-79a4-429f-91ac-dd1047b7b197"],"device_id":""}} 2018-08-21 07:45:44,693 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.44:8774/v2.1/servers 1.921s 2018-08-21 07:45:44,693 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-1916614605", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "port": "23858de4-1a38-4c05-80fb-913372f85685"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-55e4814a-f4a8-453a-bac2-d83b98fc79c1', 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55e4814a-f4a8-453a-bac2-d83b98fc79c1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "adminPass": "2qVtNRgyKDaN"}} 2018-08-21 07:45:45,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.398s 2018-08-21 07:45:45,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-d88acb4d-5b20-4410-875e-ca1eabd21df0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d88acb4d-5b20-4410-875e-ca1eabd21df0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:45:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:46,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.368s 2018-08-21 07:45:46,480 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-340bdad7-459d-4987-bbca-5843ecdcd571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-340bdad7-459d-4987-bbca-5843ecdcd571'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:46,493 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-21 07:45:47,862 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.366s 2018-08-21 07:45:47,863 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-e9a6790f-2131-438d-b60c-a87ed7efbbfe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9a6790f-2131-438d-b60c-a87ed7efbbfe'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:47,881 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-21 07:45:49,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.433s 2018-08-21 07:45:49,318 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-3e1f03c0-4280-4c70-8935-19be22e6168f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e1f03c0-4280-4c70-8935-19be22e6168f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:46Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:50,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.340s 2018-08-21 07:45:50,673 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13ad5d65-6ca1-4b1c-a21b-88ee71fe0873'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:50,698 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-21 07:45:51,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.424s 2018-08-21 07:45:51,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-da9b38df-775f-45d4-a657-1d50dcd531f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da9b38df-775f-45d4-a657-1d50dcd531f5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:50Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:51,137 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 96256c0c-d750-4bfc-87b8-0caffe3f1405 with status: ACTIVE 2018-08-21 07:45:51,998 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/ports 0.859s 2018-08-21 07:45:51,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2026793448", "security_groups": ["8a88ade3-79a4-429f-91ac-dd1047b7b197"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.44:9696/v2.0/ports', u'date': 'Tue, 21 Aug 2018 07:45:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4f86212-67ea-4c2a-a731-ac7a1d4e3f24'} Body: {"port":{"status":"DOWN","created_at":"2018-08-21T07:45:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc","tenant_id":"76dbb8415c1d404a9a78c64bb0932f34","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-21T07:45:51Z","name":"tempest-port-smoke-2026793448","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:a2:62","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"76dbb8415c1d404a9a78c64bb0932f34","fixed_ips":[{"subnet_id":"80da9a02-8d08-4940-8df2-7070d175fb2d","ip_address":"10.102.21.20"}],"id":"43321a02-b636-4b2d-ba26-9b568a0712d3","security_groups":["8a88ade3-79a4-429f-91ac-dd1047b7b197"],"device_id":""}} 2018-08-21 07:45:53,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.44:8774/v2.1/servers 1.648s 2018-08-21 07:45:53,648 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-1916614605", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "networks": [{"uuid": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "port": "43321a02-b636-4b2d-ba26-9b568a0712d3"}], "imageRef": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.44:8774/v2.1/servers', u'x-compute-request-id': 'req-600cfdb4-0bf3-4c78-b83e-710208851adc', 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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-600cfdb4-0bf3-4c78-b83e-710208851adc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ae124e63-e612-4693-af52-b8332c55ad84", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "adminPass": "dLuZvtz3zLJZ"}} 2018-08-21 07:45:53,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.059s 2018-08-21 07:45:53,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': '1262', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-038247e2-b801-4e60-bcb9-99915991b7ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-038247e2-b801-4e60-bcb9-99915991b7ea'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "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-21T07:45:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:55,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.269s 2018-08-21 07:45:55,001 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-d448c586-f2bf-47c2-9d78-3183349f1121', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d448c586-f2bf-47c2-9d78-3183349f1121'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:54Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:55,014 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-21 07:45:56,172 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.156s 2018-08-21 07:45:56,173 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-fda39dd3-018f-486f-b988-03859485085a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fda39dd3-018f-486f-b988-03859485085a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:56,197 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-21 07:45:57,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.166s 2018-08-21 07:45:57,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-127703c8-68c6-410e-8f70-40fb52e3d832', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-127703c8-68c6-410e-8f70-40fb52e3d832'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:45:58,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.335s 2018-08-21 07:45:58,718 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9992a337-4ceb-4b86-8e71-3bf9ae3cd156'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:45:55Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:46:00,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.419s 2018-08-21 07:46:00,153 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-14d65b51-bb22-4b93-9e10-f8035e5285b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:45:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-14d65b51-bb22-4b93-9e10-f8035e5285b6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:46:00,168 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-21 07:46:00,331 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.162s 2018-08-21 07:46:00,332 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:46:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b789fb9-7dfd-4b2f-b895-4a5668b782f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:45:59Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:46:00,345 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ae124e63-e612-4693-af52-b8332c55ad84 with status: ACTIVE 2018-08-21 07:46:00,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/routers 0.299s 2018-08-21 07:46:00,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "name": "tempest-router--788521134", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.44:9696/v2.0/routers', u'date': 'Tue, 21 Aug 2018 07:46:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21b2d619-5571-4860-8ab7-d1a2eef2a4e1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:00Z", "admin_state_up": true, "updated_at": "2018-08-21T07:46:00Z", "revision_number": 0, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "457162ad-3b7e-4345-b6e2-c529284965f7", "name": "tempest-router--788521134"}} 2018-08-21 07:46:02,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7 1.672s 2018-08-21 07:46:02,319 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": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7', u'date': 'Tue, 21 Aug 2018 07:46:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59fa98dc-7404-46fa-8d97-c717c98d2cec'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:00Z", "admin_state_up": true, "updated_at": "2018-08-21T07:46:01Z", "revision_number": 2, "routes": [], "project_id": "76dbb8415c1d404a9a78c64bb0932f34", "id": "457162ad-3b7e-4345-b6e2-c529284965f7", "name": "tempest-router--788521134"}} 2018-08-21 07:46:04,359 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/add_router_interface 2.039s 2018-08-21 07:46:04,360 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/add_router_interface', u'date': 'Tue, 21 Aug 2018 07:46:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34b63933-49b0-41b4-a397-17969a785e04'} Body: {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8", "subnet_ids": ["690099fb-995f-4788-90c0-52763bb9faf8"], "port_id": "901af3f6-bfc4-4dc3-8ff0-967a7c14a1e8", "id": "457162ad-3b7e-4345-b6e2-c529284965f7"} 2018-08-21 07:46:06,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.44:9696/v2.0/floatingips 1.814s 2018-08-21 07:46:06,175 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "fixed_ip_address": null, "port_id": "23858de4-1a38-4c05-80fb-913372f85685"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.44:9696/v2.0/floatingips', u'date': 'Tue, 21 Aug 2018 07:46:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8760e24f-3e9b-41d4-811a-d37add6742af'} Body: {"floatingip": {"router_id": "457162ad-3b7e-4345-b6e2-c529284965f7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T07:46:05Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "23858de4-1a38-4c05-80fb-913372f85685", "id": "f6e7c295-2006-4a97-bac9-6bf497f4d287", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "created_at": "2018-08-21T07:46:05Z", "project_id": "76dbb8415c1d404a9a78c64bb0932f34"}} 2018-08-21 07:46:06,178 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:46:09,186 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:46:09,250 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:46:09,283 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:46:09,398 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-21 07:46:09,398 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:46:09,400 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:46:09,464 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:46:09,465 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:46:14,472 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:46:14,473 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:47:24,515 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-21 07:47:24,516 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:47:24,521 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:47:24,583 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:47:24,585 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:47:29,592 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:47:29,593 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:48:39,663 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:48:39,664 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-21 07:48:39,664 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,670 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39,767 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:39,796 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39,803 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:48:39,803 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:0c:12 [ether] on eth0 2018-08-21 07:48:39,804 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-21 07:48:39,804 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,806 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39,867 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:39,870 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39,879 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-21 07:48:39,880 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-21 07:48:39,880 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,883 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:39,942 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:39,946 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:39,952 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-21 07:48:39,953 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:39,954 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:40,014 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:40,019 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:40,024 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-21 07:48:40,024 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:fb:0c:12 [ether] on eth0 2018-08-21 07:48:40,025 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-21 07:48:40,025 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:48:40,027 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:48:40,087 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:48:40,091 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:48:45,099 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:48:45,099 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:49:55,169 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-21 07:49:55,170 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.212:22' as 'cirros' with public key authentication 2018-08-21 07:49:55,176 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-21 07:49:55,281 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-21 07:49:55,283 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.212 successfully created 2018-08-21 07:50:00,291 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.212 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-21 07:50:00,292 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.212. 2018-08-21 07:51:10,362 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-21 07:51:10,367 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.212: Timed out waiting for 10.102.21.20 to become reachable 2018-08-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-21 07:51:10.367 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-21 07:51:10.367 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-21 07:51:12,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/floatingips/f6e7c295-2006-4a97-bac9-6bf497f4d287 1.632s 2018-08-21 07:51:12,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.44:9696/v2.0/floatingips/f6e7c295-2006-4a97-bac9-6bf497f4d287', u'date': 'Tue, 21 Aug 2018 07:51:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e125faf6-d4ae-4d80-a66d-6ec3c94dd72b'} Body: 2018-08-21 07:51:13,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/remove_router_interface 1.770s 2018-08-21 07:51:13,777 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:51:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-985defd7-588b-4c3d-8f43-a661b0308413'} Body: {"network_id": "71d5e405-f22b-4d5b-a57d-4a5a1c6502ac", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "690099fb-995f-4788-90c0-52763bb9faf8", "subnet_ids": ["690099fb-995f-4788-90c0-52763bb9faf8"], "port_id": "901af3f6-bfc4-4dc3-8ff0-967a7c14a1e8", "id": "457162ad-3b7e-4345-b6e2-c529284965f7"} 2018-08-21 07:51:15,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7 2.064s 2018-08-21 07:51:15,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/457162ad-3b7e-4345-b6e2-c529284965f7', u'date': 'Tue, 21 Aug 2018 07:51:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-047e7dcc-0a4a-4cf3-8930-6067a09dd83f'} Body: 2018-08-21 07:51:16,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.428s 2018-08-21 07:51:16,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8ad079c-c5a5-4b32-9fd1-ca2ee63fbaff'} Body: 2018-08-21 07:51:16,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.685s 2018-08-21 07:51:16,959 63 DEBUG [tempest.lib.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.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-aa7b1025-de43-44cd-8c2d-76356f15ff32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa7b1025-de43-44cd-8c2d-76356f15ff32'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1960730315": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a2:62", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ae124e63-e612-4693-af52-b8332c55ad84", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:59.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ae124e63-e612-4693-af52-b8332c55ad84", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:51:16Z", "hostId": "c20053bb302f88b018abe5273bebb44d777d6b7dd370470a3f9d3a07", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-2", "created": "2018-08-21T07:45:53Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:51:18,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84 0.073s 2018-08-21 07:51:18,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/ae124e63-e612-4693-af52-b8332c55ad84', u'x-compute-request-id': 'req-bd02d036-fd1d-4dbf-880e-edf18c77387f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bd02d036-fd1d-4dbf-880e-edf18c77387f'} Body: {"itemNotFound": {"message": "Instance ae124e63-e612-4693-af52-b8332c55ad84 could not be found.", "code": 404}} 2018-08-21 07:51:19,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/43321a02-b636-4b2d-ba26-9b568a0712d3 1.043s 2018-08-21 07:51:19,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.44:9696/v2.0/ports/43321a02-b636-4b2d-ba26-9b568a0712d3', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b1c8dad0-a3d4-4238-a716-5324d1c9df8e'} Body: 2018-08-21 07:51:19,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.278s 2018-08-21 07:51:19,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', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-41adb80a-9898-4c19-9932-b4c2d49f8216', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41adb80a-9898-4c19-9932-b4c2d49f8216'} Body: 2018-08-21 07:51:20,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.791s 2018-08-21 07:51:20,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': '1550', 'content-location': 'http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7ef67d39-5b24-40d0-9df7-2e16bfba2f6d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1471564465": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e9:0c", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405", "rel": "bookmark"}], "image": {"id": "cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "links": [{"href": "http://172.30.9.44:8774/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-21T07:45:50.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "96256c0c-d750-4bfc-87b8-0caffe3f1405", "security_groups": [{"name": "tempest-secgroup-smoke-624937638"}], "user_id": "376feb736cdb42f6b3ca0212d9e1922d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:51:19Z", "hostId": "ac197d7821d4aa033d76410835824cbd214a56570c86b30b99c1c05f", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1916614605", "name": "server-1", "created": "2018-08-21T07:45:44Z", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:51:21,237 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405 0.047s 2018-08-21 07:51:21,237 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.44:8774/v2.1/servers/96256c0c-d750-4bfc-87b8-0caffe3f1405', u'x-compute-request-id': 'req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:21 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65e8bfef-f9be-4fcc-aba7-d863a8102aa6'} Body: {"itemNotFound": {"message": "Instance 96256c0c-d750-4bfc-87b8-0caffe3f1405 could not be found.", "code": 404}} 2018-08-21 07:51:22,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/ports/23858de4-1a38-4c05-80fb-913372f85685 0.945s 2018-08-21 07:51:22,184 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/ports/23858de4-1a38-4c05-80fb-913372f85685', u'date': 'Tue, 21 Aug 2018 07:51:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-af96f8fc-500e-4b6c-a90d-888cfa2d75ad'} Body: 2018-08-21 07:51:22,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1916614605 0.116s 2018-08-21 07:51:22,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.44:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1916614605', u'x-compute-request-id': 'req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Tue, 21 Aug 2018 07:51:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a6e888e-7d72-4bc5-ab9b-682ae91287d6'} Body: 2018-08-21 07:51:24,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/remove_router_interface 2.083s 2018-08-21 07:51:24,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec/remove_router_interface', u'date': 'Tue, 21 Aug 2018 07:51:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-819d45e1-3cf5-40fd-96ac-04436a2ff35e'} Body: {"network_id": "db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc", "tenant_id": "76dbb8415c1d404a9a78c64bb0932f34", "subnet_id": "80da9a02-8d08-4940-8df2-7070d175fb2d", "subnet_ids": ["80da9a02-8d08-4940-8df2-7070d175fb2d"], "port_id": "e968143c-0d45-4c2d-a78a-0b48a7ec777a", "id": "d274c003-d4d1-411c-aa32-97c233e339ec"} 2018-08-21 07:51:25,937 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec 1.549s 2018-08-21 07:51:25,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/routers/d274c003-d4d1-411c-aa32-97c233e339ec', u'date': 'Tue, 21 Aug 2018 07:51:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-52936d3f-b535-4565-b5d4-fa8aa26bb3b0'} Body: 2018-08-21 07:51:27,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/80da9a02-8d08-4940-8df2-7070d175fb2d 1.651s 2018-08-21 07:51:27,591 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/80da9a02-8d08-4940-8df2-7070d175fb2d', u'date': 'Tue, 21 Aug 2018 07:51:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-84e4cba8-3da4-46ab-a538-73e2dfd194b4'} Body: 2018-08-21 07:51:29,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc 2.162s 2018-08-21 07:51:29,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/db17b3d2-c7b2-4d17-b54d-f6a8af9ff7cc', u'date': 'Tue, 21 Aug 2018 07:51:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ebebbcc1-116e-4c24-9c7d-f4c68ea9c551'} Body: 2018-08-21 07:51:31,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/subnets/690099fb-995f-4788-90c0-52763bb9faf8 1.286s 2018-08-21 07:51:31,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/subnets/690099fb-995f-4788-90c0-52763bb9faf8', u'date': 'Tue, 21 Aug 2018 07:51:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3a37e63e-3816-4dc3-baa9-d99d21f4e396'} Body: 2018-08-21 07:51:32,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/networks/71d5e405-f22b-4d5b-a57d-4a5a1c6502ac 1.910s 2018-08-21 07:51:32,956 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/networks/71d5e405-f22b-4d5b-a57d-4a5a1c6502ac', u'date': 'Tue, 21 Aug 2018 07:51:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8bc7302b-9461-4878-a2b6-06b7617fcf33'} Body: 2018-08-21 07:51:33,199 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.44:9696/v2.0/security-groups/8a88ade3-79a4-429f-91ac-dd1047b7b197 0.242s 2018-08-21 07:51:33,200 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.44:9696/v2.0/security-groups/8a88ade3-79a4-429f-91ac-dd1047b7b197', u'date': 'Tue, 21 Aug 2018 07:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef6df6fa-7c3f-4681-9879-37a9f941c6e3'} Body: ====== Totals ====== Ran: 44 tests in 6055.0000 sec. - Passed: 23 - Skipped: 3 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 18 Sum of execute time for each test: 6014.3788 sec. ============== Worker Balance ============== - Worker 0 (44 tests) => 1:40:30.445574 2018-08-21 07:53:07,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:08,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["KSSmikrmQbqSRQKvgZh0qA"], "issued_at": "2018-08-21T07:53:07.000000Z"}} 2018-08-21 07:53:08,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f743f86ed1447c14c3a918e430f72b7229a90ea3" 2018-08-21 07:53:08,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d13769df-00eb-47bf-b2e0-aa6e4efec875 Date: Tue, 21 Aug 2018 07:53: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-21 07:53:08,693 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/cc0cdfc6-580f-49ec-a8d9-30672a6d28ea used request id req-d13769df-00eb-47bf-b2e0-aa6e4efec875 2018-08-21 07:53:08,694 - sdnvpn-tempest - DEBUG - Deleted image cc0cdfc6-580f-49ec-a8d9-30672a6d28ea 2018-08-21 07:53:08,695 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-21 07:53:08,696 - 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': ' 6055.0000 ', 'failed': ' 18', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [2.792979s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.845851s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [0.830333s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [4.395810s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.171714s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.193036s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.221178s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn [0.181862s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.133757s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [0.914175s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn [0.241326s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.348705s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [0.978727s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_network_association [1.096813s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_router_association [1.147638s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn [0.112304s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.371512s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [1.272855s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.418363s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.569272s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.112945s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [358.247241s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn [353.833980s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association [353.912529s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association [366.278127s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_disjoint_import_export [65.039225s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_ping_to_unassociated_net [54.203818s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export [350.869476s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list [356.291118s] ... 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 [180.982298s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net [65.353944s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target [367.395937s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets [356.244882s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [125.809088s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 [426.511888s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1 [360.183418s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2 [374.895570s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3 [377.698490s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4 [366.724560s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5 [366.910846s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6 [361.727244s] ... FAILED'], 'num_tests': ' 44 '}} 2018-08-21 07:53:08,696 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-21 07:53:08,696 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-21 07:53:08,696 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-21 07:53:08,820 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:08,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:08,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:08,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:08,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:08,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:08,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:08,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:08,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 07:53:08,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:08,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:08,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:08,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:08,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:08,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:08,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:08,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:08,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:08,827 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 07:53:08,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:08,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7e0815f-0313-4f55-b22c-7370181a3fb2 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:08,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-e7e0815f-0313-4f55-b22c-7370181a3fb2 2018-08-21 07:53:08,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:09,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["B_htMliARwWBJEtI8iL0tQ"], "issued_at": "2018-08-21T07:53:09.000000Z"}} 2018-08-21 07:53:09,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd76e9ca5f156c231726ceb7260d1a32fe0a57a1" 2018-08-21 07:53:09,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-8ba5d6cb-a863-43c0-bca4-754693e355f7 Date: Tue, 21 Aug 2018 07:53:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 07:53:09,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-8ba5d6cb-a863-43c0-bca4-754693e355f7 2018-08-21 07:53:09,929 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 07:53:09,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd76e9ca5f156c231726ceb7260d1a32fe0a57a1" 2018-08-21 07:53:09,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-7267ebc2-ce29-4a64-8038-113fa3ab0cce Date: Tue, 21 Aug 2018 07:53:09 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-21 07:53:09,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-7267ebc2-ce29-4a64-8038-113fa3ab0cce 2018-08-21 07:53:09,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd76e9ca5f156c231726ceb7260d1a32fe0a57a1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 07:53:10,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/6ea52356-a832-4314-a18b-b4250dc59020 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8edf5a3c-a2c3-4118-bb73-5f4de71b5220 Date: Tue, 21 Aug 2018 07:53:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T07:53:09Z", "file": "/v2/images/6ea52356-a832-4314-a18b-b4250dc59020/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "6ea52356-a832-4314-a18b-b4250dc59020", "size": null, "self": "/v2/images/6ea52356-a832-4314-a18b-b4250dc59020", "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-21T07:53:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 07:53:10,012 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-8edf5a3c-a2c3-4118-bb73-5f4de71b5220 2018-08-21 07:53:10,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/6ea52356-a832-4314-a18b-b4250dc59020/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd76e9ca5f156c231726ceb7260d1a32fe0a57a1" -d '' 2018-08-21 07:53:10,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d96e646e-06f0-4bb6-94b8-ecd6a87a9f79 Date: Tue, 21 Aug 2018 07:53:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 07:53:10,749 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/6ea52356-a832-4314-a18b-b4250dc59020/file used request id req-d96e646e-06f0-4bb6-94b8-ecd6a87a9f79 2018-08-21 07:53:10,749 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-08-21 07:53:10,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:10,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7a5291b-3ba9-4115-8b99-68a65f7760cf 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:10,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-f7a5291b-3ba9-4115-8b99-68a65f7760cf 2018-08-21 07:53:10,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:11,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["01-QpbqyS4qreZIBltAjnA"], "issued_at": "2018-08-21T07:53:11.000000Z"}} 2018-08-21 07:53:11,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-08-21 07:53:11,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6d50ed7d-9004-4c7d-9bc4-4f315373236e Date: Tue, 21 Aug 2018 07:53:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"66452d32-7126-41d6-b59a-5a8ad37dd7d2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T07:53:11Z","is_default":false,"provider:segmentation_id":79,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:53:11Z","mtu":1450}} 2018-08-21 07:53:11,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-6d50ed7d-9004-4c7d-9bc4-4f315373236e 2018-08-21 07:53:11,884 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 66452d32-7126-41d6-b59a-5a8ad37dd7d2 with cidr 10.10.10.0/24 2018-08-21 07:53:11,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"subnets": [{"ip_version": 4, "network_id": "66452d32-7126-41d6-b59a-5a8ad37dd7d2", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-08-21 07:53:12,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f66554c9-f540-4e91-b115-a5035f0fc97e Date: Tue, 21 Aug 2018 07:53:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66452d32-7126-41d6-b59a-5a8ad37dd7d2","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:53:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T07:53:12Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"be56520d-25cb-4d11-b0e4-79940a1c5989","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-08-21 07:53:12,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-f66554c9-f540-4e91-b115-a5035f0fc97e 2018-08-21 07:53:12,626 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-08-21 07:53:12,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-08-21 07:53:13,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-48c3fd62-b64a-4ba5-9dd6-f60d24314c2e Date: Tue, 21 Aug 2018 07:53:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"800946de-1ac4-4916-9525-8c6499fddc04","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T07:53:12Z","is_default":false,"provider:segmentation_id":27,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:53:12Z","mtu":1450}} 2018-08-21 07:53:13,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-48c3fd62-b64a-4ba5-9dd6-f60d24314c2e 2018-08-21 07:53:13,196 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 800946de-1ac4-4916-9525-8c6499fddc04 with cidr 10.10.11.0/24 2018-08-21 07:53:13,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"subnets": [{"ip_version": 4, "network_id": "800946de-1ac4-4916-9525-8c6499fddc04", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-08-21 07:53:13,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-04ea7b9d-0af9-4164-9ae6-dd31b26fee95 Date: Tue, 21 Aug 2018 07:53:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"800946de-1ac4-4916-9525-8c6499fddc04","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:53:13Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T07:53:13Z","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":"9395463b2c594ad385c1520193638f95","id":"32a0ca14-2972-4f99-86dd-5939fb0864ed","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-08-21 07:53:13,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-04ea7b9d-0af9-4164-9ae6-dd31b26fee95 2018-08-21 07:53:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:53:14,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45548 X-Openstack-Request-Id: req-c349d869-7322-42de-9037-f0ed42e89b0a Date: Tue, 21 Aug 2018 07:53:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 07:53:14,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-c349d869-7322-42de-9037-f0ed42e89b0a 2018-08-21 07:53:14,101 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-21 07:53:14,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-08-21 07:53:14,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-e98e2c0a-e4fa-4c4d-b0e5-6e67ddad68ed Date: Tue, 21 Aug 2018 07:53:14 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T07:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}} 2018-08-21 07:53:14,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-e98e2c0a-e4fa-4c4d-b0e5-6e67ddad68ed 2018-08-21 07:53:14,550 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=436f212f-28a9-4da0-a55b-b87c609f7d27 created successfully. 2018-08-21 07:53:14,550 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-21 07:53:14,551 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-21 07:53:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:53:14,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3b17a051-c710-4d2a-8adb-a40918b06cfa Date: Tue, 21 Aug 2018 07:53:14 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-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f"}} 2018-08-21 07:53:14,963 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules used request id req-3b17a051-c710-4d2a-8adb-a40918b06cfa 2018-08-21 07:53:14,964 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-21 07:53:14,964 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-21 07:53:14,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:53:15,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0f9127e3-28b7-46c4-8bb3-5d10d219ad92 Date: Tue, 21 Aug 2018 07:53:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": 22, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:15Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "a7999368-6286-456a-8c84-fcb73e79ce62"}} 2018-08-21 07:53:15,174 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules used request id req-0f9127e3-28b7-46c4-8bb3-5d10d219ad92 2018-08-21 07:53:15,174 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-21 07:53:15,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:53:15,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-ef349e97-c167-42f1-9f03-6dbd514e33e7 Date: Tue, 21 Aug 2018 07:53:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": 22, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:15Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc"}} 2018-08-21 07:53:15,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules used request id req-ef349e97-c167-42f1-9f03-6dbd514e33e7 2018-08-21 07:53:15,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:15,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e82958-a113-464c-a4e3-3e129b352785 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:15,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-00e82958-a113-464c-a4e3-3e129b352785 2018-08-21 07:53:15,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:15,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["tfipSV-EQnaAQ0DgRRBUng"], "issued_at": "2018-08-21T07:53:15.000000Z"}} 2018-08-21 07:53:15,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" 2018-08-21 07:53:16,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-d17dcf6c-5146-42b2-97ce-d444bda273f5 x-compute-request-id: req-d17dcf6c-5146-42b2-97ce-d444bda273f5 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-21 07:53:16,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-d17dcf6c-5146-42b2-97ce-d444bda273f5 2018-08-21 07:53:16,097 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-21 07:53:16,097 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-08-21 07:53:16,098 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=6ea52356-a832-4314-a18b-b4250dc59020 network=66452d32-7126-41d6-b59a-5a8ad37dd7d2 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 07:53:16,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:16,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:16,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:16,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:16,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:16,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:16,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:16,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:16,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:16,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:16,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:16,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:16,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:16,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:16,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:16,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:16,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:16,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:16,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:16,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:16,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18b99d1-515d-417f-8b1d-a6e124b9e15b 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:16,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-d18b99d1-515d-417f-8b1d-a6e124b9e15b 2018-08-21 07:53:16,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:16,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["Una_-decTnCNl2YwH2r33Q"], "issued_at": "2018-08-21T07:53:16.000000Z"}} 2018-08-21 07:53:16,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6d6c84b1425911cf6dee5aacc449e02e91496" 2018-08-21 07:53:16,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-7213f81b-470d-4a5f-b19a-cb5307771ae6 x-compute-request-id: req-7213f81b-470d-4a5f-b19a-cb5307771ae6 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:53:16,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-7213f81b-470d-4a5f-b19a-cb5307771ae6 2018-08-21 07:53:16,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6d6c84b1425911cf6dee5aacc449e02e91496" 2018-08-21 07:53:16,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-c4ebab97-6f0c-49e3-8c7b-797fdcf17cf7 x-compute-request-id: req-c4ebab97-6f0c-49e3-8c7b-797fdcf17cf7 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:53:16,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-c4ebab97-6f0c-49e3-8c7b-797fdcf17cf7 2018-08-21 07:53:16,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6d6c84b1425911cf6dee5aacc449e02e91496" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "6ea52356-a832-4314-a18b-b4250dc59020", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "66452d32-7126-41d6-b59a-5a8ad37dd7d2"}]}}' 2018-08-21 07:53:19,488 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce8879bb-27bf-48af-bab6-39af3610e4e1 x-compute-request-id: req-ce8879bb-27bf-48af-bab6-39af3610e4e1 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "bookmark"}], "adminPass": "joCmmUEbn5cy"}} 2018-08-21 07:53:19,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-ce8879bb-27bf-48af-bab6-39af3610e4e1 2018-08-21 07:53:19,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:19,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98089e17-3970-4462-9c72-7f20fc890e41 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:19,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-98089e17-3970-4462-9c72-7f20fc890e41 2018-08-21 07:53:19,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:19,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["u1hS0mjAQOmjLi1Fat0XtQ"], "issued_at": "2018-08-21T07:53:19.000000Z"}} 2018-08-21 07:53:19,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c9e9243f26efc2886f6ce36643a428ea48ff86" 2018-08-21 07:53:20,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-db1fb91c-f98a-420c-bf82-7b6b9647e59a x-compute-request-id: req-db1fb91c-f98a-420c-bf82-7b6b9647e59a 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.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:53: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-1-2", "created": "2018-08-21T07:53:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:20,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd used request id req-db1fb91c-f98a-420c-bf82-7b6b9647e59a 2018-08-21 07:53:23,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c9e9243f26efc2886f6ce36643a428ea48ff86" 2018-08-21 07:53:24,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-4852072d-6610-48ee-b69a-38d26b6f2df0 x-compute-request-id: req-4852072d-6610-48ee-b69a-38d26b6f2df0 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.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000090", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:53:21Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-08-21T07:53:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:24,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd used request id req-4852072d-6610-48ee-b69a-38d26b6f2df0 2018-08-21 07:53:27,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c9e9243f26efc2886f6ce36643a428ea48ff86" 2018-08-21 07:53:28,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-016b7333-dd7a-41df-9492-0569457c8543 x-compute-request-id: req-016b7333-dd7a-41df-9492-0569457c8543 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:11:b3:30", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000090", "OS-SRV-USG:launched_at": "2018-08-21T07:53:26.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:53:26Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-08-21T07:53:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:28,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd used request id req-016b7333-dd7a-41df-9492-0569457c8543 2018-08-21 07:53:28,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6d6c84b1425911cf6dee5aacc449e02e91496" 2018-08-21 07:53:28,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-8553c628-8c75-4eca-8eb2-fa1664c7807e x-compute-request-id: req-8553c628-8c75-4eca-8eb2-fa1664c7807e 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:11:b3:30", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000090", "OS-SRV-USG:launched_at": "2018-08-21T07:53:26.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "d03cb4f3-5d96-47c2-8717-c6316ac7b9bd", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:53:26Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2018-08-21T07:53:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:28,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd used request id req-8553c628-8c75-4eca-8eb2-fa1664c7807e 2018-08-21 07:53:28,903 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.4'. 2018-08-21 07:53:28,903 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-08-21 07:53:28,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:53:30,175 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12300cc6-aaa1-439e-816e-bb4e7c64589a x-compute-request-id: req-12300cc6-aaa1-439e-816e-bb4e7c64589a Content-Length: 0 Content-Type: application/json 2018-08-21 07:53:30,175 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd/action used request id req-12300cc6-aaa1-439e-816e-bb4e7c64589a 2018-08-21 07:53:30,175 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-08-21 07:53:30,176 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=6ea52356-a832-4314-a18b-b4250dc59020 network=66452d32-7126-41d6-b59a-5a8ad37dd7d2 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 07:53:30,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:30,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:30,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:30,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:30,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:30,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:30,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:30,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:30,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:30,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:30,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:30,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:30,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:30,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:30,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:30,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:30,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:30,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:30,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:30,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:30,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:30,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:30,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec1e4b2f-4f56-4715-bee4-bfa507222b65 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:30,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-ec1e4b2f-4f56-4715-bee4-bfa507222b65 2018-08-21 07:53:30,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:30,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["c7i9yQ94QjiZ9PKdRq9Jrg"], "issued_at": "2018-08-21T07:53:30.000000Z"}} 2018-08-21 07:53:30,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63ee3ed680740ce0cd52ba41b6ee4ee92c87ba3" 2018-08-21 07:53:30,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-f5aee6e5-ea56-4678-8494-0f18385a587d x-compute-request-id: req-f5aee6e5-ea56-4678-8494-0f18385a587d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:53:30,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-f5aee6e5-ea56-4678-8494-0f18385a587d 2018-08-21 07:53:30,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63ee3ed680740ce0cd52ba41b6ee4ee92c87ba3" 2018-08-21 07:53:30,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-cee57d60-d02e-4ee3-854f-630d23c77647 x-compute-request-id: req-cee57d60-d02e-4ee3-854f-630d23c77647 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:53:30,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-cee57d60-d02e-4ee3-854f-630d23c77647 2018-08-21 07:53:30,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63ee3ed680740ce0cd52ba41b6ee4ee92c87ba3" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "6ea52356-a832-4314-a18b-b4250dc59020", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "66452d32-7126-41d6-b59a-5a8ad37dd7d2"}]}}' 2018-08-21 07:53:32,994 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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 x-openstack-request-id: req-c6e9081a-f429-467d-9722-b68be758f95d x-compute-request-id: req-c6e9081a-f429-467d-9722-b68be758f95d Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ea06212-7bb6-4f58-bb0e-ae9568b63187", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "bookmark"}], "adminPass": "QjxgvFgDH8wz"}} 2018-08-21 07:53:32,994 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-c6e9081a-f429-467d-9722-b68be758f95d 2018-08-21 07:53:32,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:33,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9540f59e-34d0-4316-9698-4db28d2c92ae 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:33,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-9540f59e-34d0-4316-9698-4db28d2c92ae 2018-08-21 07:53:33,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:33,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["H84LLtU3QbS7EzpRkyS0Fw"], "issued_at": "2018-08-21T07:53:33.000000Z"}} 2018-08-21 07:53:33,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0c3a372ca04aa50bd7024fc70fe0568d391f35" 2018-08-21 07:53:33,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-7448473a-36a4-42c8-b0f7-f014c7d74f64 x-compute-request-id: req-7448473a-36a4-42c8-b0f7-f014c7d74f64 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.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5ea06212-7bb6-4f58-bb0e-ae9568b63187", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:53:33Z", "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-21T07:53:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:33,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 used request id req-7448473a-36a4-42c8-b0f7-f014c7d74f64 2018-08-21 07:53:36,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0c3a372ca04aa50bd7024fc70fe0568d391f35" 2018-08-21 07:53:37,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-7eb02a67-1cda-421f-ada3-77c151b0aeed x-compute-request-id: req-7eb02a67-1cda-421f-ada3-77c151b0aeed Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5ea06212-7bb6-4f58-bb0e-ae9568b63187", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:53:36Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-21T07:53:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:37,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 used request id req-7eb02a67-1cda-421f-ada3-77c151b0aeed 2018-08-21 07:53:40,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0c3a372ca04aa50bd7024fc70fe0568d391f35" 2018-08-21 07:53:41,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-80ff7226-ef06-4ac0-ba7b-c50593a7c64f x-compute-request-id: req-80ff7226-ef06-4ac0-ba7b-c50593a7c64f Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:3c:d0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5ea06212-7bb6-4f58-bb0e-ae9568b63187", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:53:36Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-21T07:53:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:41,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 used request id req-80ff7226-ef06-4ac0-ba7b-c50593a7c64f 2018-08-21 07:53:44,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0c3a372ca04aa50bd7024fc70fe0568d391f35" 2018-08-21 07:53:44,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53: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-c50b2dec-b587-49c6-9d99-df139d6b2dfd x-compute-request-id: req-c50b2dec-b587-49c6-9d99-df139d6b2dfd Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:3c:d0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": "2018-08-21T07:53:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5ea06212-7bb6-4f58-bb0e-ae9568b63187", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:53:40Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-21T07:53:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:44,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 used request id req-c50b2dec-b587-49c6-9d99-df139d6b2dfd 2018-08-21 07:53:44,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63ee3ed680740ce0cd52ba41b6ee4ee92c87ba3" 2018-08-21 07:53:45,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53: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-57619f1f-c251-4d87-adbf-e3985cf25991 x-compute-request-id: req-57619f1f-c251-4d87-adbf-e3985cf25991 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a9:3c:d0", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": "2018-08-21T07:53:40.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "5ea06212-7bb6-4f58-bb0e-ae9568b63187", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:53:40Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2018-08-21T07:53:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:45,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187 used request id req-57619f1f-c251-4d87-adbf-e3985cf25991 2018-08-21 07:53:45,261 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.13'. 2018-08-21 07:53:45,261 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-08-21 07:53:45,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:53:46,302 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37d8c995-8b06-4cfa-b0ef-3ab1c7cb8a78 x-compute-request-id: req-37d8c995-8b06-4cfa-b0ef-3ab1c7cb8a78 Content-Length: 0 Content-Type: application/json 2018-08-21 07:53:46,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action used request id req-37d8c995-8b06-4cfa-b0ef-3ab1c7cb8a78 2018-08-21 07:53:46,303 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-08-21 07:53:46,303 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=6ea52356-a832-4314-a18b-b4250dc59020 network=800946de-1ac4-4916-9525-8c6499fddc04 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 07:53:46,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:46,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:46,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:46,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:46,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:46,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:46,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:46,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:46,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:46,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:46,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:46,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:46,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:46,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:46,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d197aff9-ec5d-40dc-b84b-990644122836 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:46,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-d197aff9-ec5d-40dc-b84b-990644122836 2018-08-21 07:53:46,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:46,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["w-Sx0y0URY6FRo-ts_TDqg"], "issued_at": "2018-08-21T07:53:46.000000Z"}} 2018-08-21 07:53:46,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" 2018-08-21 07:53:46,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53: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-ad1c7f52-9ebb-4fe1-9f43-485937d1402b x-compute-request-id: req-ad1c7f52-9ebb-4fe1-9f43-485937d1402b Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:53:46,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-ad1c7f52-9ebb-4fe1-9f43-485937d1402b 2018-08-21 07:53:46,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" 2018-08-21 07:53:46,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53: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-f78d609e-c0e4-485c-9e06-565663649468 x-compute-request-id: req-f78d609e-c0e4-485c-9e06-565663649468 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:53:46,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-f78d609e-c0e4-485c-9e06-565663649468 2018-08-21 07:53:46,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "6ea52356-a832-4314-a18b-b4250dc59020", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "800946de-1ac4-4916-9525-8c6499fddc04"}]}}' 2018-08-21 07:53:48,816 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:53: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-3ab961c9-6512-41ef-9391-6ef7e0dd90ec x-compute-request-id: req-3ab961c9-6512-41ef-9391-6ef7e0dd90ec Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "bookmark"}], "adminPass": "bS5G5MLngshh"}} 2018-08-21 07:53:48,817 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-3ab961c9-6512-41ef-9391-6ef7e0dd90ec 2018-08-21 07:53:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:48,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bcb78b8-d388-4981-883e-841033f47fa4 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:48,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-6bcb78b8-d388-4981-883e-841033f47fa4 2018-08-21 07:53:48,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:49,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["8mKZl4R1ThO4kt7ULtNg4Q"], "issued_at": "2018-08-21T07:53:49.000000Z"}} 2018-08-21 07:53:49,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd29b09fd9fbf287d5a5b177e32659edc00fb7ea" 2018-08-21 07:53:50,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53: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-ec3ee584-ae56-48e6-8752-34bd6e81d38a x-compute-request-id: req-ec3ee584-ae56-48e6-8752-34bd6e81d38a 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.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:53: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-1-5", "created": "2018-08-21T07:53:48Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:50,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 used request id req-ec3ee584-ae56-48e6-8752-34bd6e81d38a 2018-08-21 07:53:53,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd29b09fd9fbf287d5a5b177e32659edc00fb7ea" 2018-08-21 07:53:53,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53: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-6d268e53-22c0-4582-9a7d-92dcb9779056 x-compute-request-id: req-6d268e53-22c0-4582-9a7d-92dcb9779056 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.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:53:50Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-08-21T07:53:48Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:53,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 used request id req-6d268e53-22c0-4582-9a7d-92dcb9779056 2018-08-21 07:53:56,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd29b09fd9fbf287d5a5b177e32659edc00fb7ea" 2018-08-21 07:53:57,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-1be8a4cd-ab41-47ba-8559-43561b5d9d7c x-compute-request-id: req-1be8a4cd-ab41-47ba-8559-43561b5d9d7c Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:6f:7d", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-21T07:53:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:53:55Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-08-21T07:53:48Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:57,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 used request id req-1be8a4cd-ab41-47ba-8559-43561b5d9d7c 2018-08-21 07:53:57,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" 2018-08-21 07:53:57,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-89dcf1c4-bb7f-4ab1-a0e6-1c3ec0aca45a x-compute-request-id: req-89dcf1c4-bb7f-4ab1-a0e6-1c3ec0aca45a Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:6f:7d", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-21T07:53:55.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ea6f6a5d-791b-40c6-94b7-11b213ed0a40", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:53:55Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2018-08-21T07:53:48Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:53:57,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40 used request id req-89dcf1c4-bb7f-4ab1-a0e6-1c3ec0aca45a 2018-08-21 07:53:57,868 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.6'. 2018-08-21 07:53:57,868 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-08-21 07:53:57,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:53:58,697 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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 x-openstack-request-id: req-818bc488-3415-48aa-a45f-df4395c2fd34 x-compute-request-id: req-818bc488-3415-48aa-a45f-df4395c2fd34 Content-Length: 0 Content-Type: application/json 2018-08-21 07:53:58,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-818bc488-3415-48aa-a45f-df4395c2fd34 2018-08-21 07:53:58,698 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-08-21 07:53:58,698 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=6ea52356-a832-4314-a18b-b4250dc59020 network=800946de-1ac4-4916-9525-8c6499fddc04 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.6 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 07:53:58,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:58,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:58,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:58,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:58,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:58,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:58,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:58,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:58,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:58,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:58,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:53:58,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:53:58,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:53:58,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:53:58,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:53:58,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:53:58,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:53:58,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:53:58,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:53:58,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:53:58,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:53:58,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:53:58,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:53:58,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:53:58,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:53:58,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:53:58,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:53:58,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:53:58,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:53:58,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d786bde-c19f-4ec2-af4c-1ff148890628 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:53:58,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-5d786bde-c19f-4ec2-af4c-1ff148890628 2018-08-21 07:53:58,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:53:59,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["o8YUFs0lTvGFDN5DgxRSwA"], "issued_at": "2018-08-21T07:53:59.000000Z"}} 2018-08-21 07:53:59,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98738dd47708ad155222db756d66700a81cbfe97" 2018-08-21 07:53:59,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-942c01d1-9384-4975-91be-f7f9ab8f6d89 x-compute-request-id: req-942c01d1-9384-4975-91be-f7f9ab8f6d89 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:53:59,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-942c01d1-9384-4975-91be-f7f9ab8f6d89 2018-08-21 07:53:59,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98738dd47708ad155222db756d66700a81cbfe97" 2018-08-21 07:53:59,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-4e602381-8c2b-4f60-8b3c-db2c36f0993b x-compute-request-id: req-4e602381-8c2b-4f60-8b3c-db2c36f0993b Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:53:59,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-4e602381-8c2b-4f60-8b3c-db2c36f0993b 2018-08-21 07:53:59,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98738dd47708ad155222db756d66700a81cbfe97" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "6ea52356-a832-4314-a18b-b4250dc59020", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS42CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "800946de-1ac4-4916-9525-8c6499fddc04"}], "config_drive": true}}' 2018-08-21 07:54:01,199 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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 x-openstack-request-id: req-fa5c928e-1237-4975-80d1-a3659556e1b8 x-compute-request-id: req-fa5c928e-1237-4975-80d1-a3659556e1b8 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fd8a54e8-dd60-4afb-b098-15897320fcc4", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "bookmark"}], "adminPass": "7xBV8QeXyd6n"}} 2018-08-21 07:54:01,199 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-fa5c928e-1237-4975-80d1-a3659556e1b8 2018-08-21 07:54:01,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:54:01,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a627a86-c21f-4bff-998d-549de96bfbe4 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:54:01,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-2a627a86-c21f-4bff-998d-549de96bfbe4 2018-08-21 07:54:01,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:54:01,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["1Fk88IE3RRahQb1KTNfrqQ"], "issued_at": "2018-08-21T07:54:01.000000Z"}} 2018-08-21 07:54:01,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c67e41b35512de0a4cfd1d6622cfa41751d4ded5" 2018-08-21 07:54:02,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-77b09c3e-302b-4c63-b2d5-9864bf42d6f0 x-compute-request-id: req-77b09c3e-302b-4c63-b2d5-9864bf42d6f0 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.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "fd8a54e8-dd60-4afb-b098-15897320fcc4", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:54:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-4", "created": "2018-08-21T07:54:01Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:02,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 used request id req-77b09c3e-302b-4c63-b2d5-9864bf42d6f0 2018-08-21 07:54:05,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c67e41b35512de0a4cfd1d6622cfa41751d4ded5" 2018-08-21 07:54:06,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-6c31c62e-a8fe-4ede-9418-4ed65f03be36 x-compute-request-id: req-6c31c62e-a8fe-4ede-9418-4ed65f03be36 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.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "fd8a54e8-dd60-4afb-b098-15897320fcc4", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:54:03Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-08-21T07:54:01Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:06,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 used request id req-6c31c62e-a8fe-4ede-9418-4ed65f03be36 2018-08-21 07:54:09,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c67e41b35512de0a4cfd1d6622cfa41751d4ded5" 2018-08-21 07:54:09,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-cbbc8ec6-b91f-4efd-a34a-2d1b2cb3488d x-compute-request-id: req-cbbc8ec6-b91f-4efd-a34a-2d1b2cb3488d 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:a1:dc:c5", "version": 4, "addr": "10.10.11.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": "2018-08-21T07:54:07.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "fd8a54e8-dd60-4afb-b098-15897320fcc4", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:54:08Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-08-21T07:54:01Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:09,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 used request id req-cbbc8ec6-b91f-4efd-a34a-2d1b2cb3488d 2018-08-21 07:54:09,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98738dd47708ad155222db756d66700a81cbfe97" 2018-08-21 07:54:09,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-b0a17d08-6db8-4f64-9430-297f8901c28a x-compute-request-id: req-b0a17d08-6db8-4f64-9430-297f8901c28a 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:a1:dc:c5", "version": 4, "addr": "10.10.11.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": "2018-08-21T07:54:07.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "fd8a54e8-dd60-4afb-b098-15897320fcc4", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:54:08Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2018-08-21T07:54:01Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:09,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4 used request id req-b0a17d08-6db8-4f64-9430-297f8901c28a 2018-08-21 07:54:09,910 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.28'. 2018-08-21 07:54:09,910 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-08-21 07:54:09,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:54:10,502 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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 x-openstack-request-id: req-ba1aff7b-d3b3-480f-9e5f-4fba4c6cbdaa x-compute-request-id: req-ba1aff7b-d3b3-480f-9e5f-4fba4c6cbdaa Content-Length: 0 Content-Type: application/json 2018-08-21 07:54:10,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action used request id req-ba1aff7b-d3b3-480f-9e5f-4fba4c6cbdaa 2018-08-21 07:54:10,502 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-08-21 07:54:10,502 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=6ea52356-a832-4314-a18b-b4250dc59020 network=66452d32-7126-41d6-b59a-5a8ad37dd7d2 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.4 10.10.10.13 10.10.11.28 10.10.11.6 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 07:54:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:54:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:54:10,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:54:10,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:54:10,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:54:10,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:54:10,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:54:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:54:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:54:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:54:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:54:10,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:54:10,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:54:10,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-302763a3-16fa-47bb-be68-009b71e7f641 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:54:10,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-302763a3-16fa-47bb-be68-009b71e7f641 2018-08-21 07:54:10,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:54:10,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:54:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["bMEwD2gKSmO6ZwE_NI674Q"], "issued_at": "2018-08-21T07:54:10.000000Z"}} 2018-08-21 07:54:10,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" 2018-08-21 07:54:11,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-c1d79484-7f4f-464a-8722-29a2a0241308 x-compute-request-id: req-c1d79484-7f4f-464a-8722-29a2a0241308 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:54:11,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-c1d79484-7f4f-464a-8722-29a2a0241308 2018-08-21 07:54:11,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" 2018-08-21 07:54:11,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-4a443afa-c91a-4a11-83c1-58cd6fcaed44 x-compute-request-id: req-4a443afa-c91a-4a11-83c1-58cd6fcaed44 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:54:11,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-4a443afa-c91a-4a11-83c1-58cd6fcaed44 2018-08-21 07:54:11,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "6ea52356-a832-4314-a18b-b4250dc59020", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC40IDEwLjEwLjEwLjEzIDEwLjEwLjExLjI4IDEwLjEwLjExLjYKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "66452d32-7126-41d6-b59a-5a8ad37dd7d2"}], "config_drive": true}}' 2018-08-21 07:54:12,698 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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 x-openstack-request-id: req-5ffa4722-af0f-43a6-ba01-dc32ee18e98e x-compute-request-id: req-5ffa4722-af0f-43a6-ba01-dc32ee18e98e Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6a23b3cf-014f-4eef-8c13-2019b24c03b9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "bookmark"}], "adminPass": "XWrisWp2kQV9"}} 2018-08-21 07:54:12,698 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-5ffa4722-af0f-43a6-ba01-dc32ee18e98e 2018-08-21 07:54:12,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:54:12,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e797b58a-09f7-47ff-9bf1-925ddbb5bac9 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:54:12,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-e797b58a-09f7-47ff-9bf1-925ddbb5bac9 2018-08-21 07:54:12,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:54:13,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:54:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["n4R_-7MUSTKD6vaY7ID-Gw"], "issued_at": "2018-08-21T07:54:13.000000Z"}} 2018-08-21 07:54:13,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb5377be50dc43a2feecb0f37b52af03ff8c70" 2018-08-21 07:54:14,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccdc8d14-36be-4571-b810-b903488064fd x-compute-request-id: req-ccdc8d14-36be-4571-b810-b903488064fd 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.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "6a23b3cf-014f-4eef-8c13-2019b24c03b9", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:54:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-08-21T07:54:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:14,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 used request id req-ccdc8d14-36be-4571-b810-b903488064fd 2018-08-21 07:54:17,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb5377be50dc43a2feecb0f37b52af03ff8c70" 2018-08-21 07:54:18,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-3eb0ce7a-388b-4c25-876d-6e669028a479 x-compute-request-id: req-3eb0ce7a-388b-4c25-876d-6e669028a479 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.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000094", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "6a23b3cf-014f-4eef-8c13-2019b24c03b9", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:54:15Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-08-21T07:54:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:18,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 used request id req-3eb0ce7a-388b-4c25-876d-6e669028a479 2018-08-21 07:54:21,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51eb5377be50dc43a2feecb0f37b52af03ff8c70" 2018-08-21 07:54:21,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-09489742-b78c-474b-8ca7-4ee05c26e1e2 x-compute-request-id: req-09489742-b78c-474b-8ca7-4ee05c26e1e2 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8f:5c", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000094", "OS-SRV-USG:launched_at": "2018-08-21T07:54:18.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "6a23b3cf-014f-4eef-8c13-2019b24c03b9", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:54:19Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-08-21T07:54:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:21,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 used request id req-09489742-b78c-474b-8ca7-4ee05c26e1e2 2018-08-21 07:54:21,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" 2018-08-21 07:54:22,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-f04916c9-895b-496b-a18d-8e70af8e3d2e x-compute-request-id: req-f04916c9-895b-496b-a18d-8e70af8e3d2e Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:8f:5c", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9", "rel": "bookmark"}], "image": {"id": "6ea52356-a832-4314-a18b-b4250dc59020", "links": [{"href": "http://172.30.9.44:8774/images/6ea52356-a832-4314-a18b-b4250dc59020", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000094", "OS-SRV-USG:launched_at": "2018-08-21T07:54:18.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "6a23b3cf-014f-4eef-8c13-2019b24c03b9", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:54:19Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2018-08-21T07:54:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:54:22,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9 used request id req-f04916c9-895b-496b-a18d-8e70af8e3d2e 2018-08-21 07:54:22,019 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.8'. 2018-08-21 07:54:22,019 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-08-21 07:54:22,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:54:22,850 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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 x-openstack-request-id: req-a575b0f6-1e50-4091-900f-9f487f8ebc61 x-compute-request-id: req-a575b0f6-1e50-4091-900f-9f487f8ebc61 Content-Length: 0 Content-Type: application/json 2018-08-21 07:54:22,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-a575b0f6-1e50-4091-900f-9f487f8ebc61 2018-08-21 07:54:22,851 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-08-21 07:54:22,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-188272", "route_distinguishers": "11:11"}}' 2018-08-21 07:54:23,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-e3a0c669-61f0-4490-8b4b-4e661d49aba2 Date: Tue, 21 Aug 2018 07:54:23 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-188272", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "5340b767-a3bd-45e5-9a17-e5643d266c23"}} 2018-08-21 07:54:23,244 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns used request id req-e3a0c669-61f0-4490-8b4b-4e661d49aba2 2018-08-21 07:54:23,244 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-188272', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'5340b767-a3bd-45e5-9a17-e5643d266c23', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'route_targets': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'type': u'l3', u'networks': []}} 2018-08-21 07:54:23,244 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-21 07:54:23,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"network_association": {"network_id": "66452d32-7126-41d6-b59a-5a8ad37dd7d2"}}' 2018-08-21 07:54:23,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-1d7075f9-4796-4903-a4bb-dcd162e470e3 Date: Tue, 21 Aug 2018 07:54:23 GMT RESP BODY: {"network_association": {"network_id": "66452d32-7126-41d6-b59a-5a8ad37dd7d2", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "7dc5db70-1510-45bb-ab97-5a42666c71c8"}} 2018-08-21 07:54:23,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23/network_associations used request id req-1d7075f9-4796-4903-a4bb-dcd162e470e3 2018-08-21 07:54:23,559 - sdnvpn_test_utils - INFO - Waiting for instance d03cb4f3-5d96-47c2-8717-c6316ac7b9bd to boot up 2018-08-21 07:54:23,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e6d6c84b1425911cf6dee5aacc449e02e91496" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:23,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-bb9d1097-e9f0-47a8-ab64-5ce482ee129f x-compute-request-id: req-bb9d1097-e9f0-47a8-ab64-5ce482ee129f Content-Encoding: gzip Content-Length: 10941 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512555300 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197064] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199477] pid_max: default: 32768 minimum: 301\n[ 0.200835] ACPI: Core revision 20150930\n[ 0.202591] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204539] Security Framework initialized\n[ 0.205720] Yama: becoming mindful.\n[ 0.206783] AppArmor: AppArmor initialized\n[ 0.208046] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209956] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211874] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213688] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215685] Initializing cgroup subsys io\n[ 0.216924] Initializing cgroup subsys memory\n[ 0.218177] Initializing cgroup subsys devices\n[ 0.219442] Initializing cgroup subsys freezer\n[ 0.220758] Initializing cgroup subsys net_cls\n[ 0.222020] Initializing cgroup subsys perf_event\n[ 0.223391] Initializing cgroup subsys net_prio\n[ 0.224744] Initializing cgroup subsys hugetlb\n[ 0.226000] Initializing cgroup subsys pids\n[ 0.227303] CPU: Physical Processor ID: 0\n[ 0.229232] mce: CPU supports 10 MCE banks\n[ 0.230446] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246940] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253862] ftrace: allocating 31920 entries in 125 pages\n[ 0.279880] smpboot: Max logical packages: 1\n[ 0.281161] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.283156] x2apic enabled\n[ 0.284398] Switched APIC routing to physical x2apic.\n[ 0.286947] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.288647] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.291562] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.294176] KVM setup paravirtual spinlock\n[ 0.295819] x86: Booted up 1 node, 1 CPUs\n[ 0.296993] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.298978] devtmpfs: initialized\n[ 0.300974] evm: security.selinux\n[ 0.301986] evm: security.SMACK64\n[ 0.302991] evm: security.SMACK64EXEC\n[ 0.304102] evm: security.SMACK64TRANSMUTE\n[ 0.305305] evm: security.SMACK64MMAP\n[ 0.306386] evm: security.ima\n[ 0.307313] evm: security.capability\n[ 0.308443] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311128] pinctrl core: initialized pinctrl subsystem\n[ 0.312706] RTC time: 7:53:26, date: 08/21/18\n[ 0.314089] NET: Registered protocol family 16\n[ 0.315511] cpuidle: using governor ladder\n[ 0.316702] cpuidle: using governor menu\n[ 0.317841] PCCT header not found.\n[ 0.318911] ACPI: bus type PCI registered\n[ 0.320077] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321879] PCI: Using configuration type 1 for base access\n[ 0.324170] ACPI: Added _OSI(Module Device)\n[ 0.325415] ACPI: Added _OSI(Processor Device)\n[ 0.326665] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327964] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.330224] ACPI: Interpreter enabled\n[ 0.331346] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.339394] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.342074] ACPI: (supports S0 S5)\n[ 0.343099] ACPI: Using IOAPIC for interrupt routing\n[ 0.344530] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.348422] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.350075] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351887] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353670] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356909] acpiphp: Slot [3] registered\n[ 0.358066] acpiphp: Slot [4] registered\n[ 0.359221] acpiphp: Slot [5] registered\n[ 0.360392] acpiphp: Slot [6] registered\n[ 0.361616] acpiphp: Slot [7] registered\n[ 0.362798] acpiphp: Slot [8] registered\n[ 0.363990] acpiphp: Slot [9] registered\n[ 0.365157] acpiphp: Slot [10] registered\n[ 0.366332] acpiphp: Slot [11] registered\n[ 0.367503] acpiphp: Slot [12] registered\n[ 0.368674] acpiphp: Slot [13] registered\n[ 0.369836] acpiphp: Slot [14] registered\n[ 0.371034] acpiphp: Slot [15] registered\n[ 0.386334] acpiphp: Slot [16] registered\n[ 0.387501] acpiphp: Slot [17] registered\n[ 0.388670] acpiphp: Slot [18] registered\n[ 0.389837] acpiphp: Slot [19] registered\n[ 0.391034] acpiphp: Slot [20] registered\n[ 0.392236] acpiphp: Slot [21] registered\n[ 0.393405] acpiphp: Slot [22] registered\n[ 0.394606] acpiphp: Slot [23] registered\n[ 0.395813] acpiphp: Slot [24] registered\n[ 0.396987] acpiphp: Slot [25] registered\n[ 0.398153] acpiphp: Slot [26] registered\n[ 0.399324] acpiphp: Slot [27] registered\n[ 0.400498] acpiphp: Slot [28] registered\n[ 0.401670] acpiphp: Slot [29] registered\n[ 0.402836] acpiphp: Slot [30] registered\n[ 0.404012] acpiphp: Slot [31] registered\n[ 0.405211] PCI host bridge to bus 0000:00\n[ 0.406417] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408171] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409950] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412131] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414320] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416549] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422594] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424292] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426166] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430377] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432476] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456243] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458210] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460181] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462417] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464197] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466056] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467579] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469826] vgaarb: loaded\n[ 0.470713] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472480] SCSI subsystem initialized\n[ 0.473779] ACPI: bus type USB registered\n[ 0.474971] usbcore: registered new interface driver usbfs\n[ 0.476524] usbcore: registered new interface driver hub\n[ 0.478007] usbcore: registered new device driver usb\n[ 0.479600] PCI: Using ACPI for IRQ routing\n[ 0.481173] NetLabel: Initializing\n[ 0.482205] NetLabel: domain hash size = 128\n[ 0.483440] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484823] NetLabel: unlabeled traffic allowed by default\n[ 0.486532] clocksource: Switched to clocksource kvm-clock\n[ 0.496569] AppArmor: AppArmor Filesystem Enabled\n[ 0.497945] pnp: PnP ACPI init\n[ 0.499209] pnp: PnP ACPI: found 5 devices\n[ 0.506083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.508587] NET: Registered protocol family 2\n[ 0.510084] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.511984] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.513733] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.515480] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517104] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518799] NET: Registered protocol family 1\n[ 0.520069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.521662] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.523219] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.537544] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554972] Trying to unpack rootfs image as initramfs...\n[ 0.618027] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620823] Scanning for low memory corruption every 60 seconds\n[ 0.622946] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624688] audit: initializing netlink subsys (disabled)\n[ 0.626290] audit: type=2000 audit(1534838007.306:1): initialized\n[ 0.628367] Initialise system trusted keyring\n[ 0.629830] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631575] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634470] zbud: loaded\n[ 0.635533] VFS: Disk quotas dquot_6.6.0\n[ 0.636766] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639095] fuse init (API version 7.23)\n[ 0.640418] Key type big_key registered\n[ 0.641621] Allocating IMA MOK and blacklist keyrings.\n[ 0.643426] Key type asymmetric registered\n[ 0.644675] Asymmetric key parser 'x509' registered\n[ 0.646121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648389] io scheduler noop registered\n[ 0.649593] io scheduler deadline registered (default)\n[ 0.651107] io scheduler cfq registered\n[ 0.652391] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.653956] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.655888] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658088] ACPI: Power Button [PWRF]\n[ 0.659427] GHES: HEST is not enabled!\n[ 0.673632] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703290] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706416] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733415] Linux agpgart interface v0.103\n[ 0.736872] brd: module loaded\n[ 0.739158] loop: module loaded\n[ 0.744273] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746423] GPT:90111 != 2097151\n[ 0.747431] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749054] GPT:90111 != 2097151\n[ 0.750052] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751498] vda: vda1 vda15\n[ 0.753230] scsi host0: ata_piix\n[ 0.754358] scsi host1: ata_piix\n[ 0.755421] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757211] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759550] libphy: Fixed MDIO Bus: probed\n[ 0.760758] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762163] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765026] PPP generic driver version 2.4.2\n[ 0.766362] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768106] ehci-pci: EHCI PCI platform driver\n[ 0.769397] ehci-platform: EHCI generic platform driver\n[ 0.770860] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772530] ohci-pci: OHCI PCI platform driver\n[ 0.773819] ohci-platform: OHCI generic platform driver\n[ 0.775286] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.790040] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791520] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793682] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.795180] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796870] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798684] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800799] usb usb1: Product: UHCI Host Controller\n[ 0.802162] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803917] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805348] hub 1-0:1.0: USB hub found\n[ 0.806489] hub 1-0:1.0: 2 ports detected\n[ 0.807845] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810925] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.812326] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813821] mousedev: PS/2 mouse device common for all mice\n[ 0.815653] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.818334] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819971] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821725] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823515] i2c /dev entries driver\n[ 0.824644] device-mapper: uevent: version 1.0.3\n[ 0.826045] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.828466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.830464] NET: Registered protocol family 10\n[ 0.832129] NET: Registered protocol family 17\n[ 0.833463] Key type dns_resolver registered\n[ 0.834856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.836472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.839076] registered taskstats version 1\n[ 0.840316] Loading compiled-in X.509 certificates\n[ 0.842236] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844985] zswap: loaded using pool lzo/zbud\n[ 0.847110] Key type trusted registered\n[ 0.849336] Key type encrypted registered\n[ 0.850564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.852114] ima: No TPM chip found, activating TPM-bypass!\n[ 0.853661] evm: HMAC attrs: 0x1\n[ 0.855033] Magic number: 14:669:875\n[ 0.856315] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:27 UTC (1534838007)\n[ 0.858695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.860338] EDD information not available.\n[ 0.916230] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932859] Write protecting the kernel read-only data: 14336k\n[ 0.935956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938597] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.156507] 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.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.99. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMTLlsEO4yY5+sGggrXl6EGoHHHleZhq/TG6a0iR3PLDM2G/YrRPLa8LtzpnUwcf44Tc6knyOrHtx0OHy0+Y4ndWuOUPfZnXYXz4aST+GB4QhlVEOlKdUsrcItX7LJRGNqEVsJB9DjyjiicqmvCdQE8FRKXpuOWdf+hx/pURxiHCydEcgxpxJS/qdI4J0GA64wFRB5aanvkSuoA6rp4enPfGXA5iZhaOmn2Yj+j1VHyT20tvju/vDSCwzqqCNygw78X7sX+mUiS3uJ/8HpwSxFaPRIdZK8zoifytr/5WI8GFIT/QzGBK098V+wPFU488g7KWXJQQ8qWsTUg3BzqHQr root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJAGDYffXGfu5A8LOr5orxPI6B/YOBOXg+VXjt+xEp+/Hz9ZT6f0Vp2/TABT7pmx6h8gJxRgXaf9PatjZXKylzPe8MHgdNOlsWRwRR0jDCoK3Hva/sA9vYolcadnDnxALKyKpRi24goUYhiCobyIyKPkcEkA6d0q9X+Zxr6dXGD9AAAAFQCnWarVZNF2FM9RexYfRwiZ0MTl5QAAAIA6Z0EhL+m/u7Gt+VP6NJ370CZiHgohMTDeorBavdSf/YWRWG20a1ZzJC8G73F890D/cwtIlCj+5Wqmvpb49yUYBTfuzB+AX1grv06m6Mzt2TAWB61i/YucfiKs0rJWXhWiZC8H2A/ByXOHHK79prv7hFKy6+LGwiUihgDWYMlqCQAAAIEAgO4qIs/12N0lcqUwqDAaK6KbUtEVV1eM3eAVAMe8XCSM73S6PoOcV0B2yXIAwBGumCvY2+52hmgZ4+VzhNqul3hS7S5gPbxvHvACvug6fwkpqTuM1Skxv59lLLvEIg0AgZiP8X56sK2t1U1gizsWgUG//aWwbJytPGHLwIOihvM= root@sdnvpn-1-2\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,10.10.10.4,24,fe80::f816:3eff:fe11:b330/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-00000090\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.17 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:B3:30 \n inet addr:10.10.10.4 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:b330/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.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.156507] random: dd urandom read with 5 bits of entropy available\n[ 1.279390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.279393] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.279394] usb 1-1: Product: QEMU USB Tablet\n[ 1.279395] usb 1-1: Manufacturer: QEMU\n[ 1.279396] usb 1-1: SerialNumber: 42\n[ 1.618604] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.618612] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 3.208145] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.245795] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 08:53:27 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 08:53:27 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 08:53:27 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 08:53:27 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 08:53:27 cirros kern.notice kernel: [ 1.156507] random: dd urandom read with 5 bits of entropy available\nAug 21 08:53:27 cirros kern.info kernel: [ 1.279390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 08:53:27 cirros kern.info kernel: [ 1.279393] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 08:53:27 cirros kern.info kernel: [ 1.279394] usb 1-1: Product: QEMU USB Tablet\nAug 21 08:53:27 cirros kern.info kernel: [ 1.279395] usb 1-1: Manufacturer: QEMU\nAug 21 08:53:27 cirros kern.info kernel: [ 1.279396] usb 1-1: SerialNumber: 42\nAug 21 08:53:28 cirros kern.info kernel: [ 1.618604] tsc: Refined TSC clocksource calibration: 3491.872 MHz\nAug 21 08:53:28 cirros kern.info kernel: [ 1.618612] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\nAug 21 08:53:29 cirros auth.notice su: + /dev/console root:cirros\nAug 21 08:53:29 cirros authpriv.info dropbear[341]: Running in background\nAug 21 08:53:29 cirros kern.info kernel: [ 3.208145] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 08:53:29 cirros kern.info kernel: [ 3.245795] 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-21 07:54:23,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd/action used request id req-bb9d1097-e9f0-47a8-ab64-5ce482ee129f 2018-08-21 07:54:25,678 - sdnvpn_test_utils - INFO - Waiting for instance 5ea06212-7bb6-4f58-bb0e-ae9568b63187 to boot up 2018-08-21 07:54:25,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63ee3ed680740ce0cd52ba41b6ee4ee92c87ba3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:25,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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,Accept-Encoding x-openstack-request-id: req-b750bd24-004f-41ab-b542-3aff8443d8f6 x-compute-request-id: req-b750bd24-004f-41ab-b542-3aff8443d8f6 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481643203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184538] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186759] pid_max: default: 32768 minimum: 301\n[ 0.187959] ACPI: Core revision 20150930\n[ 0.189605] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191364] Security Framework initialized\n[ 0.192459] Yama: becoming mindful.\n[ 0.193441] AppArmor: AppArmor initialized\n[ 0.194581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196328] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198020] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199639] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201489] Initializing cgroup subsys io\n[ 0.202587] Initializing cgroup subsys memory\n[ 0.203747] Initializing cgroup subsys devices\n[ 0.204918] Initializing cgroup subsys freezer\n[ 0.206083] Initializing cgroup subsys net_cls\n[ 0.207241] Initializing cgroup subsys perf_event\n[ 0.208458] Initializing cgroup subsys net_prio\n[ 0.209644] Initializing cgroup subsys hugetlb\n[ 0.210787] Initializing cgroup subsys pids\n[ 0.211950] CPU: Physical Processor ID: 0\n[ 0.213734] mce: CPU supports 10 MCE banks\n[ 0.214861] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216196] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230976] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237566] ftrace: allocating 31920 entries in 125 pages\n[ 0.262832] smpboot: Max logical packages: 1\n[ 0.263979] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265800] x2apic enabled\n[ 0.266908] Switched APIC routing to physical x2apic.\n[ 0.269313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273449] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275825] KVM setup paravirtual spinlock\n[ 0.277383] x86: Booted up 1 node, 1 CPUs\n[ 0.278464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280303] devtmpfs: initialized\n[ 0.282252] evm: security.selinux\n[ 0.283182] evm: security.SMACK64\n[ 0.284112] evm: security.SMACK64EXEC\n[ 0.285112] evm: security.SMACK64TRANSMUTE\n[ 0.286181] evm: security.SMACK64MMAP\n[ 0.287170] evm: security.ima\n[ 0.288028] evm: security.capability\n[ 0.289084] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291537] pinctrl core: initialized pinctrl subsystem\n[ 0.292974] RTC time: 7:53:41, date: 08/21/18\n[ 0.294239] NET: Registered protocol family 16\n[ 0.295519] cpuidle: using governor ladder\n[ 0.296611] cpuidle: using governor menu\n[ 0.297667] PCCT header not found.\n[ 0.298675] ACPI: bus type PCI registered\n[ 0.299748] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301390] PCI: Using configuration type 1 for base access\n[ 0.303504] ACPI: Added _OSI(Module Device)\n[ 0.304629] ACPI: Added _OSI(Processor Device)\n[ 0.305779] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306976] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309100] ACPI: Interpreter enabled\n[ 0.310130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320001] ACPI: (supports S0 S5)\n[ 0.320942] ACPI: Using IOAPIC for interrupt routing\n[ 0.322192] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325945] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329062] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330636] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333523] acpiphp: Slot [3] registered\n[ 0.334589] acpiphp: Slot [4] registered\n[ 0.335657] acpiphp: Slot [5] registered\n[ 0.336727] acpiphp: Slot [6] registered\n[ 0.337792] acpiphp: Slot [7] registered\n[ 0.338862] acpiphp: Slot [8] registered\n[ 0.339926] acpiphp: Slot [9] registered\n[ 0.340982] acpiphp: Slot [10] registered\n[ 0.342067] acpiphp: Slot [11] registered\n[ 0.343150] acpiphp: Slot [12] registered\n[ 0.344231] acpiphp: Slot [13] registered\n[ 0.345306] acpiphp: Slot [14] registered\n[ 0.346397] acpiphp: Slot [15] registered\n[ 0.361226] acpiphp: Slot [16] registered\n[ 0.362311] acpiphp: Slot [17] registered\n[ 0.363401] acpiphp: Slot [18] registered\n[ 0.364481] acpiphp: Slot [19] registered\n[ 0.365565] acpiphp: Slot [20] registered\n[ 0.366648] acpiphp: Slot [21] registered\n[ 0.367732] acpiphp: Slot [22] registered\n[ 0.368813] acpiphp: Slot [23] registered\n[ 0.369896] acpiphp: Slot [24] registered\n[ 0.370981] acpiphp: Slot [25] registered\n[ 0.372060] acpiphp: Slot [26] registered\n[ 0.373141] acpiphp: Slot [27] registered\n[ 0.374227] acpiphp: Slot [28] registered\n[ 0.375310] acpiphp: Slot [29] registered\n[ 0.376395] acpiphp: Slot [30] registered\n[ 0.377475] acpiphp: Slot [31] registered\n[ 0.378558] PCI host bridge to bus 0000:00\n[ 0.379635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382823] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384733] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386667] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388598] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392526] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394197] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395755] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430677] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434293] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439500] vgaarb: loaded\n[ 0.440308] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441921] SCSI subsystem initialized\n[ 0.443147] ACPI: bus type USB registered\n[ 0.444257] usbcore: registered new interface driver usbfs\n[ 0.445634] usbcore: registered new interface driver hub\n[ 0.446971] usbcore: registered new device driver usb\n[ 0.448443] PCI: Using ACPI for IRQ routing\n[ 0.449934] NetLabel: Initializing\n[ 0.450902] NetLabel: domain hash size = 128\n[ 0.452025] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453297] NetLabel: unlabeled traffic allowed by default\n[ 0.454843] clocksource: Switched to clocksource kvm-clock\n[ 0.464933] AppArmor: AppArmor Filesystem Enabled\n[ 0.466217] pnp: PnP ACPI init\n[ 0.467446] pnp: PnP ACPI: found 5 devices\n[ 0.474257] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476541] NET: Registered protocol family 2\n[ 0.477922] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479636] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481254] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482861] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484315] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485867] NET: Registered protocol family 1\n[ 0.487051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488520] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.489953] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504463] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519038] Trying to unpack rootfs image as initramfs...\n[ 0.581242] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586647] Scanning for low memory corruption every 60 seconds\n[ 0.588816] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590386] audit: initializing netlink subsys (disabled)\n[ 0.591851] audit: type=2000 audit(1534838021.735:1): initialized\n[ 0.593676] Initialise system trusted keyring\n[ 0.595017] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.596568] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599230] zbud: loaded\n[ 0.600213] VFS: Disk quotas dquot_6.6.0\n[ 0.601325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.603441] fuse init (API version 7.23)\n[ 0.604642] Key type big_key registered\n[ 0.605727] Allocating IMA MOK and blacklist keyrings.\n[ 0.607388] Key type asymmetric registered\n[ 0.608502] Asymmetric key parser 'x509' registered\n[ 0.609785] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611811] io scheduler noop registered\n[ 0.612884] io scheduler deadline registered (default)\n[ 0.614218] io scheduler cfq registered\n[ 0.615383] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616779] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.618479] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.620439] ACPI: Power Button [PWRF]\n[ 0.621646] GHES: HEST is not enabled!\n[ 0.635711] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.665005] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667962] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691671] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.694622] Linux agpgart interface v0.103\n[ 0.698007] brd: module loaded\n[ 0.700209] loop: module loaded\n[ 0.705371] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707352] GPT:90111 != 2097151\n[ 0.708270] GPT:Alternate GPT header not at the end of the disk.\n[ 0.709741] GPT:90111 != 2097151\n[ 0.710661] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711959] vda: vda1 vda15\n[ 0.713639] scsi host0: ata_piix\n[ 0.714694] scsi host1: ata_piix\n[ 0.715682] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.717299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.719244] libphy: Fixed MDIO Bus: probed\n[ 0.720351] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721631] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724594] PPP generic driver version 2.4.2\n[ 0.725842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727436] ehci-pci: EHCI PCI platform driver\n[ 0.728653] ehci-platform: EHCI generic platform driver\n[ 0.730051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731574] ohci-pci: OHCI PCI platform driver\n[ 0.732752] ohci-platform: OHCI generic platform driver\n[ 0.734074] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748668] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.750002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751978] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.753351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.754889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.756535] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.758437] usb usb1: Product: UHCI Host Controller\n[ 0.759676] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.761200] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.762506] hub 1-0:1.0: USB hub found\n[ 0.763566] hub 1-0:1.0: 2 ports detected\n[ 0.764919] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767748] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.769025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.770399] mousedev: PS/2 mouse device common for all mice\n[ 0.772086] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.774523] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779209] i2c /dev entries driver\n[ 0.780225] device-mapper: uevent: version 1.0.3\n[ 0.781509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783697] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.785519] NET: Registered protocol family 10\n[ 0.787049] NET: Registered protocol family 17\n[ 0.788248] Key type dns_resolver registered\n[ 0.789528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.791009] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.793371] registered taskstats version 1\n[ 0.794506] Loading compiled-in X.509 certificates\n[ 0.796306] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.798771] zswap: loaded using pool lzo/zbud\n[ 0.800831] Key type trusted registered\n[ 0.802966] Key type encrypted registered\n[ 0.804085] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.805461] ima: No TPM chip found, activating TPM-bypass!\n[ 0.806859] evm: HMAC attrs: 0x1\n[ 0.808142] Magic number: 14:669:875\n[ 0.809291] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:42 UTC (1534838022)\n[ 0.811467] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812933] EDD information not available.\n[ 0.880419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.896488] Write protecting the kernel read-only data: 14336k\n[ 0.899445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.901887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.062770] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCklqtSjQh3WbA3Jcv9EdWCnPLUpukaN7DL3+T2enJ/5LICIVGqhH36Qy2vbO+Y5mkcKzYDLhhVkXyxBb2vbEZ9OEJZgUbk6I9jzLRTqBHNzmo5K5t4T+0CUxZoHC8l6N0SsjkO+3w/1PvrgF+VkwMa6ZqtH+s4PlCVYeUEaxZuzr9THH9mnXtuPDvZm4ui9oTKeIHtvr21qYnZ2YSNUjVAOmzdjvV5bSJYdngbO5Z0r/2jTxwwUsWEewGzzIfrNYQfeLtHkoi+IU6I6PzPP2Q+wjp1TciFL5vvYOagho9GickfcJorFZxPX4bsC97cme31SyHbzsVPouSwvT75X4oj root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAO+S3CxeDCzG+O9YUdvp+wIH8wONbUIPA1PrYpfspcrl/9OGkR/Mc9mJgMSGYIPLHLOxkw4XaJaVENeQPbSVIgTP8yFjwIDN/3Am7/cYsOrxHKFsTaNY8TMlPdjiWaPMZ9qO6gOerySn4NKg3pFutf1sBfIYVAMZqwJbK/hbm7CFAAAAFQCiQWm7nhJ8sVM9YIpbt+IUvLX+8QAAAIAUxE12hATCGExBzowsnuSk92Y7mX2U1xMpKmHI/st6M+aPxwf6rVdjF77rs+K2yGbRUkYaJ5aDUPgF6QhIGBE4rwjRkChYfH/yDQT1I8033NN3gne+FObrec/OEl/GDbZdsxLmhrgXiJ33JfF3t5oVAOrNShXUDoO+5HYSs2SD3QAAAIEA60oxDC01Ciof0QaSW4EYv+ITyfcQhFOZU4AxJLlPhEZRx75mEx3nvz9OEArFzjcWHTCSsVhx8nL7rxwleLkLpZkxWhxyy3KrdzlY1SvlkfJ1QbukvJB4EIZ+xMNOuzO4G7FlAee+uY30VYtt05WHchvvq2G2iwzkgCZYLGQOztU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.25s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fea9:3cd0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.07 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A9:3C:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:3cd0/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:7566 (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-21 07:54:25,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action used request id req-b750bd24-004f-41ab-b542-3aff8443d8f6 2018-08-21 07:54:27,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63ee3ed680740ce0cd52ba41b6ee4ee92c87ba3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:27,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-7c1b386a-092f-4df2-a94c-4513e0834ef9 x-compute-request-id: req-7c1b386a-092f-4df2-a94c-4513e0834ef9 Content-Encoding: gzip Content-Length: 10096 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481643203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184538] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186759] pid_max: default: 32768 minimum: 301\n[ 0.187959] ACPI: Core revision 20150930\n[ 0.189605] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191364] Security Framework initialized\n[ 0.192459] Yama: becoming mindful.\n[ 0.193441] AppArmor: AppArmor initialized\n[ 0.194581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196328] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198020] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199639] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201489] Initializing cgroup subsys io\n[ 0.202587] Initializing cgroup subsys memory\n[ 0.203747] Initializing cgroup subsys devices\n[ 0.204918] Initializing cgroup subsys freezer\n[ 0.206083] Initializing cgroup subsys net_cls\n[ 0.207241] Initializing cgroup subsys perf_event\n[ 0.208458] Initializing cgroup subsys net_prio\n[ 0.209644] Initializing cgroup subsys hugetlb\n[ 0.210787] Initializing cgroup subsys pids\n[ 0.211950] CPU: Physical Processor ID: 0\n[ 0.213734] mce: CPU supports 10 MCE banks\n[ 0.214861] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216196] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230976] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237566] ftrace: allocating 31920 entries in 125 pages\n[ 0.262832] smpboot: Max logical packages: 1\n[ 0.263979] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265800] x2apic enabled\n[ 0.266908] Switched APIC routing to physical x2apic.\n[ 0.269313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273449] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275825] KVM setup paravirtual spinlock\n[ 0.277383] x86: Booted up 1 node, 1 CPUs\n[ 0.278464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280303] devtmpfs: initialized\n[ 0.282252] evm: security.selinux\n[ 0.283182] evm: security.SMACK64\n[ 0.284112] evm: security.SMACK64EXEC\n[ 0.285112] evm: security.SMACK64TRANSMUTE\n[ 0.286181] evm: security.SMACK64MMAP\n[ 0.287170] evm: security.ima\n[ 0.288028] evm: security.capability\n[ 0.289084] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291537] pinctrl core: initialized pinctrl subsystem\n[ 0.292974] RTC time: 7:53:41, date: 08/21/18\n[ 0.294239] NET: Registered protocol family 16\n[ 0.295519] cpuidle: using governor ladder\n[ 0.296611] cpuidle: using governor menu\n[ 0.297667] PCCT header not found.\n[ 0.298675] ACPI: bus type PCI registered\n[ 0.299748] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301390] PCI: Using configuration type 1 for base access\n[ 0.303504] ACPI: Added _OSI(Module Device)\n[ 0.304629] ACPI: Added _OSI(Processor Device)\n[ 0.305779] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306976] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309100] ACPI: Interpreter enabled\n[ 0.310130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320001] ACPI: (supports S0 S5)\n[ 0.320942] ACPI: Using IOAPIC for interrupt routing\n[ 0.322192] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325945] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329062] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330636] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333523] acpiphp: Slot [3] registered\n[ 0.334589] acpiphp: Slot [4] registered\n[ 0.335657] acpiphp: Slot [5] registered\n[ 0.336727] acpiphp: Slot [6] registered\n[ 0.337792] acpiphp: Slot [7] registered\n[ 0.338862] acpiphp: Slot [8] registered\n[ 0.339926] acpiphp: Slot [9] registered\n[ 0.340982] acpiphp: Slot [10] registered\n[ 0.342067] acpiphp: Slot [11] registered\n[ 0.343150] acpiphp: Slot [12] registered\n[ 0.344231] acpiphp: Slot [13] registered\n[ 0.345306] acpiphp: Slot [14] registered\n[ 0.346397] acpiphp: Slot [15] registered\n[ 0.361226] acpiphp: Slot [16] registered\n[ 0.362311] acpiphp: Slot [17] registered\n[ 0.363401] acpiphp: Slot [18] registered\n[ 0.364481] acpiphp: Slot [19] registered\n[ 0.365565] acpiphp: Slot [20] registered\n[ 0.366648] acpiphp: Slot [21] registered\n[ 0.367732] acpiphp: Slot [22] registered\n[ 0.368813] acpiphp: Slot [23] registered\n[ 0.369896] acpiphp: Slot [24] registered\n[ 0.370981] acpiphp: Slot [25] registered\n[ 0.372060] acpiphp: Slot [26] registered\n[ 0.373141] acpiphp: Slot [27] registered\n[ 0.374227] acpiphp: Slot [28] registered\n[ 0.375310] acpiphp: Slot [29] registered\n[ 0.376395] acpiphp: Slot [30] registered\n[ 0.377475] acpiphp: Slot [31] registered\n[ 0.378558] PCI host bridge to bus 0000:00\n[ 0.379635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382823] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384733] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386667] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388598] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392526] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394197] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395755] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430677] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434293] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439500] vgaarb: loaded\n[ 0.440308] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441921] SCSI subsystem initialized\n[ 0.443147] ACPI: bus type USB registered\n[ 0.444257] usbcore: registered new interface driver usbfs\n[ 0.445634] usbcore: registered new interface driver hub\n[ 0.446971] usbcore: registered new device driver usb\n[ 0.448443] PCI: Using ACPI for IRQ routing\n[ 0.449934] NetLabel: Initializing\n[ 0.450902] NetLabel: domain hash size = 128\n[ 0.452025] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453297] NetLabel: unlabeled traffic allowed by default\n[ 0.454843] clocksource: Switched to clocksource kvm-clock\n[ 0.464933] AppArmor: AppArmor Filesystem Enabled\n[ 0.466217] pnp: PnP ACPI init\n[ 0.467446] pnp: PnP ACPI: found 5 devices\n[ 0.474257] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476541] NET: Registered protocol family 2\n[ 0.477922] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479636] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481254] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482861] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484315] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485867] NET: Registered protocol family 1\n[ 0.487051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488520] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.489953] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504463] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519038] Trying to unpack rootfs image as initramfs...\n[ 0.581242] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586647] Scanning for low memory corruption every 60 seconds\n[ 0.588816] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590386] audit: initializing netlink subsys (disabled)\n[ 0.591851] audit: type=2000 audit(1534838021.735:1): initialized\n[ 0.593676] Initialise system trusted keyring\n[ 0.595017] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.596568] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599230] zbud: loaded\n[ 0.600213] VFS: Disk quotas dquot_6.6.0\n[ 0.601325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.603441] fuse init (API version 7.23)\n[ 0.604642] Key type big_key registered\n[ 0.605727] Allocating IMA MOK and blacklist keyrings.\n[ 0.607388] Key type asymmetric registered\n[ 0.608502] Asymmetric key parser 'x509' registered\n[ 0.609785] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611811] io scheduler noop registered\n[ 0.612884] io scheduler deadline registered (default)\n[ 0.614218] io scheduler cfq registered\n[ 0.615383] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616779] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.618479] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.620439] ACPI: Power Button [PWRF]\n[ 0.621646] GHES: HEST is not enabled!\n[ 0.635711] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.665005] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667962] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691671] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.694622] Linux agpgart interface v0.103\n[ 0.698007] brd: module loaded\n[ 0.700209] loop: module loaded\n[ 0.705371] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707352] GPT:90111 != 2097151\n[ 0.708270] GPT:Alternate GPT header not at the end of the disk.\n[ 0.709741] GPT:90111 != 2097151\n[ 0.710661] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711959] vda: vda1 vda15\n[ 0.713639] scsi host0: ata_piix\n[ 0.714694] scsi host1: ata_piix\n[ 0.715682] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.717299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.719244] libphy: Fixed MDIO Bus: probed\n[ 0.720351] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721631] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724594] PPP generic driver version 2.4.2\n[ 0.725842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727436] ehci-pci: EHCI PCI platform driver\n[ 0.728653] ehci-platform: EHCI generic platform driver\n[ 0.730051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731574] ohci-pci: OHCI PCI platform driver\n[ 0.732752] ohci-platform: OHCI generic platform driver\n[ 0.734074] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748668] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.750002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751978] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.753351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.754889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.756535] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.758437] usb usb1: Product: UHCI Host Controller\n[ 0.759676] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.761200] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.762506] hub 1-0:1.0: USB hub found\n[ 0.763566] hub 1-0:1.0: 2 ports detected\n[ 0.764919] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767748] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.769025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.770399] mousedev: PS/2 mouse device common for all mice\n[ 0.772086] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.774523] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779209] i2c /dev entries driver\n[ 0.780225] device-mapper: uevent: version 1.0.3\n[ 0.781509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783697] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.785519] NET: Registered protocol family 10\n[ 0.787049] NET: Registered protocol family 17\n[ 0.788248] Key type dns_resolver registered\n[ 0.789528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.791009] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.793371] registered taskstats version 1\n[ 0.794506] Loading compiled-in X.509 certificates\n[ 0.796306] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.798771] zswap: loaded using pool lzo/zbud\n[ 0.800831] Key type trusted registered\n[ 0.802966] Key type encrypted registered\n[ 0.804085] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.805461] ima: No TPM chip found, activating TPM-bypass!\n[ 0.806859] evm: HMAC attrs: 0x1\n[ 0.808142] Magic number: 14:669:875\n[ 0.809291] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:42 UTC (1534838022)\n[ 0.811467] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812933] EDD information not available.\n[ 0.880419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.896488] Write protecting the kernel read-only data: 14336k\n[ 0.899445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.901887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.062770] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCklqtSjQh3WbA3Jcv9EdWCnPLUpukaN7DL3+T2enJ/5LICIVGqhH36Qy2vbO+Y5mkcKzYDLhhVkXyxBb2vbEZ9OEJZgUbk6I9jzLRTqBHNzmo5K5t4T+0CUxZoHC8l6N0SsjkO+3w/1PvrgF+VkwMa6ZqtH+s4PlCVYeUEaxZuzr9THH9mnXtuPDvZm4ui9oTKeIHtvr21qYnZ2YSNUjVAOmzdjvV5bSJYdngbO5Z0r/2jTxwwUsWEewGzzIfrNYQfeLtHkoi+IU6I6PzPP2Q+wjp1TciFL5vvYOagho9GickfcJorFZxPX4bsC97cme31SyHbzsVPouSwvT75X4oj root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAO+S3CxeDCzG+O9YUdvp+wIH8wONbUIPA1PrYpfspcrl/9OGkR/Mc9mJgMSGYIPLHLOxkw4XaJaVENeQPbSVIgTP8yFjwIDN/3Am7/cYsOrxHKFsTaNY8TMlPdjiWaPMZ9qO6gOerySn4NKg3pFutf1sBfIYVAMZqwJbK/hbm7CFAAAAFQCiQWm7nhJ8sVM9YIpbt+IUvLX+8QAAAIAUxE12hATCGExBzowsnuSk92Y7mX2U1xMpKmHI/st6M+aPxwf6rVdjF77rs+K2yGbRUkYaJ5aDUPgF6QhIGBE4rwjRkChYfH/yDQT1I8033NN3gne+FObrec/OEl/GDbZdsxLmhrgXiJ33JfF3t5oVAOrNShXUDoO+5HYSs2SD3QAAAIEA60oxDC01Ciof0QaSW4EYv+ITyfcQhFOZU4AxJLlPhEZRx75mEx3nvz9OEArFzjcWHTCSsVhx8nL7rxwleLkLpZkxWhxyy3KrdzlY1SvlkfJ1QbukvJB4EIZ+xMNOuzO4G7FlAee+uY30VYtt05WHchvvq2G2iwzkgCZYLGQOztU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.25s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fea9:3cd0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.07 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A9:3C:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:3cd0/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:7566 (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-21 07:54:27,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action used request id req-7c1b386a-092f-4df2-a94c-4513e0834ef9 2018-08-21 07:54:29,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d63ee3ed680740ce0cd52ba41b6ee4ee92c87ba3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:29,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37a7497b-615e-49c2-9a59-e51655a580ee x-compute-request-id: req-37a7497b-615e-49c2-9a59-e51655a580ee Content-Encoding: gzip Content-Length: 11146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481643203 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184538] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186759] pid_max: default: 32768 minimum: 301\n[ 0.187959] ACPI: Core revision 20150930\n[ 0.189605] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191364] Security Framework initialized\n[ 0.192459] Yama: becoming mindful.\n[ 0.193441] AppArmor: AppArmor initialized\n[ 0.194581] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196328] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198020] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199639] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201489] Initializing cgroup subsys io\n[ 0.202587] Initializing cgroup subsys memory\n[ 0.203747] Initializing cgroup subsys devices\n[ 0.204918] Initializing cgroup subsys freezer\n[ 0.206083] Initializing cgroup subsys net_cls\n[ 0.207241] Initializing cgroup subsys perf_event\n[ 0.208458] Initializing cgroup subsys net_prio\n[ 0.209644] Initializing cgroup subsys hugetlb\n[ 0.210787] Initializing cgroup subsys pids\n[ 0.211950] CPU: Physical Processor ID: 0\n[ 0.213734] mce: CPU supports 10 MCE banks\n[ 0.214861] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216196] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230976] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237566] ftrace: allocating 31920 entries in 125 pages\n[ 0.262832] smpboot: Max logical packages: 1\n[ 0.263979] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265800] x2apic enabled\n[ 0.266908] Switched APIC routing to physical x2apic.\n[ 0.269313] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273449] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275825] KVM setup paravirtual spinlock\n[ 0.277383] x86: Booted up 1 node, 1 CPUs\n[ 0.278464] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280303] devtmpfs: initialized\n[ 0.282252] evm: security.selinux\n[ 0.283182] evm: security.SMACK64\n[ 0.284112] evm: security.SMACK64EXEC\n[ 0.285112] evm: security.SMACK64TRANSMUTE\n[ 0.286181] evm: security.SMACK64MMAP\n[ 0.287170] evm: security.ima\n[ 0.288028] evm: security.capability\n[ 0.289084] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291537] pinctrl core: initialized pinctrl subsystem\n[ 0.292974] RTC time: 7:53:41, date: 08/21/18\n[ 0.294239] NET: Registered protocol family 16\n[ 0.295519] cpuidle: using governor ladder\n[ 0.296611] cpuidle: using governor menu\n[ 0.297667] PCCT header not found.\n[ 0.298675] ACPI: bus type PCI registered\n[ 0.299748] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301390] PCI: Using configuration type 1 for base access\n[ 0.303504] ACPI: Added _OSI(Module Device)\n[ 0.304629] ACPI: Added _OSI(Processor Device)\n[ 0.305779] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306976] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309100] ACPI: Interpreter enabled\n[ 0.310130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320001] ACPI: (supports S0 S5)\n[ 0.320942] ACPI: Using IOAPIC for interrupt routing\n[ 0.322192] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325945] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329062] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330636] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333523] acpiphp: Slot [3] registered\n[ 0.334589] acpiphp: Slot [4] registered\n[ 0.335657] acpiphp: Slot [5] registered\n[ 0.336727] acpiphp: Slot [6] registered\n[ 0.337792] acpiphp: Slot [7] registered\n[ 0.338862] acpiphp: Slot [8] registered\n[ 0.339926] acpiphp: Slot [9] registered\n[ 0.340982] acpiphp: Slot [10] registered\n[ 0.342067] acpiphp: Slot [11] registered\n[ 0.343150] acpiphp: Slot [12] registered\n[ 0.344231] acpiphp: Slot [13] registered\n[ 0.345306] acpiphp: Slot [14] registered\n[ 0.346397] acpiphp: Slot [15] registered\n[ 0.361226] acpiphp: Slot [16] registered\n[ 0.362311] acpiphp: Slot [17] registered\n[ 0.363401] acpiphp: Slot [18] registered\n[ 0.364481] acpiphp: Slot [19] registered\n[ 0.365565] acpiphp: Slot [20] registered\n[ 0.366648] acpiphp: Slot [21] registered\n[ 0.367732] acpiphp: Slot [22] registered\n[ 0.368813] acpiphp: Slot [23] registered\n[ 0.369896] acpiphp: Slot [24] registered\n[ 0.370981] acpiphp: Slot [25] registered\n[ 0.372060] acpiphp: Slot [26] registered\n[ 0.373141] acpiphp: Slot [27] registered\n[ 0.374227] acpiphp: Slot [28] registered\n[ 0.375310] acpiphp: Slot [29] registered\n[ 0.376395] acpiphp: Slot [30] registered\n[ 0.377475] acpiphp: Slot [31] registered\n[ 0.378558] PCI host bridge to bus 0000:00\n[ 0.379635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381226] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382823] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384733] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386667] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388598] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392526] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394197] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395755] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397412] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403697] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428777] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430677] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432591] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434293] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436035] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439500] vgaarb: loaded\n[ 0.440308] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441921] SCSI subsystem initialized\n[ 0.443147] ACPI: bus type USB registered\n[ 0.444257] usbcore: registered new interface driver usbfs\n[ 0.445634] usbcore: registered new interface driver hub\n[ 0.446971] usbcore: registered new device driver usb\n[ 0.448443] PCI: Using ACPI for IRQ routing\n[ 0.449934] NetLabel: Initializing\n[ 0.450902] NetLabel: domain hash size = 128\n[ 0.452025] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453297] NetLabel: unlabeled traffic allowed by default\n[ 0.454843] clocksource: Switched to clocksource kvm-clock\n[ 0.464933] AppArmor: AppArmor Filesystem Enabled\n[ 0.466217] pnp: PnP ACPI init\n[ 0.467446] pnp: PnP ACPI: found 5 devices\n[ 0.474257] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476541] NET: Registered protocol family 2\n[ 0.477922] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479636] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481254] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482861] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484315] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485867] NET: Registered protocol family 1\n[ 0.487051] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488520] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.489953] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504463] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519038] Trying to unpack rootfs image as initramfs...\n[ 0.581242] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586647] Scanning for low memory corruption every 60 seconds\n[ 0.588816] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590386] audit: initializing netlink subsys (disabled)\n[ 0.591851] audit: type=2000 audit(1534838021.735:1): initialized\n[ 0.593676] Initialise system trusted keyring\n[ 0.595017] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.596568] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599230] zbud: loaded\n[ 0.600213] VFS: Disk quotas dquot_6.6.0\n[ 0.601325] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.603441] fuse init (API version 7.23)\n[ 0.604642] Key type big_key registered\n[ 0.605727] Allocating IMA MOK and blacklist keyrings.\n[ 0.607388] Key type asymmetric registered\n[ 0.608502] Asymmetric key parser 'x509' registered\n[ 0.609785] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611811] io scheduler noop registered\n[ 0.612884] io scheduler deadline registered (default)\n[ 0.614218] io scheduler cfq registered\n[ 0.615383] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616779] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.618479] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.620439] ACPI: Power Button [PWRF]\n[ 0.621646] GHES: HEST is not enabled!\n[ 0.635711] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.665005] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667962] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691671] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.694622] Linux agpgart interface v0.103\n[ 0.698007] brd: module loaded\n[ 0.700209] loop: module loaded\n[ 0.705371] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.707352] GPT:90111 != 2097151\n[ 0.708270] GPT:Alternate GPT header not at the end of the disk.\n[ 0.709741] GPT:90111 != 2097151\n[ 0.710661] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711959] vda: vda1 vda15\n[ 0.713639] scsi host0: ata_piix\n[ 0.714694] scsi host1: ata_piix\n[ 0.715682] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.717299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.719244] libphy: Fixed MDIO Bus: probed\n[ 0.720351] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721631] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.724594] PPP generic driver version 2.4.2\n[ 0.725842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727436] ehci-pci: EHCI PCI platform driver\n[ 0.728653] ehci-platform: EHCI generic platform driver\n[ 0.730051] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.731574] ohci-pci: OHCI PCI platform driver\n[ 0.732752] ohci-platform: OHCI generic platform driver\n[ 0.734074] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.748668] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.750002] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751978] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.753351] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.754889] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.756535] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.758437] usb usb1: Product: UHCI Host Controller\n[ 0.759676] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.761200] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.762506] hub 1-0:1.0: USB hub found\n[ 0.763566] hub 1-0:1.0: 2 ports detected\n[ 0.764919] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767748] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.769025] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.770399] mousedev: PS/2 mouse device common for all mice\n[ 0.772086] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.774523] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777631] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.779209] i2c /dev entries driver\n[ 0.780225] device-mapper: uevent: version 1.0.3\n[ 0.781509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783697] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.785519] NET: Registered protocol family 10\n[ 0.787049] NET: Registered protocol family 17\n[ 0.788248] Key type dns_resolver registered\n[ 0.789528] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.791009] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.793371] registered taskstats version 1\n[ 0.794506] Loading compiled-in X.509 certificates\n[ 0.796306] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.798771] zswap: loaded using pool lzo/zbud\n[ 0.800831] Key type trusted registered\n[ 0.802966] Key type encrypted registered\n[ 0.804085] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.805461] ima: No TPM chip found, activating TPM-bypass!\n[ 0.806859] evm: HMAC attrs: 0x1\n[ 0.808142] Magic number: 14:669:875\n[ 0.809291] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:42 UTC (1534838022)\n[ 0.811467] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812933] EDD information not available.\n[ 0.880419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.896488] Write protecting the kernel read-only data: 14336k\n[ 0.899445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.901887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.062770] 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.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCklqtSjQh3WbA3Jcv9EdWCnPLUpukaN7DL3+T2enJ/5LICIVGqhH36Qy2vbO+Y5mkcKzYDLhhVkXyxBb2vbEZ9OEJZgUbk6I9jzLRTqBHNzmo5K5t4T+0CUxZoHC8l6N0SsjkO+3w/1PvrgF+VkwMa6ZqtH+s4PlCVYeUEaxZuzr9THH9mnXtuPDvZm4ui9oTKeIHtvr21qYnZ2YSNUjVAOmzdjvV5bSJYdngbO5Z0r/2jTxwwUsWEewGzzIfrNYQfeLtHkoi+IU6I6PzPP2Q+wjp1TciFL5vvYOagho9GickfcJorFZxPX4bsC97cme31SyHbzsVPouSwvT75X4oj root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAO+S3CxeDCzG+O9YUdvp+wIH8wONbUIPA1PrYpfspcrl/9OGkR/Mc9mJgMSGYIPLHLOxkw4XaJaVENeQPbSVIgTP8yFjwIDN/3Am7/cYsOrxHKFsTaNY8TMlPdjiWaPMZ9qO6gOerySn4NKg3pFutf1sBfIYVAMZqwJbK/hbm7CFAAAAFQCiQWm7nhJ8sVM9YIpbt+IUvLX+8QAAAIAUxE12hATCGExBzowsnuSk92Y7mX2U1xMpKmHI/st6M+aPxwf6rVdjF77rs+K2yGbRUkYaJ5aDUPgF6QhIGBE4rwjRkChYfH/yDQT1I8033NN3gne+FObrec/OEl/GDbZdsxLmhrgXiJ33JfF3t5oVAOrNShXUDoO+5HYSs2SD3QAAAIEA60oxDC01Ciof0QaSW4EYv+ITyfcQhFOZU4AxJLlPhEZRx75mEx3nvz9OEArFzjcWHTCSsVhx8nL7rxwleLkLpZkxWhxyy3KrdzlY1SvlkfJ1QbukvJB4EIZ+xMNOuzO4G7FlAee+uY30VYtt05WHchvvq2G2iwzkgCZYLGQOztU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.25s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fea9:3cd0/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.07 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A9:3C:D0 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea9:3cd0/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:7566 (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[ 1.074864] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.235560] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.235563] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.235564] usb 1-1: Product: QEMU USB Tablet\n[ 1.235565] usb 1-1: Manufacturer: QEMU\n[ 1.235566] usb 1-1: SerialNumber: 42\n[ 1.582921] tsc: Refined TSC clocksource calibration: 3491.848 MHz\n[ 1.582929] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553c70f8c, max_idle_ns: 440795371143 ns\n[ 3.040660] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.081816] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 08:53:42 cirros kern.info kernel: [ 0.901887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 21 08:53:42 cirros kern.info kernel: [ 0.915616] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 21 08:53:42 cirros kern.info kernel: [ 0.915617] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 21 08:53:42 cirros kern.info kernel: [ 0.917324] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 21 08:53:42 cirros kern.info kernel: [ 0.920450] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 21 08:53:42 cirros kern.info kernel: [ 0.922592] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 21 08:53:42 cirros kern.info kernel: [ 0.946061] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 21 08:53:42 cirros kern.info kernel: [ 0.947203] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 21 08:53:42 cirros kern.info kernel: [ 0.948524] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 21 08:53:42 cirros kern.info kernel: [ 0.953001] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 21 08:53:42 cirros kern.info kernel: [ 1.033497] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 21 08:53:42 cirros kern.info kernel: [ 1.041877] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 21 08:53:42 cirros kern.notice kernel: [ 1.062770] random: dd urandom read with 4 bits of entropy available\nAug 21 08:53:42 cirros kern.info kernel: [ 1.074864] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 08:53:42 cirros kern.info kernel: [ 1.235560] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 08:53:42 cirros kern.info kernel: [ 1.235563] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 08:53:42 cirros kern.info kernel: [ 1.235564] usb 1-1: Product: QEMU USB Tablet\nAug 21 08:53:42 cirros kern.info kernel: [ 1.235565] usb 1-1: Manufacturer: QEMU\nAug 21 08:53:42 cirros kern.info kernel: [ 1.235566] usb 1-1: SerialNumber: 42\nAug 21 08:53:43 cirros kern.info kernel: [ 1.582921] tsc: Refined TSC clocksource calibration: 3491.848 MHz\nAug 21 08:53:43 cirros kern.info kernel: [ 1.582929] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553c70f8c, max_idle_ns: 440795371143 ns\nAug 21 08:53:44 cirros auth.notice su: + /dev/console root:cirros\nAug 21 08:53:44 cirros authpriv.info dropbear[341]: Running in background\nAug 21 08:53:44 cirros kern.info kernel: [ 3.040660] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 08:53:44 cirros kern.info kernel: [ 3.081816] 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-21 07:54:29,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action used request id req-37a7497b-615e-49c2-9a59-e51655a580ee 2018-08-21 07:54:31,986 - sdnvpn_test_utils - INFO - Waiting for instance ea6f6a5d-791b-40c6-94b7-11b213ed0a40 to boot up 2018-08-21 07:54:31,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:32,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22edc556-0ab2-40f4-bcf5-2f5586fd562a x-compute-request-id: req-22edc556-0ab2-40f4-bcf5-2f5586fd562a Content-Encoding: gzip Content-Length: 10105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588862482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199483] pid_max: default: 32768 minimum: 301\n[ 0.200801] ACPI: Core revision 20150930\n[ 0.202589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204485] Security Framework initialized\n[ 0.205650] Yama: becoming mindful.\n[ 0.206711] AppArmor: AppArmor initialized\n[ 0.207931] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209798] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213311] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215278] Initializing cgroup subsys io\n[ 0.216471] Initializing cgroup subsys memory\n[ 0.217706] Initializing cgroup subsys devices\n[ 0.218958] Initializing cgroup subsys freezer\n[ 0.220201] Initializing cgroup subsys net_cls\n[ 0.221451] Initializing cgroup subsys perf_event\n[ 0.222757] Initializing cgroup subsys net_prio\n[ 0.224038] Initializing cgroup subsys hugetlb\n[ 0.225278] Initializing cgroup subsys pids\n[ 0.226522] CPU: Physical Processor ID: 0\n[ 0.228395] mce: CPU supports 10 MCE banks\n[ 0.229615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255207] ftrace: allocating 31920 entries in 125 pages\n[ 0.281035] smpboot: Max logical packages: 1\n[ 0.282264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284286] x2apic enabled\n[ 0.285496] Switched APIC routing to physical x2apic.\n[ 0.288095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295301] KVM setup paravirtual spinlock\n[ 0.296948] x86: Booted up 1 node, 1 CPUs\n[ 0.298111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300079] devtmpfs: initialized\n[ 0.302111] evm: security.selinux\n[ 0.303140] evm: security.SMACK64\n[ 0.304151] evm: security.SMACK64EXEC\n[ 0.305210] evm: security.SMACK64TRANSMUTE\n[ 0.306360] evm: security.SMACK64MMAP\n[ 0.307445] evm: security.ima\n[ 0.308351] evm: security.capability\n[ 0.309488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312110] pinctrl core: initialized pinctrl subsystem\n[ 0.313670] RTC time: 7:53:55, date: 08/21/18\n[ 0.315023] NET: Registered protocol family 16\n[ 0.316415] cpuidle: using governor ladder\n[ 0.317594] cpuidle: using governor menu\n[ 0.318726] PCCT header not found.\n[ 0.319794] ACPI: bus type PCI registered\n[ 0.320965] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322739] PCI: Using configuration type 1 for base access\n[ 0.324983] ACPI: Added _OSI(Module Device)\n[ 0.326190] ACPI: Added _OSI(Processor Device)\n[ 0.327438] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328729] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331047] ACPI: Interpreter enabled\n[ 0.332199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343047] ACPI: (supports S0 S5)\n[ 0.344075] ACPI: Using IOAPIC for interrupt routing\n[ 0.345449] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354536] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357655] acpiphp: Slot [3] registered\n[ 0.358811] acpiphp: Slot [4] registered\n[ 0.359967] acpiphp: Slot [5] registered\n[ 0.361129] acpiphp: Slot [6] registered\n[ 0.362283] acpiphp: Slot [7] registered\n[ 0.363435] acpiphp: Slot [8] registered\n[ 0.364586] acpiphp: Slot [9] registered\n[ 0.365741] acpiphp: Slot [10] registered\n[ 0.366911] acpiphp: Slot [11] registered\n[ 0.368074] acpiphp: Slot [12] registered\n[ 0.369236] acpiphp: Slot [13] registered\n[ 0.370407] acpiphp: Slot [14] registered\n[ 0.371579] acpiphp: Slot [15] registered\n[ 0.387158] acpiphp: Slot [16] registered\n[ 0.388352] acpiphp: Slot [17] registered\n[ 0.389523] acpiphp: Slot [18] registered\n[ 0.390688] acpiphp: Slot [19] registered\n[ 0.391865] acpiphp: Slot [20] registered\n[ 0.393029] acpiphp: Slot [21] registered\n[ 0.394191] acpiphp: Slot [22] registered\n[ 0.395354] acpiphp: Slot [23] registered\n[ 0.396534] acpiphp: Slot [24] registered\n[ 0.397702] acpiphp: Slot [25] registered\n[ 0.398869] acpiphp: Slot [26] registered\n[ 0.400031] acpiphp: Slot [27] registered\n[ 0.401186] acpiphp: Slot [28] registered\n[ 0.402341] acpiphp: Slot [29] registered\n[ 0.403492] acpiphp: Slot [30] registered\n[ 0.404668] acpiphp: Slot [31] registered\n[ 0.405828] PCI host bridge to bus 0000:00\n[ 0.406993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410452] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414633] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420957] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422798] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424474] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426293] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430606] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464310] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470031] vgaarb: loaded\n[ 0.470917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475502] SCSI subsystem initialized\n[ 0.476952] ACPI: bus type USB registered\n[ 0.478167] usbcore: registered new interface driver usbfs\n[ 0.479684] usbcore: registered new interface driver hub\n[ 0.481160] usbcore: registered new device driver usb\n[ 0.482828] PCI: Using ACPI for IRQ routing\n[ 0.484682] NetLabel: Initializing\n[ 0.485729] NetLabel: domain hash size = 128\n[ 0.486969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488376] NetLabel: unlabeled traffic allowed by default\n[ 0.490192] clocksource: Switched to clocksource kvm-clock\n[ 0.500551] AppArmor: AppArmor Filesystem Enabled\n[ 0.501948] pnp: PnP ACPI init\n[ 0.503407] pnp: PnP ACPI: found 5 devices\n[ 0.510439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512956] NET: Registered protocol family 2\n[ 0.514526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516420] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518185] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519973] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523285] NET: Registered protocol family 1\n[ 0.524589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526198] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527774] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557709] Trying to unpack rootfs image as initramfs...\n[ 0.620544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622971] Scanning for low memory corruption every 60 seconds\n[ 0.624903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626623] audit: initializing netlink subsys (disabled)\n[ 0.628129] audit: type=2000 audit(1534838036.100:1): initialized\n[ 0.630053] Initialise system trusted keyring\n[ 0.631486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633176] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635963] zbud: loaded\n[ 0.636992] VFS: Disk quotas dquot_6.6.0\n[ 0.638198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640445] fuse init (API version 7.23)\n[ 0.641748] Key type big_key registered\n[ 0.642940] Allocating IMA MOK and blacklist keyrings.\n[ 0.644704] Key type asymmetric registered\n[ 0.645909] Asymmetric key parser 'x509' registered\n[ 0.647311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649515] io scheduler noop registered\n[ 0.650688] io scheduler deadline registered (default)\n[ 0.652148] io scheduler cfq registered\n[ 0.653393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658920] ACPI: Power Button [PWRF]\n[ 0.660178] GHES: HEST is not enabled!\n[ 0.674253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703638] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733862] Linux agpgart interface v0.103\n[ 0.737412] brd: module loaded\n[ 0.739733] loop: module loaded\n[ 0.744193] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746366] GPT:90111 != 2097151\n[ 0.747392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749041] GPT:90111 != 2097151\n[ 0.750068] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751495] vda: vda1 vda15\n[ 0.753182] scsi host0: ata_piix\n[ 0.754315] scsi host1: ata_piix\n[ 0.755359] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759437] libphy: Fixed MDIO Bus: probed\n[ 0.760652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762051] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764809] PPP generic driver version 2.4.2\n[ 0.766144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767897] ehci-pci: EHCI PCI platform driver\n[ 0.769200] ehci-platform: EHCI generic platform driver\n[ 0.770680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772340] ohci-pci: OHCI PCI platform driver\n[ 0.773629] ohci-platform: OHCI generic platform driver\n[ 0.775086] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789854] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794959] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800583] usb usb1: Product: UHCI Host Controller\n[ 0.801948] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803612] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805022] hub 1-0:1.0: USB hub found\n[ 0.806160] hub 1-0:1.0: 2 ports detected\n[ 0.807496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810548] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813434] mousedev: PS/2 mouse device common for all mice\n[ 0.815281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821282] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823005] i2c /dev entries driver\n[ 0.824118] device-mapper: uevent: version 1.0.3\n[ 0.825523] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827929] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829852] NET: Registered protocol family 10\n[ 0.831463] NET: Registered protocol family 17\n[ 0.832778] Key type dns_resolver registered\n[ 0.834158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838384] registered taskstats version 1\n[ 0.839625] Loading compiled-in X.509 certificates\n[ 0.841547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844241] zswap: loaded using pool lzo/zbud\n[ 0.846406] Key type trusted registered\n[ 0.848683] Key type encrypted registered\n[ 0.849880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852959] evm: HMAC attrs: 0x1\n[ 0.854327] Magic number: 14:669:875\n[ 0.855563] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:56 UTC (1534838036)\n[ 0.857887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859516] EDD information not available.\n[ 0.915901] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932680] Write protecting the kernel read-only data: 14336k\n[ 0.935737] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.104260] 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.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUx2f7OIe9rxfxddSJ3uzUjwh1JyWEI7V7KSeflzjCHb6MxrH+Z/aaYJ0F5R3YTwvmW13V8kX0TqoHRU5zDSnz7s3Ie/Ga8k22Qwmw/ClCpwy/G5CShhZmptlDHjM7Qzo03I19LmZnhDRDDl71veSS3xeUvDtslZcOMgGY3b96YUqNEqBaSDU6LeqKSknMLUiJJAUNkZbDomqLD0kGHlduLKBw2EeKdKhTlzAQ+4PPufd20ghi3aKfvHexjpuvmn8Avp0FJw3hbe1WYvHDbMwKUcJ+jrpkcLLtJTl22RQZ0/HTUmcgY4knWM4egK6x/c8MWgzLZFOrAH4P5A484/dT root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO15DKy6+BZLYXQh8txEYFFbFcRWjOINrEQ5QhPUnwFbA+0uh9YI/H0IEuaketp80sc16L9mFii7PyqoiDA6zD9vmz0AkiQUElxrwi8Ai7lUsmCNRKY9kDVZk9Jd1fztZkRSc0UHSHIiDK7kDs95q+68kIoPb3df1KoRSMWV0OupAAAAFQCCqRKQx6sdZgPM3sdWDCYe5QiIUwAAAIEA52h4xtBLq+uM55BwL8mwOvHtPgfm0QYu7yg7Wmm22j8waQXHTa0/o/+ALpa4XoWKB91EWgX04atuqEXWDw7kO40vLWE+To9BFzHF7gIE9yk2orj090R7FrbWjCnk5ayOA9VeqdoUunxjHvTgF8y7PmDnBO/CDb9yKq6FHU6JLxkAAACAG/YhGkfblsmKLQOgzdgzF2LAO7p4cBoR+XOzrYhRKHHxi46Ea5iBT48aaTOiZDFHG1SZJ1+eMllA6un0XXPc1R93r93CP7uet6f0+pOKa4zEVnGMEgoKbuSA4/xV/h3t/sWPC/HwE5z2Tg3xkTuAEym/uPrNBsVi6vFujk4UeKI= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.6,24,fe80::f816:3eff:feaf:6f7d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.6 \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-00000092\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:AF:6F:7D \n inet addr:10.10.11.6 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:6f7d/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-21 07:54:32,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-22edc556-0ab2-40f4-bcf5-2f5586fd562a 2018-08-21 07:54:34,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:34,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-b3d8aaac-fc98-46c0-a511-fca3b5e16e49 x-compute-request-id: req-b3d8aaac-fc98-46c0-a511-fca3b5e16e49 Content-Encoding: gzip Content-Length: 10105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588862482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199483] pid_max: default: 32768 minimum: 301\n[ 0.200801] ACPI: Core revision 20150930\n[ 0.202589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204485] Security Framework initialized\n[ 0.205650] Yama: becoming mindful.\n[ 0.206711] AppArmor: AppArmor initialized\n[ 0.207931] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209798] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213311] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215278] Initializing cgroup subsys io\n[ 0.216471] Initializing cgroup subsys memory\n[ 0.217706] Initializing cgroup subsys devices\n[ 0.218958] Initializing cgroup subsys freezer\n[ 0.220201] Initializing cgroup subsys net_cls\n[ 0.221451] Initializing cgroup subsys perf_event\n[ 0.222757] Initializing cgroup subsys net_prio\n[ 0.224038] Initializing cgroup subsys hugetlb\n[ 0.225278] Initializing cgroup subsys pids\n[ 0.226522] CPU: Physical Processor ID: 0\n[ 0.228395] mce: CPU supports 10 MCE banks\n[ 0.229615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255207] ftrace: allocating 31920 entries in 125 pages\n[ 0.281035] smpboot: Max logical packages: 1\n[ 0.282264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284286] x2apic enabled\n[ 0.285496] Switched APIC routing to physical x2apic.\n[ 0.288095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295301] KVM setup paravirtual spinlock\n[ 0.296948] x86: Booted up 1 node, 1 CPUs\n[ 0.298111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300079] devtmpfs: initialized\n[ 0.302111] evm: security.selinux\n[ 0.303140] evm: security.SMACK64\n[ 0.304151] evm: security.SMACK64EXEC\n[ 0.305210] evm: security.SMACK64TRANSMUTE\n[ 0.306360] evm: security.SMACK64MMAP\n[ 0.307445] evm: security.ima\n[ 0.308351] evm: security.capability\n[ 0.309488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312110] pinctrl core: initialized pinctrl subsystem\n[ 0.313670] RTC time: 7:53:55, date: 08/21/18\n[ 0.315023] NET: Registered protocol family 16\n[ 0.316415] cpuidle: using governor ladder\n[ 0.317594] cpuidle: using governor menu\n[ 0.318726] PCCT header not found.\n[ 0.319794] ACPI: bus type PCI registered\n[ 0.320965] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322739] PCI: Using configuration type 1 for base access\n[ 0.324983] ACPI: Added _OSI(Module Device)\n[ 0.326190] ACPI: Added _OSI(Processor Device)\n[ 0.327438] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328729] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331047] ACPI: Interpreter enabled\n[ 0.332199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343047] ACPI: (supports S0 S5)\n[ 0.344075] ACPI: Using IOAPIC for interrupt routing\n[ 0.345449] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354536] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357655] acpiphp: Slot [3] registered\n[ 0.358811] acpiphp: Slot [4] registered\n[ 0.359967] acpiphp: Slot [5] registered\n[ 0.361129] acpiphp: Slot [6] registered\n[ 0.362283] acpiphp: Slot [7] registered\n[ 0.363435] acpiphp: Slot [8] registered\n[ 0.364586] acpiphp: Slot [9] registered\n[ 0.365741] acpiphp: Slot [10] registered\n[ 0.366911] acpiphp: Slot [11] registered\n[ 0.368074] acpiphp: Slot [12] registered\n[ 0.369236] acpiphp: Slot [13] registered\n[ 0.370407] acpiphp: Slot [14] registered\n[ 0.371579] acpiphp: Slot [15] registered\n[ 0.387158] acpiphp: Slot [16] registered\n[ 0.388352] acpiphp: Slot [17] registered\n[ 0.389523] acpiphp: Slot [18] registered\n[ 0.390688] acpiphp: Slot [19] registered\n[ 0.391865] acpiphp: Slot [20] registered\n[ 0.393029] acpiphp: Slot [21] registered\n[ 0.394191] acpiphp: Slot [22] registered\n[ 0.395354] acpiphp: Slot [23] registered\n[ 0.396534] acpiphp: Slot [24] registered\n[ 0.397702] acpiphp: Slot [25] registered\n[ 0.398869] acpiphp: Slot [26] registered\n[ 0.400031] acpiphp: Slot [27] registered\n[ 0.401186] acpiphp: Slot [28] registered\n[ 0.402341] acpiphp: Slot [29] registered\n[ 0.403492] acpiphp: Slot [30] registered\n[ 0.404668] acpiphp: Slot [31] registered\n[ 0.405828] PCI host bridge to bus 0000:00\n[ 0.406993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410452] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414633] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420957] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422798] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424474] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426293] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430606] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464310] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470031] vgaarb: loaded\n[ 0.470917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475502] SCSI subsystem initialized\n[ 0.476952] ACPI: bus type USB registered\n[ 0.478167] usbcore: registered new interface driver usbfs\n[ 0.479684] usbcore: registered new interface driver hub\n[ 0.481160] usbcore: registered new device driver usb\n[ 0.482828] PCI: Using ACPI for IRQ routing\n[ 0.484682] NetLabel: Initializing\n[ 0.485729] NetLabel: domain hash size = 128\n[ 0.486969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488376] NetLabel: unlabeled traffic allowed by default\n[ 0.490192] clocksource: Switched to clocksource kvm-clock\n[ 0.500551] AppArmor: AppArmor Filesystem Enabled\n[ 0.501948] pnp: PnP ACPI init\n[ 0.503407] pnp: PnP ACPI: found 5 devices\n[ 0.510439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512956] NET: Registered protocol family 2\n[ 0.514526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516420] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518185] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519973] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523285] NET: Registered protocol family 1\n[ 0.524589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526198] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527774] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557709] Trying to unpack rootfs image as initramfs...\n[ 0.620544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622971] Scanning for low memory corruption every 60 seconds\n[ 0.624903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626623] audit: initializing netlink subsys (disabled)\n[ 0.628129] audit: type=2000 audit(1534838036.100:1): initialized\n[ 0.630053] Initialise system trusted keyring\n[ 0.631486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633176] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635963] zbud: loaded\n[ 0.636992] VFS: Disk quotas dquot_6.6.0\n[ 0.638198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640445] fuse init (API version 7.23)\n[ 0.641748] Key type big_key registered\n[ 0.642940] Allocating IMA MOK and blacklist keyrings.\n[ 0.644704] Key type asymmetric registered\n[ 0.645909] Asymmetric key parser 'x509' registered\n[ 0.647311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649515] io scheduler noop registered\n[ 0.650688] io scheduler deadline registered (default)\n[ 0.652148] io scheduler cfq registered\n[ 0.653393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658920] ACPI: Power Button [PWRF]\n[ 0.660178] GHES: HEST is not enabled!\n[ 0.674253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703638] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733862] Linux agpgart interface v0.103\n[ 0.737412] brd: module loaded\n[ 0.739733] loop: module loaded\n[ 0.744193] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746366] GPT:90111 != 2097151\n[ 0.747392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749041] GPT:90111 != 2097151\n[ 0.750068] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751495] vda: vda1 vda15\n[ 0.753182] scsi host0: ata_piix\n[ 0.754315] scsi host1: ata_piix\n[ 0.755359] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759437] libphy: Fixed MDIO Bus: probed\n[ 0.760652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762051] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764809] PPP generic driver version 2.4.2\n[ 0.766144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767897] ehci-pci: EHCI PCI platform driver\n[ 0.769200] ehci-platform: EHCI generic platform driver\n[ 0.770680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772340] ohci-pci: OHCI PCI platform driver\n[ 0.773629] ohci-platform: OHCI generic platform driver\n[ 0.775086] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789854] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794959] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800583] usb usb1: Product: UHCI Host Controller\n[ 0.801948] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803612] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805022] hub 1-0:1.0: USB hub found\n[ 0.806160] hub 1-0:1.0: 2 ports detected\n[ 0.807496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810548] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813434] mousedev: PS/2 mouse device common for all mice\n[ 0.815281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821282] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823005] i2c /dev entries driver\n[ 0.824118] device-mapper: uevent: version 1.0.3\n[ 0.825523] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827929] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829852] NET: Registered protocol family 10\n[ 0.831463] NET: Registered protocol family 17\n[ 0.832778] Key type dns_resolver registered\n[ 0.834158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838384] registered taskstats version 1\n[ 0.839625] Loading compiled-in X.509 certificates\n[ 0.841547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844241] zswap: loaded using pool lzo/zbud\n[ 0.846406] Key type trusted registered\n[ 0.848683] Key type encrypted registered\n[ 0.849880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852959] evm: HMAC attrs: 0x1\n[ 0.854327] Magic number: 14:669:875\n[ 0.855563] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:56 UTC (1534838036)\n[ 0.857887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859516] EDD information not available.\n[ 0.915901] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932680] Write protecting the kernel read-only data: 14336k\n[ 0.935737] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.104260] 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.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUx2f7OIe9rxfxddSJ3uzUjwh1JyWEI7V7KSeflzjCHb6MxrH+Z/aaYJ0F5R3YTwvmW13V8kX0TqoHRU5zDSnz7s3Ie/Ga8k22Qwmw/ClCpwy/G5CShhZmptlDHjM7Qzo03I19LmZnhDRDDl71veSS3xeUvDtslZcOMgGY3b96YUqNEqBaSDU6LeqKSknMLUiJJAUNkZbDomqLD0kGHlduLKBw2EeKdKhTlzAQ+4PPufd20ghi3aKfvHexjpuvmn8Avp0FJw3hbe1WYvHDbMwKUcJ+jrpkcLLtJTl22RQZ0/HTUmcgY4knWM4egK6x/c8MWgzLZFOrAH4P5A484/dT root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO15DKy6+BZLYXQh8txEYFFbFcRWjOINrEQ5QhPUnwFbA+0uh9YI/H0IEuaketp80sc16L9mFii7PyqoiDA6zD9vmz0AkiQUElxrwi8Ai7lUsmCNRKY9kDVZk9Jd1fztZkRSc0UHSHIiDK7kDs95q+68kIoPb3df1KoRSMWV0OupAAAAFQCCqRKQx6sdZgPM3sdWDCYe5QiIUwAAAIEA52h4xtBLq+uM55BwL8mwOvHtPgfm0QYu7yg7Wmm22j8waQXHTa0/o/+ALpa4XoWKB91EWgX04atuqEXWDw7kO40vLWE+To9BFzHF7gIE9yk2orj090R7FrbWjCnk5ayOA9VeqdoUunxjHvTgF8y7PmDnBO/CDb9yKq6FHU6JLxkAAACAG/YhGkfblsmKLQOgzdgzF2LAO7p4cBoR+XOzrYhRKHHxi46Ea5iBT48aaTOiZDFHG1SZJ1+eMllA6un0XXPc1R93r93CP7uet6f0+pOKa4zEVnGMEgoKbuSA4/xV/h3t/sWPC/HwE5z2Tg3xkTuAEym/uPrNBsVi6vFujk4UeKI= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.6,24,fe80::f816:3eff:feaf:6f7d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.6 \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-00000092\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:AF:6F:7D \n inet addr:10.10.11.6 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:6f7d/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-21 07:54:34,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-b3d8aaac-fc98-46c0-a511-fca3b5e16e49 2018-08-21 07:54:36,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:36,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-f3955028-a711-4b25-bc0e-34b1087f2c68 x-compute-request-id: req-f3955028-a711-4b25-bc0e-34b1087f2c68 Content-Encoding: gzip Content-Length: 10105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588862482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199483] pid_max: default: 32768 minimum: 301\n[ 0.200801] ACPI: Core revision 20150930\n[ 0.202589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204485] Security Framework initialized\n[ 0.205650] Yama: becoming mindful.\n[ 0.206711] AppArmor: AppArmor initialized\n[ 0.207931] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209798] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213311] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215278] Initializing cgroup subsys io\n[ 0.216471] Initializing cgroup subsys memory\n[ 0.217706] Initializing cgroup subsys devices\n[ 0.218958] Initializing cgroup subsys freezer\n[ 0.220201] Initializing cgroup subsys net_cls\n[ 0.221451] Initializing cgroup subsys perf_event\n[ 0.222757] Initializing cgroup subsys net_prio\n[ 0.224038] Initializing cgroup subsys hugetlb\n[ 0.225278] Initializing cgroup subsys pids\n[ 0.226522] CPU: Physical Processor ID: 0\n[ 0.228395] mce: CPU supports 10 MCE banks\n[ 0.229615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255207] ftrace: allocating 31920 entries in 125 pages\n[ 0.281035] smpboot: Max logical packages: 1\n[ 0.282264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284286] x2apic enabled\n[ 0.285496] Switched APIC routing to physical x2apic.\n[ 0.288095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295301] KVM setup paravirtual spinlock\n[ 0.296948] x86: Booted up 1 node, 1 CPUs\n[ 0.298111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300079] devtmpfs: initialized\n[ 0.302111] evm: security.selinux\n[ 0.303140] evm: security.SMACK64\n[ 0.304151] evm: security.SMACK64EXEC\n[ 0.305210] evm: security.SMACK64TRANSMUTE\n[ 0.306360] evm: security.SMACK64MMAP\n[ 0.307445] evm: security.ima\n[ 0.308351] evm: security.capability\n[ 0.309488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312110] pinctrl core: initialized pinctrl subsystem\n[ 0.313670] RTC time: 7:53:55, date: 08/21/18\n[ 0.315023] NET: Registered protocol family 16\n[ 0.316415] cpuidle: using governor ladder\n[ 0.317594] cpuidle: using governor menu\n[ 0.318726] PCCT header not found.\n[ 0.319794] ACPI: bus type PCI registered\n[ 0.320965] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322739] PCI: Using configuration type 1 for base access\n[ 0.324983] ACPI: Added _OSI(Module Device)\n[ 0.326190] ACPI: Added _OSI(Processor Device)\n[ 0.327438] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328729] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331047] ACPI: Interpreter enabled\n[ 0.332199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343047] ACPI: (supports S0 S5)\n[ 0.344075] ACPI: Using IOAPIC for interrupt routing\n[ 0.345449] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354536] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357655] acpiphp: Slot [3] registered\n[ 0.358811] acpiphp: Slot [4] registered\n[ 0.359967] acpiphp: Slot [5] registered\n[ 0.361129] acpiphp: Slot [6] registered\n[ 0.362283] acpiphp: Slot [7] registered\n[ 0.363435] acpiphp: Slot [8] registered\n[ 0.364586] acpiphp: Slot [9] registered\n[ 0.365741] acpiphp: Slot [10] registered\n[ 0.366911] acpiphp: Slot [11] registered\n[ 0.368074] acpiphp: Slot [12] registered\n[ 0.369236] acpiphp: Slot [13] registered\n[ 0.370407] acpiphp: Slot [14] registered\n[ 0.371579] acpiphp: Slot [15] registered\n[ 0.387158] acpiphp: Slot [16] registered\n[ 0.388352] acpiphp: Slot [17] registered\n[ 0.389523] acpiphp: Slot [18] registered\n[ 0.390688] acpiphp: Slot [19] registered\n[ 0.391865] acpiphp: Slot [20] registered\n[ 0.393029] acpiphp: Slot [21] registered\n[ 0.394191] acpiphp: Slot [22] registered\n[ 0.395354] acpiphp: Slot [23] registered\n[ 0.396534] acpiphp: Slot [24] registered\n[ 0.397702] acpiphp: Slot [25] registered\n[ 0.398869] acpiphp: Slot [26] registered\n[ 0.400031] acpiphp: Slot [27] registered\n[ 0.401186] acpiphp: Slot [28] registered\n[ 0.402341] acpiphp: Slot [29] registered\n[ 0.403492] acpiphp: Slot [30] registered\n[ 0.404668] acpiphp: Slot [31] registered\n[ 0.405828] PCI host bridge to bus 0000:00\n[ 0.406993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410452] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414633] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420957] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422798] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424474] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426293] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430606] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464310] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470031] vgaarb: loaded\n[ 0.470917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475502] SCSI subsystem initialized\n[ 0.476952] ACPI: bus type USB registered\n[ 0.478167] usbcore: registered new interface driver usbfs\n[ 0.479684] usbcore: registered new interface driver hub\n[ 0.481160] usbcore: registered new device driver usb\n[ 0.482828] PCI: Using ACPI for IRQ routing\n[ 0.484682] NetLabel: Initializing\n[ 0.485729] NetLabel: domain hash size = 128\n[ 0.486969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488376] NetLabel: unlabeled traffic allowed by default\n[ 0.490192] clocksource: Switched to clocksource kvm-clock\n[ 0.500551] AppArmor: AppArmor Filesystem Enabled\n[ 0.501948] pnp: PnP ACPI init\n[ 0.503407] pnp: PnP ACPI: found 5 devices\n[ 0.510439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512956] NET: Registered protocol family 2\n[ 0.514526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516420] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518185] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519973] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523285] NET: Registered protocol family 1\n[ 0.524589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526198] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527774] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557709] Trying to unpack rootfs image as initramfs...\n[ 0.620544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622971] Scanning for low memory corruption every 60 seconds\n[ 0.624903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626623] audit: initializing netlink subsys (disabled)\n[ 0.628129] audit: type=2000 audit(1534838036.100:1): initialized\n[ 0.630053] Initialise system trusted keyring\n[ 0.631486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633176] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635963] zbud: loaded\n[ 0.636992] VFS: Disk quotas dquot_6.6.0\n[ 0.638198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640445] fuse init (API version 7.23)\n[ 0.641748] Key type big_key registered\n[ 0.642940] Allocating IMA MOK and blacklist keyrings.\n[ 0.644704] Key type asymmetric registered\n[ 0.645909] Asymmetric key parser 'x509' registered\n[ 0.647311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649515] io scheduler noop registered\n[ 0.650688] io scheduler deadline registered (default)\n[ 0.652148] io scheduler cfq registered\n[ 0.653393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658920] ACPI: Power Button [PWRF]\n[ 0.660178] GHES: HEST is not enabled!\n[ 0.674253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703638] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733862] Linux agpgart interface v0.103\n[ 0.737412] brd: module loaded\n[ 0.739733] loop: module loaded\n[ 0.744193] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746366] GPT:90111 != 2097151\n[ 0.747392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749041] GPT:90111 != 2097151\n[ 0.750068] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751495] vda: vda1 vda15\n[ 0.753182] scsi host0: ata_piix\n[ 0.754315] scsi host1: ata_piix\n[ 0.755359] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759437] libphy: Fixed MDIO Bus: probed\n[ 0.760652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762051] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764809] PPP generic driver version 2.4.2\n[ 0.766144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767897] ehci-pci: EHCI PCI platform driver\n[ 0.769200] ehci-platform: EHCI generic platform driver\n[ 0.770680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772340] ohci-pci: OHCI PCI platform driver\n[ 0.773629] ohci-platform: OHCI generic platform driver\n[ 0.775086] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789854] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794959] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800583] usb usb1: Product: UHCI Host Controller\n[ 0.801948] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803612] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805022] hub 1-0:1.0: USB hub found\n[ 0.806160] hub 1-0:1.0: 2 ports detected\n[ 0.807496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810548] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813434] mousedev: PS/2 mouse device common for all mice\n[ 0.815281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821282] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823005] i2c /dev entries driver\n[ 0.824118] device-mapper: uevent: version 1.0.3\n[ 0.825523] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827929] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829852] NET: Registered protocol family 10\n[ 0.831463] NET: Registered protocol family 17\n[ 0.832778] Key type dns_resolver registered\n[ 0.834158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838384] registered taskstats version 1\n[ 0.839625] Loading compiled-in X.509 certificates\n[ 0.841547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844241] zswap: loaded using pool lzo/zbud\n[ 0.846406] Key type trusted registered\n[ 0.848683] Key type encrypted registered\n[ 0.849880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852959] evm: HMAC attrs: 0x1\n[ 0.854327] Magic number: 14:669:875\n[ 0.855563] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:56 UTC (1534838036)\n[ 0.857887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859516] EDD information not available.\n[ 0.915901] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932680] Write protecting the kernel read-only data: 14336k\n[ 0.935737] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.104260] 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.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUx2f7OIe9rxfxddSJ3uzUjwh1JyWEI7V7KSeflzjCHb6MxrH+Z/aaYJ0F5R3YTwvmW13V8kX0TqoHRU5zDSnz7s3Ie/Ga8k22Qwmw/ClCpwy/G5CShhZmptlDHjM7Qzo03I19LmZnhDRDDl71veSS3xeUvDtslZcOMgGY3b96YUqNEqBaSDU6LeqKSknMLUiJJAUNkZbDomqLD0kGHlduLKBw2EeKdKhTlzAQ+4PPufd20ghi3aKfvHexjpuvmn8Avp0FJw3hbe1WYvHDbMwKUcJ+jrpkcLLtJTl22RQZ0/HTUmcgY4knWM4egK6x/c8MWgzLZFOrAH4P5A484/dT root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO15DKy6+BZLYXQh8txEYFFbFcRWjOINrEQ5QhPUnwFbA+0uh9YI/H0IEuaketp80sc16L9mFii7PyqoiDA6zD9vmz0AkiQUElxrwi8Ai7lUsmCNRKY9kDVZk9Jd1fztZkRSc0UHSHIiDK7kDs95q+68kIoPb3df1KoRSMWV0OupAAAAFQCCqRKQx6sdZgPM3sdWDCYe5QiIUwAAAIEA52h4xtBLq+uM55BwL8mwOvHtPgfm0QYu7yg7Wmm22j8waQXHTa0/o/+ALpa4XoWKB91EWgX04atuqEXWDw7kO40vLWE+To9BFzHF7gIE9yk2orj090R7FrbWjCnk5ayOA9VeqdoUunxjHvTgF8y7PmDnBO/CDb9yKq6FHU6JLxkAAACAG/YhGkfblsmKLQOgzdgzF2LAO7p4cBoR+XOzrYhRKHHxi46Ea5iBT48aaTOiZDFHG1SZJ1+eMllA6un0XXPc1R93r93CP7uet6f0+pOKa4zEVnGMEgoKbuSA4/xV/h3t/sWPC/HwE5z2Tg3xkTuAEym/uPrNBsVi6vFujk4UeKI= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.6,24,fe80::f816:3eff:feaf:6f7d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.6 \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-00000092\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:AF:6F:7D \n inet addr:10.10.11.6 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:6f7d/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-21 07:54:36,257 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-f3955028-a711-4b25-bc0e-34b1087f2c68 2018-08-21 07:54:38,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:38,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-6c126790-c025-452e-a9ab-b9877a5c61f1 x-compute-request-id: req-6c126790-c025-452e-a9ab-b9877a5c61f1 Content-Encoding: gzip Content-Length: 10105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588862482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199483] pid_max: default: 32768 minimum: 301\n[ 0.200801] ACPI: Core revision 20150930\n[ 0.202589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204485] Security Framework initialized\n[ 0.205650] Yama: becoming mindful.\n[ 0.206711] AppArmor: AppArmor initialized\n[ 0.207931] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209798] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213311] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215278] Initializing cgroup subsys io\n[ 0.216471] Initializing cgroup subsys memory\n[ 0.217706] Initializing cgroup subsys devices\n[ 0.218958] Initializing cgroup subsys freezer\n[ 0.220201] Initializing cgroup subsys net_cls\n[ 0.221451] Initializing cgroup subsys perf_event\n[ 0.222757] Initializing cgroup subsys net_prio\n[ 0.224038] Initializing cgroup subsys hugetlb\n[ 0.225278] Initializing cgroup subsys pids\n[ 0.226522] CPU: Physical Processor ID: 0\n[ 0.228395] mce: CPU supports 10 MCE banks\n[ 0.229615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255207] ftrace: allocating 31920 entries in 125 pages\n[ 0.281035] smpboot: Max logical packages: 1\n[ 0.282264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284286] x2apic enabled\n[ 0.285496] Switched APIC routing to physical x2apic.\n[ 0.288095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295301] KVM setup paravirtual spinlock\n[ 0.296948] x86: Booted up 1 node, 1 CPUs\n[ 0.298111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300079] devtmpfs: initialized\n[ 0.302111] evm: security.selinux\n[ 0.303140] evm: security.SMACK64\n[ 0.304151] evm: security.SMACK64EXEC\n[ 0.305210] evm: security.SMACK64TRANSMUTE\n[ 0.306360] evm: security.SMACK64MMAP\n[ 0.307445] evm: security.ima\n[ 0.308351] evm: security.capability\n[ 0.309488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312110] pinctrl core: initialized pinctrl subsystem\n[ 0.313670] RTC time: 7:53:55, date: 08/21/18\n[ 0.315023] NET: Registered protocol family 16\n[ 0.316415] cpuidle: using governor ladder\n[ 0.317594] cpuidle: using governor menu\n[ 0.318726] PCCT header not found.\n[ 0.319794] ACPI: bus type PCI registered\n[ 0.320965] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322739] PCI: Using configuration type 1 for base access\n[ 0.324983] ACPI: Added _OSI(Module Device)\n[ 0.326190] ACPI: Added _OSI(Processor Device)\n[ 0.327438] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328729] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331047] ACPI: Interpreter enabled\n[ 0.332199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343047] ACPI: (supports S0 S5)\n[ 0.344075] ACPI: Using IOAPIC for interrupt routing\n[ 0.345449] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354536] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357655] acpiphp: Slot [3] registered\n[ 0.358811] acpiphp: Slot [4] registered\n[ 0.359967] acpiphp: Slot [5] registered\n[ 0.361129] acpiphp: Slot [6] registered\n[ 0.362283] acpiphp: Slot [7] registered\n[ 0.363435] acpiphp: Slot [8] registered\n[ 0.364586] acpiphp: Slot [9] registered\n[ 0.365741] acpiphp: Slot [10] registered\n[ 0.366911] acpiphp: Slot [11] registered\n[ 0.368074] acpiphp: Slot [12] registered\n[ 0.369236] acpiphp: Slot [13] registered\n[ 0.370407] acpiphp: Slot [14] registered\n[ 0.371579] acpiphp: Slot [15] registered\n[ 0.387158] acpiphp: Slot [16] registered\n[ 0.388352] acpiphp: Slot [17] registered\n[ 0.389523] acpiphp: Slot [18] registered\n[ 0.390688] acpiphp: Slot [19] registered\n[ 0.391865] acpiphp: Slot [20] registered\n[ 0.393029] acpiphp: Slot [21] registered\n[ 0.394191] acpiphp: Slot [22] registered\n[ 0.395354] acpiphp: Slot [23] registered\n[ 0.396534] acpiphp: Slot [24] registered\n[ 0.397702] acpiphp: Slot [25] registered\n[ 0.398869] acpiphp: Slot [26] registered\n[ 0.400031] acpiphp: Slot [27] registered\n[ 0.401186] acpiphp: Slot [28] registered\n[ 0.402341] acpiphp: Slot [29] registered\n[ 0.403492] acpiphp: Slot [30] registered\n[ 0.404668] acpiphp: Slot [31] registered\n[ 0.405828] PCI host bridge to bus 0000:00\n[ 0.406993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410452] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414633] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420957] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422798] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424474] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426293] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430606] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464310] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470031] vgaarb: loaded\n[ 0.470917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475502] SCSI subsystem initialized\n[ 0.476952] ACPI: bus type USB registered\n[ 0.478167] usbcore: registered new interface driver usbfs\n[ 0.479684] usbcore: registered new interface driver hub\n[ 0.481160] usbcore: registered new device driver usb\n[ 0.482828] PCI: Using ACPI for IRQ routing\n[ 0.484682] NetLabel: Initializing\n[ 0.485729] NetLabel: domain hash size = 128\n[ 0.486969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488376] NetLabel: unlabeled traffic allowed by default\n[ 0.490192] clocksource: Switched to clocksource kvm-clock\n[ 0.500551] AppArmor: AppArmor Filesystem Enabled\n[ 0.501948] pnp: PnP ACPI init\n[ 0.503407] pnp: PnP ACPI: found 5 devices\n[ 0.510439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512956] NET: Registered protocol family 2\n[ 0.514526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516420] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518185] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519973] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523285] NET: Registered protocol family 1\n[ 0.524589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526198] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527774] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557709] Trying to unpack rootfs image as initramfs...\n[ 0.620544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622971] Scanning for low memory corruption every 60 seconds\n[ 0.624903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626623] audit: initializing netlink subsys (disabled)\n[ 0.628129] audit: type=2000 audit(1534838036.100:1): initialized\n[ 0.630053] Initialise system trusted keyring\n[ 0.631486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633176] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635963] zbud: loaded\n[ 0.636992] VFS: Disk quotas dquot_6.6.0\n[ 0.638198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640445] fuse init (API version 7.23)\n[ 0.641748] Key type big_key registered\n[ 0.642940] Allocating IMA MOK and blacklist keyrings.\n[ 0.644704] Key type asymmetric registered\n[ 0.645909] Asymmetric key parser 'x509' registered\n[ 0.647311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649515] io scheduler noop registered\n[ 0.650688] io scheduler deadline registered (default)\n[ 0.652148] io scheduler cfq registered\n[ 0.653393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658920] ACPI: Power Button [PWRF]\n[ 0.660178] GHES: HEST is not enabled!\n[ 0.674253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703638] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733862] Linux agpgart interface v0.103\n[ 0.737412] brd: module loaded\n[ 0.739733] loop: module loaded\n[ 0.744193] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746366] GPT:90111 != 2097151\n[ 0.747392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749041] GPT:90111 != 2097151\n[ 0.750068] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751495] vda: vda1 vda15\n[ 0.753182] scsi host0: ata_piix\n[ 0.754315] scsi host1: ata_piix\n[ 0.755359] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759437] libphy: Fixed MDIO Bus: probed\n[ 0.760652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762051] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764809] PPP generic driver version 2.4.2\n[ 0.766144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767897] ehci-pci: EHCI PCI platform driver\n[ 0.769200] ehci-platform: EHCI generic platform driver\n[ 0.770680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772340] ohci-pci: OHCI PCI platform driver\n[ 0.773629] ohci-platform: OHCI generic platform driver\n[ 0.775086] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789854] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794959] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800583] usb usb1: Product: UHCI Host Controller\n[ 0.801948] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803612] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805022] hub 1-0:1.0: USB hub found\n[ 0.806160] hub 1-0:1.0: 2 ports detected\n[ 0.807496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810548] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813434] mousedev: PS/2 mouse device common for all mice\n[ 0.815281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821282] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823005] i2c /dev entries driver\n[ 0.824118] device-mapper: uevent: version 1.0.3\n[ 0.825523] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827929] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829852] NET: Registered protocol family 10\n[ 0.831463] NET: Registered protocol family 17\n[ 0.832778] Key type dns_resolver registered\n[ 0.834158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838384] registered taskstats version 1\n[ 0.839625] Loading compiled-in X.509 certificates\n[ 0.841547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844241] zswap: loaded using pool lzo/zbud\n[ 0.846406] Key type trusted registered\n[ 0.848683] Key type encrypted registered\n[ 0.849880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852959] evm: HMAC attrs: 0x1\n[ 0.854327] Magic number: 14:669:875\n[ 0.855563] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:56 UTC (1534838036)\n[ 0.857887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859516] EDD information not available.\n[ 0.915901] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932680] Write protecting the kernel read-only data: 14336k\n[ 0.935737] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.104260] 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.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUx2f7OIe9rxfxddSJ3uzUjwh1JyWEI7V7KSeflzjCHb6MxrH+Z/aaYJ0F5R3YTwvmW13V8kX0TqoHRU5zDSnz7s3Ie/Ga8k22Qwmw/ClCpwy/G5CShhZmptlDHjM7Qzo03I19LmZnhDRDDl71veSS3xeUvDtslZcOMgGY3b96YUqNEqBaSDU6LeqKSknMLUiJJAUNkZbDomqLD0kGHlduLKBw2EeKdKhTlzAQ+4PPufd20ghi3aKfvHexjpuvmn8Avp0FJw3hbe1WYvHDbMwKUcJ+jrpkcLLtJTl22RQZ0/HTUmcgY4knWM4egK6x/c8MWgzLZFOrAH4P5A484/dT root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO15DKy6+BZLYXQh8txEYFFbFcRWjOINrEQ5QhPUnwFbA+0uh9YI/H0IEuaketp80sc16L9mFii7PyqoiDA6zD9vmz0AkiQUElxrwi8Ai7lUsmCNRKY9kDVZk9Jd1fztZkRSc0UHSHIiDK7kDs95q+68kIoPb3df1KoRSMWV0OupAAAAFQCCqRKQx6sdZgPM3sdWDCYe5QiIUwAAAIEA52h4xtBLq+uM55BwL8mwOvHtPgfm0QYu7yg7Wmm22j8waQXHTa0/o/+ALpa4XoWKB91EWgX04atuqEXWDw7kO40vLWE+To9BFzHF7gIE9yk2orj090R7FrbWjCnk5ayOA9VeqdoUunxjHvTgF8y7PmDnBO/CDb9yKq6FHU6JLxkAAACAG/YhGkfblsmKLQOgzdgzF2LAO7p4cBoR+XOzrYhRKHHxi46Ea5iBT48aaTOiZDFHG1SZJ1+eMllA6un0XXPc1R93r93CP7uet6f0+pOKa4zEVnGMEgoKbuSA4/xV/h3t/sWPC/HwE5z2Tg3xkTuAEym/uPrNBsVi6vFujk4UeKI= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.6,24,fe80::f816:3eff:feaf:6f7d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.6 \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-00000092\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:AF:6F:7D \n inet addr:10.10.11.6 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:6f7d/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-21 07:54:38,344 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-6c126790-c025-452e-a9ab-b9877a5c61f1 2018-08-21 07:54:40,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:40,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-299c7896-ae78-47ca-b582-f31f35bced5b x-compute-request-id: req-299c7896-ae78-47ca-b582-f31f35bced5b Content-Encoding: gzip Content-Length: 10105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588862482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199483] pid_max: default: 32768 minimum: 301\n[ 0.200801] ACPI: Core revision 20150930\n[ 0.202589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204485] Security Framework initialized\n[ 0.205650] Yama: becoming mindful.\n[ 0.206711] AppArmor: AppArmor initialized\n[ 0.207931] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209798] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213311] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215278] Initializing cgroup subsys io\n[ 0.216471] Initializing cgroup subsys memory\n[ 0.217706] Initializing cgroup subsys devices\n[ 0.218958] Initializing cgroup subsys freezer\n[ 0.220201] Initializing cgroup subsys net_cls\n[ 0.221451] Initializing cgroup subsys perf_event\n[ 0.222757] Initializing cgroup subsys net_prio\n[ 0.224038] Initializing cgroup subsys hugetlb\n[ 0.225278] Initializing cgroup subsys pids\n[ 0.226522] CPU: Physical Processor ID: 0\n[ 0.228395] mce: CPU supports 10 MCE banks\n[ 0.229615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255207] ftrace: allocating 31920 entries in 125 pages\n[ 0.281035] smpboot: Max logical packages: 1\n[ 0.282264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284286] x2apic enabled\n[ 0.285496] Switched APIC routing to physical x2apic.\n[ 0.288095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295301] KVM setup paravirtual spinlock\n[ 0.296948] x86: Booted up 1 node, 1 CPUs\n[ 0.298111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300079] devtmpfs: initialized\n[ 0.302111] evm: security.selinux\n[ 0.303140] evm: security.SMACK64\n[ 0.304151] evm: security.SMACK64EXEC\n[ 0.305210] evm: security.SMACK64TRANSMUTE\n[ 0.306360] evm: security.SMACK64MMAP\n[ 0.307445] evm: security.ima\n[ 0.308351] evm: security.capability\n[ 0.309488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312110] pinctrl core: initialized pinctrl subsystem\n[ 0.313670] RTC time: 7:53:55, date: 08/21/18\n[ 0.315023] NET: Registered protocol family 16\n[ 0.316415] cpuidle: using governor ladder\n[ 0.317594] cpuidle: using governor menu\n[ 0.318726] PCCT header not found.\n[ 0.319794] ACPI: bus type PCI registered\n[ 0.320965] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322739] PCI: Using configuration type 1 for base access\n[ 0.324983] ACPI: Added _OSI(Module Device)\n[ 0.326190] ACPI: Added _OSI(Processor Device)\n[ 0.327438] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328729] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331047] ACPI: Interpreter enabled\n[ 0.332199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343047] ACPI: (supports S0 S5)\n[ 0.344075] ACPI: Using IOAPIC for interrupt routing\n[ 0.345449] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354536] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357655] acpiphp: Slot [3] registered\n[ 0.358811] acpiphp: Slot [4] registered\n[ 0.359967] acpiphp: Slot [5] registered\n[ 0.361129] acpiphp: Slot [6] registered\n[ 0.362283] acpiphp: Slot [7] registered\n[ 0.363435] acpiphp: Slot [8] registered\n[ 0.364586] acpiphp: Slot [9] registered\n[ 0.365741] acpiphp: Slot [10] registered\n[ 0.366911] acpiphp: Slot [11] registered\n[ 0.368074] acpiphp: Slot [12] registered\n[ 0.369236] acpiphp: Slot [13] registered\n[ 0.370407] acpiphp: Slot [14] registered\n[ 0.371579] acpiphp: Slot [15] registered\n[ 0.387158] acpiphp: Slot [16] registered\n[ 0.388352] acpiphp: Slot [17] registered\n[ 0.389523] acpiphp: Slot [18] registered\n[ 0.390688] acpiphp: Slot [19] registered\n[ 0.391865] acpiphp: Slot [20] registered\n[ 0.393029] acpiphp: Slot [21] registered\n[ 0.394191] acpiphp: Slot [22] registered\n[ 0.395354] acpiphp: Slot [23] registered\n[ 0.396534] acpiphp: Slot [24] registered\n[ 0.397702] acpiphp: Slot [25] registered\n[ 0.398869] acpiphp: Slot [26] registered\n[ 0.400031] acpiphp: Slot [27] registered\n[ 0.401186] acpiphp: Slot [28] registered\n[ 0.402341] acpiphp: Slot [29] registered\n[ 0.403492] acpiphp: Slot [30] registered\n[ 0.404668] acpiphp: Slot [31] registered\n[ 0.405828] PCI host bridge to bus 0000:00\n[ 0.406993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410452] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414633] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420957] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422798] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424474] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426293] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430606] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464310] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470031] vgaarb: loaded\n[ 0.470917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475502] SCSI subsystem initialized\n[ 0.476952] ACPI: bus type USB registered\n[ 0.478167] usbcore: registered new interface driver usbfs\n[ 0.479684] usbcore: registered new interface driver hub\n[ 0.481160] usbcore: registered new device driver usb\n[ 0.482828] PCI: Using ACPI for IRQ routing\n[ 0.484682] NetLabel: Initializing\n[ 0.485729] NetLabel: domain hash size = 128\n[ 0.486969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488376] NetLabel: unlabeled traffic allowed by default\n[ 0.490192] clocksource: Switched to clocksource kvm-clock\n[ 0.500551] AppArmor: AppArmor Filesystem Enabled\n[ 0.501948] pnp: PnP ACPI init\n[ 0.503407] pnp: PnP ACPI: found 5 devices\n[ 0.510439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512956] NET: Registered protocol family 2\n[ 0.514526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516420] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518185] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519973] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523285] NET: Registered protocol family 1\n[ 0.524589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526198] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527774] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557709] Trying to unpack rootfs image as initramfs...\n[ 0.620544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622971] Scanning for low memory corruption every 60 seconds\n[ 0.624903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626623] audit: initializing netlink subsys (disabled)\n[ 0.628129] audit: type=2000 audit(1534838036.100:1): initialized\n[ 0.630053] Initialise system trusted keyring\n[ 0.631486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633176] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635963] zbud: loaded\n[ 0.636992] VFS: Disk quotas dquot_6.6.0\n[ 0.638198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640445] fuse init (API version 7.23)\n[ 0.641748] Key type big_key registered\n[ 0.642940] Allocating IMA MOK and blacklist keyrings.\n[ 0.644704] Key type asymmetric registered\n[ 0.645909] Asymmetric key parser 'x509' registered\n[ 0.647311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649515] io scheduler noop registered\n[ 0.650688] io scheduler deadline registered (default)\n[ 0.652148] io scheduler cfq registered\n[ 0.653393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658920] ACPI: Power Button [PWRF]\n[ 0.660178] GHES: HEST is not enabled!\n[ 0.674253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703638] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733862] Linux agpgart interface v0.103\n[ 0.737412] brd: module loaded\n[ 0.739733] loop: module loaded\n[ 0.744193] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746366] GPT:90111 != 2097151\n[ 0.747392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749041] GPT:90111 != 2097151\n[ 0.750068] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751495] vda: vda1 vda15\n[ 0.753182] scsi host0: ata_piix\n[ 0.754315] scsi host1: ata_piix\n[ 0.755359] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759437] libphy: Fixed MDIO Bus: probed\n[ 0.760652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762051] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764809] PPP generic driver version 2.4.2\n[ 0.766144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767897] ehci-pci: EHCI PCI platform driver\n[ 0.769200] ehci-platform: EHCI generic platform driver\n[ 0.770680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772340] ohci-pci: OHCI PCI platform driver\n[ 0.773629] ohci-platform: OHCI generic platform driver\n[ 0.775086] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789854] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794959] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800583] usb usb1: Product: UHCI Host Controller\n[ 0.801948] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803612] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805022] hub 1-0:1.0: USB hub found\n[ 0.806160] hub 1-0:1.0: 2 ports detected\n[ 0.807496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810548] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813434] mousedev: PS/2 mouse device common for all mice\n[ 0.815281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821282] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823005] i2c /dev entries driver\n[ 0.824118] device-mapper: uevent: version 1.0.3\n[ 0.825523] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827929] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829852] NET: Registered protocol family 10\n[ 0.831463] NET: Registered protocol family 17\n[ 0.832778] Key type dns_resolver registered\n[ 0.834158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838384] registered taskstats version 1\n[ 0.839625] Loading compiled-in X.509 certificates\n[ 0.841547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844241] zswap: loaded using pool lzo/zbud\n[ 0.846406] Key type trusted registered\n[ 0.848683] Key type encrypted registered\n[ 0.849880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852959] evm: HMAC attrs: 0x1\n[ 0.854327] Magic number: 14:669:875\n[ 0.855563] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:56 UTC (1534838036)\n[ 0.857887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859516] EDD information not available.\n[ 0.915901] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932680] Write protecting the kernel read-only data: 14336k\n[ 0.935737] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.104260] 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.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUx2f7OIe9rxfxddSJ3uzUjwh1JyWEI7V7KSeflzjCHb6MxrH+Z/aaYJ0F5R3YTwvmW13V8kX0TqoHRU5zDSnz7s3Ie/Ga8k22Qwmw/ClCpwy/G5CShhZmptlDHjM7Qzo03I19LmZnhDRDDl71veSS3xeUvDtslZcOMgGY3b96YUqNEqBaSDU6LeqKSknMLUiJJAUNkZbDomqLD0kGHlduLKBw2EeKdKhTlzAQ+4PPufd20ghi3aKfvHexjpuvmn8Avp0FJw3hbe1WYvHDbMwKUcJ+jrpkcLLtJTl22RQZ0/HTUmcgY4knWM4egK6x/c8MWgzLZFOrAH4P5A484/dT root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO15DKy6+BZLYXQh8txEYFFbFcRWjOINrEQ5QhPUnwFbA+0uh9YI/H0IEuaketp80sc16L9mFii7PyqoiDA6zD9vmz0AkiQUElxrwi8Ai7lUsmCNRKY9kDVZk9Jd1fztZkRSc0UHSHIiDK7kDs95q+68kIoPb3df1KoRSMWV0OupAAAAFQCCqRKQx6sdZgPM3sdWDCYe5QiIUwAAAIEA52h4xtBLq+uM55BwL8mwOvHtPgfm0QYu7yg7Wmm22j8waQXHTa0/o/+ALpa4XoWKB91EWgX04atuqEXWDw7kO40vLWE+To9BFzHF7gIE9yk2orj090R7FrbWjCnk5ayOA9VeqdoUunxjHvTgF8y7PmDnBO/CDb9yKq6FHU6JLxkAAACAG/YhGkfblsmKLQOgzdgzF2LAO7p4cBoR+XOzrYhRKHHxi46Ea5iBT48aaTOiZDFHG1SZJ1+eMllA6un0XXPc1R93r93CP7uet6f0+pOKa4zEVnGMEgoKbuSA4/xV/h3t/sWPC/HwE5z2Tg3xkTuAEym/uPrNBsVi6vFujk4UeKI= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.6,24,fe80::f816:3eff:feaf:6f7d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.6 \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-00000092\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:AF:6F:7D \n inet addr:10.10.11.6 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:6f7d/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-21 07:54:40,446 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-299c7896-ae78-47ca-b582-f31f35bced5b 2018-08-21 07:54:42,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:42,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4cb8a85-7ec5-4a0c-b24b-997bb25a0ba4 x-compute-request-id: req-d4cb8a85-7ec5-4a0c-b24b-997bb25a0ba4 Content-Encoding: gzip Content-Length: 10105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588862482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199483] pid_max: default: 32768 minimum: 301\n[ 0.200801] ACPI: Core revision 20150930\n[ 0.202589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204485] Security Framework initialized\n[ 0.205650] Yama: becoming mindful.\n[ 0.206711] AppArmor: AppArmor initialized\n[ 0.207931] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209798] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213311] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215278] Initializing cgroup subsys io\n[ 0.216471] Initializing cgroup subsys memory\n[ 0.217706] Initializing cgroup subsys devices\n[ 0.218958] Initializing cgroup subsys freezer\n[ 0.220201] Initializing cgroup subsys net_cls\n[ 0.221451] Initializing cgroup subsys perf_event\n[ 0.222757] Initializing cgroup subsys net_prio\n[ 0.224038] Initializing cgroup subsys hugetlb\n[ 0.225278] Initializing cgroup subsys pids\n[ 0.226522] CPU: Physical Processor ID: 0\n[ 0.228395] mce: CPU supports 10 MCE banks\n[ 0.229615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255207] ftrace: allocating 31920 entries in 125 pages\n[ 0.281035] smpboot: Max logical packages: 1\n[ 0.282264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284286] x2apic enabled\n[ 0.285496] Switched APIC routing to physical x2apic.\n[ 0.288095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295301] KVM setup paravirtual spinlock\n[ 0.296948] x86: Booted up 1 node, 1 CPUs\n[ 0.298111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300079] devtmpfs: initialized\n[ 0.302111] evm: security.selinux\n[ 0.303140] evm: security.SMACK64\n[ 0.304151] evm: security.SMACK64EXEC\n[ 0.305210] evm: security.SMACK64TRANSMUTE\n[ 0.306360] evm: security.SMACK64MMAP\n[ 0.307445] evm: security.ima\n[ 0.308351] evm: security.capability\n[ 0.309488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312110] pinctrl core: initialized pinctrl subsystem\n[ 0.313670] RTC time: 7:53:55, date: 08/21/18\n[ 0.315023] NET: Registered protocol family 16\n[ 0.316415] cpuidle: using governor ladder\n[ 0.317594] cpuidle: using governor menu\n[ 0.318726] PCCT header not found.\n[ 0.319794] ACPI: bus type PCI registered\n[ 0.320965] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322739] PCI: Using configuration type 1 for base access\n[ 0.324983] ACPI: Added _OSI(Module Device)\n[ 0.326190] ACPI: Added _OSI(Processor Device)\n[ 0.327438] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328729] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331047] ACPI: Interpreter enabled\n[ 0.332199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343047] ACPI: (supports S0 S5)\n[ 0.344075] ACPI: Using IOAPIC for interrupt routing\n[ 0.345449] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354536] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357655] acpiphp: Slot [3] registered\n[ 0.358811] acpiphp: Slot [4] registered\n[ 0.359967] acpiphp: Slot [5] registered\n[ 0.361129] acpiphp: Slot [6] registered\n[ 0.362283] acpiphp: Slot [7] registered\n[ 0.363435] acpiphp: Slot [8] registered\n[ 0.364586] acpiphp: Slot [9] registered\n[ 0.365741] acpiphp: Slot [10] registered\n[ 0.366911] acpiphp: Slot [11] registered\n[ 0.368074] acpiphp: Slot [12] registered\n[ 0.369236] acpiphp: Slot [13] registered\n[ 0.370407] acpiphp: Slot [14] registered\n[ 0.371579] acpiphp: Slot [15] registered\n[ 0.387158] acpiphp: Slot [16] registered\n[ 0.388352] acpiphp: Slot [17] registered\n[ 0.389523] acpiphp: Slot [18] registered\n[ 0.390688] acpiphp: Slot [19] registered\n[ 0.391865] acpiphp: Slot [20] registered\n[ 0.393029] acpiphp: Slot [21] registered\n[ 0.394191] acpiphp: Slot [22] registered\n[ 0.395354] acpiphp: Slot [23] registered\n[ 0.396534] acpiphp: Slot [24] registered\n[ 0.397702] acpiphp: Slot [25] registered\n[ 0.398869] acpiphp: Slot [26] registered\n[ 0.400031] acpiphp: Slot [27] registered\n[ 0.401186] acpiphp: Slot [28] registered\n[ 0.402341] acpiphp: Slot [29] registered\n[ 0.403492] acpiphp: Slot [30] registered\n[ 0.404668] acpiphp: Slot [31] registered\n[ 0.405828] PCI host bridge to bus 0000:00\n[ 0.406993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410452] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414633] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420957] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422798] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424474] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426293] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430606] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464310] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470031] vgaarb: loaded\n[ 0.470917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475502] SCSI subsystem initialized\n[ 0.476952] ACPI: bus type USB registered\n[ 0.478167] usbcore: registered new interface driver usbfs\n[ 0.479684] usbcore: registered new interface driver hub\n[ 0.481160] usbcore: registered new device driver usb\n[ 0.482828] PCI: Using ACPI for IRQ routing\n[ 0.484682] NetLabel: Initializing\n[ 0.485729] NetLabel: domain hash size = 128\n[ 0.486969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488376] NetLabel: unlabeled traffic allowed by default\n[ 0.490192] clocksource: Switched to clocksource kvm-clock\n[ 0.500551] AppArmor: AppArmor Filesystem Enabled\n[ 0.501948] pnp: PnP ACPI init\n[ 0.503407] pnp: PnP ACPI: found 5 devices\n[ 0.510439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512956] NET: Registered protocol family 2\n[ 0.514526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516420] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518185] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519973] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523285] NET: Registered protocol family 1\n[ 0.524589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526198] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527774] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557709] Trying to unpack rootfs image as initramfs...\n[ 0.620544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622971] Scanning for low memory corruption every 60 seconds\n[ 0.624903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626623] audit: initializing netlink subsys (disabled)\n[ 0.628129] audit: type=2000 audit(1534838036.100:1): initialized\n[ 0.630053] Initialise system trusted keyring\n[ 0.631486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633176] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635963] zbud: loaded\n[ 0.636992] VFS: Disk quotas dquot_6.6.0\n[ 0.638198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640445] fuse init (API version 7.23)\n[ 0.641748] Key type big_key registered\n[ 0.642940] Allocating IMA MOK and blacklist keyrings.\n[ 0.644704] Key type asymmetric registered\n[ 0.645909] Asymmetric key parser 'x509' registered\n[ 0.647311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649515] io scheduler noop registered\n[ 0.650688] io scheduler deadline registered (default)\n[ 0.652148] io scheduler cfq registered\n[ 0.653393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658920] ACPI: Power Button [PWRF]\n[ 0.660178] GHES: HEST is not enabled!\n[ 0.674253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703638] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733862] Linux agpgart interface v0.103\n[ 0.737412] brd: module loaded\n[ 0.739733] loop: module loaded\n[ 0.744193] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746366] GPT:90111 != 2097151\n[ 0.747392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749041] GPT:90111 != 2097151\n[ 0.750068] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751495] vda: vda1 vda15\n[ 0.753182] scsi host0: ata_piix\n[ 0.754315] scsi host1: ata_piix\n[ 0.755359] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759437] libphy: Fixed MDIO Bus: probed\n[ 0.760652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762051] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764809] PPP generic driver version 2.4.2\n[ 0.766144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767897] ehci-pci: EHCI PCI platform driver\n[ 0.769200] ehci-platform: EHCI generic platform driver\n[ 0.770680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772340] ohci-pci: OHCI PCI platform driver\n[ 0.773629] ohci-platform: OHCI generic platform driver\n[ 0.775086] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789854] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794959] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800583] usb usb1: Product: UHCI Host Controller\n[ 0.801948] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803612] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805022] hub 1-0:1.0: USB hub found\n[ 0.806160] hub 1-0:1.0: 2 ports detected\n[ 0.807496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810548] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813434] mousedev: PS/2 mouse device common for all mice\n[ 0.815281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821282] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823005] i2c /dev entries driver\n[ 0.824118] device-mapper: uevent: version 1.0.3\n[ 0.825523] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827929] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829852] NET: Registered protocol family 10\n[ 0.831463] NET: Registered protocol family 17\n[ 0.832778] Key type dns_resolver registered\n[ 0.834158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838384] registered taskstats version 1\n[ 0.839625] Loading compiled-in X.509 certificates\n[ 0.841547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844241] zswap: loaded using pool lzo/zbud\n[ 0.846406] Key type trusted registered\n[ 0.848683] Key type encrypted registered\n[ 0.849880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852959] evm: HMAC attrs: 0x1\n[ 0.854327] Magic number: 14:669:875\n[ 0.855563] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:56 UTC (1534838036)\n[ 0.857887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859516] EDD information not available.\n[ 0.915901] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932680] Write protecting the kernel read-only data: 14336k\n[ 0.935737] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.104260] 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.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUx2f7OIe9rxfxddSJ3uzUjwh1JyWEI7V7KSeflzjCHb6MxrH+Z/aaYJ0F5R3YTwvmW13V8kX0TqoHRU5zDSnz7s3Ie/Ga8k22Qwmw/ClCpwy/G5CShhZmptlDHjM7Qzo03I19LmZnhDRDDl71veSS3xeUvDtslZcOMgGY3b96YUqNEqBaSDU6LeqKSknMLUiJJAUNkZbDomqLD0kGHlduLKBw2EeKdKhTlzAQ+4PPufd20ghi3aKfvHexjpuvmn8Avp0FJw3hbe1WYvHDbMwKUcJ+jrpkcLLtJTl22RQZ0/HTUmcgY4knWM4egK6x/c8MWgzLZFOrAH4P5A484/dT root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO15DKy6+BZLYXQh8txEYFFbFcRWjOINrEQ5QhPUnwFbA+0uh9YI/H0IEuaketp80sc16L9mFii7PyqoiDA6zD9vmz0AkiQUElxrwi8Ai7lUsmCNRKY9kDVZk9Jd1fztZkRSc0UHSHIiDK7kDs95q+68kIoPb3df1KoRSMWV0OupAAAAFQCCqRKQx6sdZgPM3sdWDCYe5QiIUwAAAIEA52h4xtBLq+uM55BwL8mwOvHtPgfm0QYu7yg7Wmm22j8waQXHTa0/o/+ALpa4XoWKB91EWgX04atuqEXWDw7kO40vLWE+To9BFzHF7gIE9yk2orj090R7FrbWjCnk5ayOA9VeqdoUunxjHvTgF8y7PmDnBO/CDb9yKq6FHU6JLxkAAACAG/YhGkfblsmKLQOgzdgzF2LAO7p4cBoR+XOzrYhRKHHxi46Ea5iBT48aaTOiZDFHG1SZJ1+eMllA6un0XXPc1R93r93CP7uet6f0+pOKa4zEVnGMEgoKbuSA4/xV/h3t/sWPC/HwE5z2Tg3xkTuAEym/uPrNBsVi6vFujk4UeKI= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.6,24,fe80::f816:3eff:feaf:6f7d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.6 \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-00000092\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:AF:6F:7D \n inet addr:10.10.11.6 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:6f7d/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-21 07:54:42,533 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-d4cb8a85-7ec5-4a0c-b24b-997bb25a0ba4 2018-08-21 07:54:44,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a76de54437bc667243fc479da738a37324d5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:44,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3096d362-c936-4cba-89b1-bc687e5102d5 x-compute-request-id: req-3096d362-c936-4cba-89b1-bc687e5102d5 Content-Encoding: gzip Content-Length: 10976 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588862482 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199483] pid_max: default: 32768 minimum: 301\n[ 0.200801] ACPI: Core revision 20150930\n[ 0.202589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204485] Security Framework initialized\n[ 0.205650] Yama: becoming mindful.\n[ 0.206711] AppArmor: AppArmor initialized\n[ 0.207931] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209798] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211589] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213311] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215278] Initializing cgroup subsys io\n[ 0.216471] Initializing cgroup subsys memory\n[ 0.217706] Initializing cgroup subsys devices\n[ 0.218958] Initializing cgroup subsys freezer\n[ 0.220201] Initializing cgroup subsys net_cls\n[ 0.221451] Initializing cgroup subsys perf_event\n[ 0.222757] Initializing cgroup subsys net_prio\n[ 0.224038] Initializing cgroup subsys hugetlb\n[ 0.225278] Initializing cgroup subsys pids\n[ 0.226522] CPU: Physical Processor ID: 0\n[ 0.228395] mce: CPU supports 10 MCE banks\n[ 0.229615] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231044] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248395] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255207] ftrace: allocating 31920 entries in 125 pages\n[ 0.281035] smpboot: Max logical packages: 1\n[ 0.282264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284286] x2apic enabled\n[ 0.285496] Switched APIC routing to physical x2apic.\n[ 0.288095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289743] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292680] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295301] KVM setup paravirtual spinlock\n[ 0.296948] x86: Booted up 1 node, 1 CPUs\n[ 0.298111] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300079] devtmpfs: initialized\n[ 0.302111] evm: security.selinux\n[ 0.303140] evm: security.SMACK64\n[ 0.304151] evm: security.SMACK64EXEC\n[ 0.305210] evm: security.SMACK64TRANSMUTE\n[ 0.306360] evm: security.SMACK64MMAP\n[ 0.307445] evm: security.ima\n[ 0.308351] evm: security.capability\n[ 0.309488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312110] pinctrl core: initialized pinctrl subsystem\n[ 0.313670] RTC time: 7:53:55, date: 08/21/18\n[ 0.315023] NET: Registered protocol family 16\n[ 0.316415] cpuidle: using governor ladder\n[ 0.317594] cpuidle: using governor menu\n[ 0.318726] PCCT header not found.\n[ 0.319794] ACPI: bus type PCI registered\n[ 0.320965] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322739] PCI: Using configuration type 1 for base access\n[ 0.324983] ACPI: Added _OSI(Module Device)\n[ 0.326190] ACPI: Added _OSI(Processor Device)\n[ 0.327438] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328729] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331047] ACPI: Interpreter enabled\n[ 0.332199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.334940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343047] ACPI: (supports S0 S5)\n[ 0.344075] ACPI: Using IOAPIC for interrupt routing\n[ 0.345449] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354536] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357655] acpiphp: Slot [3] registered\n[ 0.358811] acpiphp: Slot [4] registered\n[ 0.359967] acpiphp: Slot [5] registered\n[ 0.361129] acpiphp: Slot [6] registered\n[ 0.362283] acpiphp: Slot [7] registered\n[ 0.363435] acpiphp: Slot [8] registered\n[ 0.364586] acpiphp: Slot [9] registered\n[ 0.365741] acpiphp: Slot [10] registered\n[ 0.366911] acpiphp: Slot [11] registered\n[ 0.368074] acpiphp: Slot [12] registered\n[ 0.369236] acpiphp: Slot [13] registered\n[ 0.370407] acpiphp: Slot [14] registered\n[ 0.371579] acpiphp: Slot [15] registered\n[ 0.387158] acpiphp: Slot [16] registered\n[ 0.388352] acpiphp: Slot [17] registered\n[ 0.389523] acpiphp: Slot [18] registered\n[ 0.390688] acpiphp: Slot [19] registered\n[ 0.391865] acpiphp: Slot [20] registered\n[ 0.393029] acpiphp: Slot [21] registered\n[ 0.394191] acpiphp: Slot [22] registered\n[ 0.395354] acpiphp: Slot [23] registered\n[ 0.396534] acpiphp: Slot [24] registered\n[ 0.397702] acpiphp: Slot [25] registered\n[ 0.398869] acpiphp: Slot [26] registered\n[ 0.400031] acpiphp: Slot [27] registered\n[ 0.401186] acpiphp: Slot [28] registered\n[ 0.402341] acpiphp: Slot [29] registered\n[ 0.403492] acpiphp: Slot [30] registered\n[ 0.404668] acpiphp: Slot [31] registered\n[ 0.405828] PCI host bridge to bus 0000:00\n[ 0.406993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410452] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412534] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414633] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420957] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422798] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424474] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426293] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430606] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458338] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464310] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466212] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467758] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470031] vgaarb: loaded\n[ 0.470917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475502] SCSI subsystem initialized\n[ 0.476952] ACPI: bus type USB registered\n[ 0.478167] usbcore: registered new interface driver usbfs\n[ 0.479684] usbcore: registered new interface driver hub\n[ 0.481160] usbcore: registered new device driver usb\n[ 0.482828] PCI: Using ACPI for IRQ routing\n[ 0.484682] NetLabel: Initializing\n[ 0.485729] NetLabel: domain hash size = 128\n[ 0.486969] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.488376] NetLabel: unlabeled traffic allowed by default\n[ 0.490192] clocksource: Switched to clocksource kvm-clock\n[ 0.500551] AppArmor: AppArmor Filesystem Enabled\n[ 0.501948] pnp: PnP ACPI init\n[ 0.503407] pnp: PnP ACPI: found 5 devices\n[ 0.510439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512956] NET: Registered protocol family 2\n[ 0.514526] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516420] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518185] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.519973] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521560] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523285] NET: Registered protocol family 1\n[ 0.524589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526198] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.527774] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.542481] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557709] Trying to unpack rootfs image as initramfs...\n[ 0.620544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622971] Scanning for low memory corruption every 60 seconds\n[ 0.624903] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.626623] audit: initializing netlink subsys (disabled)\n[ 0.628129] audit: type=2000 audit(1534838036.100:1): initialized\n[ 0.630053] Initialise system trusted keyring\n[ 0.631486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.633176] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.635963] zbud: loaded\n[ 0.636992] VFS: Disk quotas dquot_6.6.0\n[ 0.638198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.640445] fuse init (API version 7.23)\n[ 0.641748] Key type big_key registered\n[ 0.642940] Allocating IMA MOK and blacklist keyrings.\n[ 0.644704] Key type asymmetric registered\n[ 0.645909] Asymmetric key parser 'x509' registered\n[ 0.647311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.649515] io scheduler noop registered\n[ 0.650688] io scheduler deadline registered (default)\n[ 0.652148] io scheduler cfq registered\n[ 0.653393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654927] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658920] ACPI: Power Button [PWRF]\n[ 0.660178] GHES: HEST is not enabled!\n[ 0.674253] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.703638] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.706754] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730648] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733862] Linux agpgart interface v0.103\n[ 0.737412] brd: module loaded\n[ 0.739733] loop: module loaded\n[ 0.744193] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746366] GPT:90111 != 2097151\n[ 0.747392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749041] GPT:90111 != 2097151\n[ 0.750068] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751495] vda: vda1 vda15\n[ 0.753182] scsi host0: ata_piix\n[ 0.754315] scsi host1: ata_piix\n[ 0.755359] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757117] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759437] libphy: Fixed MDIO Bus: probed\n[ 0.760652] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762051] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764809] PPP generic driver version 2.4.2\n[ 0.766144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767897] ehci-pci: EHCI PCI platform driver\n[ 0.769200] ehci-platform: EHCI generic platform driver\n[ 0.770680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772340] ohci-pci: OHCI PCI platform driver\n[ 0.773629] ohci-platform: OHCI generic platform driver\n[ 0.775086] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789854] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.791328] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794959] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796642] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.798482] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.800583] usb usb1: Product: UHCI Host Controller\n[ 0.801948] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.803612] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.805022] hub 1-0:1.0: USB hub found\n[ 0.806160] hub 1-0:1.0: 2 ports detected\n[ 0.807496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.810548] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811944] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.813434] mousedev: PS/2 mouse device common for all mice\n[ 0.815281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819539] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821282] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.823005] i2c /dev entries driver\n[ 0.824118] device-mapper: uevent: version 1.0.3\n[ 0.825523] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827929] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.829852] NET: Registered protocol family 10\n[ 0.831463] NET: Registered protocol family 17\n[ 0.832778] Key type dns_resolver registered\n[ 0.834158] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.835780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.838384] registered taskstats version 1\n[ 0.839625] Loading compiled-in X.509 certificates\n[ 0.841547] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.844241] zswap: loaded using pool lzo/zbud\n[ 0.846406] Key type trusted registered\n[ 0.848683] Key type encrypted registered\n[ 0.849880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.851435] ima: No TPM chip found, activating TPM-bypass!\n[ 0.852959] evm: HMAC attrs: 0x1\n[ 0.854327] Magic number: 14:669:875\n[ 0.855563] rtc_cmos 00:00: setting system clock to 2018-08-21 07:53:56 UTC (1534838036)\n[ 0.857887] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.859516] EDD information not available.\n[ 0.915901] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.932680] Write protecting the kernel read-only data: 14336k\n[ 0.935737] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.104260] 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.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000092\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUx2f7OIe9rxfxddSJ3uzUjwh1JyWEI7V7KSeflzjCHb6MxrH+Z/aaYJ0F5R3YTwvmW13V8kX0TqoHRU5zDSnz7s3Ie/Ga8k22Qwmw/ClCpwy/G5CShhZmptlDHjM7Qzo03I19LmZnhDRDDl71veSS3xeUvDtslZcOMgGY3b96YUqNEqBaSDU6LeqKSknMLUiJJAUNkZbDomqLD0kGHlduLKBw2EeKdKhTlzAQ+4PPufd20ghi3aKfvHexjpuvmn8Avp0FJw3hbe1WYvHDbMwKUcJ+jrpkcLLtJTl22RQZ0/HTUmcgY4knWM4egK6x/c8MWgzLZFOrAH4P5A484/dT root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAO15DKy6+BZLYXQh8txEYFFbFcRWjOINrEQ5QhPUnwFbA+0uh9YI/H0IEuaketp80sc16L9mFii7PyqoiDA6zD9vmz0AkiQUElxrwi8Ai7lUsmCNRKY9kDVZk9Jd1fztZkRSc0UHSHIiDK7kDs95q+68kIoPb3df1KoRSMWV0OupAAAAFQCCqRKQx6sdZgPM3sdWDCYe5QiIUwAAAIEA52h4xtBLq+uM55BwL8mwOvHtPgfm0QYu7yg7Wmm22j8waQXHTa0/o/+ALpa4XoWKB91EWgX04atuqEXWDw7kO40vLWE+To9BFzHF7gIE9yk2orj090R7FrbWjCnk5ayOA9VeqdoUunxjHvTgF8y7PmDnBO/CDb9yKq6FHU6JLxkAAACAG/YhGkfblsmKLQOgzdgzF2LAO7p4cBoR+XOzrYhRKHHxi46Ea5iBT48aaTOiZDFHG1SZJ1+eMllA6un0XXPc1R93r93CP7uet6f0+pOKa4zEVnGMEgoKbuSA4/xV/h3t/sWPC/HwE5z2Tg3xkTuAEym/uPrNBsVi6vFujk4UeKI= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.24s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.6,24,fe80::f816:3eff:feaf:6f7d/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.6 \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-00000092\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:AF:6F:7D \n inet addr:10.10.11.6 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feaf:6f7d/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[ 1.118233] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.278749] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.278751] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.278752] usb 1-1: Product: QEMU USB Tablet\n[ 1.278753] usb 1-1: Manufacturer: QEMU\n[ 1.278754] usb 1-1: SerialNumber: 42\n[ 1.622282] tsc: Refined TSC clocksource calibration: 3491.848 MHz\n[ 1.622285] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553c70f8c, max_idle_ns: 440795371143 ns\n[ 2.598889] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.634123] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 08:53:56 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 08:53:56 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 08:53: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 21 08:53:56 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 08:53:56 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 08:53:56 cirros kern.notice kernel: [ 1.104260] random: dd urandom read with 4 bits of entropy available\nAug 21 08:53:56 cirros kern.info kernel: [ 1.118233] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 08:53:56 cirros kern.info kernel: [ 1.278749] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 08:53:56 cirros kern.info kernel: [ 1.278751] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 08:53:56 cirros kern.info kernel: [ 1.278752] usb 1-1: Product: QEMU USB Tablet\nAug 21 08:53:56 cirros kern.info kernel: [ 1.278753] usb 1-1: Manufacturer: QEMU\nAug 21 08:53:56 cirros kern.info kernel: [ 1.278754] usb 1-1: SerialNumber: 42\nAug 21 08:53:57 cirros kern.info kernel: [ 1.622282] tsc: Refined TSC clocksource calibration: 3491.848 MHz\nAug 21 08:53:57 cirros kern.info kernel: [ 1.622285] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553c70f8c, max_idle_ns: 440795371143 ns\nAug 21 08:53:57 cirros auth.notice su: + /dev/console root:cirros\nAug 21 08:53:58 cirros authpriv.info dropbear[340]: Running in background\nAug 21 08:53:58 cirros kern.info kernel: [ 2.598889] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 08:53:58 cirros kern.info kernel: [ 2.634123] 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-21 07:54:44,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-3096d362-c936-4cba-89b1-bc687e5102d5 2018-08-21 07:54:46,658 - sdnvpn_test_utils - INFO - Waiting for instance 6a23b3cf-014f-4eef-8c13-2019b24c03b9 to boot up 2018-08-21 07:54:46,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:46,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-426c457c-3415-4509-a0af-b9aebb3d1e20 x-compute-request-id: req-426c457c-3415-4509-a0af-b9aebb3d1e20 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:46,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-426c457c-3415-4509-a0af-b9aebb3d1e20 2018-08-21 07:54:48,756 - sdnvpn_test_utils - INFO - Waiting for instance fd8a54e8-dd60-4afb-b098-15897320fcc4 to boot up 2018-08-21 07:54:48,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98738dd47708ad155222db756d66700a81cbfe97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:48,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-c5a6472b-579a-42a8-bca5-1636e8f01b17 x-compute-request-id: req-c5a6472b-579a-42a8-bca5-1636e8f01b17 Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522705915 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202036] pid_max: default: 32768 minimum: 301\n[ 0.203317] ACPI: Core revision 20150930\n[ 0.205059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206944] Security Framework initialized\n[ 0.208098] Yama: becoming mindful.\n[ 0.209148] AppArmor: AppArmor initialized\n[ 0.210363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212207] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.217629] Initializing cgroup subsys io\n[ 0.218804] Initializing cgroup subsys memory\n[ 0.220026] Initializing cgroup subsys devices\n[ 0.221258] Initializing cgroup subsys freezer\n[ 0.222506] Initializing cgroup subsys net_cls\n[ 0.223746] Initializing cgroup subsys perf_event\n[ 0.225036] Initializing cgroup subsys net_prio\n[ 0.226290] Initializing cgroup subsys hugetlb\n[ 0.227524] Initializing cgroup subsys pids\n[ 0.228757] CPU: Physical Processor ID: 0\n[ 0.230615] mce: CPU supports 10 MCE banks\n[ 0.231808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233218] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255612] ftrace: allocating 31920 entries in 125 pages\n[ 0.281835] smpboot: Max logical packages: 1\n[ 0.283087] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.285077] x2apic enabled\n[ 0.286275] Switched APIC routing to physical x2apic.\n[ 0.288844] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290440] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293251] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295820] KVM setup paravirtual spinlock\n[ 0.297548] x86: Booted up 1 node, 1 CPUs\n[ 0.298738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300710] devtmpfs: initialized\n[ 0.302747] evm: security.selinux\n[ 0.303746] evm: security.SMACK64\n[ 0.304735] evm: security.SMACK64EXEC\n[ 0.305808] evm: security.SMACK64TRANSMUTE\n[ 0.306958] evm: security.SMACK64MMAP\n[ 0.308013] evm: security.ima\n[ 0.308930] evm: security.capability\n[ 0.310048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312668] pinctrl core: initialized pinctrl subsystem\n[ 0.314201] RTC time: 7:54:08, date: 08/21/18\n[ 0.315543] NET: Registered protocol family 16\n[ 0.316925] cpuidle: using governor ladder\n[ 0.318092] cpuidle: using governor menu\n[ 0.319212] PCCT header not found.\n[ 0.320273] ACPI: bus type PCI registered\n[ 0.321415] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.323182] PCI: Using configuration type 1 for base access\n[ 0.325398] ACPI: Added _OSI(Module Device)\n[ 0.326613] ACPI: Added _OSI(Processor Device)\n[ 0.327847] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329139] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331402] ACPI: Interpreter enabled\n[ 0.332482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343142] ACPI: (supports S0 S5)\n[ 0.344175] ACPI: Using IOAPIC for interrupt routing\n[ 0.345576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351156] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352921] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354610] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357696] acpiphp: Slot [3] registered\n[ 0.358845] acpiphp: Slot [4] registered\n[ 0.359978] acpiphp: Slot [5] registered\n[ 0.361110] acpiphp: Slot [6] registered\n[ 0.362245] acpiphp: Slot [7] registered\n[ 0.363380] acpiphp: Slot [8] registered\n[ 0.364528] acpiphp: Slot [9] registered\n[ 0.365663] acpiphp: Slot [10] registered\n[ 0.366821] acpiphp: Slot [11] registered\n[ 0.367990] acpiphp: Slot [12] registered\n[ 0.369146] acpiphp: Slot [13] registered\n[ 0.370292] acpiphp: Slot [14] registered\n[ 0.371447] acpiphp: Slot [15] registered\n[ 0.387242] acpiphp: Slot [16] registered\n[ 0.388526] acpiphp: Slot [17] registered\n[ 0.389709] acpiphp: Slot [18] registered\n[ 0.390895] acpiphp: Slot [19] registered\n[ 0.392073] acpiphp: Slot [20] registered\n[ 0.393265] acpiphp: Slot [21] registered\n[ 0.394416] acpiphp: Slot [22] registered\n[ 0.395573] acpiphp: Slot [23] registered\n[ 0.396731] acpiphp: Slot [24] registered\n[ 0.397895] acpiphp: Slot [25] registered\n[ 0.399041] acpiphp: Slot [26] registered\n[ 0.400184] acpiphp: Slot [27] registered\n[ 0.401342] acpiphp: Slot [28] registered\n[ 0.402508] acpiphp: Slot [29] registered\n[ 0.403660] acpiphp: Slot [30] registered\n[ 0.404825] acpiphp: Slot [31] registered\n[ 0.405977] PCI host bridge to bus 0000:00\n[ 0.407128] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408856] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410572] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412651] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414720] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421132] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423031] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424693] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426470] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.433060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.455748] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.457806] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.459793] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462108] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464289] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.466037] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.467887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.469365] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.471555] vgaarb: loaded\n[ 0.472411] vgaarb: bridge control possible 0000:00:02.0\n[ 0.474136] SCSI subsystem initialized\n[ 0.475426] ACPI: bus type USB registered\n[ 0.476593] usbcore: registered new interface driver usbfs\n[ 0.478042] usbcore: registered new interface driver hub\n[ 0.479448] usbcore: registered new device driver usb\n[ 0.480990] PCI: Using ACPI for IRQ routing\n[ 0.482548] NetLabel: Initializing\n[ 0.483554] NetLabel: domain hash size = 128\n[ 0.484754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.486103] NetLabel: unlabeled traffic allowed by default\n[ 0.487732] clocksource: Switched to clocksource kvm-clock\n[ 0.498133] AppArmor: AppArmor Filesystem Enabled\n[ 0.499475] pnp: PnP ACPI init\n[ 0.500744] pnp: PnP ACPI: found 5 devices\n[ 0.507637] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.510073] NET: Registered protocol family 2\n[ 0.511537] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.513358] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516770] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518294] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519970] NET: Registered protocol family 1\n[ 0.521204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522754] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.538838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553482] Trying to unpack rootfs image as initramfs...\n[ 0.615878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622975] Scanning for low memory corruption every 60 seconds\n[ 0.626226] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627951] audit: initializing netlink subsys (disabled)\n[ 0.629595] audit: type=2000 audit(1534838048.832:1): initialized\n[ 0.631915] Initialise system trusted keyring\n[ 0.633527] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.635186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.638113] zbud: loaded\n[ 0.639217] VFS: Disk quotas dquot_6.6.0\n[ 0.640422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.642817] fuse init (API version 7.23)\n[ 0.644170] Key type big_key registered\n[ 0.645335] Allocating IMA MOK and blacklist keyrings.\n[ 0.647129] Key type asymmetric registered\n[ 0.648334] Asymmetric key parser 'x509' registered\n[ 0.649726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651938] io scheduler noop registered\n[ 0.653078] io scheduler deadline registered (default)\n[ 0.654519] io scheduler cfq registered\n[ 0.655863] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.657352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.659278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661378] ACPI: Power Button [PWRF]\n[ 0.662791] GHES: HEST is not enabled!\n[ 0.677186] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.706891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.735902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.739205] Linux agpgart interface v0.103\n[ 0.743260] brd: module loaded\n[ 0.745677] loop: module loaded\n[ 0.750844] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.752939] GPT:90111 != 2097151\n[ 0.753910] GPT:Alternate GPT header not at the end of the disk.\n[ 0.755454] GPT:90111 != 2097151\n[ 0.756421] GPT: Use GNU Parted to correct GPT errors.\n[ 0.757802] vda: vda1 vda15\n[ 0.759791] scsi host0: ata_piix\n[ 0.760896] scsi host1: ata_piix\n[ 0.761927] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.763643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.765750] libphy: Fixed MDIO Bus: probed\n[ 0.766933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.768280] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.771746] PPP generic driver version 2.4.2\n[ 0.773066] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.774748] ehci-pci: EHCI PCI platform driver\n[ 0.776062] ehci-platform: EHCI generic platform driver\n[ 0.777456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.779061] ohci-pci: OHCI PCI platform driver\n[ 0.780310] ohci-platform: OHCI generic platform driver\n[ 0.781733] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.796505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797997] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.800318] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.801867] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.803650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.805521] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.807714] usb usb1: Product: UHCI Host Controller\n[ 0.809137] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.810990] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.812511] hub 1-0:1.0: USB hub found\n[ 0.813709] hub 1-0:1.0: 2 ports detected\n[ 0.815135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.818293] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819759] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.821323] mousedev: PS/2 mouse device common for all mice\n[ 0.823199] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825969] rtc_cmos 00:00: RTC can wake from S4\n[ 0.827646] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.829437] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.831257] i2c /dev entries driver\n[ 0.832427] device-mapper: uevent: version 1.0.3\n[ 0.833874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.836350] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.838396] NET: Registered protocol family 10\n[ 0.840106] NET: Registered protocol family 17\n[ 0.841461] Key type dns_resolver registered\n[ 0.842901] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.844550] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.847237] registered taskstats version 1\n[ 0.848528] Loading compiled-in X.509 certificates\n[ 0.850510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.853329] zswap: loaded using pool lzo/zbud\n[ 0.855610] Key type trusted registered\n[ 0.857922] Key type encrypted registered\n[ 0.859182] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.860785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.862372] evm: HMAC attrs: 0x1\n[ 0.863798] Magic number: 14:222:926\n[ 0.865095] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:09 UTC (1534838049)\n[ 0.867520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.869180] EDD information not available.\n[ 0.920457] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.937229] ata1.00: configured for MWDMA2\n[ 0.939026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.942213] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.944088] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.945951] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.948905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.951257] Write protecting the kernel read-only data: 14336k\n[ 0.954375] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.957085] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.158106] 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.11.28...\nLease of 10.10.11.28 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.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\n"} 2018-08-21 07:54:48,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action used request id req-c5a6472b-579a-42a8-bca5-1636e8f01b17 2018-08-21 07:54:50,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:50,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-8e856b7f-d6a0-4ab3-ad4d-aa5bbf675d1b x-compute-request-id: req-8e856b7f-d6a0-4ab3-ad4d-aa5bbf675d1b 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:50,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-8e856b7f-d6a0-4ab3-ad4d-aa5bbf675d1b 2018-08-21 07:54:50,943 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.8) to 'sdnvpn-1-2' (10.10.10.4). -->Expected result: can ping. 2018-08-21 07:54:50,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:51,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-defd84fe-1291-4f54-b4fa-3ba23991b8cb x-compute-request-id: req-defd84fe-1291-4f54-b4fa-3ba23991b8cb 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:51,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-defd84fe-1291-4f54-b4fa-3ba23991b8cb 2018-08-21 07:54:51,015 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-08-21 07:54:51,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:51,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-e2ac605f-f7bd-4cea-9b98-15e51a2b0673 x-compute-request-id: req-e2ac605f-f7bd-4cea-9b98-15e51a2b0673 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:51,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-e2ac605f-f7bd-4cea-9b98-15e51a2b0673 2018-08-21 07:54:51,096 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.8) to 'sdnvpn-1-3' (10.10.10.13). -->Expected result: can ping. 2018-08-21 07:54:51,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:51,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-da0749af-73f7-4c08-b384-d41fb4bdafa0 x-compute-request-id: req-da0749af-73f7-4c08-b384-d41fb4bdafa0 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:51,167 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-da0749af-73f7-4c08-b384-d41fb4bdafa0 2018-08-21 07:54:51,167 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-08-21 07:54:51,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:51,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-c8cba554-8a8c-4922-b02b-a3e9502d005a x-compute-request-id: req-c8cba554-8a8c-4922-b02b-a3e9502d005a 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:51,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-c8cba554-8a8c-4922-b02b-a3e9502d005a 2018-08-21 07:54:51,237 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.8) to 'sdnvpn-1-4' (10.10.11.28). -->Expected result: cannot ping. 2018-08-21 07:54:51,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:51,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-9364ba0e-1e09-47b5-aad9-21ffb9dfe312 x-compute-request-id: req-9364ba0e-1e09-47b5-aad9-21ffb9dfe312 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:51,497 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-9364ba0e-1e09-47b5-aad9-21ffb9dfe312 2018-08-21 07:54:52,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:52,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-7c7ce11d-88ea-4b05-a248-f772013bde5d x-compute-request-id: req-7c7ce11d-88ea-4b05-a248-f772013bde5d 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:52,744 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-7c7ce11d-88ea-4b05-a248-f772013bde5d 2018-08-21 07:54:53,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:53,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-734cb050-cf72-48e2-8419-c6bf901459ac x-compute-request-id: req-734cb050-cf72-48e2-8419-c6bf901459ac 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:53,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-734cb050-cf72-48e2-8419-c6bf901459ac 2018-08-21 07:54:54,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:54,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-277ed8f7-4a4a-4143-a600-910b3cd96b5d x-compute-request-id: req-277ed8f7-4a4a-4143-a600-910b3cd96b5d 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:54,904 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-277ed8f7-4a4a-4143-a600-910b3cd96b5d 2018-08-21 07:54:55,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:55,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-05881f17-3f8e-43bc-88bf-192c9c52a86f x-compute-request-id: req-05881f17-3f8e-43bc-88bf-192c9c52a86f 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:55,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-05881f17-3f8e-43bc-88bf-192c9c52a86f 2018-08-21 07:54:56,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:57,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a83cd53f-9be9-4d55-bb34-6dbb4e066087 x-compute-request-id: req-a83cd53f-9be9-4d55-bb34-6dbb4e066087 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:57,044 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-a83cd53f-9be9-4d55-bb34-6dbb4e066087 2018-08-21 07:54:58,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:58,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:54: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-95637a76-b57a-429e-8d5a-64649cf78f46 x-compute-request-id: req-95637a76-b57a-429e-8d5a-64649cf78f46 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 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\n"} 2018-08-21 07:54:58,129 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-95637a76-b57a-429e-8d5a-64649cf78f46 2018-08-21 07:54:59,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:54:59,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-2b0ee5d8-640f-4a07-ab23-be40b59f89a0 x-compute-request-id: req-2b0ee5d8-640f-4a07-ab23-be40b59f89a0 Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 KO\n"} 2018-08-21 07:54:59,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-2b0ee5d8-640f-4a07-ab23-be40b59f89a0 2018-08-21 07:54:59,201 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-08-21 07:54:59,201 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-08-21 07:54:59,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"network_association": {"network_id": "800946de-1ac4-4916-9525-8c6499fddc04"}}' 2018-08-21 07:54:59,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4643ab51-1b2d-48e9-9440-f85c604a50a4 Date: Tue, 21 Aug 2018 07:54:59 GMT RESP BODY: {"network_association": {"network_id": "800946de-1ac4-4916-9525-8c6499fddc04", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "10470e26-f0b4-4645-908d-dadffaef413d"}} 2018-08-21 07:54:59,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23/network_associations used request id req-4643ab51-1b2d-48e9-9440-f85c604a50a4 2018-08-21 07:54:59,719 - sdnvpn_test_utils - DEBUG - Waiting for network 5340b767-a3bd-45e5-9a17-e5643d266c23 to associate with BGPVPN 66452d32-7126-41d6-b59a-5a8ad37dd7d2 2018-08-21 07:54:59,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:54:59,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-ad6e6862-60b4-45e2-96d4-b4e5dbeceee1 Date: Tue, 21 Aug 2018 07:54:59 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-188272", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["66452d32-7126-41d6-b59a-5a8ad37dd7d2", "800946de-1ac4-4916-9525-8c6499fddc04"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "5340b767-a3bd-45e5-9a17-e5643d266c23"}} 2018-08-21 07:54:59,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23 used request id req-ad6e6862-60b4-45e2-96d4-b4e5dbeceee1 2018-08-21 07:55:00,771 - sdnvpn_test_utils - DEBUG - Waiting for network 5340b767-a3bd-45e5-9a17-e5643d266c23 to associate with BGPVPN 800946de-1ac4-4916-9525-8c6499fddc04 2018-08-21 07:55:00,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:55:00,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-a630347f-c765-4527-bcdb-ac79b9a8e77f Date: Tue, 21 Aug 2018 07:55:00 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-188272", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["66452d32-7126-41d6-b59a-5a8ad37dd7d2", "800946de-1ac4-4916-9525-8c6499fddc04"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "5340b767-a3bd-45e5-9a17-e5643d266c23"}} 2018-08-21 07:55:00,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23 used request id req-a630347f-c765-4527-bcdb-ac79b9a8e77f 2018-08-21 07:55:01,837 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 07:55:31,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98738dd47708ad155222db756d66700a81cbfe97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:55:31,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-2c70f0ea-3f87-45d5-96ac-71334a997086 x-compute-request-id: req-2c70f0ea-3f87-45d5-96ac-71334a997086 Content-Encoding: gzip Content-Length: 8146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522705915 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202036] pid_max: default: 32768 minimum: 301\n[ 0.203317] ACPI: Core revision 20150930\n[ 0.205059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206944] Security Framework initialized\n[ 0.208098] Yama: becoming mindful.\n[ 0.209148] AppArmor: AppArmor initialized\n[ 0.210363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212207] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.217629] Initializing cgroup subsys io\n[ 0.218804] Initializing cgroup subsys memory\n[ 0.220026] Initializing cgroup subsys devices\n[ 0.221258] Initializing cgroup subsys freezer\n[ 0.222506] Initializing cgroup subsys net_cls\n[ 0.223746] Initializing cgroup subsys perf_event\n[ 0.225036] Initializing cgroup subsys net_prio\n[ 0.226290] Initializing cgroup subsys hugetlb\n[ 0.227524] Initializing cgroup subsys pids\n[ 0.228757] CPU: Physical Processor ID: 0\n[ 0.230615] mce: CPU supports 10 MCE banks\n[ 0.231808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233218] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255612] ftrace: allocating 31920 entries in 125 pages\n[ 0.281835] smpboot: Max logical packages: 1\n[ 0.283087] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.285077] x2apic enabled\n[ 0.286275] Switched APIC routing to physical x2apic.\n[ 0.288844] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290440] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293251] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295820] KVM setup paravirtual spinlock\n[ 0.297548] x86: Booted up 1 node, 1 CPUs\n[ 0.298738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300710] devtmpfs: initialized\n[ 0.302747] evm: security.selinux\n[ 0.303746] evm: security.SMACK64\n[ 0.304735] evm: security.SMACK64EXEC\n[ 0.305808] evm: security.SMACK64TRANSMUTE\n[ 0.306958] evm: security.SMACK64MMAP\n[ 0.308013] evm: security.ima\n[ 0.308930] evm: security.capability\n[ 0.310048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312668] pinctrl core: initialized pinctrl subsystem\n[ 0.314201] RTC time: 7:54:08, date: 08/21/18\n[ 0.315543] NET: Registered protocol family 16\n[ 0.316925] cpuidle: using governor ladder\n[ 0.318092] cpuidle: using governor menu\n[ 0.319212] PCCT header not found.\n[ 0.320273] ACPI: bus type PCI registered\n[ 0.321415] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.323182] PCI: Using configuration type 1 for base access\n[ 0.325398] ACPI: Added _OSI(Module Device)\n[ 0.326613] ACPI: Added _OSI(Processor Device)\n[ 0.327847] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329139] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331402] ACPI: Interpreter enabled\n[ 0.332482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343142] ACPI: (supports S0 S5)\n[ 0.344175] ACPI: Using IOAPIC for interrupt routing\n[ 0.345576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351156] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352921] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354610] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357696] acpiphp: Slot [3] registered\n[ 0.358845] acpiphp: Slot [4] registered\n[ 0.359978] acpiphp: Slot [5] registered\n[ 0.361110] acpiphp: Slot [6] registered\n[ 0.362245] acpiphp: Slot [7] registered\n[ 0.363380] acpiphp: Slot [8] registered\n[ 0.364528] acpiphp: Slot [9] registered\n[ 0.365663] acpiphp: Slot [10] registered\n[ 0.366821] acpiphp: Slot [11] registered\n[ 0.367990] acpiphp: Slot [12] registered\n[ 0.369146] acpiphp: Slot [13] registered\n[ 0.370292] acpiphp: Slot [14] registered\n[ 0.371447] acpiphp: Slot [15] registered\n[ 0.387242] acpiphp: Slot [16] registered\n[ 0.388526] acpiphp: Slot [17] registered\n[ 0.389709] acpiphp: Slot [18] registered\n[ 0.390895] acpiphp: Slot [19] registered\n[ 0.392073] acpiphp: Slot [20] registered\n[ 0.393265] acpiphp: Slot [21] registered\n[ 0.394416] acpiphp: Slot [22] registered\n[ 0.395573] acpiphp: Slot [23] registered\n[ 0.396731] acpiphp: Slot [24] registered\n[ 0.397895] acpiphp: Slot [25] registered\n[ 0.399041] acpiphp: Slot [26] registered\n[ 0.400184] acpiphp: Slot [27] registered\n[ 0.401342] acpiphp: Slot [28] registered\n[ 0.402508] acpiphp: Slot [29] registered\n[ 0.403660] acpiphp: Slot [30] registered\n[ 0.404825] acpiphp: Slot [31] registered\n[ 0.405977] PCI host bridge to bus 0000:00\n[ 0.407128] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408856] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410572] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412651] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414720] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421132] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423031] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424693] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426470] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.433060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.455748] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.457806] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.459793] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462108] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464289] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.466037] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.467887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.469365] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.471555] vgaarb: loaded\n[ 0.472411] vgaarb: bridge control possible 0000:00:02.0\n[ 0.474136] SCSI subsystem initialized\n[ 0.475426] ACPI: bus type USB registered\n[ 0.476593] usbcore: registered new interface driver usbfs\n[ 0.478042] usbcore: registered new interface driver hub\n[ 0.479448] usbcore: registered new device driver usb\n[ 0.480990] PCI: Using ACPI for IRQ routing\n[ 0.482548] NetLabel: Initializing\n[ 0.483554] NetLabel: domain hash size = 128\n[ 0.484754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.486103] NetLabel: unlabeled traffic allowed by default\n[ 0.487732] clocksource: Switched to clocksource kvm-clock\n[ 0.498133] AppArmor: AppArmor Filesystem Enabled\n[ 0.499475] pnp: PnP ACPI init\n[ 0.500744] pnp: PnP ACPI: found 5 devices\n[ 0.507637] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.510073] NET: Registered protocol family 2\n[ 0.511537] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.513358] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516770] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518294] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519970] NET: Registered protocol family 1\n[ 0.521204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522754] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.538838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553482] Trying to unpack rootfs image as initramfs...\n[ 0.615878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622975] Scanning for low memory corruption every 60 seconds\n[ 0.626226] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627951] audit: initializing netlink subsys (disabled)\n[ 0.629595] audit: type=2000 audit(1534838048.832:1): initialized\n[ 0.631915] Initialise system trusted keyring\n[ 0.633527] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.635186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.638113] zbud: loaded\n[ 0.639217] VFS: Disk quotas dquot_6.6.0\n[ 0.640422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.642817] fuse init (API version 7.23)\n[ 0.644170] Key type big_key registered\n[ 0.645335] Allocating IMA MOK and blacklist keyrings.\n[ 0.647129] Key type asymmetric registered\n[ 0.648334] Asymmetric key parser 'x509' registered\n[ 0.649726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651938] io scheduler noop registered\n[ 0.653078] io scheduler deadline registered (default)\n[ 0.654519] io scheduler cfq registered\n[ 0.655863] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.657352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.659278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661378] ACPI: Power Button [PWRF]\n[ 0.662791] GHES: HEST is not enabled!\n[ 0.677186] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.706891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.735902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.739205] Linux agpgart interface v0.103\n[ 0.743260] brd: module loaded\n[ 0.745677] loop: module loaded\n[ 0.750844] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.752939] GPT:90111 != 2097151\n[ 0.753910] GPT:Alternate GPT header not at the end of the disk.\n[ 0.755454] GPT:90111 != 2097151\n[ 0.756421] GPT: Use GNU Parted to correct GPT errors.\n[ 0.757802] vda: vda1 vda15\n[ 0.759791] scsi host0: ata_piix\n[ 0.760896] scsi host1: ata_piix\n[ 0.761927] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.763643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.765750] libphy: Fixed MDIO Bus: probed\n[ 0.766933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.768280] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.771746] PPP generic driver version 2.4.2\n[ 0.773066] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.774748] ehci-pci: EHCI PCI platform driver\n[ 0.776062] ehci-platform: EHCI generic platform driver\n[ 0.777456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.779061] ohci-pci: OHCI PCI platform driver\n[ 0.780310] ohci-platform: OHCI generic platform driver\n[ 0.781733] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.796505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797997] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.800318] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.801867] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.803650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.805521] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.807714] usb usb1: Product: UHCI Host Controller\n[ 0.809137] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.810990] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.812511] hub 1-0:1.0: USB hub found\n[ 0.813709] hub 1-0:1.0: 2 ports detected\n[ 0.815135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.818293] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819759] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.821323] mousedev: PS/2 mouse device common for all mice\n[ 0.823199] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825969] rtc_cmos 00:00: RTC can wake from S4\n[ 0.827646] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.829437] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.831257] i2c /dev entries driver\n[ 0.832427] device-mapper: uevent: version 1.0.3\n[ 0.833874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.836350] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.838396] NET: Registered protocol family 10\n[ 0.840106] NET: Registered protocol family 17\n[ 0.841461] Key type dns_resolver registered\n[ 0.842901] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.844550] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.847237] registered taskstats version 1\n[ 0.848528] Loading compiled-in X.509 certificates\n[ 0.850510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.853329] zswap: loaded using pool lzo/zbud\n[ 0.855610] Key type trusted registered\n[ 0.857922] Key type encrypted registered\n[ 0.859182] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.860785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.862372] evm: HMAC attrs: 0x1\n[ 0.863798] Magic number: 14:222:926\n[ 0.865095] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:09 UTC (1534838049)\n[ 0.867520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.869180] EDD information not available.\n[ 0.920457] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.937229] ata1.00: configured for MWDMA2\n[ 0.939026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.942213] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.944088] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.945951] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.948905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.951257] Write protecting the kernel read-only data: 14336k\n[ 0.954375] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.957085] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.158106] 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.11.28...\nLease of 10.10.11.28 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.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\n"} 2018-08-21 07:55:31,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action used request id req-2c70f0ea-3f87-45d5-96ac-71334a997086 2018-08-21 07:55:31,954 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.28) to 'sdnvpn-1-5' (10.10.11.6). -->Expected result: can ping. 2018-08-21 07:55:31,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98738dd47708ad155222db756d66700a81cbfe97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:55:32,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-4ce2dc03-faff-497a-acf5-534846078a79 x-compute-request-id: req-4ce2dc03-faff-497a-acf5-534846078a79 Content-Encoding: gzip Content-Length: 8146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522705915 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202036] pid_max: default: 32768 minimum: 301\n[ 0.203317] ACPI: Core revision 20150930\n[ 0.205059] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206944] Security Framework initialized\n[ 0.208098] Yama: becoming mindful.\n[ 0.209148] AppArmor: AppArmor initialized\n[ 0.210363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212207] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.217629] Initializing cgroup subsys io\n[ 0.218804] Initializing cgroup subsys memory\n[ 0.220026] Initializing cgroup subsys devices\n[ 0.221258] Initializing cgroup subsys freezer\n[ 0.222506] Initializing cgroup subsys net_cls\n[ 0.223746] Initializing cgroup subsys perf_event\n[ 0.225036] Initializing cgroup subsys net_prio\n[ 0.226290] Initializing cgroup subsys hugetlb\n[ 0.227524] Initializing cgroup subsys pids\n[ 0.228757] CPU: Physical Processor ID: 0\n[ 0.230615] mce: CPU supports 10 MCE banks\n[ 0.231808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233218] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255612] ftrace: allocating 31920 entries in 125 pages\n[ 0.281835] smpboot: Max logical packages: 1\n[ 0.283087] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.285077] x2apic enabled\n[ 0.286275] Switched APIC routing to physical x2apic.\n[ 0.288844] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290440] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293251] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295820] KVM setup paravirtual spinlock\n[ 0.297548] x86: Booted up 1 node, 1 CPUs\n[ 0.298738] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300710] devtmpfs: initialized\n[ 0.302747] evm: security.selinux\n[ 0.303746] evm: security.SMACK64\n[ 0.304735] evm: security.SMACK64EXEC\n[ 0.305808] evm: security.SMACK64TRANSMUTE\n[ 0.306958] evm: security.SMACK64MMAP\n[ 0.308013] evm: security.ima\n[ 0.308930] evm: security.capability\n[ 0.310048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312668] pinctrl core: initialized pinctrl subsystem\n[ 0.314201] RTC time: 7:54:08, date: 08/21/18\n[ 0.315543] NET: Registered protocol family 16\n[ 0.316925] cpuidle: using governor ladder\n[ 0.318092] cpuidle: using governor menu\n[ 0.319212] PCCT header not found.\n[ 0.320273] ACPI: bus type PCI registered\n[ 0.321415] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.323182] PCI: Using configuration type 1 for base access\n[ 0.325398] ACPI: Added _OSI(Module Device)\n[ 0.326613] ACPI: Added _OSI(Processor Device)\n[ 0.327847] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329139] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331402] ACPI: Interpreter enabled\n[ 0.332482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343142] ACPI: (supports S0 S5)\n[ 0.344175] ACPI: Using IOAPIC for interrupt routing\n[ 0.345576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351156] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.352921] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354610] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357696] acpiphp: Slot [3] registered\n[ 0.358845] acpiphp: Slot [4] registered\n[ 0.359978] acpiphp: Slot [5] registered\n[ 0.361110] acpiphp: Slot [6] registered\n[ 0.362245] acpiphp: Slot [7] registered\n[ 0.363380] acpiphp: Slot [8] registered\n[ 0.364528] acpiphp: Slot [9] registered\n[ 0.365663] acpiphp: Slot [10] registered\n[ 0.366821] acpiphp: Slot [11] registered\n[ 0.367990] acpiphp: Slot [12] registered\n[ 0.369146] acpiphp: Slot [13] registered\n[ 0.370292] acpiphp: Slot [14] registered\n[ 0.371447] acpiphp: Slot [15] registered\n[ 0.387242] acpiphp: Slot [16] registered\n[ 0.388526] acpiphp: Slot [17] registered\n[ 0.389709] acpiphp: Slot [18] registered\n[ 0.390895] acpiphp: Slot [19] registered\n[ 0.392073] acpiphp: Slot [20] registered\n[ 0.393265] acpiphp: Slot [21] registered\n[ 0.394416] acpiphp: Slot [22] registered\n[ 0.395573] acpiphp: Slot [23] registered\n[ 0.396731] acpiphp: Slot [24] registered\n[ 0.397895] acpiphp: Slot [25] registered\n[ 0.399041] acpiphp: Slot [26] registered\n[ 0.400184] acpiphp: Slot [27] registered\n[ 0.401342] acpiphp: Slot [28] registered\n[ 0.402508] acpiphp: Slot [29] registered\n[ 0.403660] acpiphp: Slot [30] registered\n[ 0.404825] acpiphp: Slot [31] registered\n[ 0.405977] PCI host bridge to bus 0000:00\n[ 0.407128] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408856] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410572] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412651] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414720] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416834] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421132] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423031] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424693] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426470] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.433060] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.455748] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.457806] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.459793] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462108] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464289] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.466037] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.467887] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.469365] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.471555] vgaarb: loaded\n[ 0.472411] vgaarb: bridge control possible 0000:00:02.0\n[ 0.474136] SCSI subsystem initialized\n[ 0.475426] ACPI: bus type USB registered\n[ 0.476593] usbcore: registered new interface driver usbfs\n[ 0.478042] usbcore: registered new interface driver hub\n[ 0.479448] usbcore: registered new device driver usb\n[ 0.480990] PCI: Using ACPI for IRQ routing\n[ 0.482548] NetLabel: Initializing\n[ 0.483554] NetLabel: domain hash size = 128\n[ 0.484754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.486103] NetLabel: unlabeled traffic allowed by default\n[ 0.487732] clocksource: Switched to clocksource kvm-clock\n[ 0.498133] AppArmor: AppArmor Filesystem Enabled\n[ 0.499475] pnp: PnP ACPI init\n[ 0.500744] pnp: PnP ACPI: found 5 devices\n[ 0.507637] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.510073] NET: Registered protocol family 2\n[ 0.511537] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.513358] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516770] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518294] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519970] NET: Registered protocol family 1\n[ 0.521204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522754] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.538838] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553482] Trying to unpack rootfs image as initramfs...\n[ 0.615878] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.622975] Scanning for low memory corruption every 60 seconds\n[ 0.626226] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627951] audit: initializing netlink subsys (disabled)\n[ 0.629595] audit: type=2000 audit(1534838048.832:1): initialized\n[ 0.631915] Initialise system trusted keyring\n[ 0.633527] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.635186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.638113] zbud: loaded\n[ 0.639217] VFS: Disk quotas dquot_6.6.0\n[ 0.640422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.642817] fuse init (API version 7.23)\n[ 0.644170] Key type big_key registered\n[ 0.645335] Allocating IMA MOK and blacklist keyrings.\n[ 0.647129] Key type asymmetric registered\n[ 0.648334] Asymmetric key parser 'x509' registered\n[ 0.649726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651938] io scheduler noop registered\n[ 0.653078] io scheduler deadline registered (default)\n[ 0.654519] io scheduler cfq registered\n[ 0.655863] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.657352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.659278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661378] ACPI: Power Button [PWRF]\n[ 0.662791] GHES: HEST is not enabled!\n[ 0.677186] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.706891] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.735902] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.739205] Linux agpgart interface v0.103\n[ 0.743260] brd: module loaded\n[ 0.745677] loop: module loaded\n[ 0.750844] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.752939] GPT:90111 != 2097151\n[ 0.753910] GPT:Alternate GPT header not at the end of the disk.\n[ 0.755454] GPT:90111 != 2097151\n[ 0.756421] GPT: Use GNU Parted to correct GPT errors.\n[ 0.757802] vda: vda1 vda15\n[ 0.759791] scsi host0: ata_piix\n[ 0.760896] scsi host1: ata_piix\n[ 0.761927] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.763643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.765750] libphy: Fixed MDIO Bus: probed\n[ 0.766933] tun: Universal TUN/TAP device driver, 1.6\n[ 0.768280] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.771746] PPP generic driver version 2.4.2\n[ 0.773066] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.774748] ehci-pci: EHCI PCI platform driver\n[ 0.776062] ehci-platform: EHCI generic platform driver\n[ 0.777456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.779061] ohci-pci: OHCI PCI platform driver\n[ 0.780310] ohci-platform: OHCI generic platform driver\n[ 0.781733] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.796505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797997] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.800318] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.801867] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.803650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.805521] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.807714] usb usb1: Product: UHCI Host Controller\n[ 0.809137] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.810990] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.812511] hub 1-0:1.0: USB hub found\n[ 0.813709] hub 1-0:1.0: 2 ports detected\n[ 0.815135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.818293] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819759] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.821323] mousedev: PS/2 mouse device common for all mice\n[ 0.823199] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825969] rtc_cmos 00:00: RTC can wake from S4\n[ 0.827646] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.829437] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.831257] i2c /dev entries driver\n[ 0.832427] device-mapper: uevent: version 1.0.3\n[ 0.833874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.836350] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.838396] NET: Registered protocol family 10\n[ 0.840106] NET: Registered protocol family 17\n[ 0.841461] Key type dns_resolver registered\n[ 0.842901] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.844550] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.847237] registered taskstats version 1\n[ 0.848528] Loading compiled-in X.509 certificates\n[ 0.850510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.853329] zswap: loaded using pool lzo/zbud\n[ 0.855610] Key type trusted registered\n[ 0.857922] Key type encrypted registered\n[ 0.859182] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.860785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.862372] evm: HMAC attrs: 0x1\n[ 0.863798] Magic number: 14:222:926\n[ 0.865095] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:09 UTC (1534838049)\n[ 0.867520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.869180] EDD information not available.\n[ 0.920457] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.937229] ata1.00: configured for MWDMA2\n[ 0.939026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.942213] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.944088] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.945951] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.948905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.951257] Write protecting the kernel read-only data: 14336k\n[ 0.954375] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.957085] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.158106] 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.11.28...\nLease of 10.10.11.28 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.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\nping 10.10.11.6 OK\n"} 2018-08-21 07:55:32,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action used request id req-4ce2dc03-faff-497a-acf5-534846078a79 2018-08-21 07:55:32,024 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-08-21 07:55:32,024 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-08-21 07:55:32,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:55:32,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9717801d-0e5f-49fa-9718-1665cd259587 Content-Length: 0 Date: Tue, 21 Aug 2018 07:55:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:55:32,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5340b767-a3bd-45e5-9a17-e5643d266c23 used request id req-9717801d-0e5f-49fa-9718-1665cd259587 2018-08-21 07:56:02,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-188272", "route_distinguishers": "11:11"}}' 2018-08-21 07:56:03,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-f9c987fe-86f0-41f4-8d64-19269e0f28af Date: Tue, 21 Aug 2018 07:56:03 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-188272", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "5d9b6759-dab1-447f-ba83-7521a7ada1aa"}} 2018-08-21 07:56:03,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns used request id req-f9c987fe-86f0-41f4-8d64-19269e0f28af 2018-08-21 07:56:03,175 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-188272', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'5d9b6759-dab1-447f-ba83-7521a7ada1aa', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'route_targets': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'type': u'l3', u'networks': []}} 2018-08-21 07:56:03,176 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-21 07:56:03,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"network_association": {"network_id": "66452d32-7126-41d6-b59a-5a8ad37dd7d2"}}' 2018-08-21 07:56:03,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-8c374c83-ad20-4298-beef-add0c6912736 Date: Tue, 21 Aug 2018 07:56:03 GMT RESP BODY: {"network_association": {"network_id": "66452d32-7126-41d6-b59a-5a8ad37dd7d2", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "8d751118-9ce8-474f-a044-9fdd791cd2c9"}} 2018-08-21 07:56:03,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa/network_associations used request id req-8c374c83-ad20-4298-beef-add0c6912736 2018-08-21 07:56:03,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" -d '{"network_association": {"network_id": "800946de-1ac4-4916-9525-8c6499fddc04"}}' 2018-08-21 07:56:03,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-882bc328-b36b-4710-9840-0a8ee9465ba4 Date: Tue, 21 Aug 2018 07:56:03 GMT RESP BODY: {"network_association": {"network_id": "800946de-1ac4-4916-9525-8c6499fddc04", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "f73ca576-88d6-4d4a-b38b-209764911cff"}} 2018-08-21 07:56:03,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa/network_associations used request id req-882bc328-b36b-4710-9840-0a8ee9465ba4 2018-08-21 07:56:03,878 - sdnvpn_test_utils - DEBUG - Waiting for network 5d9b6759-dab1-447f-ba83-7521a7ada1aa to associate with BGPVPN 66452d32-7126-41d6-b59a-5a8ad37dd7d2 2018-08-21 07:56:03,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:56:03,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-dbb050f3-c3c6-4169-8394-7da4e62b205c Date: Tue, 21 Aug 2018 07:56:03 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-188272", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["66452d32-7126-41d6-b59a-5a8ad37dd7d2", "800946de-1ac4-4916-9525-8c6499fddc04"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "5d9b6759-dab1-447f-ba83-7521a7ada1aa"}} 2018-08-21 07:56:03,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa used request id req-dbb050f3-c3c6-4169-8394-7da4e62b205c 2018-08-21 07:56:04,927 - sdnvpn_test_utils - DEBUG - Waiting for network 5d9b6759-dab1-447f-ba83-7521a7ada1aa to associate with BGPVPN 800946de-1ac4-4916-9525-8c6499fddc04 2018-08-21 07:56:04,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:56:04,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-5bee2d88-e90d-49f2-bde1-55b78ab1faad Date: Tue, 21 Aug 2018 07:56:04 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-188272", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["66452d32-7126-41d6-b59a-5a8ad37dd7d2", "800946de-1ac4-4916-9525-8c6499fddc04"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "5d9b6759-dab1-447f-ba83-7521a7ada1aa"}} 2018-08-21 07:56:04,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa used request id req-5bee2d88-e90d-49f2-bde1-55b78ab1faad 2018-08-21 07:56:05,976 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 07:56:36,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:56:36,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56: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-df74eecd-f0dd-4914-8103-476e112a456d x-compute-request-id: req-df74eecd-f0dd-4914-8103-476e112a456d Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 KO\nping 10.10.11.6 OK\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 KO\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 OK\n"} 2018-08-21 07:56:36,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-df74eecd-f0dd-4914-8103-476e112a456d 2018-08-21 07:56:36,093 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.8) to 'sdnvpn-1-4' (10.10.11.28). -->Expected result: can ping. 2018-08-21 07:56:36,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:56:36,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56: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-8e4088a8-571f-4950-b00f-5e953e5c86e3 x-compute-request-id: req-8e4088a8-571f-4950-b00f-5e953e5c86e3 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 KO\nping 10.10.11.6 OK\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 KO\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 OK\n"} 2018-08-21 07:56:36,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-8e4088a8-571f-4950-b00f-5e953e5c86e3 2018-08-21 07:56:36,164 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-08-21 07:56:36,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:56:36,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56: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-ca02ff04-ae69-4e76-9efb-52e3292d0585 x-compute-request-id: req-ca02ff04-ae69-4e76-9efb-52e3292d0585 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 KO\nping 10.10.11.6 OK\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 KO\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 OK\n"} 2018-08-21 07:56:36,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-ca02ff04-ae69-4e76-9efb-52e3292d0585 2018-08-21 07:56:36,226 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.8) to 'sdnvpn-1-5' (10.10.11.6). -->Expected result: can ping. 2018-08-21 07:56:36,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3561b75a1710a79730f52e61ecd4fceb5ed48f94" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:56:36,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56: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-4fdcc656-4d73-4388-927b-7098442b84c1 x-compute-request-id: req-4fdcc656-4d73-4388-927b-7098442b84c1 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 556276060 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192132] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194353] pid_max: default: 32768 minimum: 301\n[ 0.195596] ACPI: Core revision 20150930\n[ 0.197244] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198991] Security Framework initialized\n[ 0.200102] Yama: becoming mindful.\n[ 0.201083] AppArmor: AppArmor initialized\n[ 0.202216] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203953] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207257] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209098] Initializing cgroup subsys io\n[ 0.210190] Initializing cgroup subsys memory\n[ 0.211363] Initializing cgroup subsys devices\n[ 0.212540] Initializing cgroup subsys freezer\n[ 0.213703] Initializing cgroup subsys net_cls\n[ 0.214865] Initializing cgroup subsys perf_event\n[ 0.216173] Initializing cgroup subsys net_prio\n[ 0.217362] Initializing cgroup subsys hugetlb\n[ 0.218531] Initializing cgroup subsys pids\n[ 0.219698] CPU: Physical Processor ID: 0\n[ 0.221472] mce: CPU supports 10 MCE banks\n[ 0.222603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238756] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245436] ftrace: allocating 31920 entries in 125 pages\n[ 0.270881] smpboot: Max logical packages: 1\n[ 0.272070] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273928] x2apic enabled\n[ 0.275077] Switched APIC routing to physical x2apic.\n[ 0.277531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279014] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281691] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284093] KVM setup paravirtual spinlock\n[ 0.285651] x86: Booted up 1 node, 1 CPUs\n[ 0.286727] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288562] devtmpfs: initialized\n[ 0.290578] evm: security.selinux\n[ 0.291541] evm: security.SMACK64\n[ 0.292494] evm: security.SMACK64EXEC\n[ 0.293517] evm: security.SMACK64TRANSMUTE\n[ 0.294616] evm: security.SMACK64MMAP\n[ 0.295625] evm: security.ima\n[ 0.296490] evm: security.capability\n[ 0.297558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300017] pinctrl core: initialized pinctrl subsystem\n[ 0.301460] RTC time: 7:54:18, date: 08/21/18\n[ 0.302725] NET: Registered protocol family 16\n[ 0.304020] cpuidle: using governor ladder\n[ 0.305116] cpuidle: using governor menu\n[ 0.306162] PCCT header not found.\n[ 0.307165] ACPI: bus type PCI registered\n[ 0.308245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309877] PCI: Using configuration type 1 for base access\n[ 0.312002] ACPI: Added _OSI(Module Device)\n[ 0.313164] ACPI: Added _OSI(Processor Device)\n[ 0.314336] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317718] ACPI: Interpreter enabled\n[ 0.318758] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326270] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328761] ACPI: (supports S0 S5)\n[ 0.329727] ACPI: Using IOAPIC for interrupt routing\n[ 0.331005] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334766] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336288] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339511] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342455] acpiphp: Slot [3] registered\n[ 0.343532] acpiphp: Slot [4] registered\n[ 0.344630] acpiphp: Slot [5] registered\n[ 0.345706] acpiphp: Slot [6] registered\n[ 0.346787] acpiphp: Slot [7] registered\n[ 0.347873] acpiphp: Slot [8] registered\n[ 0.348954] acpiphp: Slot [9] registered\n[ 0.350016] acpiphp: Slot [10] registered\n[ 0.351107] acpiphp: Slot [11] registered\n[ 0.352205] acpiphp: Slot [12] registered\n[ 0.353308] acpiphp: Slot [13] registered\n[ 0.354411] acpiphp: Slot [14] registered\n[ 0.355518] acpiphp: Slot [15] registered\n[ 0.370624] acpiphp: Slot [16] registered\n[ 0.371730] acpiphp: Slot [17] registered\n[ 0.372831] acpiphp: Slot [18] registered\n[ 0.373923] acpiphp: Slot [19] registered\n[ 0.375022] acpiphp: Slot [20] registered\n[ 0.376136] acpiphp: Slot [21] registered\n[ 0.377248] acpiphp: Slot [22] registered\n[ 0.378356] acpiphp: Slot [23] registered\n[ 0.379466] acpiphp: Slot [24] registered\n[ 0.380591] acpiphp: Slot [25] registered\n[ 0.381694] acpiphp: Slot [26] registered\n[ 0.382784] acpiphp: Slot [27] registered\n[ 0.383883] acpiphp: Slot [28] registered\n[ 0.384990] acpiphp: Slot [29] registered\n[ 0.386084] acpiphp: Slot [30] registered\n[ 0.387184] acpiphp: Slot [31] registered\n[ 0.388280] PCI host bridge to bus 0000:00\n[ 0.389381] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391029] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394640] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396631] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398658] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435106] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446460] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449980] vgaarb: loaded\n[ 0.450804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452427] SCSI subsystem initialized\n[ 0.453676] ACPI: bus type USB registered\n[ 0.454807] usbcore: registered new interface driver usbfs\n[ 0.456193] usbcore: registered new interface driver hub\n[ 0.457559] usbcore: registered new device driver usb\n[ 0.459036] PCI: Using ACPI for IRQ routing\n[ 0.460538] NetLabel: Initializing\n[ 0.461519] NetLabel: domain hash size = 128\n[ 0.462664] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463971] NetLabel: unlabeled traffic allowed by default\n[ 0.465533] clocksource: Switched to clocksource kvm-clock\n[ 0.475750] AppArmor: AppArmor Filesystem Enabled\n[ 0.477069] pnp: PnP ACPI init\n[ 0.478299] pnp: PnP ACPI: found 5 devices\n[ 0.485114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487411] NET: Registered protocol family 2\n[ 0.488804] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492182] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.493796] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496814] NET: Registered protocol family 1\n[ 0.498000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.499488] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.500952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530214] Trying to unpack rootfs image as initramfs...\n[ 0.592785] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598055] Scanning for low memory corruption every 60 seconds\n[ 0.600211] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601788] audit: initializing netlink subsys (disabled)\n[ 0.603217] audit: type=2000 audit(1534838059.793:1): initialized\n[ 0.605103] Initialise system trusted keyring\n[ 0.606486] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.610777] zbud: loaded\n[ 0.611769] VFS: Disk quotas dquot_6.6.0\n[ 0.612898] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615040] fuse init (API version 7.23)\n[ 0.616254] Key type big_key registered\n[ 0.617340] Allocating IMA MOK and blacklist keyrings.\n[ 0.618994] Key type asymmetric registered\n[ 0.620118] Asymmetric key parser 'x509' registered\n[ 0.621421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.623461] io scheduler noop registered\n[ 0.624545] io scheduler deadline registered (default)\n[ 0.625904] io scheduler cfq registered\n[ 0.627085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.628476] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.630241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.632233] ACPI: Power Button [PWRF]\n[ 0.633430] GHES: HEST is not enabled!\n[ 0.647777] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704148] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707143] Linux agpgart interface v0.103\n[ 0.710529] brd: module loaded\n[ 0.712706] loop: module loaded\n[ 0.718468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720548] GPT:90111 != 2097151\n[ 0.721507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723047] GPT:90111 != 2097151\n[ 0.723999] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725383] vda: vda1 vda15\n[ 0.727530] scsi host0: ata_piix\n[ 0.728678] scsi host1: ata_piix\n[ 0.729777] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731556] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733902] libphy: Fixed MDIO Bus: probed\n[ 0.735059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.736482] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.739593] PPP generic driver version 2.4.2\n[ 0.740919] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.742630] ehci-pci: EHCI PCI platform driver\n[ 0.743921] ehci-platform: EHCI generic platform driver\n[ 0.745252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746762] ohci-pci: OHCI PCI platform driver\n[ 0.747952] ohci-platform: OHCI generic platform driver\n[ 0.749296] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764018] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765408] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.770362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773908] usb usb1: Product: UHCI Host Controller\n[ 0.775159] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776663] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.778086] hub 1-0:1.0: USB hub found\n[ 0.779156] hub 1-0:1.0: 2 ports detected\n[ 0.780503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784747] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786147] mousedev: PS/2 mouse device common for all mice\n[ 0.787848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.790317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.795016] i2c /dev entries driver\n[ 0.796074] device-mapper: uevent: version 1.0.3\n[ 0.797386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799617] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801641] NET: Registered protocol family 10\n[ 0.803456] NET: Registered protocol family 17\n[ 0.804674] Key type dns_resolver registered\n[ 0.806036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807540] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809993] registered taskstats version 1\n[ 0.811164] Loading compiled-in X.509 certificates\n[ 0.813043] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815541] zswap: loaded using pool lzo/zbud\n[ 0.818024] Key type trusted registered\n[ 0.820186] Key type encrypted registered\n[ 0.821314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822745] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824150] evm: HMAC attrs: 0x1\n[ 0.825481] Magic number: 14:222:926\n[ 0.826683] rtc_cmos 00:00: setting system clock to 2018-08-21 07:54:19 UTC (1534838059)\n[ 0.828900] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830385] EDD information not available.\n[ 0.890466] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.906680] ata1.00: configured for MWDMA2\n[ 0.908397] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.911356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.913005] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.914700] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.918596] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920695] Write protecting the kernel read-only data: 14336k\n[ 0.925552] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.993414] 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.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.42s]\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 KO\nping 10.10.11.6 OK\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 KO\nping 10.10.10.4 OK\nping 10.10.10.13 OK\nping 10.10.11.28 OK\nping 10.10.11.6 OK\n"} 2018-08-21 07:56:36,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-4fdcc656-4d73-4388-927b-7098442b84c1 2018-08-21 07:56:36,299 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-08-21 07:56:36,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"forceDelete": null}' 2018-08-21 07:56:36,546 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:56: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-66af5c96-dc38-4aa8-9d4e-3790e905d3b4 x-compute-request-id: req-66af5c96-dc38-4aa8-9d4e-3790e905d3b4 Content-Length: 0 Content-Type: application/json 2018-08-21 07:56:36,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/6a23b3cf-014f-4eef-8c13-2019b24c03b9/action used request id req-66af5c96-dc38-4aa8-9d4e-3790e905d3b4 2018-08-21 07:56:36,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"forceDelete": null}' 2018-08-21 07:56:36,747 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:56: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-a922ccfa-d07f-4d69-86be-3a6ae0b78bd5 x-compute-request-id: req-a922ccfa-d07f-4d69-86be-3a6ae0b78bd5 Content-Length: 0 Content-Type: application/json 2018-08-21 07:56:36,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/d03cb4f3-5d96-47c2-8717-c6316ac7b9bd/action used request id req-a922ccfa-d07f-4d69-86be-3a6ae0b78bd5 2018-08-21 07:56:36,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"forceDelete": null}' 2018-08-21 07:56:36,960 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:56: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-ae8b2956-5368-48d7-a0d8-68862e9bdf28 x-compute-request-id: req-ae8b2956-5368-48d7-a0d8-68862e9bdf28 Content-Length: 0 Content-Type: application/json 2018-08-21 07:56:36,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/5ea06212-7bb6-4f58-bb0e-ae9568b63187/action used request id req-ae8b2956-5368-48d7-a0d8-68862e9bdf28 2018-08-21 07:56:36,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"forceDelete": null}' 2018-08-21 07:56:37,186 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:56: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-e869cd9c-082f-4686-ab1d-93378bceb97f x-compute-request-id: req-e869cd9c-082f-4686-ab1d-93378bceb97f Content-Length: 0 Content-Type: application/json 2018-08-21 07:56:37,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/fd8a54e8-dd60-4afb-b098-15897320fcc4/action used request id req-e869cd9c-082f-4686-ab1d-93378bceb97f 2018-08-21 07:56:37,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fef4541a0b236391f4f4d8f363b438a4b0a8190f" -d '{"forceDelete": null}' 2018-08-21 07:56:37,464 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:56:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7896b055-733d-4447-9148-9d148fabb380 x-compute-request-id: req-7896b055-733d-4447-9148-9d148fabb380 Content-Length: 0 Content-Type: application/json 2018-08-21 07:56:37,464 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ea6f6a5d-791b-40c6-94b7-11b213ed0a40/action used request id req-7896b055-733d-4447-9148-9d148fabb380 2018-08-21 07:56:37,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/6ea52356-a832-4314-a18b-b4250dc59020 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd76e9ca5f156c231726ceb7260d1a32fe0a57a1" 2018-08-21 07:56:38,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-52bb7b21-8b9f-464c-b470-d85d58ded1a7 Date: Tue, 21 Aug 2018 07:56: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-21 07:56:38,905 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/6ea52356-a832-4314-a18b-b4250dc59020 used request id req-52bb7b21-8b9f-464c-b470-d85d58ded1a7 2018-08-21 07:56:38,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:56:40,888 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1300670e-4a89-48e4-9d45-148d1295bf9a Content-Length: 0 Date: Tue, 21 Aug 2018 07:56:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:56:40,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/5d9b6759-dab1-447f-ba83-7521a7ada1aa used request id req-1300670e-4a89-48e4-9d45-148d1295bf9a 2018-08-21 07:56:40,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/be56520d-25cb-4d11-b0e4-79940a1c5989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:56:42,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03f47cd7-9cf4-4f83-8e62-731e124be44d Date: Tue, 21 Aug 2018 07:56:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:56:42,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/be56520d-25cb-4d11-b0e4-79940a1c5989 used request id req-03f47cd7-9cf4-4f83-8e62-731e124be44d 2018-08-21 07:56:42,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/32a0ca14-2972-4f99-86dd-5939fb0864ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:56:43,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5af33de-aae6-41f5-ab93-609a4281b1ee Date: Tue, 21 Aug 2018 07:56:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:56:43,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/32a0ca14-2972-4f99-86dd-5939fb0864ed used request id req-f5af33de-aae6-41f5-ab93-609a4281b1ee 2018-08-21 07:56:43,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/66452d32-7126-41d6-b59a-5a8ad37dd7d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:56:44,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3164721a-342a-4fe3-9a6d-0456e8ede999 Date: Tue, 21 Aug 2018 07:56:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:56:44,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/66452d32-7126-41d6-b59a-5a8ad37dd7d2 used request id req-3164721a-342a-4fe3-9a6d-0456e8ede999 2018-08-21 07:56:44,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/800946de-1ac4-4916-9525-8c6499fddc04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}717e8f9ac87827c7e97c126ee5ea5011378c8f30" 2018-08-21 07:56:45,346 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bfb5d95-f173-4c91-8a8a-30f138df6c60 Date: Tue, 21 Aug 2018 07:56:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:56:45,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/800946de-1ac4-4916-9525-8c6499fddc04 used request id req-6bfb5d95-f173-4c91-8a8a-30f138df6c60 2018-08-21 07:56:45,347 - 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-21 07:56:45,347 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-21 07:56:45,348 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-21 07:56:45,348 - 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-21 07:56:45,348 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-21 07:56:45,348 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-21 07:56:45,348 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-21 07:56:45,424 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-21 07:56:45,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:56:45,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:56:45,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:56:45,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:56:45,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:56:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:56:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:56:45,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:56:45,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:56:45,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:56:45,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:56:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:56:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:56:45,434 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 07:56:45,434 - 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-21 07:56:45,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:56:45,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c99c6dbe-41de-4c0e-b311-632a5e55fa59 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:56:45,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-c99c6dbe-41de-4c0e-b311-632a5e55fa59 2018-08-21 07:56:45,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:56:45,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:56:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["Gphn2vmwTyOmnzDtf6nbMg"], "issued_at": "2018-08-21T07:56:45.000000Z"}} 2018-08-21 07:56:45,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606a88e9355c24f665daaaabfd60b74323a30097" 2018-08-21 07:56:46,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-114590be-1325-4401-a3b1-2b2c15488258 Date: Tue, 21 Aug 2018 07:56:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 07:56:46,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-114590be-1325-4401-a3b1-2b2c15488258 2018-08-21 07:56:46,124 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 07:56:46,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606a88e9355c24f665daaaabfd60b74323a30097" 2018-08-21 07:56:46,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-9122b547-caa6-4cb9-a76b-b22368d5ae55 Date: Tue, 21 Aug 2018 07:56:46 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-21 07:56:46,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-9122b547-caa6-4cb9-a76b-b22368d5ae55 2018-08-21 07:56:46,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}606a88e9355c24f665daaaabfd60b74323a30097" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 07:56:46,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2e0c3e6d-5f3f-4fca-acc9-bf69d1247b08 Date: Tue, 21 Aug 2018 07:56:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T07:56:46Z", "file": "/v2/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "size": null, "self": "/v2/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "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-21T07:56:46Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 07:56:46,231 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-2e0c3e6d-5f3f-4fca-acc9-bf69d1247b08 2018-08-21 07:56:46,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606a88e9355c24f665daaaabfd60b74323a30097" -d '' 2018-08-21 07:56:47,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f37a6020-016a-445f-83e9-9a588ceaa1a0 Date: Tue, 21 Aug 2018 07:56: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-21 07:56:47,160 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1/file used request id req-f37a6020-016a-445f-83e9-9a588ceaa1a0 2018-08-21 07:56:47,161 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-08-21 07:56:47,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:56:47,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be88985-e11b-46bf-b2a8-14fee7f16c30 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:56:47,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-0be88985-e11b-46bf-b2a8-14fee7f16c30 2018-08-21 07:56:47,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:56:47,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:56:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["DRLMa5a0TKO2fTMDUySIkw"], "issued_at": "2018-08-21T07:56:47.000000Z"}} 2018-08-21 07:56:47,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-08-21 07:56:48,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-9f76c1fa-427c-4e49-906b-eb9001c20c61 Date: Tue, 21 Aug 2018 07:56:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ac060f0f-8540-4f50-9a0b-787c7ac989f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T07:56:47Z","is_default":false,"provider:segmentation_id":29,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:56:47Z","mtu":1450}} 2018-08-21 07:56:48,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-9f76c1fa-427c-4e49-906b-eb9001c20c61 2018-08-21 07:56:48,145 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network ac060f0f-8540-4f50-9a0b-787c7ac989f2 with cidr 10.10.10.0/24 2018-08-21 07:56:48,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"subnets": [{"ip_version": 4, "network_id": "ac060f0f-8540-4f50-9a0b-787c7ac989f2", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-08-21 07:56:48,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a5874fb4-c409-47cb-9ce8-57a9bfc7b5ed Date: Tue, 21 Aug 2018 07:56:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac060f0f-8540-4f50-9a0b-787c7ac989f2","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:56:48Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T07:56:48Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"d821e946-9cda-4edd-b4da-ce10cce2d43c","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-08-21 07:56:48,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-a5874fb4-c409-47cb-9ce8-57a9bfc7b5ed 2018-08-21 07:56:48,655 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-08-21 07:56:48,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-08-21 07:56:48,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-9687c4b4-325a-4989-9b82-dd988af300b8 Date: Tue, 21 Aug 2018 07:56:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1e24d65e-1de4-43ad-bd07-8c9730c181bb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T07:56:48Z","is_default":false,"provider:segmentation_id":10,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:56:48Z","mtu":1450}} 2018-08-21 07:56:48,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-9687c4b4-325a-4989-9b82-dd988af300b8 2018-08-21 07:56:48,948 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 1e24d65e-1de4-43ad-bd07-8c9730c181bb with cidr 10.10.10.0/24 2018-08-21 07:56:48,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"subnets": [{"ip_version": 4, "network_id": "1e24d65e-1de4-43ad-bd07-8c9730c181bb", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-08-21 07:56:49,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-cdeadac1-602d-4d02-8c2f-a25aa5e10ac4 Date: Tue, 21 Aug 2018 07:56:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e24d65e-1de4-43ad-bd07-8c9730c181bb","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:56:49Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T07:56:49Z","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":"9395463b2c594ad385c1520193638f95","id":"ec8a5b59-f70d-493c-8b5d-c1d92d67df98","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-08-21 07:56:49,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-cdeadac1-602d-4d02-8c2f-a25aa5e10ac4 2018-08-21 07:56:49,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:56:49,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48399 X-Openstack-Request-Id: req-64b0bae3-9240-4b76-984d-ba77572bac1d Date: Tue, 21 Aug 2018 07:56:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T07:53:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "a7999368-6286-456a-8c84-fcb73e79ce62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 4, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 07:56:49,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-64b0bae3-9240-4b76-984d-ba77572bac1d 2018-08-21 07:56:49,556 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-21 07:56:49,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:56:49,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdae2233-657b-4710-baa5-a2702068f4dd 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:56:49,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-bdae2233-657b-4710-baa5-a2702068f4dd 2018-08-21 07:56:49,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:56:49,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["pANORTpJS4eEzd-W16MTmQ"], "issued_at": "2018-08-21T07:56:49.000000Z"}} 2018-08-21 07:56:49,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adfedbd7c4e51823250e54f15d59900e7cf47622" 2018-08-21 07:56:50,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a64a482-5638-4c2c-ae34-2599a667f3f6 x-compute-request-id: req-9a64a482-5638-4c2c-ae34-2599a667f3f6 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-21 07:56:50,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-9a64a482-5638-4c2c-ae34-2599a667f3f6 2018-08-21 07:56:50,235 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-21 07:56:50,235 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-08-21 07:56:50,235 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=1e92eaf0-febc-4439-9161-d3fe66b8e5b1 network=ac060f0f-8540-4f50-9a0b-787c7ac989f2 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2018-08-21 07:56:50,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:56:50,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:56:50,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:56:50,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:56:50,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:56:50,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:56:50,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:56:50,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:56:50,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:56:50,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:56:50,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:56:50,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:56:50,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:56:50,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:56:50,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:56:50,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:56:50,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:56:50,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:56:50,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:56:50,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b362e6-780f-4c6b-a748-3c5ab9d8e8d8 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:56:50,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-f0b362e6-780f-4c6b-a748-3c5ab9d8e8d8 2018-08-21 07:56:50,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:56:50,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:56:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["OwppiUTVS4GNtXlAZ2WcKQ"], "issued_at": "2018-08-21T07:56:50.000000Z"}} 2018-08-21 07:56:50,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" 2018-08-21 07:56:50,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56: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-a118e3fd-2141-4a24-9e79-85048d8bd920 x-compute-request-id: req-a118e3fd-2141-4a24-9e79-85048d8bd920 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:56:50,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-a118e3fd-2141-4a24-9e79-85048d8bd920 2018-08-21 07:56:50,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" 2018-08-21 07:56:50,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56: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-6145e708-e711-4a26-9468-e4af5705e82f x-compute-request-id: req-6145e708-e711-4a26-9468-e4af5705e82f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:56:50,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-6145e708-e711-4a26-9468-e4af5705e82f 2018-08-21 07:56:50,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "ac060f0f-8540-4f50-9a0b-787c7ac989f2"}], "config_drive": true}}' 2018-08-21 07:56:53,401 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:56: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-aae9beee-2cc3-4f0e-9869-f43aa56beaa2 x-compute-request-id: req-aae9beee-2cc3-4f0e-9869-f43aa56beaa2 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b7f453e5-f534-4db4-8553-a67c5a22e318", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "bookmark"}], "adminPass": "JRb6h3jLJUdM"}} 2018-08-21 07:56:53,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-aae9beee-2cc3-4f0e-9869-f43aa56beaa2 2018-08-21 07:56:53,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:56:53,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ddc9ac-81c8-4310-acc3-839ac48e757d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:56:53,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-10ddc9ac-81c8-4310-acc3-839ac48e757d 2018-08-21 07:56:53,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:56:53,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:56:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["mN--wtjVQ_m-HaD5sH-lkA"], "issued_at": "2018-08-21T07:56:53.000000Z"}} 2018-08-21 07:56:53,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371ff71a75c3a32517d1ee164d89059bd0695e36" 2018-08-21 07:56:55,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56: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-75d5a314-a322-4972-ab37-8f485da9123f x-compute-request-id: req-75d5a314-a322-4972-ab37-8f485da9123f 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.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b7f453e5-f534-4db4-8553-a67c5a22e318", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:56:54Z", "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-21T07:56:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:56:55,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 used request id req-75d5a314-a322-4972-ab37-8f485da9123f 2018-08-21 07:56:58,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371ff71a75c3a32517d1ee164d89059bd0695e36" 2018-08-21 07:56:58,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b4507da-dd02-456b-9ce0-7b91ea392107 x-compute-request-id: req-9b4507da-dd02-456b-9ce0-7b91ea392107 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:cb:b3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000095", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b7f453e5-f534-4db4-8553-a67c5a22e318", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:56:55Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-08-21T07:56:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:56:58,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 used request id req-9b4507da-dd02-456b-9ce0-7b91ea392107 2018-08-21 07:57:01,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371ff71a75c3a32517d1ee164d89059bd0695e36" 2018-08-21 07:57:02,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f1cdfa4-d81f-4cea-a9b5-f186f1f37590 x-compute-request-id: req-9f1cdfa4-d81f-4cea-a9b5-f186f1f37590 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:cb:b3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000095", "OS-SRV-USG:launched_at": "2018-08-21T07:57:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b7f453e5-f534-4db4-8553-a67c5a22e318", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:57:00Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-08-21T07:56:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:02,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 used request id req-9f1cdfa4-d81f-4cea-a9b5-f186f1f37590 2018-08-21 07:57:02,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" 2018-08-21 07:57:02,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7029ee12-1507-4f13-92e5-3a589bde87f3 x-compute-request-id: req-7029ee12-1507-4f13-92e5-3a589bde87f3 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:cb:b3", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b7f453e5-f534-4db4-8553-a67c5a22e318", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000095", "OS-SRV-USG:launched_at": "2018-08-21T07:57:00.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b7f453e5-f534-4db4-8553-a67c5a22e318", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:57:00Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2018-08-21T07:56:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:02,965 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318 used request id req-7029ee12-1507-4f13-92e5-3a589bde87f3 2018-08-21 07:57:02,965 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-08-21 07:57:02,966 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-08-21 07:57:02,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adfedbd7c4e51823250e54f15d59900e7cf47622" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:57:03,980 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:57:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49b0c5fa-c2de-45a3-a9ac-c7aaa78f2c62 x-compute-request-id: req-49b0c5fa-c2de-45a3-a9ac-c7aaa78f2c62 Content-Length: 0 Content-Type: application/json 2018-08-21 07:57:03,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-49b0c5fa-c2de-45a3-a9ac-c7aaa78f2c62 2018-08-21 07:57:03,981 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-08-21 07:57:03,981 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=1e92eaf0-febc-4439-9161-d3fe66b8e5b1 network=1e24d65e-1de4-43ad-bd07-8c9730c181bb secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-08-21 07:57:03,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:57:03,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:57:03,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:57:03,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:57:03,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:57:03,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:57:03,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:57:03,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:57:03,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:57:03,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:57:03,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:57:03,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:57:03,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:57:03,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:57:03,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:57:03,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27cdd93e-6b5a-4a66-96b1-ecdbdc300805 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:57:03,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-27cdd93e-6b5a-4a66-96b1-ecdbdc300805 2018-08-21 07:57:03,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:57:04,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:57:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["nl4rhdCoSuCvLV4jKlnwiw"], "issued_at": "2018-08-21T07:57:04.000000Z"}} 2018-08-21 07:57:04,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bb0f1b44c8012e048a6e096f08485371a37de2" 2018-08-21 07:57:04,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6b2d333-554a-408d-bcfd-0cf2839ab994 x-compute-request-id: req-a6b2d333-554a-408d-bcfd-0cf2839ab994 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:57:04,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-a6b2d333-554a-408d-bcfd-0cf2839ab994 2018-08-21 07:57:04,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bb0f1b44c8012e048a6e096f08485371a37de2" 2018-08-21 07:57:04,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-909cbb18-7659-4592-8f0e-bc4ad64bae1e x-compute-request-id: req-909cbb18-7659-4592-8f0e-bc4ad64bae1e Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:57:04,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-909cbb18-7659-4592-8f0e-bc4ad64bae1e 2018-08-21 07:57:04,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bb0f1b44c8012e048a6e096f08485371a37de2" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "1e24d65e-1de4-43ad-bd07-8c9730c181bb"}], "config_drive": true}}' 2018-08-21 07:57:06,272 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6b9abea-46fb-4e4f-b668-77b10a9e1a8f x-compute-request-id: req-c6b9abea-46fb-4e4f-b668-77b10a9e1a8f Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "56b86393-0506-40b3-9464-22b178561b6a", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "bookmark"}], "adminPass": "j9EqmTbu4J6a"}} 2018-08-21 07:57:06,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-c6b9abea-46fb-4e4f-b668-77b10a9e1a8f 2018-08-21 07:57:06,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:57:06,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed370e6-a684-4728-9c2f-56c1b6a380dd 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:57:06,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-0ed370e6-a684-4728-9c2f-56c1b6a380dd 2018-08-21 07:57:06,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:57:06,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:57:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["4XD4MpdLSR6YaAkJFRK9sg"], "issued_at": "2018-08-21T07:57:06.000000Z"}} 2018-08-21 07:57:06,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f2611bb2bc724ff0ac859a045d38f990aa79e9" 2018-08-21 07:57:07,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-391ca487-63ef-4dfe-9024-a10d1c8b9d8a x-compute-request-id: req-391ca487-63ef-4dfe-9024-a10d1c8b9d8a 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.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "56b86393-0506-40b3-9464-22b178561b6a", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:57:06Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-08-21T07:57:06Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:07,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a used request id req-391ca487-63ef-4dfe-9024-a10d1c8b9d8a 2018-08-21 07:57:10,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f2611bb2bc724ff0ac859a045d38f990aa79e9" 2018-08-21 07:57:11,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59b3581a-13f1-4293-a01e-589cb0d90698 x-compute-request-id: req-59b3581a-13f1-4293-a01e-589cb0d90698 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000096", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "56b86393-0506-40b3-9464-22b178561b6a", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:57:08Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-08-21T07:57:06Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:11,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a used request id req-59b3581a-13f1-4293-a01e-589cb0d90698 2018-08-21 07:57:14,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f2611bb2bc724ff0ac859a045d38f990aa79e9" 2018-08-21 07:57:14,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-031526df-8321-4b80-a4ba-f87db6b5f5b4 x-compute-request-id: req-031526df-8321-4b80-a4ba-f87db6b5f5b4 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:86:15", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000096", "OS-SRV-USG:launched_at": "2018-08-21T07:57:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "56b86393-0506-40b3-9464-22b178561b6a", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:57:13Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-08-21T07:57:06Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:14,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a used request id req-031526df-8321-4b80-a4ba-f87db6b5f5b4 2018-08-21 07:57:14,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bb0f1b44c8012e048a6e096f08485371a37de2" 2018-08-21 07:57:15,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d65a8c8-6e42-4633-821e-7898370b06c2 x-compute-request-id: req-8d65a8c8-6e42-4633-821e-7898370b06c2 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:86:15", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/56b86393-0506-40b3-9464-22b178561b6a", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000096", "OS-SRV-USG:launched_at": "2018-08-21T07:57:13.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "56b86393-0506-40b3-9464-22b178561b6a", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:57:13Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2018-08-21T07:57:06Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:15,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a used request id req-8d65a8c8-6e42-4633-821e-7898370b06c2 2018-08-21 07:57:15,220 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-08-21 07:57:15,220 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-08-21 07:57:15,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adfedbd7c4e51823250e54f15d59900e7cf47622" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:57:16,584 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:57: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-78c00520-60aa-4b90-a603-f32d1712928c x-compute-request-id: req-78c00520-60aa-4b90-a603-f32d1712928c Content-Length: 0 Content-Type: application/json 2018-08-21 07:57:16,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action used request id req-78c00520-60aa-4b90-a603-f32d1712928c 2018-08-21 07:57:16,585 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-08-21 07:57:16,585 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=1e92eaf0-febc-4439-9161-d3fe66b8e5b1 network=ac060f0f-8540-4f50-9a0b-787c7ac989f2 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2018-08-21 07:57:16,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:57:16,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:57:16,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:57:16,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:57:16,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:57:16,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:57:16,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:57:16,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:57:16,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:57:16,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:57:16,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:57:16,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:57:16,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:57:16,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:57:16,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:57:16,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:57:16,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:57:16,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:57:16,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:57:16,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:57:16,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:57:16,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff84ce32-b8d1-4f12-abba-5b63fefa507d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:57:16,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-ff84ce32-b8d1-4f12-abba-5b63fefa507d 2018-08-21 07:57:16,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:57:17,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:57:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["UJ8vQ29tTPqo4uuPcrWPIQ"], "issued_at": "2018-08-21T07:57:16.000000Z"}} 2018-08-21 07:57:17,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a09cd9f12b8df16d365061a67f15ed01d6ad971" 2018-08-21 07:57:17,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-b8960634-4612-4e01-9c98-abc400d84bfa x-compute-request-id: req-b8960634-4612-4e01-9c98-abc400d84bfa Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:57:17,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-b8960634-4612-4e01-9c98-abc400d84bfa 2018-08-21 07:57:17,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a09cd9f12b8df16d365061a67f15ed01d6ad971" 2018-08-21 07:57:17,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-6004e55c-c8ee-4eee-a128-9a47bd03169b x-compute-request-id: req-6004e55c-c8ee-4eee-a128-9a47bd03169b Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:57:17,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-6004e55c-c8ee-4eee-a128-9a47bd03169b 2018-08-21 07:57:17,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a09cd9f12b8df16d365061a67f15ed01d6ad971" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "ac060f0f-8540-4f50-9a0b-787c7ac989f2"}], "config_drive": true}}' 2018-08-21 07:57:18,582 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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-df2fd157-b91b-45bf-bcc1-1378c8c059e6 x-compute-request-id: req-df2fd157-b91b-45bf-bcc1-1378c8c059e6 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "bookmark"}], "adminPass": "bT9fn2CyXFqB"}} 2018-08-21 07:57:18,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-df2fd157-b91b-45bf-bcc1-1378c8c059e6 2018-08-21 07:57:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:57:18,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62584509-44c8-4df4-84e7-6000a08ad91f 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:57:18,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-62584509-44c8-4df4-84e7-6000a08ad91f 2018-08-21 07:57:18,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:57:18,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:57:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["iDLy3CShSka54F3SMli8gw"], "issued_at": "2018-08-21T07:57:18.000000Z"}} 2018-08-21 07:57:18,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc56874410da6d611bd71dce1c85245cd5b1a70" 2018-08-21 07:57:19,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-524774d1-cf7a-4b60-879d-075606b4deb8 x-compute-request-id: req-524774d1-cf7a-4b60-879d-075606b4deb8 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.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:57: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-2-1", "created": "2018-08-21T07:57:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:19,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 used request id req-524774d1-cf7a-4b60-879d-075606b4deb8 2018-08-21 07:57:22,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc56874410da6d611bd71dce1c85245cd5b1a70" 2018-08-21 07:57:23,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ee2448f-5456-4d99-9a15-8b8c960715df x-compute-request-id: req-6ee2448f-5456-4d99-9a15-8b8c960715df 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.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000097", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T07:57:21Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-08-21T07:57:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:23,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 used request id req-6ee2448f-5456-4d99-9a15-8b8c960715df 2018-08-21 07:57:26,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cc56874410da6d611bd71dce1c85245cd5b1a70" 2018-08-21 07:57:26,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9be096e-f069-4bb1-9e40-83cb76efb6f4 x-compute-request-id: req-a9be096e-f069-4bb1-9e40-83cb76efb6f4 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:3d:a4", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000097", "OS-SRV-USG:launched_at": "2018-08-21T07:57:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:57:24Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-08-21T07:57:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:26,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 used request id req-a9be096e-f069-4bb1-9e40-83cb76efb6f4 2018-08-21 07:57:26,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a09cd9f12b8df16d365061a67f15ed01d6ad971" 2018-08-21 07:57:27,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d09c00f2-5467-45b6-a702-1a0bd94c75ea x-compute-request-id: req-d09c00f2-5467-45b6-a702-1a0bd94c75ea Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:3d:a4", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "rel": "bookmark"}], "image": {"id": "1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "links": [{"href": "http://172.30.9.44:8774/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000097", "OS-SRV-USG:launched_at": "2018-08-21T07:57:24.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T07:57:24Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2018-08-21T07:57:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:57:27,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 used request id req-d09c00f2-5467-45b6-a702-1a0bd94c75ea 2018-08-21 07:57:27,311 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-08-21 07:57:27,311 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-08-21 07:57:27,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adfedbd7c4e51823250e54f15d59900e7cf47622" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:57:28,000 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07: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 x-openstack-request-id: req-bd317b99-d179-4326-8aa9-be5b6ef9fd0a x-compute-request-id: req-bd317b99-d179-4326-8aa9-be5b6ef9fd0a Content-Length: 0 Content-Type: application/json 2018-08-21 07:57:28,001 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action used request id req-bd317b99-d179-4326-8aa9-be5b6ef9fd0a 2018-08-21 07:57:28,001 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-08-21 07:57:28,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-459034", "route_distinguishers": "111:111"}}' 2018-08-21 07:57:28,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-a101e94a-0054-4ffd-9ef4-34006c7bbce2 Date: Tue, 21 Aug 2018 07:57:28 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-1-459034", "route_distinguishers": ["111:111"], "routers": [], "import_targets": ["55:55"], "networks": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": ["55:55"], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "6815feda-ed47-49e0-9bcb-f11749332658"}} 2018-08-21 07:57:28,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns used request id req-a101e94a-0054-4ffd-9ef4-34006c7bbce2 2018-08-21 07:57:28,422 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-459034', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'id': u'6815feda-ed47-49e0-9bcb-f11749332658', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'route_targets': [u'55:55'], u'project_id': u'9395463b2c594ad385c1520193638f95', u'type': u'l3', u'networks': []}} 2018-08-21 07:57:28,422 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-08-21 07:57:28,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6815feda-ed47-49e0-9bcb-f11749332658/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"network_association": {"network_id": "ac060f0f-8540-4f50-9a0b-787c7ac989f2"}}' 2018-08-21 07:57:28,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-9b2b1eef-07fb-4082-9632-54d49408bd3b Date: Tue, 21 Aug 2018 07:57:28 GMT RESP BODY: {"network_association": {"network_id": "ac060f0f-8540-4f50-9a0b-787c7ac989f2", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "4d6973e0-c3a2-4922-b675-28fcf1919ba9"}} 2018-08-21 07:57:28,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6815feda-ed47-49e0-9bcb-f11749332658/network_associations used request id req-9b2b1eef-07fb-4082-9632-54d49408bd3b 2018-08-21 07:57:28,716 - sdnvpn_test_utils - INFO - Waiting for instance b7f453e5-f534-4db4-8553-a67c5a22e318 to boot up 2018-08-21 07:57:28,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:28,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-fdfe7582-c267-41fe-879f-aa54b0f1ecb2 x-compute-request-id: req-fdfe7582-c267-41fe-879f-aa54b0f1ecb2 Content-Encoding: gzip Content-Length: 10219 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:28,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-fdfe7582-c267-41fe-879f-aa54b0f1ecb2 2018-08-21 07:57:30,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:30,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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,Accept-Encoding x-openstack-request-id: req-60b0d5e5-e843-469e-8d05-4ced555fbcb9 x-compute-request-id: req-60b0d5e5-e843-469e-8d05-4ced555fbcb9 Content-Encoding: gzip Content-Length: 10219 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:30,872 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-60b0d5e5-e843-469e-8d05-4ced555fbcb9 2018-08-21 07:57:32,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:32,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc1e44fe-02a3-4238-b491-cbbcf510c2be x-compute-request-id: req-bc1e44fe-02a3-4238-b491-cbbcf510c2be Content-Encoding: gzip Content-Length: 10219 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:32,957 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-bc1e44fe-02a3-4238-b491-cbbcf510c2be 2018-08-21 07:57:34,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:35,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf56eb0d-2ec7-441f-9d4e-37ee38fe35ac x-compute-request-id: req-bf56eb0d-2ec7-441f-9d4e-37ee38fe35ac Content-Encoding: gzip Content-Length: 10238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:35,047 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-bf56eb0d-2ec7-441f-9d4e-37ee38fe35ac 2018-08-21 07:57:37,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:37,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:57: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-9d01966b-03db-47bd-af5b-ae63571c53c7 x-compute-request-id: req-9d01966b-03db-47bd-af5b-ae63571c53c7 Content-Encoding: gzip Content-Length: 10238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:37,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-9d01966b-03db-47bd-af5b-ae63571c53c7 2018-08-21 07:57:39,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:39,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-506c9d7d-d5a4-4f65-81a5-7bc8c10a85f8 x-compute-request-id: req-506c9d7d-d5a4-4f65-81a5-7bc8c10a85f8 Content-Encoding: gzip Content-Length: 10238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:39,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-506c9d7d-d5a4-4f65-81a5-7bc8c10a85f8 2018-08-21 07:57:41,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:41,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-868cfb69-8166-40de-9821-917557b27fec x-compute-request-id: req-868cfb69-8166-40de-9821-917557b27fec Content-Encoding: gzip Content-Length: 10238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:41,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-868cfb69-8166-40de-9821-917557b27fec 2018-08-21 07:57:43,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:43,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-7efa3ec8-f148-4465-b8fa-e2eb56435c81 x-compute-request-id: req-7efa3ec8-f148-4465-b8fa-e2eb56435c81 Content-Encoding: gzip Content-Length: 10238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:43,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-7efa3ec8-f148-4465-b8fa-e2eb56435c81 2018-08-21 07:57:45,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:45,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-c297deda-d2be-4125-b1dc-c32b88bb2f67 x-compute-request-id: req-c297deda-d2be-4125-b1dc-c32b88bb2f67 Content-Encoding: gzip Content-Length: 10238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:45,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-c297deda-d2be-4125-b1dc-c32b88bb2f67 2018-08-21 07:57:47,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:47,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-494315b3-6e96-4d1c-aa99-8d502656bdd9 x-compute-request-id: req-494315b3-6e96-4d1c-aa99-8d502656bdd9 Content-Encoding: gzip Content-Length: 10238 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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-21 07:57:47,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-494315b3-6e96-4d1c-aa99-8d502656bdd9 2018-08-21 07:57:49,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b2e903ec9a82abbd9bd1180de51a5e2cfd6537" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:49,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-2636aa0f-7835-452a-8164-96cecb1e6ccf x-compute-request-id: req-2636aa0f-7835-452a-8164-96cecb1e6ccf Content-Encoding: gzip Content-Length: 11144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 547478822 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197036] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199422] pid_max: default: 32768 minimum: 301\n[ 0.200717] ACPI: Core revision 20150930\n[ 0.202459] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204387] Security Framework initialized\n[ 0.205589] Yama: becoming mindful.\n[ 0.206644] AppArmor: AppArmor initialized\n[ 0.207876] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209751] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211573] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213189] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215044] Initializing cgroup subsys io\n[ 0.216161] Initializing cgroup subsys memory\n[ 0.217332] Initializing cgroup subsys devices\n[ 0.218515] Initializing cgroup subsys freezer\n[ 0.219696] Initializing cgroup subsys net_cls\n[ 0.220873] Initializing cgroup subsys perf_event\n[ 0.222097] Initializing cgroup subsys net_prio\n[ 0.223298] Initializing cgroup subsys hugetlb\n[ 0.224483] Initializing cgroup subsys pids\n[ 0.225656] CPU: Physical Processor ID: 0\n[ 0.227443] mce: CPU supports 10 MCE banks\n[ 0.228602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229957] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251750] ftrace: allocating 31920 entries in 125 pages\n[ 0.277448] smpboot: Max logical packages: 1\n[ 0.278637] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280510] x2apic enabled\n[ 0.281651] Switched APIC routing to physical x2apic.\n[ 0.284143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288343] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290758] KVM setup paravirtual spinlock\n[ 0.292332] x86: Booted up 1 node, 1 CPUs\n[ 0.293423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295290] devtmpfs: initialized\n[ 0.297256] evm: security.selinux\n[ 0.298212] evm: security.SMACK64\n[ 0.299164] evm: security.SMACK64EXEC\n[ 0.300181] evm: security.SMACK64TRANSMUTE\n[ 0.301278] evm: security.SMACK64MMAP\n[ 0.302293] evm: security.ima\n[ 0.303176] evm: security.capability\n[ 0.304247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306715] pinctrl core: initialized pinctrl subsystem\n[ 0.308173] RTC time: 7:57:00, date: 08/21/18\n[ 0.309444] NET: Registered protocol family 16\n[ 0.310748] cpuidle: using governor ladder\n[ 0.311859] cpuidle: using governor menu\n[ 0.312930] PCCT header not found.\n[ 0.313947] ACPI: bus type PCI registered\n[ 0.315030] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316693] PCI: Using configuration type 1 for base access\n[ 0.318830] ACPI: Added _OSI(Module Device)\n[ 0.319974] ACPI: Added _OSI(Processor Device)\n[ 0.321138] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322359] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324492] ACPI: Interpreter enabled\n[ 0.325527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328051] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330549] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335579] ACPI: (supports S0 S5)\n[ 0.336548] ACPI: Using IOAPIC for interrupt routing\n[ 0.337820] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343124] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344762] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346359] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349286] acpiphp: Slot [3] registered\n[ 0.350379] acpiphp: Slot [4] registered\n[ 0.351459] acpiphp: Slot [5] registered\n[ 0.352537] acpiphp: Slot [6] registered\n[ 0.353617] acpiphp: Slot [7] registered\n[ 0.354691] acpiphp: Slot [8] registered\n[ 0.355771] acpiphp: Slot [9] registered\n[ 0.356845] acpiphp: Slot [10] registered\n[ 0.357942] acpiphp: Slot [11] registered\n[ 0.359035] acpiphp: Slot [12] registered\n[ 0.360131] acpiphp: Slot [13] registered\n[ 0.361222] acpiphp: Slot [14] registered\n[ 0.362325] acpiphp: Slot [15] registered\n[ 0.378012] acpiphp: Slot [16] registered\n[ 0.379122] acpiphp: Slot [17] registered\n[ 0.380218] acpiphp: Slot [18] registered\n[ 0.381319] acpiphp: Slot [19] registered\n[ 0.382420] acpiphp: Slot [20] registered\n[ 0.383521] acpiphp: Slot [21] registered\n[ 0.384622] acpiphp: Slot [22] registered\n[ 0.385713] acpiphp: Slot [23] registered\n[ 0.386832] acpiphp: Slot [24] registered\n[ 0.387922] acpiphp: Slot [25] registered\n[ 0.389012] acpiphp: Slot [26] registered\n[ 0.390105] acpiphp: Slot [27] registered\n[ 0.391205] acpiphp: Slot [28] registered\n[ 0.392301] acpiphp: Slot [29] registered\n[ 0.393390] acpiphp: Slot [30] registered\n[ 0.394478] acpiphp: Slot [31] registered\n[ 0.395574] PCI host bridge to bus 0000:00\n[ 0.396667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398284] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399906] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401861] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403814] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409801] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411510] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413091] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414790] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419338] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443473] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451529] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453248] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455042] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456460] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461027] SCSI subsystem initialized\n[ 0.462274] ACPI: bus type USB registered\n[ 0.463397] usbcore: registered new interface driver usbfs\n[ 0.464801] usbcore: registered new interface driver hub\n[ 0.466142] usbcore: registered new device driver usb\n[ 0.467612] PCI: Using ACPI for IRQ routing\n[ 0.469125] NetLabel: Initializing\n[ 0.470101] NetLabel: domain hash size = 128\n[ 0.471248] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472542] NetLabel: unlabeled traffic allowed by default\n[ 0.474097] clocksource: Switched to clocksource kvm-clock\n[ 0.484285] AppArmor: AppArmor Filesystem Enabled\n[ 0.485588] pnp: PnP ACPI init\n[ 0.486816] pnp: PnP ACPI: found 5 devices\n[ 0.493647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495968] NET: Registered protocol family 2\n[ 0.497368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500729] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502363] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505398] NET: Registered protocol family 1\n[ 0.506595] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509511] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524008] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538621] Trying to unpack rootfs image as initramfs...\n[ 0.601028] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606565] Scanning for low memory corruption every 60 seconds\n[ 0.608794] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610388] audit: initializing netlink subsys (disabled)\n[ 0.611827] audit: type=2000 audit(1534838221.222:1): initialized\n[ 0.613675] Initialise system trusted keyring\n[ 0.615080] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.616645] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619374] zbud: loaded\n[ 0.620382] VFS: Disk quotas dquot_6.6.0\n[ 0.621510] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.623657] fuse init (API version 7.23)\n[ 0.624915] Key type big_key registered\n[ 0.626011] Allocating IMA MOK and blacklist keyrings.\n[ 0.627683] Key type asymmetric registered\n[ 0.628815] Asymmetric key parser 'x509' registered\n[ 0.630128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.632199] io scheduler noop registered\n[ 0.633283] io scheduler deadline registered (default)\n[ 0.634638] io scheduler cfq registered\n[ 0.635829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.637232] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.638987] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.640977] ACPI: Power Button [PWRF]\n[ 0.642214] GHES: HEST is not enabled!\n[ 0.656400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685907] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.712926] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.715957] Linux agpgart interface v0.103\n[ 0.719398] brd: module loaded\n[ 0.721687] loop: module loaded\n[ 0.727049] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729010] GPT:90111 != 2097151\n[ 0.729930] GPT:Alternate GPT header not at the end of the disk.\n[ 0.731391] GPT:90111 != 2097151\n[ 0.732322] GPT: Use GNU Parted to correct GPT errors.\n[ 0.733621] vda: vda1 vda15\n[ 0.735327] scsi host0: ata_piix\n[ 0.736395] scsi host1: ata_piix\n[ 0.737379] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.739001] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740964] libphy: Fixed MDIO Bus: probed\n[ 0.742071] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746297] PPP generic driver version 2.4.2\n[ 0.747536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.749151] ehci-pci: EHCI PCI platform driver\n[ 0.750357] ehci-platform: EHCI generic platform driver\n[ 0.751710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.753259] ohci-pci: OHCI PCI platform driver\n[ 0.754458] ohci-platform: OHCI generic platform driver\n[ 0.755844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770469] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771855] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773889] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775279] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.776850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780508] usb usb1: Product: UHCI Host Controller\n[ 0.781792] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783353] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784694] hub 1-0:1.0: USB hub found\n[ 0.785892] hub 1-0:1.0: 2 ports detected\n[ 0.787160] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790060] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792794] mousedev: PS/2 mouse device common for all mice\n[ 0.794496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797007] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798531] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800167] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801789] i2c /dev entries driver\n[ 0.802846] device-mapper: uevent: version 1.0.3\n[ 0.804164] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806420] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808343] NET: Registered protocol family 10\n[ 0.809911] NET: Registered protocol family 17\n[ 0.811146] Key type dns_resolver registered\n[ 0.812449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813934] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816322] registered taskstats version 1\n[ 0.817494] Loading compiled-in X.509 certificates\n[ 0.819331] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821886] zswap: loaded using pool lzo/zbud\n[ 0.823976] Key type trusted registered\n[ 0.826173] Key type encrypted registered\n[ 0.827286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828681] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830092] evm: HMAC attrs: 0x1\n[ 0.831432] Magic number: 14:772:976\n[ 0.832602] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:01 UTC (1534838221)\n[ 0.834836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836345] EDD information not available.\n[ 0.894790] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.911667] ata1.00: configured for MWDMA2\n[ 0.913321] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.916230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.917889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.919556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.922362] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.924453] Write protecting the kernel read-only data: 14336k\n[ 0.927423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.223188] 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.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-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEiDVbhkdOFEBw2CdeMVRu5JcCGQjGHhQhrx5O8J5v5PijP0OZndSbV5DULKE8I+f2+/rmGiR05pL/TXnZG/DbzeUvordwdvhGOq8YIpmZixLqk6daHI9hGL28ouB6hz7UVO3FgNRQxJOvhwvx+gEvI057iw/lMs2FMSn79+gl21CujY9sriSJzfp6QAjISCKpbJrjej8B0JL7NgdNU4GVi5q+EIZkzkV/n7u14UyiNXlWzoMm+HzFXhrbu7iNbTr9cRpRALiJIYxD9j0MnMqWc5OYjRbjFPb/BAQDQt+9CLRMFSip9vEcMkwOANMZIxFWdSAI/Mu+qotiyzsSnz7h root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM/JsnSeT2t2Hc/M8933I4OjV9CgCMHAdLHp2jBoE6splezdnI2ygb0f+vRyObtl2WlWVgtlwfhaYpSOkalkwBVNRORsrbkhWn7tgp3863yWY7KoUc36mEny2hewriy531HQe6S4VCPA6vG2SYQhVYl3h/5DWC4p0YfnUYELf4CxAAAAFQDFyUwN8ik1fN/CFFkgOo3A2yaFzQAAAIAcNeALJXTYV47+SWZBXS8ZyWCrWbDI7cNSA+OEoTghjRJlXBcR+K5lGMWwi7UdQnqy5EzfFgHNX8rJWkUlKTm1BEvPwUt1Q2+fJNyhb4C8f/CtCup2Dn9qLtKWn9zT8w4hgckNJr1kQpLXPGmYJjR5b3h+S8IyIvKW1xRmN7fLyAAAAIBgikcaq2uR6+5wb/JfkrC1T2LbG9H/Ga1HuU0PdVEapczwDJuNS4USNIgt9jSydXY/76TJqjOlG3vo3GoYTb930UecCttmt8zb7JQjZlg3PSS8rnljJ1YInMeIWCwRdI7TzqmxjOh2nrqBzaazW7B9eEaGZKnJ7P8idm/v2+TyRg== root@sdnvpn-2-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe23:cbb3/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: b7f453e5-f534-4db4-8553-a67c5a22e318\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.68 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:23:CB:B3 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe23:cbb3/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[ 1.267401] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.267402] usb 1-1: Product: QEMU USB Tablet\n[ 1.267403] usb 1-1: Manufacturer: QEMU\n[ 1.267404] usb 1-1: SerialNumber: 42\n[ 1.272172] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.274066] ISO 9660 Extensions: RRIP_1991A\n[ 1.602595] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 1.606195] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.606197] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns\n[ 1.640455] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 08:57:42 cirros authpriv.info dropbear[511]: Exit (cirros): Exited normally\nAug 21 08:57:43 cirros authpriv.info dropbear[514]: Child connection from 10.10.10.11:39028\nAug 21 08:57:43 cirros authpriv.notice dropbear[514]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:39028\nAug 21 08:57:43 cirros authpriv.info dropbear[514]: Exit (cirros): Exited normally\nAug 21 08:57:43 cirros authpriv.info dropbear[517]: Child connection from 10.10.10.11:39030\nAug 21 08:57:43 cirros authpriv.notice dropbear[517]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:39030\nAug 21 08:57:43 cirros authpriv.info dropbear[517]: Exit (cirros): Exited normally\nAug 21 08:57:44 cirros authpriv.info dropbear[520]: Child connection from 10.10.10.11:39032\nAug 21 08:57:44 cirros authpriv.notice dropbear[520]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:39032\nAug 21 08:57:44 cirros authpriv.info dropbear[520]: Exit (cirros): Exited normally\nAug 21 08:57:44 cirros authpriv.info dropbear[523]: Child connection from 10.10.10.11:39034\nAug 21 08:57:44 cirros authpriv.notice dropbear[523]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:39034\nAug 21 08:57:44 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\nAug 21 08:57:46 cirros authpriv.info dropbear[526]: Child connection from 10.10.10.11:39036\nAug 21 08:57:46 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:39036\nAug 21 08:57:46 cirros authpriv.info dropbear[526]: Exit (cirros): Exited normally\nAug 21 08:57:46 cirros authpriv.info dropbear[529]: Child connection from 10.10.10.11:39038\nAug 21 08:57:46 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:39038\nAug 21 08:57:46 cirros authpriv.info dropbear[529]: Exit (cirros): Exited normally\nAug 21 08:57:47 cirros authpriv.info dropbear[532]: Child connection from 10.10.10.11:39040\nAug 21 08:57:47 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:39040\nAug 21 08:57:47 cirros authpriv.info dropbear[532]: Exit (cirros): Exited normally\nAug 21 08:57:47 cirros authpriv.info dropbear[535]: Child connection from 10.10.10.11:39042\nAug 21 08:57:47 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:39042\nAug 21 08:57:47 cirros authpriv.info dropbear[535]: 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-21 07:57:49,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-2636aa0f-7835-452a-8164-96cecb1e6ccf 2018-08-21 07:57:51,735 - sdnvpn_test_utils - INFO - Waiting for instance 50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02 to boot up 2018-08-21 07:57:51,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a09cd9f12b8df16d365061a67f15ed01d6ad971" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:51,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-8fcb08c6-e869-4050-8738-f633c7352a72 x-compute-request-id: req-8fcb08c6-e869-4050-8738-f633c7352a72 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505327585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.203120] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.205352] pid_max: default: 32768 minimum: 301\n[ 0.206558] ACPI: Core revision 20150930\n[ 0.208200] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.209952] Security Framework initialized\n[ 0.211079] Yama: becoming mindful.\n[ 0.212090] AppArmor: AppArmor initialized\n[ 0.213253] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.215024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.216710] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.220178] Initializing cgroup subsys io\n[ 0.221288] Initializing cgroup subsys memory\n[ 0.222470] Initializing cgroup subsys devices\n[ 0.223646] Initializing cgroup subsys freezer\n[ 0.224822] Initializing cgroup subsys net_cls\n[ 0.226007] Initializing cgroup subsys perf_event\n[ 0.227250] Initializing cgroup subsys net_prio\n[ 0.228447] Initializing cgroup subsys hugetlb\n[ 0.229613] Initializing cgroup subsys pids\n[ 0.230776] CPU: Physical Processor ID: 0\n[ 0.232562] mce: CPU supports 10 MCE banks\n[ 0.233696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.235049] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.250187] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256997] ftrace: allocating 31920 entries in 125 pages\n[ 0.283653] smpboot: Max logical packages: 1\n[ 0.284825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.286678] x2apic enabled\n[ 0.287798] Switched APIC routing to physical x2apic.\n[ 0.290224] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.292048] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.295252] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.298132] KVM setup paravirtual spinlock\n[ 0.299967] x86: Booted up 1 node, 1 CPUs\n[ 0.301270] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.303481] devtmpfs: initialized\n[ 0.305641] evm: security.selinux\n[ 0.306773] evm: security.SMACK64\n[ 0.307887] evm: security.SMACK64EXEC\n[ 0.309088] evm: security.SMACK64TRANSMUTE\n[ 0.310407] evm: security.SMACK64MMAP\n[ 0.311615] evm: security.ima\n[ 0.312641] evm: security.capability\n[ 0.313907] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316892] pinctrl core: initialized pinctrl subsystem\n[ 0.318625] RTC time: 7:57:24, date: 08/21/18\n[ 0.320135] NET: Registered protocol family 16\n[ 0.321682] cpuidle: using governor ladder\n[ 0.323012] cpuidle: using governor menu\n[ 0.324282] PCCT header not found.\n[ 0.325470] ACPI: bus type PCI registered\n[ 0.326769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.328612] PCI: Using configuration type 1 for base access\n[ 0.330873] ACPI: Added _OSI(Module Device)\n[ 0.332010] ACPI: Added _OSI(Processor Device)\n[ 0.333163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334366] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.336527] ACPI: Interpreter enabled\n[ 0.337557] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345016] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347526] ACPI: (supports S0 S5)\n[ 0.348484] ACPI: Using IOAPIC for interrupt routing\n[ 0.349749] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353503] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356657] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358233] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361163] acpiphp: Slot [3] registered\n[ 0.362245] acpiphp: Slot [4] registered\n[ 0.363326] acpiphp: Slot [5] registered\n[ 0.364404] acpiphp: Slot [6] registered\n[ 0.365484] acpiphp: Slot [7] registered\n[ 0.366691] acpiphp: Slot [8] registered\n[ 0.367769] acpiphp: Slot [9] registered\n[ 0.368840] acpiphp: Slot [10] registered\n[ 0.369931] acpiphp: Slot [11] registered\n[ 0.371025] acpiphp: Slot [12] registered\n[ 0.372114] acpiphp: Slot [13] registered\n[ 0.373196] acpiphp: Slot [14] registered\n[ 0.374285] acpiphp: Slot [15] registered\n[ 0.389436] acpiphp: Slot [16] registered\n[ 0.390550] acpiphp: Slot [17] registered\n[ 0.391643] acpiphp: Slot [18] registered\n[ 0.392733] acpiphp: Slot [19] registered\n[ 0.393836] acpiphp: Slot [20] registered\n[ 0.394929] acpiphp: Slot [21] registered\n[ 0.396018] acpiphp: Slot [22] registered\n[ 0.397106] acpiphp: Slot [23] registered\n[ 0.398196] acpiphp: Slot [24] registered\n[ 0.399293] acpiphp: Slot [25] registered\n[ 0.400385] acpiphp: Slot [26] registered\n[ 0.401493] acpiphp: Slot [27] registered\n[ 0.402678] acpiphp: Slot [28] registered\n[ 0.403790] acpiphp: Slot [29] registered\n[ 0.404876] acpiphp: Slot [30] registered\n[ 0.405977] acpiphp: Slot [31] registered\n[ 0.407073] PCI host bridge to bus 0000:00\n[ 0.408169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.409802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.411417] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.413365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.415311] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.417296] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421386] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424642] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426470] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432709] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455760] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459579] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.461544] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.463269] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466763] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469089] vgaarb: loaded\n[ 0.469994] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471762] SCSI subsystem initialized\n[ 0.473123] ACPI: bus type USB registered\n[ 0.474250] usbcore: registered new interface driver usbfs\n[ 0.475630] usbcore: registered new interface driver hub\n[ 0.476979] usbcore: registered new device driver usb\n[ 0.478460] PCI: Using ACPI for IRQ routing\n[ 0.480043] NetLabel: Initializing\n[ 0.481019] NetLabel: domain hash size = 128\n[ 0.482159] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.483448] NetLabel: unlabeled traffic allowed by default\n[ 0.485005] clocksource: Switched to clocksource kvm-clock\n[ 0.495325] AppArmor: AppArmor Filesystem Enabled\n[ 0.496628] pnp: PnP ACPI init\n[ 0.497876] pnp: PnP ACPI: found 5 devices\n[ 0.504701] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.507019] NET: Registered protocol family 2\n[ 0.508424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.510152] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.511805] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.513429] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516457] NET: Registered protocol family 1\n[ 0.517644] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.519114] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.520540] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.535110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549892] Trying to unpack rootfs image as initramfs...\n[ 0.612693] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.619754] Scanning for low memory corruption every 60 seconds\n[ 0.622865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624490] audit: initializing netlink subsys (disabled)\n[ 0.626133] audit: type=2000 audit(1534838245.696:1): initialized\n[ 0.628230] Initialise system trusted keyring\n[ 0.629769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631381] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634246] zbud: loaded\n[ 0.635326] VFS: Disk quotas dquot_6.6.0\n[ 0.636464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638732] fuse init (API version 7.23)\n[ 0.639984] Key type big_key registered\n[ 0.641097] Allocating IMA MOK and blacklist keyrings.\n[ 0.642795] Key type asymmetric registered\n[ 0.643917] Asymmetric key parser 'x509' registered\n[ 0.645232] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647266] io scheduler noop registered\n[ 0.648334] io scheduler deadline registered (default)\n[ 0.649789] io scheduler cfq registered\n[ 0.651062] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.652444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.654266] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.656246] ACPI: Power Button [PWRF]\n[ 0.657616] GHES: HEST is not enabled!\n[ 0.671949] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.701785] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.704862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.728641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.731793] Linux agpgart interface v0.103\n[ 0.735648] brd: module loaded\n[ 0.738073] loop: module loaded\n[ 0.742988] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.744955] GPT:90111 != 2097151\n[ 0.745887] GPT:Alternate GPT header not at the end of the disk.\n[ 0.747378] GPT:90111 != 2097151\n[ 0.748289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.749611] vda: vda1 vda15\n[ 0.751552] scsi host0: ata_piix\n[ 0.752622] scsi host1: ata_piix\n[ 0.753627] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.755236] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.757508] libphy: Fixed MDIO Bus: probed\n[ 0.758640] tun: Universal TUN/TAP device driver, 1.6\n[ 0.759932] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.763051] PPP generic driver version 2.4.2\n[ 0.764337] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.766095] ehci-pci: EHCI PCI platform driver\n[ 0.767310] ehci-platform: EHCI generic platform driver\n[ 0.768634] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.770187] ohci-pci: OHCI PCI platform driver\n[ 0.771400] ohci-platform: OHCI generic platform driver\n[ 0.772773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.787482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.788875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.790904] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.792280] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.793902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.795549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.797469] usb usb1: Product: UHCI Host Controller\n[ 0.798710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.800221] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.801658] hub 1-0:1.0: USB hub found\n[ 0.802725] hub 1-0:1.0: 2 ports detected\n[ 0.804071] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.806984] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.808270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.809665] mousedev: PS/2 mouse device common for all mice\n[ 0.811384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.813835] rtc_cmos 00:00: RTC can wake from S4\n[ 0.815398] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.816967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.818572] i2c /dev entries driver\n[ 0.819633] device-mapper: uevent: version 1.0.3\n[ 0.820945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.823192] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.825227] NET: Registered protocol family 10\n[ 0.827051] NET: Registered protocol family 17\n[ 0.828259] Key type dns_resolver registered\n[ 0.829613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.831095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.833535] registered taskstats version 1\n[ 0.834701] Loading compiled-in X.509 certificates\n[ 0.836578] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.839069] zswap: loaded using pool lzo/zbud\n[ 0.841588] Key type trusted registered\n[ 0.843767] Key type encrypted registered\n[ 0.844905] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.846326] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847724] evm: HMAC attrs: 0x1\n[ 0.849075] Magic number: 14:772:976\n[ 0.850264] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:25 UTC (1534838245)\n[ 0.852471] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853954] EDD information not available.\n[ 0.913950] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.930187] ata1.00: configured for MWDMA2\n[ 0.931921] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.934870] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.936529] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.938220] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.942063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.944163] Write protecting the kernel read-only data: 14336k\n[ 0.949007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.951625] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.016037] 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.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.33s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-21 07:57:51,805 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action used request id req-8fcb08c6-e869-4050-8738-f633c7352a72 2018-08-21 07:57:53,809 - sdnvpn_test_utils - INFO - Waiting for instance 56b86393-0506-40b3-9464-22b178561b6a to boot up 2018-08-21 07:57:53,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bb0f1b44c8012e048a6e096f08485371a37de2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:57:53,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-c1143d10-462e-42ec-a668-d02b7d5b8ad7 x-compute-request-id: req-c1143d10-462e-42ec-a668-d02b7d5b8ad7 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 488381743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199971] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202354] pid_max: default: 32768 minimum: 301\n[ 0.203639] ACPI: Core revision 20150930\n[ 0.205351] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.207246] Security Framework initialized\n[ 0.208413] Yama: becoming mindful.\n[ 0.209467] AppArmor: AppArmor initialized\n[ 0.210692] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212558] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214382] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216098] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218054] Initializing cgroup subsys io\n[ 0.219234] Initializing cgroup subsys memory\n[ 0.220437] Initializing cgroup subsys devices\n[ 0.221690] Initializing cgroup subsys freezer\n[ 0.222955] Initializing cgroup subsys net_cls\n[ 0.224189] Initializing cgroup subsys perf_event\n[ 0.225483] Initializing cgroup subsys net_prio\n[ 0.226775] Initializing cgroup subsys hugetlb\n[ 0.228019] Initializing cgroup subsys pids\n[ 0.229259] CPU: Physical Processor ID: 0\n[ 0.231129] mce: CPU supports 10 MCE banks\n[ 0.232321] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233839] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248828] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255610] ftrace: allocating 31920 entries in 125 pages\n[ 0.281205] smpboot: Max logical packages: 1\n[ 0.282435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284376] x2apic enabled\n[ 0.285549] Switched APIC routing to physical x2apic.\n[ 0.288066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289654] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292479] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295016] KVM setup paravirtual spinlock\n[ 0.296647] x86: Booted up 1 node, 1 CPUs\n[ 0.297788] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.299719] devtmpfs: initialized\n[ 0.301723] evm: security.selinux\n[ 0.302708] evm: security.SMACK64\n[ 0.303698] evm: security.SMACK64EXEC\n[ 0.304748] evm: security.SMACK64TRANSMUTE\n[ 0.305881] evm: security.SMACK64MMAP\n[ 0.306928] evm: security.ima\n[ 0.307842] evm: security.capability\n[ 0.308947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311537] pinctrl core: initialized pinctrl subsystem\n[ 0.313060] RTC time: 7:57:13, date: 08/21/18\n[ 0.314378] NET: Registered protocol family 16\n[ 0.315713] cpuidle: using governor ladder\n[ 0.316871] cpuidle: using governor menu\n[ 0.317992] PCCT header not found.\n[ 0.319044] ACPI: bus type PCI registered\n[ 0.320148] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321869] PCI: Using configuration type 1 for base access\n[ 0.324058] ACPI: Added _OSI(Module Device)\n[ 0.325242] ACPI: Added _OSI(Processor Device)\n[ 0.326453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329943] ACPI: Interpreter enabled\n[ 0.331029] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341447] ACPI: (supports S0 S5)\n[ 0.342454] ACPI: Using IOAPIC for interrupt routing\n[ 0.343789] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349293] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355746] acpiphp: Slot [3] registered\n[ 0.356874] acpiphp: Slot [4] registered\n[ 0.358009] acpiphp: Slot [5] registered\n[ 0.359139] acpiphp: Slot [6] registered\n[ 0.360267] acpiphp: Slot [7] registered\n[ 0.361386] acpiphp: Slot [8] registered\n[ 0.362530] acpiphp: Slot [9] registered\n[ 0.363654] acpiphp: Slot [10] registered\n[ 0.364790] acpiphp: Slot [11] registered\n[ 0.365931] acpiphp: Slot [12] registered\n[ 0.367069] acpiphp: Slot [13] registered\n[ 0.368213] acpiphp: Slot [14] registered\n[ 0.369355] acpiphp: Slot [15] registered\n[ 0.384773] acpiphp: Slot [16] registered\n[ 0.385930] acpiphp: Slot [17] registered\n[ 0.387074] acpiphp: Slot [18] registered\n[ 0.388214] acpiphp: Slot [19] registered\n[ 0.389355] acpiphp: Slot [20] registered\n[ 0.390513] acpiphp: Slot [21] registered\n[ 0.391659] acpiphp: Slot [22] registered\n[ 0.392792] acpiphp: Slot [23] registered\n[ 0.393930] acpiphp: Slot [24] registered\n[ 0.395066] acpiphp: Slot [25] registered\n[ 0.396206] acpiphp: Slot [26] registered\n[ 0.397347] acpiphp: Slot [27] registered\n[ 0.398505] acpiphp: Slot [28] registered\n[ 0.399658] acpiphp: Slot [29] registered\n[ 0.400802] acpiphp: Slot [30] registered\n[ 0.401946] acpiphp: Slot [31] registered\n[ 0.403081] PCI host bridge to bus 0000:00\n[ 0.404222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407617] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411720] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.413808] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.417958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.419751] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423160] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450786] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456807] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460662] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463954] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466142] vgaarb: loaded\n[ 0.466999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468694] SCSI subsystem initialized\n[ 0.469973] ACPI: bus type USB registered\n[ 0.471125] usbcore: registered new interface driver usbfs\n[ 0.472572] usbcore: registered new interface driver hub\n[ 0.473967] usbcore: registered new device driver usb\n[ 0.475501] PCI: Using ACPI for IRQ routing\n[ 0.477041] NetLabel: Initializing\n[ 0.478049] NetLabel: domain hash size = 128\n[ 0.479244] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.480589] NetLabel: unlabeled traffic allowed by default\n[ 0.482203] clocksource: Switched to clocksource kvm-clock\n[ 0.492453] AppArmor: AppArmor Filesystem Enabled\n[ 0.493798] pnp: PnP ACPI init\n[ 0.495049] pnp: PnP ACPI: found 5 devices\n[ 0.501902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504296] NET: Registered protocol family 2\n[ 0.505727] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510903] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512423] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514065] NET: Registered protocol family 1\n[ 0.515297] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516843] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532914] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547578] Trying to unpack rootfs image as initramfs...\n[ 0.609897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.615279] Scanning for low memory corruption every 60 seconds\n[ 0.617532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.619196] audit: initializing netlink subsys (disabled)\n[ 0.620697] audit: type=2000 audit(1534838234.077:1): initialized\n[ 0.622653] Initialise system trusted keyring\n[ 0.624050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.628524] zbud: loaded\n[ 0.629542] VFS: Disk quotas dquot_6.6.0\n[ 0.630700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.632927] fuse init (API version 7.23)\n[ 0.634226] Key type big_key registered\n[ 0.635341] Allocating IMA MOK and blacklist keyrings.\n[ 0.637005] Key type asymmetric registered\n[ 0.638146] Asymmetric key parser 'x509' registered\n[ 0.639476] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.641508] io scheduler noop registered\n[ 0.642593] io scheduler deadline registered (default)\n[ 0.643967] io scheduler cfq registered\n[ 0.645133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.646581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.648326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.650352] ACPI: Power Button [PWRF]\n[ 0.651547] GHES: HEST is not enabled!\n[ 0.665424] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.695037] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.697977] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.721625] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724581] Linux agpgart interface v0.103\n[ 0.727937] brd: module loaded\n[ 0.730163] loop: module loaded\n[ 0.734841] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736846] GPT:90111 != 2097151\n[ 0.737756] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739244] GPT:90111 != 2097151\n[ 0.740163] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741470] vda: vda1 vda15\n[ 0.743129] scsi host0: ata_piix\n[ 0.744195] scsi host1: ata_piix\n[ 0.745184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746799] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748729] libphy: Fixed MDIO Bus: probed\n[ 0.749824] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751124] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754492] PPP generic driver version 2.4.2\n[ 0.756269] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758662] ehci-pci: EHCI PCI platform driver\n[ 0.760408] ehci-platform: EHCI generic platform driver\n[ 0.761851] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763392] ohci-pci: OHCI PCI platform driver\n[ 0.764591] ohci-platform: OHCI generic platform driver\n[ 0.765936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780705] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782074] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784082] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787044] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.788710] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.790660] usb usb1: Product: UHCI Host Controller\n[ 0.792116] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.793751] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795083] hub 1-0:1.0: USB hub found\n[ 0.796147] hub 1-0:1.0: 2 ports detected\n[ 0.797407] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.800272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.801578] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.802979] mousedev: PS/2 mouse device common for all mice\n[ 0.804676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.807207] rtc_cmos 00:00: RTC can wake from S4\n[ 0.808892] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.810714] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.812356] i2c /dev entries driver\n[ 0.813410] device-mapper: uevent: version 1.0.3\n[ 0.814760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.817115] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.819065] NET: Registered protocol family 10\n[ 0.820867] NET: Registered protocol family 17\n[ 0.822134] Key type dns_resolver registered\n[ 0.823495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.825056] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.827562] registered taskstats version 1\n[ 0.828714] Loading compiled-in X.509 certificates\n[ 0.830565] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.833086] zswap: loaded using pool lzo/zbud\n[ 0.835190] Key type trusted registered\n[ 0.837457] Key type encrypted registered\n[ 0.838684] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.840208] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841719] evm: HMAC attrs: 0x1\n[ 0.843050] Magic number: 14:772:976\n[ 0.844252] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:14 UTC (1534838234)\n[ 0.846539] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848100] EDD information not available.\n[ 0.902941] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.919380] ata1.00: configured for MWDMA2\n[ 0.921506] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.924618] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.926399] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.928167] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.931072] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933344] Write protecting the kernel read-only data: 14336k\n[ 0.936374] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107664] 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.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.32s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-21 07:57:53,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action used request id req-c1143d10-462e-42ec-a668-d02b7d5b8ad7 2018-08-21 07:57:55,887 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 07:58:25,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a09cd9f12b8df16d365061a67f15ed01d6ad971" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:58:25,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-450d47c3-7b77-464a-8557-dbc1bf81537c x-compute-request-id: req-450d47c3-7b77-464a-8557-dbc1bf81537c Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505327585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.203120] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.205352] pid_max: default: 32768 minimum: 301\n[ 0.206558] ACPI: Core revision 20150930\n[ 0.208200] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.209952] Security Framework initialized\n[ 0.211079] Yama: becoming mindful.\n[ 0.212090] AppArmor: AppArmor initialized\n[ 0.213253] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.215024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.216710] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.220178] Initializing cgroup subsys io\n[ 0.221288] Initializing cgroup subsys memory\n[ 0.222470] Initializing cgroup subsys devices\n[ 0.223646] Initializing cgroup subsys freezer\n[ 0.224822] Initializing cgroup subsys net_cls\n[ 0.226007] Initializing cgroup subsys perf_event\n[ 0.227250] Initializing cgroup subsys net_prio\n[ 0.228447] Initializing cgroup subsys hugetlb\n[ 0.229613] Initializing cgroup subsys pids\n[ 0.230776] CPU: Physical Processor ID: 0\n[ 0.232562] mce: CPU supports 10 MCE banks\n[ 0.233696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.235049] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.250187] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256997] ftrace: allocating 31920 entries in 125 pages\n[ 0.283653] smpboot: Max logical packages: 1\n[ 0.284825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.286678] x2apic enabled\n[ 0.287798] Switched APIC routing to physical x2apic.\n[ 0.290224] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.292048] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.295252] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.298132] KVM setup paravirtual spinlock\n[ 0.299967] x86: Booted up 1 node, 1 CPUs\n[ 0.301270] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.303481] devtmpfs: initialized\n[ 0.305641] evm: security.selinux\n[ 0.306773] evm: security.SMACK64\n[ 0.307887] evm: security.SMACK64EXEC\n[ 0.309088] evm: security.SMACK64TRANSMUTE\n[ 0.310407] evm: security.SMACK64MMAP\n[ 0.311615] evm: security.ima\n[ 0.312641] evm: security.capability\n[ 0.313907] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316892] pinctrl core: initialized pinctrl subsystem\n[ 0.318625] RTC time: 7:57:24, date: 08/21/18\n[ 0.320135] NET: Registered protocol family 16\n[ 0.321682] cpuidle: using governor ladder\n[ 0.323012] cpuidle: using governor menu\n[ 0.324282] PCCT header not found.\n[ 0.325470] ACPI: bus type PCI registered\n[ 0.326769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.328612] PCI: Using configuration type 1 for base access\n[ 0.330873] ACPI: Added _OSI(Module Device)\n[ 0.332010] ACPI: Added _OSI(Processor Device)\n[ 0.333163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334366] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.336527] ACPI: Interpreter enabled\n[ 0.337557] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345016] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347526] ACPI: (supports S0 S5)\n[ 0.348484] ACPI: Using IOAPIC for interrupt routing\n[ 0.349749] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353503] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356657] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358233] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361163] acpiphp: Slot [3] registered\n[ 0.362245] acpiphp: Slot [4] registered\n[ 0.363326] acpiphp: Slot [5] registered\n[ 0.364404] acpiphp: Slot [6] registered\n[ 0.365484] acpiphp: Slot [7] registered\n[ 0.366691] acpiphp: Slot [8] registered\n[ 0.367769] acpiphp: Slot [9] registered\n[ 0.368840] acpiphp: Slot [10] registered\n[ 0.369931] acpiphp: Slot [11] registered\n[ 0.371025] acpiphp: Slot [12] registered\n[ 0.372114] acpiphp: Slot [13] registered\n[ 0.373196] acpiphp: Slot [14] registered\n[ 0.374285] acpiphp: Slot [15] registered\n[ 0.389436] acpiphp: Slot [16] registered\n[ 0.390550] acpiphp: Slot [17] registered\n[ 0.391643] acpiphp: Slot [18] registered\n[ 0.392733] acpiphp: Slot [19] registered\n[ 0.393836] acpiphp: Slot [20] registered\n[ 0.394929] acpiphp: Slot [21] registered\n[ 0.396018] acpiphp: Slot [22] registered\n[ 0.397106] acpiphp: Slot [23] registered\n[ 0.398196] acpiphp: Slot [24] registered\n[ 0.399293] acpiphp: Slot [25] registered\n[ 0.400385] acpiphp: Slot [26] registered\n[ 0.401493] acpiphp: Slot [27] registered\n[ 0.402678] acpiphp: Slot [28] registered\n[ 0.403790] acpiphp: Slot [29] registered\n[ 0.404876] acpiphp: Slot [30] registered\n[ 0.405977] acpiphp: Slot [31] registered\n[ 0.407073] PCI host bridge to bus 0000:00\n[ 0.408169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.409802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.411417] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.413365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.415311] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.417296] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421386] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424642] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426470] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432709] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455760] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459579] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.461544] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.463269] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466763] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469089] vgaarb: loaded\n[ 0.469994] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471762] SCSI subsystem initialized\n[ 0.473123] ACPI: bus type USB registered\n[ 0.474250] usbcore: registered new interface driver usbfs\n[ 0.475630] usbcore: registered new interface driver hub\n[ 0.476979] usbcore: registered new device driver usb\n[ 0.478460] PCI: Using ACPI for IRQ routing\n[ 0.480043] NetLabel: Initializing\n[ 0.481019] NetLabel: domain hash size = 128\n[ 0.482159] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.483448] NetLabel: unlabeled traffic allowed by default\n[ 0.485005] clocksource: Switched to clocksource kvm-clock\n[ 0.495325] AppArmor: AppArmor Filesystem Enabled\n[ 0.496628] pnp: PnP ACPI init\n[ 0.497876] pnp: PnP ACPI: found 5 devices\n[ 0.504701] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.507019] NET: Registered protocol family 2\n[ 0.508424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.510152] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.511805] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.513429] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516457] NET: Registered protocol family 1\n[ 0.517644] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.519114] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.520540] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.535110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549892] Trying to unpack rootfs image as initramfs...\n[ 0.612693] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.619754] Scanning for low memory corruption every 60 seconds\n[ 0.622865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624490] audit: initializing netlink subsys (disabled)\n[ 0.626133] audit: type=2000 audit(1534838245.696:1): initialized\n[ 0.628230] Initialise system trusted keyring\n[ 0.629769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631381] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634246] zbud: loaded\n[ 0.635326] VFS: Disk quotas dquot_6.6.0\n[ 0.636464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638732] fuse init (API version 7.23)\n[ 0.639984] Key type big_key registered\n[ 0.641097] Allocating IMA MOK and blacklist keyrings.\n[ 0.642795] Key type asymmetric registered\n[ 0.643917] Asymmetric key parser 'x509' registered\n[ 0.645232] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647266] io scheduler noop registered\n[ 0.648334] io scheduler deadline registered (default)\n[ 0.649789] io scheduler cfq registered\n[ 0.651062] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.652444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.654266] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.656246] ACPI: Power Button [PWRF]\n[ 0.657616] GHES: HEST is not enabled!\n[ 0.671949] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.701785] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.704862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.728641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.731793] Linux agpgart interface v0.103\n[ 0.735648] brd: module loaded\n[ 0.738073] loop: module loaded\n[ 0.742988] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.744955] GPT:90111 != 2097151\n[ 0.745887] GPT:Alternate GPT header not at the end of the disk.\n[ 0.747378] GPT:90111 != 2097151\n[ 0.748289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.749611] vda: vda1 vda15\n[ 0.751552] scsi host0: ata_piix\n[ 0.752622] scsi host1: ata_piix\n[ 0.753627] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.755236] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.757508] libphy: Fixed MDIO Bus: probed\n[ 0.758640] tun: Universal TUN/TAP device driver, 1.6\n[ 0.759932] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.763051] PPP generic driver version 2.4.2\n[ 0.764337] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.766095] ehci-pci: EHCI PCI platform driver\n[ 0.767310] ehci-platform: EHCI generic platform driver\n[ 0.768634] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.770187] ohci-pci: OHCI PCI platform driver\n[ 0.771400] ohci-platform: OHCI generic platform driver\n[ 0.772773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.787482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.788875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.790904] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.792280] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.793902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.795549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.797469] usb usb1: Product: UHCI Host Controller\n[ 0.798710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.800221] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.801658] hub 1-0:1.0: USB hub found\n[ 0.802725] hub 1-0:1.0: 2 ports detected\n[ 0.804071] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.806984] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.808270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.809665] mousedev: PS/2 mouse device common for all mice\n[ 0.811384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.813835] rtc_cmos 00:00: RTC can wake from S4\n[ 0.815398] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.816967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.818572] i2c /dev entries driver\n[ 0.819633] device-mapper: uevent: version 1.0.3\n[ 0.820945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.823192] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.825227] NET: Registered protocol family 10\n[ 0.827051] NET: Registered protocol family 17\n[ 0.828259] Key type dns_resolver registered\n[ 0.829613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.831095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.833535] registered taskstats version 1\n[ 0.834701] Loading compiled-in X.509 certificates\n[ 0.836578] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.839069] zswap: loaded using pool lzo/zbud\n[ 0.841588] Key type trusted registered\n[ 0.843767] Key type encrypted registered\n[ 0.844905] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.846326] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847724] evm: HMAC attrs: 0x1\n[ 0.849075] Magic number: 14:772:976\n[ 0.850264] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:25 UTC (1534838245)\n[ 0.852471] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853954] EDD information not available.\n[ 0.913950] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.930187] ata1.00: configured for MWDMA2\n[ 0.931921] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.934870] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.936529] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.938220] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.942063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.944163] Write protecting the kernel read-only data: 14336k\n[ 0.949007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.951625] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.016037] 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.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.33s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-21 07:58:25,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action used request id req-450d47c3-7b77-464a-8557-dbc1bf81537c 2018-08-21 07:58:25,980 - 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-21 07:58:25,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a09cd9f12b8df16d365061a67f15ed01d6ad971" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:58:26,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07: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-3e22d721-b503-4f3a-9a4f-5e9f5731e0c3 x-compute-request-id: req-3e22d721-b503-4f3a-9a4f-5e9f5731e0c3 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505327585 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.203120] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.205352] pid_max: default: 32768 minimum: 301\n[ 0.206558] ACPI: Core revision 20150930\n[ 0.208200] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.209952] Security Framework initialized\n[ 0.211079] Yama: becoming mindful.\n[ 0.212090] AppArmor: AppArmor initialized\n[ 0.213253] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.215024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.216710] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218321] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.220178] Initializing cgroup subsys io\n[ 0.221288] Initializing cgroup subsys memory\n[ 0.222470] Initializing cgroup subsys devices\n[ 0.223646] Initializing cgroup subsys freezer\n[ 0.224822] Initializing cgroup subsys net_cls\n[ 0.226007] Initializing cgroup subsys perf_event\n[ 0.227250] Initializing cgroup subsys net_prio\n[ 0.228447] Initializing cgroup subsys hugetlb\n[ 0.229613] Initializing cgroup subsys pids\n[ 0.230776] CPU: Physical Processor ID: 0\n[ 0.232562] mce: CPU supports 10 MCE banks\n[ 0.233696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.235049] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.250187] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256997] ftrace: allocating 31920 entries in 125 pages\n[ 0.283653] smpboot: Max logical packages: 1\n[ 0.284825] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.286678] x2apic enabled\n[ 0.287798] Switched APIC routing to physical x2apic.\n[ 0.290224] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.292048] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.295252] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.298132] KVM setup paravirtual spinlock\n[ 0.299967] x86: Booted up 1 node, 1 CPUs\n[ 0.301270] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.303481] devtmpfs: initialized\n[ 0.305641] evm: security.selinux\n[ 0.306773] evm: security.SMACK64\n[ 0.307887] evm: security.SMACK64EXEC\n[ 0.309088] evm: security.SMACK64TRANSMUTE\n[ 0.310407] evm: security.SMACK64MMAP\n[ 0.311615] evm: security.ima\n[ 0.312641] evm: security.capability\n[ 0.313907] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316892] pinctrl core: initialized pinctrl subsystem\n[ 0.318625] RTC time: 7:57:24, date: 08/21/18\n[ 0.320135] NET: Registered protocol family 16\n[ 0.321682] cpuidle: using governor ladder\n[ 0.323012] cpuidle: using governor menu\n[ 0.324282] PCCT header not found.\n[ 0.325470] ACPI: bus type PCI registered\n[ 0.326769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.328612] PCI: Using configuration type 1 for base access\n[ 0.330873] ACPI: Added _OSI(Module Device)\n[ 0.332010] ACPI: Added _OSI(Processor Device)\n[ 0.333163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.334366] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.336527] ACPI: Interpreter enabled\n[ 0.337557] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.340044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345016] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347526] ACPI: (supports S0 S5)\n[ 0.348484] ACPI: Using IOAPIC for interrupt routing\n[ 0.349749] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.353503] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.356657] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358233] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.361163] acpiphp: Slot [3] registered\n[ 0.362245] acpiphp: Slot [4] registered\n[ 0.363326] acpiphp: Slot [5] registered\n[ 0.364404] acpiphp: Slot [6] registered\n[ 0.365484] acpiphp: Slot [7] registered\n[ 0.366691] acpiphp: Slot [8] registered\n[ 0.367769] acpiphp: Slot [9] registered\n[ 0.368840] acpiphp: Slot [10] registered\n[ 0.369931] acpiphp: Slot [11] registered\n[ 0.371025] acpiphp: Slot [12] registered\n[ 0.372114] acpiphp: Slot [13] registered\n[ 0.373196] acpiphp: Slot [14] registered\n[ 0.374285] acpiphp: Slot [15] registered\n[ 0.389436] acpiphp: Slot [16] registered\n[ 0.390550] acpiphp: Slot [17] registered\n[ 0.391643] acpiphp: Slot [18] registered\n[ 0.392733] acpiphp: Slot [19] registered\n[ 0.393836] acpiphp: Slot [20] registered\n[ 0.394929] acpiphp: Slot [21] registered\n[ 0.396018] acpiphp: Slot [22] registered\n[ 0.397106] acpiphp: Slot [23] registered\n[ 0.398196] acpiphp: Slot [24] registered\n[ 0.399293] acpiphp: Slot [25] registered\n[ 0.400385] acpiphp: Slot [26] registered\n[ 0.401493] acpiphp: Slot [27] registered\n[ 0.402678] acpiphp: Slot [28] registered\n[ 0.403790] acpiphp: Slot [29] registered\n[ 0.404876] acpiphp: Slot [30] registered\n[ 0.405977] acpiphp: Slot [31] registered\n[ 0.407073] PCI host bridge to bus 0000:00\n[ 0.408169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.409802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.411417] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.413365] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.415311] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.417296] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421386] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424642] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426470] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430775] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432709] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455760] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459579] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.461544] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.463269] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466763] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469089] vgaarb: loaded\n[ 0.469994] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471762] SCSI subsystem initialized\n[ 0.473123] ACPI: bus type USB registered\n[ 0.474250] usbcore: registered new interface driver usbfs\n[ 0.475630] usbcore: registered new interface driver hub\n[ 0.476979] usbcore: registered new device driver usb\n[ 0.478460] PCI: Using ACPI for IRQ routing\n[ 0.480043] NetLabel: Initializing\n[ 0.481019] NetLabel: domain hash size = 128\n[ 0.482159] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.483448] NetLabel: unlabeled traffic allowed by default\n[ 0.485005] clocksource: Switched to clocksource kvm-clock\n[ 0.495325] AppArmor: AppArmor Filesystem Enabled\n[ 0.496628] pnp: PnP ACPI init\n[ 0.497876] pnp: PnP ACPI: found 5 devices\n[ 0.504701] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.507019] NET: Registered protocol family 2\n[ 0.508424] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.510152] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.511805] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.513429] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516457] NET: Registered protocol family 1\n[ 0.517644] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.519114] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.520540] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.535110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549892] Trying to unpack rootfs image as initramfs...\n[ 0.612693] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.619754] Scanning for low memory corruption every 60 seconds\n[ 0.622865] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624490] audit: initializing netlink subsys (disabled)\n[ 0.626133] audit: type=2000 audit(1534838245.696:1): initialized\n[ 0.628230] Initialise system trusted keyring\n[ 0.629769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631381] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634246] zbud: loaded\n[ 0.635326] VFS: Disk quotas dquot_6.6.0\n[ 0.636464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638732] fuse init (API version 7.23)\n[ 0.639984] Key type big_key registered\n[ 0.641097] Allocating IMA MOK and blacklist keyrings.\n[ 0.642795] Key type asymmetric registered\n[ 0.643917] Asymmetric key parser 'x509' registered\n[ 0.645232] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647266] io scheduler noop registered\n[ 0.648334] io scheduler deadline registered (default)\n[ 0.649789] io scheduler cfq registered\n[ 0.651062] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.652444] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.654266] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.656246] ACPI: Power Button [PWRF]\n[ 0.657616] GHES: HEST is not enabled!\n[ 0.671949] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.701785] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.704862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.728641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.731793] Linux agpgart interface v0.103\n[ 0.735648] brd: module loaded\n[ 0.738073] loop: module loaded\n[ 0.742988] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.744955] GPT:90111 != 2097151\n[ 0.745887] GPT:Alternate GPT header not at the end of the disk.\n[ 0.747378] GPT:90111 != 2097151\n[ 0.748289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.749611] vda: vda1 vda15\n[ 0.751552] scsi host0: ata_piix\n[ 0.752622] scsi host1: ata_piix\n[ 0.753627] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.755236] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.757508] libphy: Fixed MDIO Bus: probed\n[ 0.758640] tun: Universal TUN/TAP device driver, 1.6\n[ 0.759932] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.763051] PPP generic driver version 2.4.2\n[ 0.764337] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.766095] ehci-pci: EHCI PCI platform driver\n[ 0.767310] ehci-platform: EHCI generic platform driver\n[ 0.768634] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.770187] ohci-pci: OHCI PCI platform driver\n[ 0.771400] ohci-platform: OHCI generic platform driver\n[ 0.772773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.787482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.788875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.790904] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.792280] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.793902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.795549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.797469] usb usb1: Product: UHCI Host Controller\n[ 0.798710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.800221] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.801658] hub 1-0:1.0: USB hub found\n[ 0.802725] hub 1-0:1.0: 2 ports detected\n[ 0.804071] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.806984] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.808270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.809665] mousedev: PS/2 mouse device common for all mice\n[ 0.811384] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.813835] rtc_cmos 00:00: RTC can wake from S4\n[ 0.815398] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.816967] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.818572] i2c /dev entries driver\n[ 0.819633] device-mapper: uevent: version 1.0.3\n[ 0.820945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.823192] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.825227] NET: Registered protocol family 10\n[ 0.827051] NET: Registered protocol family 17\n[ 0.828259] Key type dns_resolver registered\n[ 0.829613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.831095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.833535] registered taskstats version 1\n[ 0.834701] Loading compiled-in X.509 certificates\n[ 0.836578] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.839069] zswap: loaded using pool lzo/zbud\n[ 0.841588] Key type trusted registered\n[ 0.843767] Key type encrypted registered\n[ 0.844905] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.846326] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847724] evm: HMAC attrs: 0x1\n[ 0.849075] Magic number: 14:772:976\n[ 0.850264] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:25 UTC (1534838245)\n[ 0.852471] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853954] EDD information not available.\n[ 0.913950] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.930187] ata1.00: configured for MWDMA2\n[ 0.931921] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.934870] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.936529] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.938220] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.942063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.944163] Write protecting the kernel read-only data: 14336k\n[ 0.949007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.951625] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.016037] 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.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.33s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-21 07:58:26,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action used request id req-3e22d721-b503-4f3a-9a4f-5e9f5731e0c3 2018-08-21 07:58:26,055 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-08-21 07:58:26,055 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-08-21 07:58:26,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-666474", "route_distinguishers": "222:222"}}' 2018-08-21 07:58:26,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-5f644397-6474-47e2-9a9c-2e1f2cdf962c Date: Tue, 21 Aug 2018 07:58:26 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-2-666474", "route_distinguishers": ["222:222"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": ["88:88"], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "a4155e19-91c0-4837-9ef5-cd9feacfb2d4"}} 2018-08-21 07:58:26,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns used request id req-5f644397-6474-47e2-9a9c-2e1f2cdf962c 2018-08-21 07:58:26,394 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-666474', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'a4155e19-91c0-4837-9ef5-cd9feacfb2d4', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'route_targets': [u'88:88'], u'project_id': u'9395463b2c594ad385c1520193638f95', u'type': u'l3', u'networks': []}} 2018-08-21 07:58:26,395 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-08-21 07:58:26,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a4155e19-91c0-4837-9ef5-cd9feacfb2d4/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" -d '{"network_association": {"network_id": "1e24d65e-1de4-43ad-bd07-8c9730c181bb"}}' 2018-08-21 07:58:26,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-6483c15e-8f16-4740-941d-24117c00c849 Date: Tue, 21 Aug 2018 07:58:26 GMT RESP BODY: {"network_association": {"network_id": "1e24d65e-1de4-43ad-bd07-8c9730c181bb", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "a0a83099-0941-4351-b077-693068533597"}} 2018-08-21 07:58:26,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a4155e19-91c0-4837-9ef5-cd9feacfb2d4/network_associations used request id req-6483c15e-8f16-4740-941d-24117c00c849 2018-08-21 07:58:26,742 - sdnvpn_test_utils - DEBUG - Waiting for network 6815feda-ed47-49e0-9bcb-f11749332658 to associate with BGPVPN ac060f0f-8540-4f50-9a0b-787c7ac989f2 2018-08-21 07:58:26,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6815feda-ed47-49e0-9bcb-f11749332658 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:58:26,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-68b0e0bb-f7a7-4446-93f4-872ac1e0d144 Date: Tue, 21 Aug 2018 07:58:26 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-1-459034", "route_distinguishers": ["111:111"], "routers": [], "import_targets": ["55:55"], "networks": ["ac060f0f-8540-4f50-9a0b-787c7ac989f2"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": ["55:55"], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "6815feda-ed47-49e0-9bcb-f11749332658"}} 2018-08-21 07:58:26,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6815feda-ed47-49e0-9bcb-f11749332658 used request id req-68b0e0bb-f7a7-4446-93f4-872ac1e0d144 2018-08-21 07:58:27,794 - sdnvpn_test_utils - DEBUG - Waiting for network a4155e19-91c0-4837-9ef5-cd9feacfb2d4 to associate with BGPVPN 1e24d65e-1de4-43ad-bd07-8c9730c181bb 2018-08-21 07:58:27,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a4155e19-91c0-4837-9ef5-cd9feacfb2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:58:27,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-d67f7e14-60bc-42a3-a5d6-006d1f6aca58 Date: Tue, 21 Aug 2018 07:58:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-2-666474", "route_distinguishers": ["222:222"], "routers": [], "import_targets": ["88:88"], "networks": ["1e24d65e-1de4-43ad-bd07-8c9730c181bb"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": ["88:88"], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "a4155e19-91c0-4837-9ef5-cd9feacfb2d4"}} 2018-08-21 07:58:27,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a4155e19-91c0-4837-9ef5-cd9feacfb2d4 used request id req-d67f7e14-60bc-42a3-a5d6-006d1f6aca58 2018-08-21 07:58:28,844 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 07:58:58,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bb0f1b44c8012e048a6e096f08485371a37de2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:58:58,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:58: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-caa973e7-2adc-4ae5-b15d-427b56aaca80 x-compute-request-id: req-caa973e7-2adc-4ae5-b15d-427b56aaca80 Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488381743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199971] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202354] pid_max: default: 32768 minimum: 301\n[ 0.203639] ACPI: Core revision 20150930\n[ 0.205351] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.207246] Security Framework initialized\n[ 0.208413] Yama: becoming mindful.\n[ 0.209467] AppArmor: AppArmor initialized\n[ 0.210692] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212558] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214382] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216098] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218054] Initializing cgroup subsys io\n[ 0.219234] Initializing cgroup subsys memory\n[ 0.220437] Initializing cgroup subsys devices\n[ 0.221690] Initializing cgroup subsys freezer\n[ 0.222955] Initializing cgroup subsys net_cls\n[ 0.224189] Initializing cgroup subsys perf_event\n[ 0.225483] Initializing cgroup subsys net_prio\n[ 0.226775] Initializing cgroup subsys hugetlb\n[ 0.228019] Initializing cgroup subsys pids\n[ 0.229259] CPU: Physical Processor ID: 0\n[ 0.231129] mce: CPU supports 10 MCE banks\n[ 0.232321] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233839] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248828] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255610] ftrace: allocating 31920 entries in 125 pages\n[ 0.281205] smpboot: Max logical packages: 1\n[ 0.282435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284376] x2apic enabled\n[ 0.285549] Switched APIC routing to physical x2apic.\n[ 0.288066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289654] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292479] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295016] KVM setup paravirtual spinlock\n[ 0.296647] x86: Booted up 1 node, 1 CPUs\n[ 0.297788] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.299719] devtmpfs: initialized\n[ 0.301723] evm: security.selinux\n[ 0.302708] evm: security.SMACK64\n[ 0.303698] evm: security.SMACK64EXEC\n[ 0.304748] evm: security.SMACK64TRANSMUTE\n[ 0.305881] evm: security.SMACK64MMAP\n[ 0.306928] evm: security.ima\n[ 0.307842] evm: security.capability\n[ 0.308947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311537] pinctrl core: initialized pinctrl subsystem\n[ 0.313060] RTC time: 7:57:13, date: 08/21/18\n[ 0.314378] NET: Registered protocol family 16\n[ 0.315713] cpuidle: using governor ladder\n[ 0.316871] cpuidle: using governor menu\n[ 0.317992] PCCT header not found.\n[ 0.319044] ACPI: bus type PCI registered\n[ 0.320148] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321869] PCI: Using configuration type 1 for base access\n[ 0.324058] ACPI: Added _OSI(Module Device)\n[ 0.325242] ACPI: Added _OSI(Processor Device)\n[ 0.326453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329943] ACPI: Interpreter enabled\n[ 0.331029] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341447] ACPI: (supports S0 S5)\n[ 0.342454] ACPI: Using IOAPIC for interrupt routing\n[ 0.343789] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349293] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355746] acpiphp: Slot [3] registered\n[ 0.356874] acpiphp: Slot [4] registered\n[ 0.358009] acpiphp: Slot [5] registered\n[ 0.359139] acpiphp: Slot [6] registered\n[ 0.360267] acpiphp: Slot [7] registered\n[ 0.361386] acpiphp: Slot [8] registered\n[ 0.362530] acpiphp: Slot [9] registered\n[ 0.363654] acpiphp: Slot [10] registered\n[ 0.364790] acpiphp: Slot [11] registered\n[ 0.365931] acpiphp: Slot [12] registered\n[ 0.367069] acpiphp: Slot [13] registered\n[ 0.368213] acpiphp: Slot [14] registered\n[ 0.369355] acpiphp: Slot [15] registered\n[ 0.384773] acpiphp: Slot [16] registered\n[ 0.385930] acpiphp: Slot [17] registered\n[ 0.387074] acpiphp: Slot [18] registered\n[ 0.388214] acpiphp: Slot [19] registered\n[ 0.389355] acpiphp: Slot [20] registered\n[ 0.390513] acpiphp: Slot [21] registered\n[ 0.391659] acpiphp: Slot [22] registered\n[ 0.392792] acpiphp: Slot [23] registered\n[ 0.393930] acpiphp: Slot [24] registered\n[ 0.395066] acpiphp: Slot [25] registered\n[ 0.396206] acpiphp: Slot [26] registered\n[ 0.397347] acpiphp: Slot [27] registered\n[ 0.398505] acpiphp: Slot [28] registered\n[ 0.399658] acpiphp: Slot [29] registered\n[ 0.400802] acpiphp: Slot [30] registered\n[ 0.401946] acpiphp: Slot [31] registered\n[ 0.403081] PCI host bridge to bus 0000:00\n[ 0.404222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407617] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411720] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.413808] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.417958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.419751] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423160] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450786] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456807] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460662] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463954] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466142] vgaarb: loaded\n[ 0.466999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468694] SCSI subsystem initialized\n[ 0.469973] ACPI: bus type USB registered\n[ 0.471125] usbcore: registered new interface driver usbfs\n[ 0.472572] usbcore: registered new interface driver hub\n[ 0.473967] usbcore: registered new device driver usb\n[ 0.475501] PCI: Using ACPI for IRQ routing\n[ 0.477041] NetLabel: Initializing\n[ 0.478049] NetLabel: domain hash size = 128\n[ 0.479244] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.480589] NetLabel: unlabeled traffic allowed by default\n[ 0.482203] clocksource: Switched to clocksource kvm-clock\n[ 0.492453] AppArmor: AppArmor Filesystem Enabled\n[ 0.493798] pnp: PnP ACPI init\n[ 0.495049] pnp: PnP ACPI: found 5 devices\n[ 0.501902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504296] NET: Registered protocol family 2\n[ 0.505727] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510903] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512423] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514065] NET: Registered protocol family 1\n[ 0.515297] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516843] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532914] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547578] Trying to unpack rootfs image as initramfs...\n[ 0.609897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.615279] Scanning for low memory corruption every 60 seconds\n[ 0.617532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.619196] audit: initializing netlink subsys (disabled)\n[ 0.620697] audit: type=2000 audit(1534838234.077:1): initialized\n[ 0.622653] Initialise system trusted keyring\n[ 0.624050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.628524] zbud: loaded\n[ 0.629542] VFS: Disk quotas dquot_6.6.0\n[ 0.630700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.632927] fuse init (API version 7.23)\n[ 0.634226] Key type big_key registered\n[ 0.635341] Allocating IMA MOK and blacklist keyrings.\n[ 0.637005] Key type asymmetric registered\n[ 0.638146] Asymmetric key parser 'x509' registered\n[ 0.639476] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.641508] io scheduler noop registered\n[ 0.642593] io scheduler deadline registered (default)\n[ 0.643967] io scheduler cfq registered\n[ 0.645133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.646581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.648326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.650352] ACPI: Power Button [PWRF]\n[ 0.651547] GHES: HEST is not enabled!\n[ 0.665424] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.695037] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.697977] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.721625] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724581] Linux agpgart interface v0.103\n[ 0.727937] brd: module loaded\n[ 0.730163] loop: module loaded\n[ 0.734841] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736846] GPT:90111 != 2097151\n[ 0.737756] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739244] GPT:90111 != 2097151\n[ 0.740163] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741470] vda: vda1 vda15\n[ 0.743129] scsi host0: ata_piix\n[ 0.744195] scsi host1: ata_piix\n[ 0.745184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746799] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748729] libphy: Fixed MDIO Bus: probed\n[ 0.749824] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751124] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754492] PPP generic driver version 2.4.2\n[ 0.756269] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758662] ehci-pci: EHCI PCI platform driver\n[ 0.760408] ehci-platform: EHCI generic platform driver\n[ 0.761851] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763392] ohci-pci: OHCI PCI platform driver\n[ 0.764591] ohci-platform: OHCI generic platform driver\n[ 0.765936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780705] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782074] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784082] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787044] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.788710] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.790660] usb usb1: Product: UHCI Host Controller\n[ 0.792116] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.793751] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795083] hub 1-0:1.0: USB hub found\n[ 0.796147] hub 1-0:1.0: 2 ports detected\n[ 0.797407] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.800272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.801578] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.802979] mousedev: PS/2 mouse device common for all mice\n[ 0.804676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.807207] rtc_cmos 00:00: RTC can wake from S4\n[ 0.808892] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.810714] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.812356] i2c /dev entries driver\n[ 0.813410] device-mapper: uevent: version 1.0.3\n[ 0.814760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.817115] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.819065] NET: Registered protocol family 10\n[ 0.820867] NET: Registered protocol family 17\n[ 0.822134] Key type dns_resolver registered\n[ 0.823495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.825056] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.827562] registered taskstats version 1\n[ 0.828714] Loading compiled-in X.509 certificates\n[ 0.830565] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.833086] zswap: loaded using pool lzo/zbud\n[ 0.835190] Key type trusted registered\n[ 0.837457] Key type encrypted registered\n[ 0.838684] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.840208] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841719] evm: HMAC attrs: 0x1\n[ 0.843050] Magic number: 14:772:976\n[ 0.844252] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:14 UTC (1534838234)\n[ 0.846539] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848100] EDD information not available.\n[ 0.902941] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.919380] ata1.00: configured for MWDMA2\n[ 0.921506] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.924618] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.926399] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.928167] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.931072] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933344] Write protecting the kernel read-only data: 14336k\n[ 0.936374] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107664] 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.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.32s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-21 07:58:58,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action used request id req-caa973e7-2adc-4ae5-b15d-427b56aaca80 2018-08-21 07:58:58,934 - 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-21 07:58:58,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4bb0f1b44c8012e048a6e096f08485371a37de2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 07:58:58,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:58: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-647cd9be-07a3-48ad-9d0f-5a9d621c2f8b x-compute-request-id: req-647cd9be-07a3-48ad-9d0f-5a9d621c2f8b Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488381743 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199971] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.202354] pid_max: default: 32768 minimum: 301\n[ 0.203639] ACPI: Core revision 20150930\n[ 0.205351] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.207246] Security Framework initialized\n[ 0.208413] Yama: becoming mindful.\n[ 0.209467] AppArmor: AppArmor initialized\n[ 0.210692] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212558] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214382] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216098] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218054] Initializing cgroup subsys io\n[ 0.219234] Initializing cgroup subsys memory\n[ 0.220437] Initializing cgroup subsys devices\n[ 0.221690] Initializing cgroup subsys freezer\n[ 0.222955] Initializing cgroup subsys net_cls\n[ 0.224189] Initializing cgroup subsys perf_event\n[ 0.225483] Initializing cgroup subsys net_prio\n[ 0.226775] Initializing cgroup subsys hugetlb\n[ 0.228019] Initializing cgroup subsys pids\n[ 0.229259] CPU: Physical Processor ID: 0\n[ 0.231129] mce: CPU supports 10 MCE banks\n[ 0.232321] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.233839] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248828] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255610] ftrace: allocating 31920 entries in 125 pages\n[ 0.281205] smpboot: Max logical packages: 1\n[ 0.282435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284376] x2apic enabled\n[ 0.285549] Switched APIC routing to physical x2apic.\n[ 0.288066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.289654] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292479] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295016] KVM setup paravirtual spinlock\n[ 0.296647] x86: Booted up 1 node, 1 CPUs\n[ 0.297788] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.299719] devtmpfs: initialized\n[ 0.301723] evm: security.selinux\n[ 0.302708] evm: security.SMACK64\n[ 0.303698] evm: security.SMACK64EXEC\n[ 0.304748] evm: security.SMACK64TRANSMUTE\n[ 0.305881] evm: security.SMACK64MMAP\n[ 0.306928] evm: security.ima\n[ 0.307842] evm: security.capability\n[ 0.308947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311537] pinctrl core: initialized pinctrl subsystem\n[ 0.313060] RTC time: 7:57:13, date: 08/21/18\n[ 0.314378] NET: Registered protocol family 16\n[ 0.315713] cpuidle: using governor ladder\n[ 0.316871] cpuidle: using governor menu\n[ 0.317992] PCCT header not found.\n[ 0.319044] ACPI: bus type PCI registered\n[ 0.320148] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321869] PCI: Using configuration type 1 for base access\n[ 0.324058] ACPI: Added _OSI(Module Device)\n[ 0.325242] ACPI: Added _OSI(Processor Device)\n[ 0.326453] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329943] ACPI: Interpreter enabled\n[ 0.331029] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341447] ACPI: (supports S0 S5)\n[ 0.342454] ACPI: Using IOAPIC for interrupt routing\n[ 0.343789] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349293] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352683] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355746] acpiphp: Slot [3] registered\n[ 0.356874] acpiphp: Slot [4] registered\n[ 0.358009] acpiphp: Slot [5] registered\n[ 0.359139] acpiphp: Slot [6] registered\n[ 0.360267] acpiphp: Slot [7] registered\n[ 0.361386] acpiphp: Slot [8] registered\n[ 0.362530] acpiphp: Slot [9] registered\n[ 0.363654] acpiphp: Slot [10] registered\n[ 0.364790] acpiphp: Slot [11] registered\n[ 0.365931] acpiphp: Slot [12] registered\n[ 0.367069] acpiphp: Slot [13] registered\n[ 0.368213] acpiphp: Slot [14] registered\n[ 0.369355] acpiphp: Slot [15] registered\n[ 0.384773] acpiphp: Slot [16] registered\n[ 0.385930] acpiphp: Slot [17] registered\n[ 0.387074] acpiphp: Slot [18] registered\n[ 0.388214] acpiphp: Slot [19] registered\n[ 0.389355] acpiphp: Slot [20] registered\n[ 0.390513] acpiphp: Slot [21] registered\n[ 0.391659] acpiphp: Slot [22] registered\n[ 0.392792] acpiphp: Slot [23] registered\n[ 0.393930] acpiphp: Slot [24] registered\n[ 0.395066] acpiphp: Slot [25] registered\n[ 0.396206] acpiphp: Slot [26] registered\n[ 0.397347] acpiphp: Slot [27] registered\n[ 0.398505] acpiphp: Slot [28] registered\n[ 0.399658] acpiphp: Slot [29] registered\n[ 0.400802] acpiphp: Slot [30] registered\n[ 0.401946] acpiphp: Slot [31] registered\n[ 0.403081] PCI host bridge to bus 0000:00\n[ 0.404222] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407617] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411720] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.413808] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.417958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.419751] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423160] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427467] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450786] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454823] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456807] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460662] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462473] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463954] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466142] vgaarb: loaded\n[ 0.466999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468694] SCSI subsystem initialized\n[ 0.469973] ACPI: bus type USB registered\n[ 0.471125] usbcore: registered new interface driver usbfs\n[ 0.472572] usbcore: registered new interface driver hub\n[ 0.473967] usbcore: registered new device driver usb\n[ 0.475501] PCI: Using ACPI for IRQ routing\n[ 0.477041] NetLabel: Initializing\n[ 0.478049] NetLabel: domain hash size = 128\n[ 0.479244] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.480589] NetLabel: unlabeled traffic allowed by default\n[ 0.482203] clocksource: Switched to clocksource kvm-clock\n[ 0.492453] AppArmor: AppArmor Filesystem Enabled\n[ 0.493798] pnp: PnP ACPI init\n[ 0.495049] pnp: PnP ACPI: found 5 devices\n[ 0.501902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504296] NET: Registered protocol family 2\n[ 0.505727] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507532] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510903] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512423] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514065] NET: Registered protocol family 1\n[ 0.515297] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516843] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518351] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532914] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547578] Trying to unpack rootfs image as initramfs...\n[ 0.609897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.615279] Scanning for low memory corruption every 60 seconds\n[ 0.617532] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.619196] audit: initializing netlink subsys (disabled)\n[ 0.620697] audit: type=2000 audit(1534838234.077:1): initialized\n[ 0.622653] Initialise system trusted keyring\n[ 0.624050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625752] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.628524] zbud: loaded\n[ 0.629542] VFS: Disk quotas dquot_6.6.0\n[ 0.630700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.632927] fuse init (API version 7.23)\n[ 0.634226] Key type big_key registered\n[ 0.635341] Allocating IMA MOK and blacklist keyrings.\n[ 0.637005] Key type asymmetric registered\n[ 0.638146] Asymmetric key parser 'x509' registered\n[ 0.639476] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.641508] io scheduler noop registered\n[ 0.642593] io scheduler deadline registered (default)\n[ 0.643967] io scheduler cfq registered\n[ 0.645133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.646581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.648326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.650352] ACPI: Power Button [PWRF]\n[ 0.651547] GHES: HEST is not enabled!\n[ 0.665424] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.695037] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.697977] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.721625] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.724581] Linux agpgart interface v0.103\n[ 0.727937] brd: module loaded\n[ 0.730163] loop: module loaded\n[ 0.734841] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736846] GPT:90111 != 2097151\n[ 0.737756] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739244] GPT:90111 != 2097151\n[ 0.740163] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741470] vda: vda1 vda15\n[ 0.743129] scsi host0: ata_piix\n[ 0.744195] scsi host1: ata_piix\n[ 0.745184] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746799] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748729] libphy: Fixed MDIO Bus: probed\n[ 0.749824] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751124] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754492] PPP generic driver version 2.4.2\n[ 0.756269] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.758662] ehci-pci: EHCI PCI platform driver\n[ 0.760408] ehci-platform: EHCI generic platform driver\n[ 0.761851] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.763392] ohci-pci: OHCI PCI platform driver\n[ 0.764591] ohci-platform: OHCI generic platform driver\n[ 0.765936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780705] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782074] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784082] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.785486] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787044] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.788710] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.790660] usb usb1: Product: UHCI Host Controller\n[ 0.792116] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.793751] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.795083] hub 1-0:1.0: USB hub found\n[ 0.796147] hub 1-0:1.0: 2 ports detected\n[ 0.797407] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.800272] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.801578] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.802979] mousedev: PS/2 mouse device common for all mice\n[ 0.804676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.807207] rtc_cmos 00:00: RTC can wake from S4\n[ 0.808892] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.810714] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.812356] i2c /dev entries driver\n[ 0.813410] device-mapper: uevent: version 1.0.3\n[ 0.814760] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.817115] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.819065] NET: Registered protocol family 10\n[ 0.820867] NET: Registered protocol family 17\n[ 0.822134] Key type dns_resolver registered\n[ 0.823495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.825056] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.827562] registered taskstats version 1\n[ 0.828714] Loading compiled-in X.509 certificates\n[ 0.830565] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.833086] zswap: loaded using pool lzo/zbud\n[ 0.835190] Key type trusted registered\n[ 0.837457] Key type encrypted registered\n[ 0.838684] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.840208] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841719] evm: HMAC attrs: 0x1\n[ 0.843050] Magic number: 14:772:976\n[ 0.844252] rtc_cmos 00:00: setting system clock to 2018-08-21 07:57:14 UTC (1534838234)\n[ 0.846539] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848100] EDD information not available.\n[ 0.902941] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.919380] ata1.00: configured for MWDMA2\n[ 0.921506] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.924618] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.926399] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.928167] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.931072] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933344] Write protecting the kernel read-only data: 14336k\n[ 0.936374] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.938979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107664] 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.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.32s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-21 07:58:58,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action used request id req-647cd9be-07a3-48ad-9d0f-5a9d621c2f8b 2018-08-21 07:58:58,999 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-08-21 07:58:59,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adfedbd7c4e51823250e54f15d59900e7cf47622" -d '{"forceDelete": null}' 2018-08-21 07:58:59,170 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:58: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-adc464d6-15ee-4915-ba2c-988e0da8f111 x-compute-request-id: req-adc464d6-15ee-4915-ba2c-988e0da8f111 Content-Length: 0 Content-Type: application/json 2018-08-21 07:58:59,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/50b9b1d2-62ad-47f0-86ae-95e3f6b4ec02/action used request id req-adc464d6-15ee-4915-ba2c-988e0da8f111 2018-08-21 07:58:59,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adfedbd7c4e51823250e54f15d59900e7cf47622" -d '{"forceDelete": null}' 2018-08-21 07:58:59,445 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:58: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-56c9c1dd-b4e7-4199-9cdb-ba16a14be5a1 x-compute-request-id: req-56c9c1dd-b4e7-4199-9cdb-ba16a14be5a1 Content-Length: 0 Content-Type: application/json 2018-08-21 07:58:59,446 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b7f453e5-f534-4db4-8553-a67c5a22e318/action used request id req-56c9c1dd-b4e7-4199-9cdb-ba16a14be5a1 2018-08-21 07:58:59,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adfedbd7c4e51823250e54f15d59900e7cf47622" -d '{"forceDelete": null}' 2018-08-21 07:58:59,667 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:58: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-3c47e500-62f9-4ecd-b296-2f62ff91fbeb x-compute-request-id: req-3c47e500-62f9-4ecd-b296-2f62ff91fbeb Content-Length: 0 Content-Type: application/json 2018-08-21 07:58:59,667 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/56b86393-0506-40b3-9464-22b178561b6a/action used request id req-3c47e500-62f9-4ecd-b296-2f62ff91fbeb 2018-08-21 07:58:59,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606a88e9355c24f665daaaabfd60b74323a30097" 2018-08-21 07:59:01,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ef8a1bf-d917-498a-a39e-0af9ae2c68fd Date: Tue, 21 Aug 2018 07:59:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 07:59:01,057 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/1e92eaf0-febc-4439-9161-d3fe66b8e5b1 used request id req-9ef8a1bf-d917-498a-a39e-0af9ae2c68fd 2018-08-21 07:59:01,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6815feda-ed47-49e0-9bcb-f11749332658 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:59:02,293 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c08e7ceb-24d8-4b73-9870-a4398be66f87 Content-Length: 0 Date: Tue, 21 Aug 2018 07:59:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:59:02,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/6815feda-ed47-49e0-9bcb-f11749332658 used request id req-c08e7ceb-24d8-4b73-9870-a4398be66f87 2018-08-21 07:59:02,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a4155e19-91c0-4837-9ef5-cd9feacfb2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:59:02,793 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6665b1d3-f3a3-41f6-b1e3-c998852bdc74 Content-Length: 0 Date: Tue, 21 Aug 2018 07:59:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:59:02,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/a4155e19-91c0-4837-9ef5-cd9feacfb2d4 used request id req-6665b1d3-f3a3-41f6-b1e3-c998852bdc74 2018-08-21 07:59:02,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/d821e946-9cda-4edd-b4da-ce10cce2d43c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:59:03,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a6ca786-5cb1-42ca-bc65-96e01a84eb96 Date: Tue, 21 Aug 2018 07:59:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:59:03,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/d821e946-9cda-4edd-b4da-ce10cce2d43c used request id req-4a6ca786-5cb1-42ca-bc65-96e01a84eb96 2018-08-21 07:59:03,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/ec8a5b59-f70d-493c-8b5d-c1d92d67df98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:59:04,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-979fd5d0-5ba9-4b22-8ea0-259c601ee2b2 Date: Tue, 21 Aug 2018 07:59:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:59:04,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/ec8a5b59-f70d-493c-8b5d-c1d92d67df98 used request id req-979fd5d0-5ba9-4b22-8ea0-259c601ee2b2 2018-08-21 07:59:04,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/ac060f0f-8540-4f50-9a0b-787c7ac989f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:59:05,889 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d4d5b3c9-4c01-43f3-9ff8-9d03a7074dc6 Date: Tue, 21 Aug 2018 07:59:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:59:05,889 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/ac060f0f-8540-4f50-9a0b-787c7ac989f2 used request id req-d4d5b3c9-4c01-43f3-9ff8-9d03a7074dc6 2018-08-21 07:59:05,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/1e24d65e-1de4-43ad-bd07-8c9730c181bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eab7dd601deaf7e2cfdd0c667a556d07cd8f950" 2018-08-21 07:59:06,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ec3ca2e-598d-4edd-8b03-1e46377b0255 Date: Tue, 21 Aug 2018 07:59:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 07:59:06,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/1e24d65e-1de4-43ad-bd07-8c9730c181bb used request id req-5ec3ca2e-598d-4edd-8b03-1e46377b0255 2018-08-21 07:59:06,839 - 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-21 07:59:06,840 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-21 07:59:06,840 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-21 07:59:06,840 - 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-21 07:59:06,841 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-21 07:59:06,841 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-21 07:59:06,841 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-21 07:59:06,914 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-21 07:59:06,917 - paramiko.transport - DEBUG - starting thread (client mode): 0x8a6c1650L 2018-08-21 07:59:06,918 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 07:59:06,945 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 07:59:06,946 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 07:59:06,953 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-21 07:59:06,953 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 07:59:06,953 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 07:59:06,954 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 07:59:06,954 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 07:59:06,954 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 07:59:06,962 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 07:59:06,963 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 07:59:06,982 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.52: 5c35bb06acf711f89c7f1c64af3dbee3 2018-08-21 07:59:06,982 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 07:59:07,003 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 07:59:07,026 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 07:59:07,047 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 07:59:07,268 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 07:59:07,268 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 07:59:07,308 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 07:59:07,308 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 07:59:07,318 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 07:59:12,297 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 07:59:12,299 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 07:59:12,301 - paramiko.transport - DEBUG - starting thread (client mode): 0x864fcd10L 2018-08-21 07:59:12,302 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 07:59:12,317 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 07:59:12,317 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 07:59:12,321 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 07:59:12,321 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 07:59:12,321 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 07:59:12,322 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 07:59:12,322 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 07:59:12,322 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 07:59:12,327 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 07:59:12,327 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 07:59:12,333 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 07:59:12,334 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 07:59:12,366 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 07:59:12,380 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 07:59:12,398 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 07:59:12,526 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 07:59:12,526 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 07:59:12,565 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 07:59:12,566 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 07:59:12,602 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 07:59:12,613 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 07:59:12,614 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 07:59:12,616 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 07:59:12,616 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 07:59:12,617 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 07:59:12,657 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 07:59:12,680 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 07:59:12,682 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 07:59:12,683 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 07:59:12,684 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 07:59:12,684 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 07:59:12,724 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 07:59:12,734 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 07:59:12,735 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 07:59:12,737 - paramiko.transport - DEBUG - starting thread (client mode): 0x864fcfd0L 2018-08-21 07:59:12,737 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 07:59:12,753 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 07:59:12,753 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 07:59:12,757 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 07:59:12,757 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 07:59:12,757 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 07:59:12,757 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 07:59:12,758 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 07:59:12,758 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 07:59:12,762 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 07:59:12,763 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 07:59:12,769 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 07:59:12,770 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 07:59:12,802 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 07:59:12,818 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 07:59:12,834 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 07:59:12,986 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 07:59:12,986 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 07:59:13,025 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 07:59:13,026 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 07:59:13,038 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 07:59:13,050 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 07:59:13,051 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 07:59:13,052 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 07:59:13,053 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 07:59:13,053 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 07:59:13,093 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 07:59:13,123 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 07:59:13,124 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 07:59:13,125 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 07:59:13,126 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 07:59:13,126 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 07:59:13,166 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 07:59:13,178 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 07:59:13,180 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 07:59:13,182 - paramiko.transport - DEBUG - starting thread (client mode): 0x866f76d0L 2018-08-21 07:59:13,182 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 07:59:13,502 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 07:59:13,502 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 07:59:13,512 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 07:59:13,512 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 07:59:13,513 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 07:59:13,513 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 07:59:13,513 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 07:59:13,513 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 07:59:13,518 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 07:59:13,518 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 07:59:13,546 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 07:59:13,547 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 07:59:13,558 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 07:59:13,710 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 07:59:13,712 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 07:59:14,021 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 07:59:14,021 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 07:59:14,060 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 07:59:14,061 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 07:59:14,083 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 07:59:14,254 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 07:59:14,255 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 07:59:14,256 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 07:59:14,257 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 07:59:14,257 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 07:59:14,298 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 07:59:14,393 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 07:59:14,395 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 07:59:14,396 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 07:59:14,396 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 07:59:14,397 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 07:59:14,437 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 07:59:14,489 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 07:59:14,490 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 07:59:14,491 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 07:59:14,492 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 07:59:14,492 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 07:59:14,497 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 07:59:19,701 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 07:59:19,702 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 07:59:19,704 - paramiko.transport - DEBUG - starting thread (client mode): 0x864fca90L 2018-08-21 07:59:19,705 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 07:59:19,712 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 07:59:19,712 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 07:59:19,714 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-21 07:59:19,714 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 07:59:19,714 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 07:59:19,714 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 07:59:19,715 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 07:59:19,715 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 07:59:19,719 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 07:59:19,719 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 07:59:19,720 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 07:59:19,720 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 07:59:19,759 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 07:59:19,772 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 07:59:19,784 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 07:59:19,900 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 07:59:19,900 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 07:59:19,939 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 07:59:19,940 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 07:59:19,951 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 07:59:19,963 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 07:59:19,964 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 07:59:19,964 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 07:59:19,965 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 07:59:19,965 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 07:59:20,005 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 07:59:20,020 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 07:59:20,021 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 07:59:20,022 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 07:59:20,023 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 07:59:20,023 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 07:59:20,063 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 07:59:20,074 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 07:59:20,075 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 07:59:20,077 - paramiko.transport - DEBUG - starting thread (client mode): 0x86525890L 2018-08-21 07:59:20,077 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 07:59:20,088 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 07:59:20,089 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 07:59:20,092 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 07:59:20,092 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 07:59:20,092 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 07:59:20,092 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 07:59:20,093 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 07:59:20,093 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 07:59:20,097 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 07:59:20,098 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 07:59:20,109 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 07:59:20,110 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 07:59:20,137 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 07:59:20,152 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 07:59:20,174 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 07:59:20,309 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 07:59:20,309 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 07:59:20,348 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 07:59:20,349 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 07:59:20,378 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 07:59:20,391 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 07:59:20,391 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 07:59:20,392 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 07:59:20,393 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 07:59:20,393 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 07:59:20,433 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 07:59:20,448 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 07:59:20,449 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 07:59:20,450 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 07:59:20,450 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 07:59:20,451 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 07:59:20,491 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 07:59:20,502 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 07:59:20,504 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 07:59:20,505 - paramiko.transport - DEBUG - starting thread (client mode): 0x86528990L 2018-08-21 07:59:20,506 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 07:59:20,801 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 07:59:20,801 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 07:59:20,813 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 07:59:20,813 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 07:59:20,813 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 07:59:20,814 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 07:59:20,814 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 07:59:20,814 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 07:59:20,819 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 07:59:20,820 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 07:59:20,822 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 07:59:20,823 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 07:59:20,859 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 07:59:21,226 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 07:59:21,227 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 07:59:21,644 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 07:59:21,645 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 07:59:21,684 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 07:59:21,685 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 07:59:21,697 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 07:59:22,067 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 07:59:22,068 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 07:59:22,069 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 07:59:22,070 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 07:59:22,070 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 07:59:22,111 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 07:59:22,274 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 07:59:22,276 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 07:59:22,277 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 07:59:22,278 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 07:59:22,278 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 07:59:22,319 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 07:59:22,398 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 07:59:22,399 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 07:59:22,400 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 07:59:22,401 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 07:59:22,401 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 07:59:22,406 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 07:59:22,438 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-21 07:59:22,440 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 07:59:22,440 - 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-21 07:59:22,441 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_3 failed 2018-08-21 07:59:22,442 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-21 07:59:22,442 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-21 07:59:22,442 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-21 07:59:22,520 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-21 07:59:22,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:22,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:22,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:22,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:22,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:22,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:22,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:22,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:22,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:22,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:22,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:22,529 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 07:59:22,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:22,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47ff6b9-2a1d-4425-a366-0c003e6d855d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:22,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-e47ff6b9-2a1d-4425-a366-0c003e6d855d 2018-08-21 07:59:22,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:22,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["cmCh2xx3TdG1fRdZIn750A"], "issued_at": "2018-08-21T07:59:22.000000Z"}} 2018-08-21 07:59:22,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac851846d4fc454c77e0e034066948734ac274c" 2018-08-21 07:59:23,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-f8f91323-e7e4-422c-9097-29af1f36fff3 Date: Tue, 21 Aug 2018 07:59:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 07:59:23,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-f8f91323-e7e4-422c-9097-29af1f36fff3 2018-08-21 07:59:23,263 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 07:59:23,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac851846d4fc454c77e0e034066948734ac274c" 2018-08-21 07:59:23,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-b2971930-42c1-4de7-800f-636ae036d215 Date: Tue, 21 Aug 2018 07:59:23 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-21 07:59:23,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-b2971930-42c1-4de7-800f-636ae036d215 2018-08-21 07:59:23,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8ac851846d4fc454c77e0e034066948734ac274c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 07:59:23,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-54098ec5-3469-499d-a31b-1aed498104fd Date: Tue, 21 Aug 2018 07:59:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T07:59:23Z", "file": "/v2/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "size": null, "self": "/v2/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "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-21T07:59:23Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 07:59:23,380 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-54098ec5-3469-499d-a31b-1aed498104fd 2018-08-21 07:59:23,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac851846d4fc454c77e0e034066948734ac274c" -d '' 2018-08-21 07:59:23,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2e04040-f259-400b-85cf-e63640135f74 Date: Tue, 21 Aug 2018 07:59:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 07:59:23,908 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8/file used request id req-b2e04040-f259-400b-85cf-e63640135f74 2018-08-21 07:59:23,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:23,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030fe697-fb20-425a-99ed-867060c88678 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:23,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-030fe697-fb20-425a-99ed-867060c88678 2018-08-21 07:59:23,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:24,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["xEZvWNU7RNuuVLOIwBvi1Q"], "issued_at": "2018-08-21T07:59:24.000000Z"}} 2018-08-21 07:59:24,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 07:59:24,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6715 X-Openstack-Request-Id: req-3d0e427f-45b9-4a90-976f-09545ef65fe3 Date: Tue, 21 Aug 2018 07:59:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"}]} 2018-08-21 07:59:24,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-3d0e427f-45b9-4a90-976f-09545ef65fe3 2018-08-21 07:59:24,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 07:59:24,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-44d30d3b-fe76-4714-99a6-9d43096049d4 Date: Tue, 21 Aug 2018 07:59:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 07:59:24,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-44d30d3b-fe76-4714-99a6-9d43096049d4 2018-08-21 07:59:24,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 07:59:24,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-c28a7a5f-efce-4222-99ef-7b35b037d1e7 Date: Tue, 21 Aug 2018 07:59:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T06:11:18Z", "revision_number": 0, "routes": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "99d23d27-4832-43b1-8ce6-5ca475247092", "name": ""}]} 2018-08-21 07:59:24,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers used request id req-c28a7a5f-efce-4222-99ef-7b35b037d1e7 2018-08-21 07:59:24,883 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-21 07:59:24,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-08-21 07:59:25,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-c0b7ab10-5332-4513-a7f6-44a47df7069f Date: Tue, 21 Aug 2018 07:59:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a5d78359-7876-41d2-87a2-2414351346cf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T07:59:25Z","is_default":false,"provider:segmentation_id":92,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:59:24Z","mtu":1450}} 2018-08-21 07:59:25,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-c0b7ab10-5332-4513-a7f6-44a47df7069f 2018-08-21 07:59:25,176 - sdnvpn.lib.openstack_utils - DEBUG - Network 'a5d78359-7876-41d2-87a2-2414351346cf' created successfully 2018-08-21 07:59:25,176 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-21 07:59:25,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"subnets": [{"ip_version": 4, "network_id": "a5d78359-7876-41d2-87a2-2414351346cf", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-08-21 07:59:25,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9fb7bad6-d413-41b7-a587-0b2d7a8de058 Date: Tue, 21 Aug 2018 07:59:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5d78359-7876-41d2-87a2-2414351346cf","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:59:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T07:59:25Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"9770c110-e30b-496d-8c44-9b4ce82b28f2","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-08-21 07:59:25,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-9fb7bad6-d413-41b7-a587-0b2d7a8de058 2018-08-21 07:59:25,605 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '9770c110-e30b-496d-8c44-9b4ce82b28f2' created successfully 2018-08-21 07:59:25,605 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-21 07:59:25,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-08-21 07:59:25,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-6ef51da4-35a5-4735-8521-3321995fbcf5 Date: Tue, 21 Aug 2018 07:59:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:59:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T07:59:25Z", "revision_number": 0, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f674fd06-192c-43bd-a509-a6eb92a11452", "name": "sdnvpn-4-1-router"}} 2018-08-21 07:59:25,726 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers used request id req-6ef51da4-35a5-4735-8521-3321995fbcf5 2018-08-21 07:59:25,726 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f674fd06-192c-43bd-a509-a6eb92a11452' created successfully 2018-08-21 07:59:25,726 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-21 07:59:25,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"subnet_id": "9770c110-e30b-496d-8c44-9b4ce82b28f2"}' 2018-08-21 07:59:27,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-88aa27d4-6dd6-448a-a4c4-f8496fe8005e Date: Tue, 21 Aug 2018 07:59:27 GMT RESP BODY: {"network_id": "a5d78359-7876-41d2-87a2-2414351346cf", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "9770c110-e30b-496d-8c44-9b4ce82b28f2", "subnet_ids": ["9770c110-e30b-496d-8c44-9b4ce82b28f2"], "port_id": "c3e9a0d2-c836-4d12-ab2b-28b819af5a32", "id": "f674fd06-192c-43bd-a509-a6eb92a11452"} 2018-08-21 07:59:27,970 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452/add_router_interface used request id req-88aa27d4-6dd6-448a-a4c4-f8496fe8005e 2018-08-21 07:59:27,971 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-21 07:59:27,971 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-21 07:59:27,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 07:59:28,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7375 X-Openstack-Request-Id: req-366985e3-c5e7-4d31-89c9-2bddfdf015ff Date: Tue, 21 Aug 2018 07:59:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a5d78359-7876-41d2-87a2-2414351346cf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["9770c110-e30b-496d-8c44-9b4ce82b28f2"],"description":"","tags":[],"updated_at":"2018-08-21T07:59:25Z","provider:segmentation_id":92,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:59:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"}]} 2018-08-21 07:59:28,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-366985e3-c5e7-4d31-89c9-2bddfdf015ff 2018-08-21 07:59:28,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}}' 2018-08-21 07:59:29,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-358038b4-de94-4326-90d0-cfb203353481 Date: Tue, 21 Aug 2018 07:59:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:59:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T07:59:29Z", "revision_number": 3, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f674fd06-192c-43bd-a509-a6eb92a11452", "name": "sdnvpn-4-1-router"}} 2018-08-21 07:59:29,819 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452 used request id req-358038b4-de94-4326-90d0-cfb203353481 2018-08-21 07:59:29,820 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-21 07:59:29,820 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-08-21 07:59:29,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-08-21 07:59:30,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-5f5fab96-5371-4a77-82e2-4637ab9589bd Date: Tue, 21 Aug 2018 07:59:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0542c728-6c1c-4a0a-828a-7c17b3732d51","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T07:59:30Z","is_default":false,"provider:segmentation_id":110,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:59:30Z","mtu":1450}} 2018-08-21 07:59:30,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-5f5fab96-5371-4a77-82e2-4637ab9589bd 2018-08-21 07:59:30,242 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 0542c728-6c1c-4a0a-828a-7c17b3732d51 with cidr 10.10.11.0/24 2018-08-21 07:59:30,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"subnets": [{"ip_version": 4, "network_id": "0542c728-6c1c-4a0a-828a-7c17b3732d51", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-08-21 07:59:30,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-968c3bc3-de8a-4fdf-bd6b-952248567807 Date: Tue, 21 Aug 2018 07:59:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0542c728-6c1c-4a0a-828a-7c17b3732d51","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T07:59:30Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T07:59:30Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"d37a7584-760a-4cc1-9ffe-3e8ea6df96a6","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-21 07:59:30,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-968c3bc3-de8a-4fdf-bd6b-952248567807 2018-08-21 07:59:30,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 07:59:30,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48399 X-Openstack-Request-Id: req-43aee870-f076-4aa8-b93e-1c0297b670fd Date: Tue, 21 Aug 2018 07:59:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T07:53:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "a7999368-6286-456a-8c84-fcb73e79ce62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 4, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 07:59:30,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-43aee870-f076-4aa8-b93e-1c0297b670fd 2018-08-21 07:59:30,842 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-21 07:59:30,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:30,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697dc4a2-f34b-434d-bccf-61af3af201df 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:30,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-697dc4a2-f34b-434d-bccf-61af3af201df 2018-08-21 07:59:30,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:31,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["SCx4FOaXR46wLD7yWZLMKQ"], "issued_at": "2018-08-21T07:59:31.000000Z"}} 2018-08-21 07:59:31,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" 2018-08-21 07:59:31,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af122b60-4ea4-4880-b824-144513c671e2 x-compute-request-id: req-af122b60-4ea4-4880-b824-144513c671e2 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 07:59:31,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-af122b60-4ea4-4880-b824-144513c671e2 2018-08-21 07:59:31,475 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-21 07:59:31,475 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-08-21 07:59:31,476 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=187613cb-928f-4ff5-aeab-bf92c3e91ba8 network=a5d78359-7876-41d2-87a2-2414351346cf secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 07:59:31,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:31,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:31,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:31,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:31,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:31,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:31,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:31,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:31,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:31,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:31,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:31,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:31,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:31,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:31,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:31,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:31,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:31,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:31,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:31,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:31,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:31,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50ff77ab-44fc-4b51-8fec-72bb4b372711 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:31,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-50ff77ab-44fc-4b51-8fec-72bb4b372711 2018-08-21 07:59:31,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:31,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["BFjiOkmvSay4Uaza9kG6DA"], "issued_at": "2018-08-21T07:59:31.000000Z"}} 2018-08-21 07:59:31,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7526fe46cf1d7eb10eec7f494324935e77e2c1" 2018-08-21 07:59:32,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a58e99cd-f1a9-49d1-8fc2-aa4d13d9d2dc x-compute-request-id: req-a58e99cd-f1a9-49d1-8fc2-aa4d13d9d2dc Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:59:32,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-a58e99cd-f1a9-49d1-8fc2-aa4d13d9d2dc 2018-08-21 07:59:32,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7526fe46cf1d7eb10eec7f494324935e77e2c1" 2018-08-21 07:59:32,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-4c37d3b7-4350-4003-b962-58c8a24a2316 x-compute-request-id: req-4c37d3b7-4350-4003-b962-58c8a24a2316 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:59:32,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-4c37d3b7-4350-4003-b962-58c8a24a2316 2018-08-21 07:59:32,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7526fe46cf1d7eb10eec7f494324935e77e2c1" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a5d78359-7876-41d2-87a2-2414351346cf"}]}}' 2018-08-21 07:59:34,342 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:59: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-52c3555a-b6ff-4d32-9ae4-c68e7a38e770 x-compute-request-id: req-52c3555a-b6ff-4d32-9ae4-c68e7a38e770 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "bookmark"}], "adminPass": "BSyRry5kjYXA"}} 2018-08-21 07:59:34,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-52c3555a-b6ff-4d32-9ae4-c68e7a38e770 2018-08-21 07:59:34,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:34,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943be6cd-ab20-4427-982a-4ee80a5a63da 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:34,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-943be6cd-ab20-4427-982a-4ee80a5a63da 2018-08-21 07:59:34,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:34,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["pNycmhzGT0-0ipnXXkINRA"], "issued_at": "2018-08-21T07:59:34.000000Z"}} 2018-08-21 07:59:34,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3a12fca86e08e1ddb17cada7c62f401fccc64a0" 2018-08-21 07:59:36,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e065872-14f7-4f68-b4e3-2d28d364ae9b x-compute-request-id: req-8e065872-14f7-4f68-b4e3-2d28d364ae9b 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.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:59:35Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-08-21T07:59:34Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:36,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 used request id req-8e065872-14f7-4f68-b4e3-2d28d364ae9b 2018-08-21 07:59:39,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3a12fca86e08e1ddb17cada7c62f401fccc64a0" 2018-08-21 07:59:39,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4bb7603-f14b-4552-8ece-b43c8c053a59 x-compute-request-id: req-e4bb7603-f14b-4552-8ece-b43c8c053a59 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.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000098", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:59:36Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-08-21T07:59:34Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:39,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 used request id req-e4bb7603-f14b-4552-8ece-b43c8c053a59 2018-08-21 07:59:42,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3a12fca86e08e1ddb17cada7c62f401fccc64a0" 2018-08-21 07:59:43,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f8d9ea9-a61b-450e-921d-83f50aa6feda x-compute-request-id: req-9f8d9ea9-a61b-450e-921d-83f50aa6feda 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:b7:54:53", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000098", "OS-SRV-USG:launched_at": "2018-08-21T07:59:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:59:41Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-08-21T07:59:34Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:43,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 used request id req-9f8d9ea9-a61b-450e-921d-83f50aa6feda 2018-08-21 07:59:43,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7526fe46cf1d7eb10eec7f494324935e77e2c1" 2018-08-21 07:59:44,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-a7105529-12e8-48c8-959e-c56d77815ba9 x-compute-request-id: req-a7105529-12e8-48c8-959e-c56d77815ba9 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:b7:54:53", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000098", "OS-SRV-USG:launched_at": "2018-08-21T07:59:41.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b5b77f7a-f2d6-4c37-b4f6-e123a2d50770", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:59:41Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2018-08-21T07:59:34Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:44,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 used request id req-a7105529-12e8-48c8-959e-c56d77815ba9 2018-08-21 07:59:44,159 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.12'. 2018-08-21 07:59:44,159 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-08-21 07:59:44,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:59:44,933 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:59:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a94ca8b-57ac-44f0-a526-0e1d6fba69e6 x-compute-request-id: req-2a94ca8b-57ac-44f0-a526-0e1d6fba69e6 Content-Length: 0 Content-Type: application/json 2018-08-21 07:59:44,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770/action used request id req-2a94ca8b-57ac-44f0-a526-0e1d6fba69e6 2018-08-21 07:59:44,933 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-08-21 07:59:44,933 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=187613cb-928f-4ff5-aeab-bf92c3e91ba8 network=a5d78359-7876-41d2-87a2-2414351346cf secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 07:59:44,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:44,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:44,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:44,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:44,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:44,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:44,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:44,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:44,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:44,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:44,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:44,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:44,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:44,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:44,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:44,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:44,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:44,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:44,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:44,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:44,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:44,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:44,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:44,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1fc783-e4ac-47b2-9de9-9a8f63bf60ea 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:44,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-5f1fc783-e4ac-47b2-9de9-9a8f63bf60ea 2018-08-21 07:59:44,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:45,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["kB5ZW5i0Qn2M2c0BBjWu-g"], "issued_at": "2018-08-21T07:59:45.000000Z"}} 2018-08-21 07:59:45,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50d2fef8510d3435beafe6e02df93c62acf8e6d" 2018-08-21 07:59:45,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18d82a8e-ac56-4038-8716-33990d71cd3d x-compute-request-id: req-18d82a8e-ac56-4038-8716-33990d71cd3d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:59:45,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-18d82a8e-ac56-4038-8716-33990d71cd3d 2018-08-21 07:59:45,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50d2fef8510d3435beafe6e02df93c62acf8e6d" 2018-08-21 07:59:45,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7b32377-e1a7-4912-aa1a-d5f25487b6a4 x-compute-request-id: req-f7b32377-e1a7-4912-aa1a-d5f25487b6a4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:59:45,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-f7b32377-e1a7-4912-aa1a-d5f25487b6a4 2018-08-21 07:59:45,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50d2fef8510d3435beafe6e02df93c62acf8e6d" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a5d78359-7876-41d2-87a2-2414351346cf"}]}}' 2018-08-21 07:59:46,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:59:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bce6b08-d618-4e16-923a-cef7d8caad11 x-compute-request-id: req-0bce6b08-d618-4e16-923a-cef7d8caad11 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0957d25d-b7ec-4c7a-8271-ee90d0580889", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "bookmark"}], "adminPass": "wiH28X9xDgzn"}} 2018-08-21 07:59:46,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-0bce6b08-d618-4e16-923a-cef7d8caad11 2018-08-21 07:59:46,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:46,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda849da-c9ad-41d1-be7b-d0404603b9da 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:46,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-eda849da-c9ad-41d1-be7b-d0404603b9da 2018-08-21 07:59:46,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:47,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["-0TfoSe1SaealgYhmbzafA"], "issued_at": "2018-08-21T07:59:47.000000Z"}} 2018-08-21 07:59:47,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d12990c94b0db1ed290bc22ed8ffdb468e6aad" 2018-08-21 07:59:48,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-cf3262da-94ed-4f50-b5f1-49d43e3dd1f6 x-compute-request-id: req-cf3262da-94ed-4f50-b5f1-49d43e3dd1f6 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.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0957d25d-b7ec-4c7a-8271-ee90d0580889", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:59:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-3", "created": "2018-08-21T07:59:46Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:48,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 used request id req-cf3262da-94ed-4f50-b5f1-49d43e3dd1f6 2018-08-21 07:59:51,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d12990c94b0db1ed290bc22ed8ffdb468e6aad" 2018-08-21 07:59:51,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-34ae32cf-2ca7-41f6-a504-3d916804a67f x-compute-request-id: req-34ae32cf-2ca7-41f6-a504-3d916804a67f Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000099", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0957d25d-b7ec-4c7a-8271-ee90d0580889", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T07:59:49Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-08-21T07:59:46Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:51,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 used request id req-34ae32cf-2ca7-41f6-a504-3d916804a67f 2018-08-21 07:59:54,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24d12990c94b0db1ed290bc22ed8ffdb468e6aad" 2018-08-21 07:59:55,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-a6a2a64b-e9e9-4425-bdfe-72a9974f50c5 x-compute-request-id: req-a6a2a64b-e9e9-4425-bdfe-72a9974f50c5 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:6e:cd:b5", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000099", "OS-SRV-USG:launched_at": "2018-08-21T07:59:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0957d25d-b7ec-4c7a-8271-ee90d0580889", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:59:54Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-08-21T07:59:46Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:55,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 used request id req-a6a2a64b-e9e9-4425-bdfe-72a9974f50c5 2018-08-21 07:59:55,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50d2fef8510d3435beafe6e02df93c62acf8e6d" 2018-08-21 07:59:55,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-9e817b25-58a8-414d-8a1a-743dc918f13a x-compute-request-id: req-9e817b25-58a8-414d-8a1a-743dc918f13a 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:6e:cd:b5", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000099", "OS-SRV-USG:launched_at": "2018-08-21T07:59:54.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "0957d25d-b7ec-4c7a-8271-ee90d0580889", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T07:59:54Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2018-08-21T07:59:46Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 07:59:55,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889 used request id req-9e817b25-58a8-414d-8a1a-743dc918f13a 2018-08-21 07:59:55,473 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.5'. 2018-08-21 07:59:55,473 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-08-21 07:59:55,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 07:59:56,840 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:59: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-ee3fb619-9fc8-4aed-9ad0-82cbe0437688 x-compute-request-id: req-ee3fb619-9fc8-4aed-9ad0-82cbe0437688 Content-Length: 0 Content-Type: application/json 2018-08-21 07:59:56,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889/action used request id req-ee3fb619-9fc8-4aed-9ad0-82cbe0437688 2018-08-21 07:59:56,840 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-08-21 07:59:56,841 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=187613cb-928f-4ff5-aeab-bf92c3e91ba8 network=0542c728-6c1c-4a0a-828a-7c17b3732d51 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 07:59:56,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:56,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:56,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:56,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:56,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:56,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:56,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:56,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:56,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:56,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:56,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:56,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 07:59:56,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 07:59:56,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 07:59:56,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 07:59:56,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 07:59:56,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 07:59:56,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 07:59:56,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 07:59:56,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 07:59:56,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 07:59:56,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:56,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c2bcc57-b45f-49d9-83a8-8fe92b34a886 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:56,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-0c2bcc57-b45f-49d9-83a8-8fe92b34a886 2018-08-21 07:59:56,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 07:59:57,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T08:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["wL7ToURUT4-_JsfqMzilww"], "issued_at": "2018-08-21T07:59:57.000000Z"}} 2018-08-21 07:59:57,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" 2018-08-21 07:59:57,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-c7d7f8ef-8318-4699-99fc-2ab4b3f44fa7 x-compute-request-id: req-c7d7f8ef-8318-4699-99fc-2ab4b3f44fa7 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 07:59:57,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-c7d7f8ef-8318-4699-99fc-2ab4b3f44fa7 2018-08-21 07:59:57,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" 2018-08-21 07:59:57,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59: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-59fd15c8-e8dd-4464-81aa-6286f0ece085 x-compute-request-id: req-59fd15c8-e8dd-4464-81aa-6286f0ece085 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 07:59:57,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-59fd15c8-e8dd-4464-81aa-6286f0ece085 2018-08-21 07:59:57,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0542c728-6c1c-4a0a-828a-7c17b3732d51"}]}}' 2018-08-21 07:59:59,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 07:59: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-e83ecdc0-0c7d-4520-8e92-a78ed5f82441 x-compute-request-id: req-e83ecdc0-0c7d-4520-8e92-a78ed5f82441 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e1d92f54-0f08-449a-a016-4b3aa4e841cf", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "bookmark"}], "adminPass": "BaDXmb86yfx4"}} 2018-08-21 07:59:59,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-e83ecdc0-0c7d-4520-8e92-a78ed5f82441 2018-08-21 07:59:59,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 07:59:59,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 07:59:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bbc09a-3628-4fd5-a306-88c088e4a284 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 07:59:59,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-21bbc09a-3628-4fd5-a306-88c088e4a284 2018-08-21 07:59:59,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:00:00,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:00:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["2QANtxMUQhW1akBxEzBx-g"], "issued_at": "2018-08-21T08:00:00.000000Z"}} 2018-08-21 08:00:00,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbe8c8d02f5291488832460e2f5982d71fd833fc" 2018-08-21 08:00:00,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ae2e949-e1a3-4e1b-a5b0-01f5527df7a8 x-compute-request-id: req-5ae2e949-e1a3-4e1b-a5b0-01f5527df7a8 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.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e1d92f54-0f08-449a-a016-4b3aa4e841cf", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:00:00Z", "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-21T07:59:59Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:00,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf used request id req-5ae2e949-e1a3-4e1b-a5b0-01f5527df7a8 2018-08-21 08:00:03,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbe8c8d02f5291488832460e2f5982d71fd833fc" 2018-08-21 08:00:04,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f89e3ed-4fa5-48b1-b7e8-302030c92919 x-compute-request-id: req-6f89e3ed-4fa5-48b1-b7e8-302030c92919 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.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e1d92f54-0f08-449a-a016-4b3aa4e841cf", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:00:02Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-08-21T07:59:59Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:04,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf used request id req-6f89e3ed-4fa5-48b1-b7e8-302030c92919 2018-08-21 08:00:07,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbe8c8d02f5291488832460e2f5982d71fd833fc" 2018-08-21 08:00:07,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20a4fe2a-3f7b-41e6-a95e-0a0ed996be2f x-compute-request-id: req-20a4fe2a-3f7b-41e6-a95e-0a0ed996be2f 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:c6:1a:d6", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009a", "OS-SRV-USG:launched_at": "2018-08-21T08:00:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e1d92f54-0f08-449a-a016-4b3aa4e841cf", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:00:06Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-08-21T07:59:59Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:07,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf used request id req-20a4fe2a-3f7b-41e6-a95e-0a0ed996be2f 2018-08-21 08:00:07,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" 2018-08-21 08:00:08,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d5fa4b6-268d-472c-a3be-bb57217558ef x-compute-request-id: req-5d5fa4b6-268d-472c-a3be-bb57217558ef 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:c6:1a:d6", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009a", "OS-SRV-USG:launched_at": "2018-08-21T08:00:06.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e1d92f54-0f08-449a-a016-4b3aa4e841cf", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:00:06Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2018-08-21T07:59:59Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:08,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf used request id req-5d5fa4b6-268d-472c-a3be-bb57217558ef 2018-08-21 08:00:08,099 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.9'. 2018-08-21 08:00:08,099 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-08-21 08:00:08,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:00:09,210 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:00: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-31904eac-9746-4b0b-a966-c601b144dcb2 x-compute-request-id: req-31904eac-9746-4b0b-a966-c601b144dcb2 Content-Length: 0 Content-Type: application/json 2018-08-21 08:00:09,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-31904eac-9746-4b0b-a966-c601b144dcb2 2018-08-21 08:00:09,211 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-08-21 08:00:09,211 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=187613cb-928f-4ff5-aeab-bf92c3e91ba8 network=0542c728-6c1c-4a0a-828a-7c17b3732d51 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 08:00:09,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:00:09,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:00:09,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:00:09,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:00:09,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:00:09,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:00:09,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:00:09,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:00:09,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:00:09,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:00:09,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:00:09,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:00:09,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:00:09,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:00:09,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:00:09,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:00:09,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:00:09,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:00:09,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:00:09,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb4a3761-9f7b-4961-8335-a157bc738a17 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:00:09,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-cb4a3761-9f7b-4961-8335-a157bc738a17 2018-08-21 08:00:09,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:00:09,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:00:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["9UxoY6sMRUOV-MSp5m4jTg"], "issued_at": "2018-08-21T08:00:09.000000Z"}} 2018-08-21 08:00:09,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e452f396c5f0157c104d968dddbb56240cddc106" 2018-08-21 08:00:09,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-1c40e6a6-6fe9-4a01-8f85-a9a612ac92a1 x-compute-request-id: req-1c40e6a6-6fe9-4a01-8f85-a9a612ac92a1 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:00:09,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-1c40e6a6-6fe9-4a01-8f85-a9a612ac92a1 2018-08-21 08:00:09,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e452f396c5f0157c104d968dddbb56240cddc106" 2018-08-21 08:00:09,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-46e0f781-96fb-4805-9f21-5e08c91b6a21 x-compute-request-id: req-46e0f781-96fb-4805-9f21-5e08c91b6a21 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:00:09,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-46e0f781-96fb-4805-9f21-5e08c91b6a21 2018-08-21 08:00:09,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e452f396c5f0157c104d968dddbb56240cddc106" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0542c728-6c1c-4a0a-828a-7c17b3732d51"}], "config_drive": true}}' 2018-08-21 08:00:11,819 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:00: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-e57a07a1-2ba2-4648-95be-f72c7c8ebc3a x-compute-request-id: req-e57a07a1-2ba2-4648-95be-f72c7c8ebc3a Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "db19fab5-9eaf-4877-8347-7484b8c7d4ca", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "bookmark"}], "adminPass": "KU5QwAPovrnJ"}} 2018-08-21 08:00:11,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-e57a07a1-2ba2-4648-95be-f72c7c8ebc3a 2018-08-21 08:00:11,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:00:11,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a55cb5-717f-45bf-9ee7-e724f9f3fb51 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:00:11,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-48a55cb5-717f-45bf-9ee7-e724f9f3fb51 2018-08-21 08:00:11,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:00:12,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["L1SUFTqaT4efopK8WtPn-A"], "issued_at": "2018-08-21T08:00:12.000000Z"}} 2018-08-21 08:00:12,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9aef00819e46243c321b4b4305e005ca1db1c7" 2018-08-21 08:00:13,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2a840ea-ba59-4447-8c33-1ab6cda7bac3 x-compute-request-id: req-d2a840ea-ba59-4447-8c33-1ab6cda7bac3 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.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "db19fab5-9eaf-4877-8347-7484b8c7d4ca", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:00:12Z", "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-21T08:00:11Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:13,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca used request id req-d2a840ea-ba59-4447-8c33-1ab6cda7bac3 2018-08-21 08:00:16,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9aef00819e46243c321b4b4305e005ca1db1c7" 2018-08-21 08:00:16,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-9e58ddc5-5daa-4d63-9660-cb9b2dc349c0 x-compute-request-id: req-9e58ddc5-5daa-4d63-9660-cb9b2dc349c0 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "db19fab5-9eaf-4877-8347-7484b8c7d4ca", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:00:13Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-08-21T08:00:11Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:16,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca used request id req-9e58ddc5-5daa-4d63-9660-cb9b2dc349c0 2018-08-21 08:00:19,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c9aef00819e46243c321b4b4305e005ca1db1c7" 2018-08-21 08:00:19,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-15173a51-6bec-45b5-8a62-ad9d1c9cdafb x-compute-request-id: req-15173a51-6bec-45b5-8a62-ad9d1c9cdafb Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:f6", "version": 4, "addr": "10.10.11.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009b", "OS-SRV-USG:launched_at": "2018-08-21T08:00:18.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "db19fab5-9eaf-4877-8347-7484b8c7d4ca", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:00:18Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-08-21T08:00:11Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:19,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca used request id req-15173a51-6bec-45b5-8a62-ad9d1c9cdafb 2018-08-21 08:00:19,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e452f396c5f0157c104d968dddbb56240cddc106" 2018-08-21 08:00:20,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-c41adba8-cb6b-4ae7-bd8d-aa73f4e1a3eb x-compute-request-id: req-c41adba8-cb6b-4ae7-bd8d-aa73f4e1a3eb Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:f6", "version": 4, "addr": "10.10.11.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009b", "OS-SRV-USG:launched_at": "2018-08-21T08:00:18.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "db19fab5-9eaf-4877-8347-7484b8c7d4ca", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:00:18Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2018-08-21T08:00:11Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:20,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca used request id req-c41adba8-cb6b-4ae7-bd8d-aa73f4e1a3eb 2018-08-21 08:00:20,376 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.3'. 2018-08-21 08:00:20,377 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-08-21 08:00:20,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:00:21,515 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:00: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-925cb3f2-90ff-465b-8f96-2a6831cead88 x-compute-request-id: req-925cb3f2-90ff-465b-8f96-2a6831cead88 Content-Length: 0 Content-Type: application/json 2018-08-21 08:00:21,516 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action used request id req-925cb3f2-90ff-465b-8f96-2a6831cead88 2018-08-21 08:00:21,516 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-08-21 08:00:21,516 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=187613cb-928f-4ff5-aeab-bf92c3e91ba8 network=a5d78359-7876-41d2-87a2-2414351346cf secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 10.10.10.5 10.10.11.3 10.10.11.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 08:00:21,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:00:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:00:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:00:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:00:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:00:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:00:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:00:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:00:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:00:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:00:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:00:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:00:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:00:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:00:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:00:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:00:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:00:21,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:00:21,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:00:21,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:00:21,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:00:21,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:00:21,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:00:21,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:00:21,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:00:21,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:00:21,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:00:21,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e7dad4-09bf-47f8-b808-af2537fcd4c0 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:00:21,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-02e7dad4-09bf-47f8-b808-af2537fcd4c0 2018-08-21 08:00:21,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:00:21,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:00:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["ItwWBjMsTyOsS0yCVpjHXw"], "issued_at": "2018-08-21T08:00:21.000000Z"}} 2018-08-21 08:00:21,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" 2018-08-21 08:00:22,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-852d9565-e261-4f7a-b05b-05bec5e5f7ca x-compute-request-id: req-852d9565-e261-4f7a-b05b-05bec5e5f7ca Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:00:22,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-852d9565-e261-4f7a-b05b-05bec5e5f7ca 2018-08-21 08:00:22,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" 2018-08-21 08:00:22,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-835e97e2-b5e0-4909-a29f-5ae6c266e789 x-compute-request-id: req-835e97e2-b5e0-4909-a29f-5ae6c266e789 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:00:22,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-835e97e2-b5e0-4909-a29f-5ae6c266e789 2018-08-21 08:00:22,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC41IDEwLjEwLjExLjMgMTAuMTAuMTEuOQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a5d78359-7876-41d2-87a2-2414351346cf"}], "config_drive": true}}' 2018-08-21 08:00:23,678 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:00:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0ad7946-ddf0-47b2-962d-b19eb02393e6 x-compute-request-id: req-c0ad7946-ddf0-47b2-962d-b19eb02393e6 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "df7641ff-c32f-4c82-9982-32f10e77ca2f", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "bookmark"}], "adminPass": "Sr3SsWJrK934"}} 2018-08-21 08:00:23,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-c0ad7946-ddf0-47b2-962d-b19eb02393e6 2018-08-21 08:00:23,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:00:23,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d223eb-60ef-4c8e-8410-7cf03d4a03f7 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:00:23,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-64d223eb-60ef-4c8e-8410-7cf03d4a03f7 2018-08-21 08:00:23,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:00:24,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["PJRr21_0SkWAgzYQdAsdow"], "issued_at": "2018-08-21T08:00:24.000000Z"}} 2018-08-21 08:00:24,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defb8c5f20de9918286ba4df96d7fe9b68eeb75b" 2018-08-21 08:00:24,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4d302e6-a361-409a-ac7c-d6138f02134f x-compute-request-id: req-d4d302e6-a361-409a-ac7c-d6138f02134f 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.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "df7641ff-c32f-4c82-9982-32f10e77ca2f", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:00:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-08-21T08:00:23Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:24,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f used request id req-d4d302e6-a361-409a-ac7c-d6138f02134f 2018-08-21 08:00:27,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defb8c5f20de9918286ba4df96d7fe9b68eeb75b" 2018-08-21 08:00:28,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba3c855f-dd08-4183-b660-b0a03ce39e93 x-compute-request-id: req-ba3c855f-dd08-4183-b660-b0a03ce39e93 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.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "df7641ff-c32f-4c82-9982-32f10e77ca2f", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:00:25Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-08-21T08:00:23Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:28,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f used request id req-ba3c855f-dd08-4183-b660-b0a03ce39e93 2018-08-21 08:00:31,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defb8c5f20de9918286ba4df96d7fe9b68eeb75b" 2018-08-21 08:00:32,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eb33ff9-c54e-4e23-8b27-a5dfafc4fa9e x-compute-request-id: req-8eb33ff9-c54e-4e23-8b27-a5dfafc4fa9e 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:75:a5:28", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009c", "OS-SRV-USG:launched_at": "2018-08-21T08:00:29.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "df7641ff-c32f-4c82-9982-32f10e77ca2f", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:00:29Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-08-21T08:00:23Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:32,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f used request id req-8eb33ff9-c54e-4e23-8b27-a5dfafc4fa9e 2018-08-21 08:00:32,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" 2018-08-21 08:00:32,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-a7bff08b-8c3b-4fb8-b60e-ef5dab7495b0 x-compute-request-id: req-a7bff08b-8c3b-4fb8-b60e-ef5dab7495b0 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:75:a5:28", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f", "rel": "bookmark"}], "image": {"id": "187613cb-928f-4ff5-aeab-bf92c3e91ba8", "links": [{"href": "http://172.30.9.44:8774/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009c", "OS-SRV-USG:launched_at": "2018-08-21T08:00:29.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "df7641ff-c32f-4c82-9982-32f10e77ca2f", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:00:29Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2018-08-21T08:00:23Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:00:32,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f used request id req-a7bff08b-8c3b-4fb8-b60e-ef5dab7495b0 2018-08-21 08:00:32,698 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.8'. 2018-08-21 08:00:32,698 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-08-21 08:00:32,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:00:33,500 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:00: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-1cc9b31b-d82b-4c2b-b8b5-7f83d096a406 x-compute-request-id: req-1cc9b31b-d82b-4c2b-b8b5-7f83d096a406 Content-Length: 0 Content-Type: application/json 2018-08-21 08:00:33,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-1cc9b31b-d82b-4c2b-b8b5-7f83d096a406 2018-08-21 08:00:33,501 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-08-21 08:00:33,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-618195", "route_distinguishers": "12:12"}}' 2018-08-21 08:00:33,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-7d777fe4-379d-429d-97ad-fa9be433e4bd Date: Tue, 21 Aug 2018 08:00:33 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-618195", "route_distinguishers": ["12:12"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "0f9ec285-1314-4070-80fd-b71676227899"}} 2018-08-21 08:00:33,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns used request id req-7d777fe4-379d-429d-97ad-fa9be433e4bd 2018-08-21 08:00:33,920 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-618195', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'0f9ec285-1314-4070-80fd-b71676227899', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'route_targets': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'type': u'l3', u'networks': []}} 2018-08-21 08:00:33,920 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-08-21 08:00:33,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"router_association": {"router_id": "f674fd06-192c-43bd-a509-a6eb92a11452"}}' 2018-08-21 08:00:34,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-3592c5d3-fc45-44d6-8ab4-eed3cbd838b3 Date: Tue, 21 Aug 2018 08:00:34 GMT RESP BODY: {"router_association": {"router_id": "f674fd06-192c-43bd-a509-a6eb92a11452", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "5bb56dfc-a0ac-4b48-bb69-3a9ccded9967"}} 2018-08-21 08:00:34,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899/router_associations used request id req-3592c5d3-fc45-44d6-8ab4-eed3cbd838b3 2018-08-21 08:00:34,396 - sdnvpn_test_utils - INFO - Waiting for instance b5b77f7a-f2d6-4c37-b4f6-e123a2d50770 to boot up 2018-08-21 08:00:34,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e7526fe46cf1d7eb10eec7f494324935e77e2c1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:34,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4af1f3c3-1a05-48fb-adeb-556224de907f x-compute-request-id: req-4af1f3c3-1a05-48fb-adeb-556224de907f Content-Encoding: gzip Content-Length: 9581 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469562058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184233] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186500] pid_max: default: 32768 minimum: 301\n[ 0.187719] ACPI: Core revision 20150930\n[ 0.189398] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191158] Security Framework initialized\n[ 0.192282] Yama: becoming mindful.\n[ 0.193268] AppArmor: AppArmor initialized\n[ 0.194422] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196175] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197852] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199504] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201354] Initializing cgroup subsys io\n[ 0.202450] Initializing cgroup subsys memory\n[ 0.203635] Initializing cgroup subsys devices\n[ 0.204821] Initializing cgroup subsys freezer\n[ 0.205966] Initializing cgroup subsys net_cls\n[ 0.207182] Initializing cgroup subsys perf_event\n[ 0.208434] Initializing cgroup subsys net_prio\n[ 0.209654] Initializing cgroup subsys hugetlb\n[ 0.210830] Initializing cgroup subsys pids\n[ 0.212004] CPU: Physical Processor ID: 0\n[ 0.213811] mce: CPU supports 10 MCE banks\n[ 0.214945] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216293] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231077] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237795] ftrace: allocating 31920 entries in 125 pages\n[ 0.263390] smpboot: Max logical packages: 1\n[ 0.264578] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266387] x2apic enabled\n[ 0.267539] Switched APIC routing to physical x2apic.\n[ 0.269965] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.271508] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274189] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.276600] KVM setup paravirtual spinlock\n[ 0.278183] x86: Booted up 1 node, 1 CPUs\n[ 0.279265] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281136] devtmpfs: initialized\n[ 0.283077] evm: security.selinux\n[ 0.284033] evm: security.SMACK64\n[ 0.284991] evm: security.SMACK64EXEC\n[ 0.285985] evm: security.SMACK64TRANSMUTE\n[ 0.287083] evm: security.SMACK64MMAP\n[ 0.288066] evm: security.ima\n[ 0.288947] evm: security.capability\n[ 0.289993] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.292449] pinctrl core: initialized pinctrl subsystem\n[ 0.293902] RTC time: 7:59:41, date: 08/21/18\n[ 0.295191] NET: Registered protocol family 16\n[ 0.296533] cpuidle: using governor ladder\n[ 0.297650] cpuidle: using governor menu\n[ 0.298695] PCCT header not found.\n[ 0.299692] ACPI: bus type PCI registered\n[ 0.300785] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302433] PCI: Using configuration type 1 for base access\n[ 0.304512] ACPI: Added _OSI(Module Device)\n[ 0.305655] ACPI: Added _OSI(Processor Device)\n[ 0.306783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308018] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310180] ACPI: Interpreter enabled\n[ 0.311204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321001] ACPI: (supports S0 S5)\n[ 0.321991] ACPI: Using IOAPIC for interrupt routing\n[ 0.323274] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327016] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330184] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334677] acpiphp: Slot [3] registered\n[ 0.335762] acpiphp: Slot [4] registered\n[ 0.336818] acpiphp: Slot [5] registered\n[ 0.337872] acpiphp: Slot [6] registered\n[ 0.338952] acpiphp: Slot [7] registered\n[ 0.340027] acpiphp: Slot [8] registered\n[ 0.341124] acpiphp: Slot [9] registered\n[ 0.342185] acpiphp: Slot [10] registered\n[ 0.343254] acpiphp: Slot [11] registered\n[ 0.344324] acpiphp: Slot [12] registered\n[ 0.345389] acpiphp: Slot [13] registered\n[ 0.346452] acpiphp: Slot [14] registered\n[ 0.347523] acpiphp: Slot [15] registered\n[ 0.362847] acpiphp: Slot [16] registered\n[ 0.363954] acpiphp: Slot [17] registered\n[ 0.365063] acpiphp: Slot [18] registered\n[ 0.366156] acpiphp: Slot [19] registered\n[ 0.367250] acpiphp: Slot [20] registered\n[ 0.368342] acpiphp: Slot [21] registered\n[ 0.369434] acpiphp: Slot [22] registered\n[ 0.370529] acpiphp: Slot [23] registered\n[ 0.371624] acpiphp: Slot [24] registered\n[ 0.372714] acpiphp: Slot [25] registered\n[ 0.373810] acpiphp: Slot [26] registered\n[ 0.374905] acpiphp: Slot [27] registered\n[ 0.376002] acpiphp: Slot [28] registered\n[ 0.377105] acpiphp: Slot [29] registered\n[ 0.378195] acpiphp: Slot [30] registered\n[ 0.379285] acpiphp: Slot [31] registered\n[ 0.380383] PCI host bridge to bus 0000:00\n[ 0.381474] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383091] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.384710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.386683] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.388642] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.390641] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.394593] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.396301] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.397871] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.399561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.403901] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.405848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428864] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430799] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.432716] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.434605] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438075] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439494] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441590] vgaarb: loaded\n[ 0.442417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444044] SCSI subsystem initialized\n[ 0.445300] ACPI: bus type USB registered\n[ 0.446428] usbcore: registered new interface driver usbfs\n[ 0.447816] usbcore: registered new interface driver hub\n[ 0.449181] usbcore: registered new device driver usb\n[ 0.450660] PCI: Using ACPI for IRQ routing\n[ 0.452175] NetLabel: Initializing\n[ 0.453151] NetLabel: domain hash size = 128\n[ 0.454302] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455593] NetLabel: unlabeled traffic allowed by default\n[ 0.457156] clocksource: Switched to clocksource kvm-clock\n[ 0.467342] AppArmor: AppArmor Filesystem Enabled\n[ 0.468649] pnp: PnP ACPI init\n[ 0.469875] pnp: PnP ACPI: found 5 devices\n[ 0.476702] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479021] NET: Registered protocol family 2\n[ 0.480428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.483803] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488485] NET: Registered protocol family 1\n[ 0.489681] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491169] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492615] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507130] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521760] Trying to unpack rootfs image as initramfs...\n[ 0.583890] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586149] Scanning for low memory corruption every 60 seconds\n[ 0.591137] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.592868] audit: initializing netlink subsys (disabled)\n[ 0.594367] audit: type=2000 audit(1534838381.975:1): initialized\n[ 0.596253] Initialise system trusted keyring\n[ 0.597625] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599202] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601934] zbud: loaded\n[ 0.602942] VFS: Disk quotas dquot_6.6.0\n[ 0.604076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.606243] fuse init (API version 7.23)\n[ 0.607473] Key type big_key registered\n[ 0.608578] Allocating IMA MOK and blacklist keyrings.\n[ 0.610260] Key type asymmetric registered\n[ 0.611396] Asymmetric key parser 'x509' registered\n[ 0.612709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614771] io scheduler noop registered\n[ 0.615864] io scheduler deadline registered (default)\n[ 0.617233] io scheduler cfq registered\n[ 0.618429] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621623] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623628] ACPI: Power Button [PWRF]\n[ 0.624844] GHES: HEST is not enabled!\n[ 0.638975] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668197] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671034] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694707] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697783] Linux agpgart interface v0.103\n[ 0.701230] brd: module loaded\n[ 0.703466] loop: module loaded\n[ 0.707987] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.710029] GPT:90111 != 2097151\n[ 0.710977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712495] GPT:90111 != 2097151\n[ 0.713446] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714786] vda: vda1 vda15\n[ 0.716457] scsi host0: ata_piix\n[ 0.717543] scsi host1: ata_piix\n[ 0.718551] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720227] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722244] libphy: Fixed MDIO Bus: probed\n[ 0.723381] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724699] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727907] PPP generic driver version 2.4.2\n[ 0.729320] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731157] ehci-pci: EHCI PCI platform driver\n[ 0.732687] ehci-platform: EHCI generic platform driver\n[ 0.734444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.736440] ohci-pci: OHCI PCI platform driver\n[ 0.737966] ohci-platform: OHCI generic platform driver\n[ 0.739725] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.754620] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756353] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758928] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767401] usb usb1: Product: UHCI Host Controller\n[ 0.769007] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770986] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772626] hub 1-0:1.0: USB hub found\n[ 0.774003] hub 1-0:1.0: 2 ports detected\n[ 0.775568] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779096] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780724] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782501] mousedev: PS/2 mouse device common for all mice\n[ 0.784677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789661] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791711] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793862] i2c /dev entries driver\n[ 0.795157] device-mapper: uevent: version 1.0.3\n[ 0.796768] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799622] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801914] NET: Registered protocol family 10\n[ 0.803801] NET: Registered protocol family 17\n[ 0.805349] Key type dns_resolver registered\n[ 0.806986] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.808915] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811959] registered taskstats version 1\n[ 0.813457] Loading compiled-in X.509 certificates\n[ 0.815600] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818865] zswap: loaded using pool lzo/zbud\n[ 0.821272] Key type trusted registered\n[ 0.823626] Key type encrypted registered\n[ 0.825049] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.826884] ima: No TPM chip found, activating TPM-bypass!\n[ 0.828682] evm: HMAC attrs: 0x1\n[ 0.830220] Magic number: 14:772:976\n[ 0.831676] rtc_cmos 00:00: setting system clock to 2018-08-21 07:59:42 UTC (1534838382)\n[ 0.834486] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836400] EDD information not available.\n[ 0.882744] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899286] Write protecting the kernel read-only data: 14336k\n[ 0.902298] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904802] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067355] 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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000098\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\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.29s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg2ttkdM78vPJcP9oLjjHL4gDjskngAuau55eT7sF2E74C0PpXW/RVOWL3usTl9GIPVxP9ELY6AU9zZbqGePnzi2GrcWchAyVB7Q0fOdxybLGe20ljSnb2adE0C/YL5BUawO30pOFAkhGDktnp+nJGV+lPGhgCVzjcsLgo/zRVbe+GD4i/aEpy9vtEoR0U0xmXcqeWOH1jMEgQ1qUUDyuq9dCQcUDOxElbanvymMvciF8iciUTsszV2GX99upF8cOmv/ULk3RLilgcOlw4a2177qIr8uvNunLQ8F7wiSBhPXCnxOfCc/RajjHpOaAyq3KXv/ecPLvANMehiVRh15Gx root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAITcD6OoWQPnrRzxkFxpv000Eqv/AMUkVovkmZchVqlCz3+GKLsUHGYUdRPlZdXENHnQsQxBRpsTE+HfHoIRkDmSUDAer5sy3czQOBXt+pFdiEPDhTBm9r3rXeQyvEDOprVOzxZrZ4eYkbIe6E7TFfYLk3Nq+i6BLBRZ0fZ6DqfxAAAAFQDGBML+8XEJuYU4+IaHxfRmKc2whQAAAIAVlZn4tfAD2tTX8drMOOJ660zR9sYTHXtsYu+t6Sl8xvNB6O0p6YAiSzwfllZXkEdD21dzEoHG5GzNWdQT4Ts1ZcMHUf+3Q6DKizVjvPWrCwzML2vJXUrq7HjJ/NJ+Ju7BBMc/hGvHA+iX7jmKSZM8k5ehnrdWp0bcMYlMk6+Z9wAAAIAH0ciJiup37DiUlm20AxNgNaHNICOhekQpSVURQ1vdx+oNzUoKnddfLJDszeilKnYwbrb3Rh2d19khh+BZW+6//ArcjeDDEpnNqLySQdDRyKCyWh1raqvUFMhynHSbom2W2wmKs8QBaxX232woxPQYU/u2O+JVzXYxufpCQsirmg== root@sdnvpn-4-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:feb7:5453/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: ec2 net ===\ninstance-id: i-00000098\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\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-21 08:00:34,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770/action used request id req-4af1f3c3-1a05-48fb-adeb-556224de907f 2018-08-21 08:00:36,508 - sdnvpn_test_utils - INFO - Waiting for instance 0957d25d-b7ec-4c7a-8271-ee90d0580889 to boot up 2018-08-21 08:00:36,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50d2fef8510d3435beafe6e02df93c62acf8e6d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:36,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-5f11441e-b49f-4001-9748-aae861477fda x-compute-request-id: req-5f11441e-b49f-4001-9748-aae861477fda Content-Encoding: gzip Content-Length: 9576 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482617361 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182376] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184611] pid_max: default: 32768 minimum: 301\n[ 0.185826] ACPI: Core revision 20150930\n[ 0.187473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189239] Security Framework initialized\n[ 0.190337] Yama: becoming mindful.\n[ 0.191304] AppArmor: AppArmor initialized\n[ 0.192440] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194209] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195916] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197540] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199413] Initializing cgroup subsys io\n[ 0.200517] Initializing cgroup subsys memory\n[ 0.201701] Initializing cgroup subsys devices\n[ 0.202889] Initializing cgroup subsys freezer\n[ 0.204058] Initializing cgroup subsys net_cls\n[ 0.205228] Initializing cgroup subsys perf_event\n[ 0.206466] Initializing cgroup subsys net_prio\n[ 0.207661] Initializing cgroup subsys hugetlb\n[ 0.208826] Initializing cgroup subsys pids\n[ 0.209991] CPU: Physical Processor ID: 0\n[ 0.211769] mce: CPU supports 10 MCE banks\n[ 0.212906] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214263] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229182] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.235797] ftrace: allocating 31920 entries in 125 pages\n[ 0.260755] smpboot: Max logical packages: 1\n[ 0.261950] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.263781] x2apic enabled\n[ 0.264911] Switched APIC routing to physical x2apic.\n[ 0.267343] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.268822] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271484] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.273871] KVM setup paravirtual spinlock\n[ 0.275443] x86: Booted up 1 node, 1 CPUs\n[ 0.276520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278363] devtmpfs: initialized\n[ 0.280299] evm: security.selinux\n[ 0.281236] evm: security.SMACK64\n[ 0.282168] evm: security.SMACK64EXEC\n[ 0.283163] evm: security.SMACK64TRANSMUTE\n[ 0.284234] evm: security.SMACK64MMAP\n[ 0.285227] evm: security.ima\n[ 0.286089] evm: security.capability\n[ 0.287140] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.289581] pinctrl core: initialized pinctrl subsystem\n[ 0.291031] RTC time: 7:59:54, date: 08/21/18\n[ 0.292337] NET: Registered protocol family 16\n[ 0.293637] cpuidle: using governor ladder\n[ 0.294747] cpuidle: using governor menu\n[ 0.295816] PCCT header not found.\n[ 0.296832] ACPI: bus type PCI registered\n[ 0.297910] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.299551] PCI: Using configuration type 1 for base access\n[ 0.301687] ACPI: Added _OSI(Module Device)\n[ 0.302822] ACPI: Added _OSI(Processor Device)\n[ 0.303974] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307348] ACPI: Interpreter enabled\n[ 0.308386] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.310905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.315898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318403] ACPI: (supports S0 S5)\n[ 0.319369] ACPI: Using IOAPIC for interrupt routing\n[ 0.320646] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324436] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325971] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327629] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332167] acpiphp: Slot [3] registered\n[ 0.333258] acpiphp: Slot [4] registered\n[ 0.334351] acpiphp: Slot [5] registered\n[ 0.335426] acpiphp: Slot [6] registered\n[ 0.336507] acpiphp: Slot [7] registered\n[ 0.337578] acpiphp: Slot [8] registered\n[ 0.338652] acpiphp: Slot [9] registered\n[ 0.339727] acpiphp: Slot [10] registered\n[ 0.340817] acpiphp: Slot [11] registered\n[ 0.341915] acpiphp: Slot [12] registered\n[ 0.343010] acpiphp: Slot [13] registered\n[ 0.344112] acpiphp: Slot [14] registered\n[ 0.345209] acpiphp: Slot [15] registered\n[ 0.360045] acpiphp: Slot [16] registered\n[ 0.361218] acpiphp: Slot [17] registered\n[ 0.362348] acpiphp: Slot [18] registered\n[ 0.363448] acpiphp: Slot [19] registered\n[ 0.364560] acpiphp: Slot [20] registered\n[ 0.365666] acpiphp: Slot [21] registered\n[ 0.366770] acpiphp: Slot [22] registered\n[ 0.367874] acpiphp: Slot [23] registered\n[ 0.368977] acpiphp: Slot [24] registered\n[ 0.370079] acpiphp: Slot [25] registered\n[ 0.371182] acpiphp: Slot [26] registered\n[ 0.372282] acpiphp: Slot [27] registered\n[ 0.373390] acpiphp: Slot [28] registered\n[ 0.374500] acpiphp: Slot [29] registered\n[ 0.375606] acpiphp: Slot [30] registered\n[ 0.376713] acpiphp: Slot [31] registered\n[ 0.377818] PCI host bridge to bus 0000:00\n[ 0.378919] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.380553] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.382187] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384170] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386137] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388145] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392256] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.393957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395519] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401551] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403503] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424623] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426649] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428626] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430597] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432627] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.434347] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.436107] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437520] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439592] vgaarb: loaded\n[ 0.440474] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442127] SCSI subsystem initialized\n[ 0.443398] ACPI: bus type USB registered\n[ 0.444534] usbcore: registered new interface driver usbfs\n[ 0.445938] usbcore: registered new interface driver hub\n[ 0.447306] usbcore: registered new device driver usb\n[ 0.448796] PCI: Using ACPI for IRQ routing\n[ 0.450317] NetLabel: Initializing\n[ 0.451298] NetLabel: domain hash size = 128\n[ 0.452457] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453756] NetLabel: unlabeled traffic allowed by default\n[ 0.455308] clocksource: Switched to clocksource kvm-clock\n[ 0.465566] AppArmor: AppArmor Filesystem Enabled\n[ 0.466874] pnp: PnP ACPI init\n[ 0.468100] pnp: PnP ACPI: found 5 devices\n[ 0.474915] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.477230] NET: Registered protocol family 2\n[ 0.478637] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.480384] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.482022] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.483661] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485136] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486711] NET: Registered protocol family 1\n[ 0.487913] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.489396] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490854] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.505366] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519806] Trying to unpack rootfs image as initramfs...\n[ 0.581745] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589487] Scanning for low memory corruption every 60 seconds\n[ 0.592978] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594749] audit: initializing netlink subsys (disabled)\n[ 0.596560] audit: type=2000 audit(1534838395.135:1): initialized\n[ 0.598830] Initialise system trusted keyring\n[ 0.600511] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602199] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605222] zbud: loaded\n[ 0.606374] VFS: Disk quotas dquot_6.6.0\n[ 0.607677] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610113] fuse init (API version 7.23)\n[ 0.611488] Key type big_key registered\n[ 0.612682] Allocating IMA MOK and blacklist keyrings.\n[ 0.614530] Key type asymmetric registered\n[ 0.615781] Asymmetric key parser 'x509' registered\n[ 0.617192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619444] io scheduler noop registered\n[ 0.620593] io scheduler deadline registered (default)\n[ 0.622059] io scheduler cfq registered\n[ 0.623445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624980] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626964] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.629111] ACPI: Power Button [PWRF]\n[ 0.630572] GHES: HEST is not enabled!\n[ 0.644998] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.674362] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.703066] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.706401] Linux agpgart interface v0.103\n[ 0.710491] brd: module loaded\n[ 0.712923] loop: module loaded\n[ 0.718136] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.720179] GPT:90111 != 2097151\n[ 0.721158] GPT:Alternate GPT header not at the end of the disk.\n[ 0.722704] GPT:90111 != 2097151\n[ 0.723651] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725035] vda: vda1 vda15\n[ 0.727001] scsi host0: ata_piix\n[ 0.728145] scsi host1: ata_piix\n[ 0.729161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.730884] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733001] libphy: Fixed MDIO Bus: probed\n[ 0.734157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735507] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738873] PPP generic driver version 2.4.2\n[ 0.740224] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741946] ehci-pci: EHCI PCI platform driver\n[ 0.743233] ehci-platform: EHCI generic platform driver\n[ 0.744734] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746290] ohci-pci: OHCI PCI platform driver\n[ 0.747507] ohci-platform: OHCI generic platform driver\n[ 0.748862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.763621] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765020] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.767029] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.768433] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.769997] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771669] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773625] usb usb1: Product: UHCI Host Controller\n[ 0.774891] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776440] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.777899] hub 1-0:1.0: USB hub found\n[ 0.778947] hub 1-0:1.0: 2 ports detected\n[ 0.780227] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.783082] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784372] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.785766] mousedev: PS/2 mouse device common for all mice\n[ 0.787460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789906] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791444] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793011] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.794592] i2c /dev entries driver\n[ 0.795636] device-mapper: uevent: version 1.0.3\n[ 0.796931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799116] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800958] NET: Registered protocol family 10\n[ 0.802526] NET: Registered protocol family 17\n[ 0.803740] Key type dns_resolver registered\n[ 0.805031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.806521] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.808923] registered taskstats version 1\n[ 0.810085] Loading compiled-in X.509 certificates\n[ 0.811913] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.814402] zswap: loaded using pool lzo/zbud\n[ 0.816491] Key type trusted registered\n[ 0.818604] Key type encrypted registered\n[ 0.819747] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.821156] ima: No TPM chip found, activating TPM-bypass!\n[ 0.822562] evm: HMAC attrs: 0x1\n[ 0.823883] Magic number: 14:772:976\n[ 0.825063] rtc_cmos 00:00: setting system clock to 2018-08-21 07:59:55 UTC (1534838395)\n[ 0.827268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828749] EDD information not available.\n[ 0.892955] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.909335] Write protecting the kernel read-only data: 14336k\n[ 0.912360] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914799] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.071166] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000099\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCENcdHOK0f5e9jvNdcnQMm/WmvuJbkepRqss6qW+OiBINF18UyqLSGEIxFPgIn1/xU2inuaP6UqTTUlIqqQCVuZHhwWkci6G5/I9brHl7tvKJGTGgojpBVHuzQAGjOmT1+E13cB1TDvSzEFYSg1D4gRLP5499ZYJssHkDaMQuWFUXZ9syuD6nsv0vv1AcmKwYWsxiIllt9TRQJiRxXaYIG97jNq8HgG2Hjo9wvkzAl6CEU1V1RhkSpWNAZBLuqtvSA5+bqQHRUsblMp+/zlmI05L78/82n+SYxHtLfH3gqj6WiaML/ldwtH+mBtdmj8AeafrS39/DT8u0wnDJWlw1l root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAJ7Vv7PZljMOqOz4Jpk3EXronBIp6Ynqe0GCMnI83zCgTwXeO2nVmJx5OHakPvmKjLZt2ZzBPpV9UxFB4Kvp/tHX/vVxsCrM5ZWth3YDUkpBolfV7SSIwJRUJ/y/XpjFiPpYtKFcV6A+T0HPpbl6h/110d+k5SKOfoXwn9THxo0HAAAAFQDJk3/1oXty2VvljUDfqFMTc5E7bwAAAIEAhVRFrV/mmKakTBU8YEy6/UkoeE0NB0PFXafBseSONhptr+w7ygsf5Lxw3+X/eogd7C0wmLo81XmY7dTtOSomN5KkebEvjn5eps8biui9OCN9EVP/mybhtBdDakT2u7/NjBTFKijLMyUwsKltFwCOw5TNxnnQEgCMbewXuIJCypMAAACBAJGqriVkYTwQqf4qgcQbskM7J2tzLFJOcn1cHVfFMxWcLyP/UtylkJnelNQxTyqCg+h/TVFEr16BNpOIHJci/B6/zMHMiVjXRia5YBEJ+HlkDVFD39DlnwEfMi+hPn5JnIyZtMvhyX6zE6e9fYgFEVAeLKHpKU5QT7TDzTqtr+6c root@sdnvpn-4-3\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,10.10.10.5,24,fe80::f816:3eff:fe6e:cdb5/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000099\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\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-3 login: "} 2018-08-21 08:00:36,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889/action used request id req-5f11441e-b49f-4001-9748-aae861477fda 2018-08-21 08:00:38,615 - sdnvpn_test_utils - INFO - Waiting for instance e1d92f54-0f08-449a-a016-4b3aa4e841cf to boot up 2018-08-21 08:00:38,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:38,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6f273d4-d985-43b3-a62e-1072462c4638 x-compute-request-id: req-d6f273d4-d985-43b3-a62e-1072462c4638 Content-Encoding: gzip Content-Length: 10098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:38,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-d6f273d4-d985-43b3-a62e-1072462c4638 2018-08-21 08:00:40,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:40,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-0a1d7771-840f-4421-8ef9-1821c770a6ad x-compute-request-id: req-0a1d7771-840f-4421-8ef9-1821c770a6ad Content-Encoding: gzip Content-Length: 10098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:40,788 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-0a1d7771-840f-4421-8ef9-1821c770a6ad 2018-08-21 08:00:42,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:42,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6ff3fa2-0514-4b14-8ca3-3d766e8b0a60 x-compute-request-id: req-c6ff3fa2-0514-4b14-8ca3-3d766e8b0a60 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:42,885 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-c6ff3fa2-0514-4b14-8ca3-3d766e8b0a60 2018-08-21 08:00:44,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:44,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-8f74a8f4-d1ba-4333-ae8b-f4478011e056 x-compute-request-id: req-8f74a8f4-d1ba-4333-ae8b-f4478011e056 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:44,974 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-8f74a8f4-d1ba-4333-ae8b-f4478011e056 2018-08-21 08:00:46,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:47,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd30cf00-7841-469b-8d11-b91be8fe1d63 x-compute-request-id: req-dd30cf00-7841-469b-8d11-b91be8fe1d63 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:47,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-dd30cf00-7841-469b-8d11-b91be8fe1d63 2018-08-21 08:00:49,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:49,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46421388-1951-4c66-b152-5bee03494f2e x-compute-request-id: req-46421388-1951-4c66-b152-5bee03494f2e Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:49,158 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-46421388-1951-4c66-b152-5bee03494f2e 2018-08-21 08:00:51,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:51,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e471fed-0c1b-451e-8b8f-29b8be5b7759 x-compute-request-id: req-8e471fed-0c1b-451e-8b8f-29b8be5b7759 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:51,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-8e471fed-0c1b-451e-8b8f-29b8be5b7759 2018-08-21 08:00:53,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:53,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab3abb41-02e1-4809-ac32-75117c439162 x-compute-request-id: req-ab3abb41-02e1-4809-ac32-75117c439162 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:53,385 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-ab3abb41-02e1-4809-ac32-75117c439162 2018-08-21 08:00:55,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:55,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00: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-fa04b818-f8ee-4efd-b183-5b168dc759d8 x-compute-request-id: req-fa04b818-f8ee-4efd-b183-5b168dc759d8 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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-21 08:00:55,487 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-fa04b818-f8ee-4efd-b183-5b168dc759d8 2018-08-21 08:00:57,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dc7c082b37df80a377cff9c95304dd2bfe44160" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:57,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d727cf9f-033f-4ef1-8d63-cffdbdfd011e x-compute-request-id: req-d727cf9f-033f-4ef1-8d63-cffdbdfd011e Content-Encoding: gzip Content-Length: 10961 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474899870 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192039] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.194361] pid_max: default: 32768 minimum: 301\n[ 0.195656] ACPI: Core revision 20150930\n[ 0.197360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199322] Security Framework initialized\n[ 0.200510] Yama: becoming mindful.\n[ 0.201542] AppArmor: AppArmor initialized\n[ 0.202758] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204589] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.206312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208057] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210054] Initializing cgroup subsys io\n[ 0.211268] Initializing cgroup subsys memory\n[ 0.212503] Initializing cgroup subsys devices\n[ 0.213733] Initializing cgroup subsys freezer\n[ 0.215020] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217576] Initializing cgroup subsys net_prio\n[ 0.218881] Initializing cgroup subsys hugetlb\n[ 0.220133] Initializing cgroup subsys pids\n[ 0.221324] CPU: Physical Processor ID: 0\n[ 0.223195] mce: CPU supports 10 MCE banks\n[ 0.224372] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225793] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243880] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250560] ftrace: allocating 31920 entries in 125 pages\n[ 0.275841] smpboot: Max logical packages: 1\n[ 0.277085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279089] x2apic enabled\n[ 0.280254] Switched APIC routing to physical x2apic.\n[ 0.282765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287177] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289702] KVM setup paravirtual spinlock\n[ 0.291304] x86: Booted up 1 node, 1 CPUs\n[ 0.292413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294367] devtmpfs: initialized\n[ 0.296317] evm: security.selinux\n[ 0.297282] evm: security.SMACK64\n[ 0.298260] evm: security.SMACK64EXEC\n[ 0.299357] evm: security.SMACK64TRANSMUTE\n[ 0.300513] evm: security.SMACK64MMAP\n[ 0.301565] evm: security.ima\n[ 0.302483] evm: security.capability\n[ 0.303564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306141] pinctrl core: initialized pinctrl subsystem\n[ 0.307632] RTC time: 8:00:06, date: 08/21/18\n[ 0.308940] NET: Registered protocol family 16\n[ 0.310316] cpuidle: using governor ladder\n[ 0.311459] cpuidle: using governor menu\n[ 0.312550] PCCT header not found.\n[ 0.313589] ACPI: bus type PCI registered\n[ 0.314711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316396] PCI: Using configuration type 1 for base access\n[ 0.318543] ACPI: Added _OSI(Module Device)\n[ 0.319743] ACPI: Added _OSI(Processor Device)\n[ 0.320953] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322195] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324373] ACPI: Interpreter enabled\n[ 0.325466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335757] ACPI: (supports S0 S5)\n[ 0.336741] ACPI: Using IOAPIC for interrupt routing\n[ 0.338036] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346848] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349949] acpiphp: Slot [3] registered\n[ 0.351110] acpiphp: Slot [4] registered\n[ 0.352244] acpiphp: Slot [5] registered\n[ 0.353358] acpiphp: Slot [6] registered\n[ 0.354495] acpiphp: Slot [7] registered\n[ 0.355642] acpiphp: Slot [8] registered\n[ 0.356749] acpiphp: Slot [9] registered\n[ 0.357851] acpiphp: Slot [10] registered\n[ 0.358974] acpiphp: Slot [11] registered\n[ 0.360121] acpiphp: Slot [12] registered\n[ 0.361251] acpiphp: Slot [13] registered\n[ 0.362362] acpiphp: Slot [14] registered\n[ 0.363478] acpiphp: Slot [15] registered\n[ 0.378502] acpiphp: Slot [16] registered\n[ 0.379623] acpiphp: Slot [17] registered\n[ 0.380771] acpiphp: Slot [18] registered\n[ 0.381885] acpiphp: Slot [19] registered\n[ 0.382998] acpiphp: Slot [20] registered\n[ 0.384120] acpiphp: Slot [21] registered\n[ 0.385280] acpiphp: Slot [22] registered\n[ 0.386408] acpiphp: Slot [23] registered\n[ 0.387529] acpiphp: Slot [24] registered\n[ 0.388646] acpiphp: Slot [25] registered\n[ 0.389760] acpiphp: Slot [26] registered\n[ 0.390903] acpiphp: Slot [27] registered\n[ 0.392051] acpiphp: Slot [28] registered\n[ 0.393174] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395410] acpiphp: Slot [31] registered\n[ 0.396530] PCI host bridge to bus 0000:00\n[ 0.397644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399352] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401044] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403107] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405101] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411168] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412914] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414515] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420562] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443409] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445393] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447385] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453138] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454961] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456439] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458567] vgaarb: loaded\n[ 0.459399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461061] SCSI subsystem initialized\n[ 0.462358] ACPI: bus type USB registered\n[ 0.463510] usbcore: registered new interface driver usbfs\n[ 0.464917] usbcore: registered new interface driver hub\n[ 0.466350] usbcore: registered new device driver usb\n[ 0.467859] PCI: Using ACPI for IRQ routing\n[ 0.469374] NetLabel: Initializing\n[ 0.470359] NetLabel: domain hash size = 128\n[ 0.471552] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472864] NetLabel: unlabeled traffic allowed by default\n[ 0.474466] clocksource: Switched to clocksource kvm-clock\n[ 0.484388] AppArmor: AppArmor Filesystem Enabled\n[ 0.485858] pnp: PnP ACPI init\n[ 0.487367] pnp: PnP ACPI: found 5 devices\n[ 0.494606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497747] NET: Registered protocol family 2\n[ 0.499546] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501913] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504079] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506223] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508148] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510218] NET: Registered protocol family 1\n[ 0.511782] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513761] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515676] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.530451] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.545372] Trying to unpack rootfs image as initramfs...\n[ 0.607630] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612768] Scanning for low memory corruption every 60 seconds\n[ 0.614975] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616606] audit: initializing netlink subsys (disabled)\n[ 0.618093] audit: type=2000 audit(1534838406.945:1): initialized\n[ 0.620052] Initialise system trusted keyring\n[ 0.621434] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623033] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625759] zbud: loaded\n[ 0.626773] VFS: Disk quotas dquot_6.6.0\n[ 0.627922] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.630101] fuse init (API version 7.23)\n[ 0.631360] Key type big_key registered\n[ 0.632472] Allocating IMA MOK and blacklist keyrings.\n[ 0.634131] Key type asymmetric registered\n[ 0.635286] Asymmetric key parser 'x509' registered\n[ 0.636625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639818] io scheduler deadline registered (default)\n[ 0.641195] io scheduler cfq registered\n[ 0.642395] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647662] ACPI: Power Button [PWRF]\n[ 0.648886] GHES: HEST is not enabled!\n[ 0.663009] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692112] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694983] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723066] Linux agpgart interface v0.103\n[ 0.726434] brd: module loaded\n[ 0.728583] loop: module loaded\n[ 0.733039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735061] GPT:90111 != 2097151\n[ 0.735977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737434] GPT:90111 != 2097151\n[ 0.738346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739635] vda: vda1 vda15\n[ 0.741269] scsi host0: ata_piix\n[ 0.742320] scsi host1: ata_piix\n[ 0.743293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.744967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.746898] libphy: Fixed MDIO Bus: probed\n[ 0.748001] tun: Universal TUN/TAP device driver, 1.6\n[ 0.749292] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.752223] PPP generic driver version 2.4.2\n[ 0.753483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755123] ehci-pci: EHCI PCI platform driver\n[ 0.756329] ehci-platform: EHCI generic platform driver\n[ 0.757747] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.759290] ohci-pci: OHCI PCI platform driver\n[ 0.760460] ohci-platform: OHCI generic platform driver\n[ 0.761805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.776160] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777521] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779483] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780830] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782403] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786004] usb usb1: Product: UHCI Host Controller\n[ 0.787254] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790072] hub 1-0:1.0: USB hub found\n[ 0.791137] hub 1-0:1.0: 2 ports detected\n[ 0.792489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796658] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.798025] mousedev: PS/2 mouse device common for all mice\n[ 0.799761] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802302] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807085] i2c /dev entries driver\n[ 0.808114] device-mapper: uevent: version 1.0.3\n[ 0.809393] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811602] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813410] NET: Registered protocol family 10\n[ 0.814968] NET: Registered protocol family 17\n[ 0.816200] Key type dns_resolver registered\n[ 0.817471] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821310] registered taskstats version 1\n[ 0.822437] Loading compiled-in X.509 certificates\n[ 0.824239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826796] zswap: loaded using pool lzo/zbud\n[ 0.828798] Key type trusted registered\n[ 0.830889] Key type encrypted registered\n[ 0.831987] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833373] ima: No TPM chip found, activating TPM-bypass!\n[ 0.834804] evm: HMAC attrs: 0x1\n[ 0.836103] Magic number: 14:398:18\n[ 0.837132] ep_81: hash matches\n[ 0.838151] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:07 UTC (1534838407)\n[ 0.840315] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841806] EDD information not available.\n[ 0.907975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910185] Write protecting the kernel read-only data: 14336k\n[ 0.913231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.915724] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.153192] 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.11.9...\nLease of 10.10.11.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-0000009a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqIB4S8LEqvMYEiyM+cGwBYM6Ep5pjhDa26d4ebNF3YEB+zZTzYdExdLbRKev6rylq5RA4J8BMImbpc9m9SPcG8kEC2R6gGl4tlV5xyCxS7LWNvOTp/2hIUr0cf4TNyqfDNiB76y7zCXoEgIxvgxgwKKKqHfxVOrsIJxVGlJeDCJ4CsAllP3yHLJWL1qCr9C7t1i9UMFbpCZUXFT+btdLiXbfrvaItVSjinV/c/lA/+Bttm7VLTNAgZ7jptSG30L+1rRk+k5wnrZiei/uQaUqLXN+wnnI/dOrthG9KBNPx1hSdtBBDrhi3VEbgUA0/fr2WABv0xvZW7LsE26bCpdFX root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOII8IZMklMumvBVxbDtAXrYxh5w8Io/5iWZEylH1qSbyl4vX/U6Oq1buflubBGzpa1D+5oCkkH1HKGWvcCioun4E8M8kbvJ/SCvosES+yjI+RvSK7Ctx7Vm/TGwRe2CGgak+CB7ZZJ0VkVHCqtD3gDF1NN5kuMRh525uNng/HrBAAAAFQDEumr4rXJS4XlK0m+1S6E1F9Bb3wAAAIEA1yQ3aPkGd+0PG6Cs5koGtMTH/GdjvbOm00fr5eIAZ0Gy48KqfQ+RohjDN12FcFiDIQHRW+5weQzfiJX9kAI6op6fMNyp+xrUEkrHsMZ8amzaMnN5KXmVWfve9DRN60AXsflmsxmY8byK6RRcMxEq4JYdVC0B1VF0UWqVzfyKkfQAAACAebj9ciiC36zzWhBNMCbu/s5eJJLntpJp4nxWAYYrvPGCNc/BPwYtJ6s5clpDKnKWosrUbNXnwavm7cg2mc8ujAWy78u1zaqBegLzljpiBjfp3Ih5adPDLNWG62Dq3OTPAnNHOfzk3HgShP2HkyXIRZHTRTMvFQYIR6+TwG8lfgU= root@sdnvpn-4-5\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.11.9,24,fe80::f816:3eff:fec6:1ad6/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.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-0000009a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.08 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:C6:1A:D6 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec6:1ad6/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[ 1.153192] random: dd urandom read with 4 bits of entropy available\n[ 1.263888] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263891] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.263892] usb 1-1: Product: QEMU USB Tablet\n[ 1.263893] usb 1-1: Manufacturer: QEMU\n[ 1.263894] usb 1-1: SerialNumber: 42\n[ 1.610592] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 1.610610] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns\n[ 4.189731] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.226615] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:00:07 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:00:07 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:00:07 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:00:07 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:00:07 cirros kern.notice kernel: [ 1.153192] random: dd urandom read with 4 bits of entropy available\nAug 21 09:00:07 cirros kern.info kernel: [ 1.263888] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:00:07 cirros kern.info kernel: [ 1.263891] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:00:07 cirros kern.info kernel: [ 1.263892] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:00:07 cirros kern.info kernel: [ 1.263893] usb 1-1: Manufacturer: QEMU\nAug 21 09:00:07 cirros kern.info kernel: [ 1.263894] usb 1-1: SerialNumber: 42\nAug 21 09:00:08 cirros kern.info kernel: [ 1.610592] tsc: Refined TSC clocksource calibration: 3491.847 MHz\nAug 21 09:00:08 cirros kern.info kernel: [ 1.610610] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns\nAug 21 09:00:09 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:00:10 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:00:10 cirros kern.info kernel: [ 4.189731] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:00:10 cirros kern.info kernel: [ 4.226615] 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-21 08:00:57,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-d727cf9f-033f-4ef1-8d63-cffdbdfd011e 2018-08-21 08:00:59,619 - sdnvpn_test_utils - INFO - Waiting for instance df7641ff-c32f-4c82-9982-32f10e77ca2f to boot up 2018-08-21 08:00:59,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:00:59,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb2d2c35-d324-4165-943d-e7f2ad017006 x-compute-request-id: req-bb2d2c35-d324-4165-943d-e7f2ad017006 Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:00:59,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-bb2d2c35-d324-4165-943d-e7f2ad017006 2018-08-21 08:01:01,710 - sdnvpn_test_utils - INFO - Waiting for instance db19fab5-9eaf-4877-8347-7484b8c7d4ca to boot up 2018-08-21 08:01:01,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e452f396c5f0157c104d968dddbb56240cddc106" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:01,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebb4f25e-7371-42c1-9955-c9e626e777cb x-compute-request-id: req-ebb4f25e-7371-42c1-9955-c9e626e777cb Content-Encoding: gzip Content-Length: 8164 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540038553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.210178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.212611] pid_max: default: 32768 minimum: 301\n[ 0.213931] ACPI: Core revision 20150930\n[ 0.215632] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.217533] Security Framework initialized\n[ 0.218705] Yama: becoming mindful.\n[ 0.219752] AppArmor: AppArmor initialized\n[ 0.221035] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.222955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.224816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226538] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.228527] Initializing cgroup subsys io\n[ 0.229746] Initializing cgroup subsys memory\n[ 0.231002] Initializing cgroup subsys devices\n[ 0.232301] Initializing cgroup subsys freezer\n[ 0.233576] Initializing cgroup subsys net_cls\n[ 0.234871] Initializing cgroup subsys perf_event\n[ 0.236218] Initializing cgroup subsys net_prio\n[ 0.237503] Initializing cgroup subsys hugetlb\n[ 0.238757] Initializing cgroup subsys pids\n[ 0.239992] CPU: Physical Processor ID: 0\n[ 0.241879] mce: CPU supports 10 MCE banks\n[ 0.243085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.244519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.259242] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.265940] ftrace: allocating 31920 entries in 125 pages\n[ 0.291146] smpboot: Max logical packages: 1\n[ 0.292373] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.294335] x2apic enabled\n[ 0.295524] Switched APIC routing to physical x2apic.\n[ 0.298066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.299723] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.302630] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.305266] KVM setup paravirtual spinlock\n[ 0.306940] x86: Booted up 1 node, 1 CPUs\n[ 0.308126] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.310140] devtmpfs: initialized\n[ 0.312155] evm: security.selinux\n[ 0.313178] evm: security.SMACK64\n[ 0.314192] evm: security.SMACK64EXEC\n[ 0.315284] evm: security.SMACK64TRANSMUTE\n[ 0.316470] evm: security.SMACK64MMAP\n[ 0.317547] evm: security.ima\n[ 0.318494] evm: security.capability\n[ 0.319643] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.322381] pinctrl core: initialized pinctrl subsystem\n[ 0.323949] RTC time: 8:00:19, date: 08/21/18\n[ 0.325322] NET: Registered protocol family 16\n[ 0.326733] cpuidle: using governor ladder\n[ 0.327909] cpuidle: using governor menu\n[ 0.329049] PCCT header not found.\n[ 0.330148] ACPI: bus type PCI registered\n[ 0.331326] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.333162] PCI: Using configuration type 1 for base access\n[ 0.335423] ACPI: Added _OSI(Module Device)\n[ 0.336648] ACPI: Added _OSI(Processor Device)\n[ 0.337928] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.339255] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.341498] ACPI: Interpreter enabled\n[ 0.342622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.345310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.347953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.350574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.353261] ACPI: (supports S0 S5)\n[ 0.354269] ACPI: Using IOAPIC for interrupt routing\n[ 0.355654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.359520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.361180] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.362978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.364713] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.367826] acpiphp: Slot [3] registered\n[ 0.368969] acpiphp: Slot [4] registered\n[ 0.370113] acpiphp: Slot [5] registered\n[ 0.371307] acpiphp: Slot [6] registered\n[ 0.372480] acpiphp: Slot [7] registered\n[ 0.373645] acpiphp: Slot [8] registered\n[ 0.374784] acpiphp: Slot [9] registered\n[ 0.375917] acpiphp: Slot [10] registered\n[ 0.377072] acpiphp: Slot [11] registered\n[ 0.378257] acpiphp: Slot [12] registered\n[ 0.379414] acpiphp: Slot [13] registered\n[ 0.380601] acpiphp: Slot [14] registered\n[ 0.381776] acpiphp: Slot [15] registered\n[ 0.396799] acpiphp: Slot [16] registered\n[ 0.397947] acpiphp: Slot [17] registered\n[ 0.399098] acpiphp: Slot [18] registered\n[ 0.400273] acpiphp: Slot [19] registered\n[ 0.401450] acpiphp: Slot [20] registered\n[ 0.402629] acpiphp: Slot [21] registered\n[ 0.403821] acpiphp: Slot [22] registered\n[ 0.404989] acpiphp: Slot [23] registered\n[ 0.406179] acpiphp: Slot [24] registered\n[ 0.407450] acpiphp: Slot [25] registered\n[ 0.408635] acpiphp: Slot [26] registered\n[ 0.409818] acpiphp: Slot [27] registered\n[ 0.411006] acpiphp: Slot [28] registered\n[ 0.412196] acpiphp: Slot [29] registered\n[ 0.413376] acpiphp: Slot [30] registered\n[ 0.414555] acpiphp: Slot [31] registered\n[ 0.415739] PCI host bridge to bus 0000:00\n[ 0.416922] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.418700] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.420474] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.422602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.424740] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.426918] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.431102] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.432974] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.434684] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.436497] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.440690] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.442780] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.463885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.465923] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.467919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.469854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472068] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.473896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.475775] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.477330] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.479636] vgaarb: loaded\n[ 0.480523] vgaarb: bridge control possible 0000:00:02.0\n[ 0.482289] SCSI subsystem initialized\n[ 0.483560] ACPI: bus type USB registered\n[ 0.484777] usbcore: registered new interface driver usbfs\n[ 0.486286] usbcore: registered new interface driver hub\n[ 0.487757] usbcore: registered new device driver usb\n[ 0.489339] PCI: Using ACPI for IRQ routing\n[ 0.490952] NetLabel: Initializing\n[ 0.491995] NetLabel: domain hash size = 128\n[ 0.493249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.494666] NetLabel: unlabeled traffic allowed by default\n[ 0.496370] clocksource: Switched to clocksource kvm-clock\n[ 0.506566] AppArmor: AppArmor Filesystem Enabled\n[ 0.507955] pnp: PnP ACPI init\n[ 0.509241] pnp: PnP ACPI: found 5 devices\n[ 0.516161] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.518708] NET: Registered protocol family 2\n[ 0.520205] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.522136] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.523908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.525687] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.527293] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.529004] NET: Registered protocol family 1\n[ 0.530284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.531890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.533467] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.550662] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.566487] Trying to unpack rootfs image as initramfs...\n[ 0.628993] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.631714] Scanning for low memory corruption every 60 seconds\n[ 0.633862] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.635599] audit: initializing netlink subsys (disabled)\n[ 0.637225] audit: type=2000 audit(1534838419.698:1): initialized\n[ 0.639259] Initialise system trusted keyring\n[ 0.640725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.642448] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.645363] zbud: loaded\n[ 0.646440] VFS: Disk quotas dquot_6.6.0\n[ 0.647663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.649957] fuse init (API version 7.23)\n[ 0.651257] Key type big_key registered\n[ 0.652426] Allocating IMA MOK and blacklist keyrings.\n[ 0.654179] Key type asymmetric registered\n[ 0.655391] Asymmetric key parser 'x509' registered\n[ 0.656843] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.659046] io scheduler noop registered\n[ 0.660199] io scheduler deadline registered (default)\n[ 0.661665] io scheduler cfq registered\n[ 0.662917] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.664445] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.666347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.668528] ACPI: Power Button [PWRF]\n[ 0.669837] GHES: HEST is not enabled!\n[ 0.684064] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.713349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.716316] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.740127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.743221] Linux agpgart interface v0.103\n[ 0.746640] brd: module loaded\n[ 0.748930] loop: module loaded\n[ 0.754131] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.756265] GPT:90111 != 2097151\n[ 0.757242] GPT:Alternate GPT header not at the end of the disk.\n[ 0.758810] GPT:90111 != 2097151\n[ 0.759780] GPT: Use GNU Parted to correct GPT errors.\n[ 0.761162] vda: vda1 vda15\n[ 0.762869] scsi host0: ata_piix\n[ 0.763985] scsi host1: ata_piix\n[ 0.765015] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.766753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.768807] libphy: Fixed MDIO Bus: probed\n[ 0.769978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.771368] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.774607] PPP generic driver version 2.4.2\n[ 0.775861] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.777481] ehci-pci: EHCI PCI platform driver\n[ 0.778678] ehci-platform: EHCI generic platform driver\n[ 0.780021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.781571] ohci-pci: OHCI PCI platform driver\n[ 0.782774] ohci-platform: OHCI generic platform driver\n[ 0.784126] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.798808] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.800171] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.802184] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.803556] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.805140] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.806821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.808769] usb usb1: Product: UHCI Host Controller\n[ 0.810029] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.811574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.812925] hub 1-0:1.0: USB hub found\n[ 0.814010] hub 1-0:1.0: 2 ports detected\n[ 0.815276] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.818197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819482] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.820883] mousedev: PS/2 mouse device common for all mice\n[ 0.822566] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825050] rtc_cmos 00:00: RTC can wake from S4\n[ 0.826597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.828211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.829845] i2c /dev entries driver\n[ 0.830896] device-mapper: uevent: version 1.0.3\n[ 0.832191] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.834417] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.836252] NET: Registered protocol family 10\n[ 0.837811] NET: Registered protocol family 17\n[ 0.839026] Key type dns_resolver registered\n[ 0.840326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.841824] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.844224] registered taskstats version 1\n[ 0.845394] Loading compiled-in X.509 certificates\n[ 0.847225] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.849740] zswap: loaded using pool lzo/zbud\n[ 0.851749] Key type trusted registered\n[ 0.853874] Key type encrypted registered\n[ 0.854997] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.856424] ima: No TPM chip found, activating TPM-bypass!\n[ 0.857848] evm: HMAC attrs: 0x1\n[ 0.859119] Magic number: 14:398:18\n[ 0.860169] ep_81: hash matches\n[ 0.861250] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:20 UTC (1534838420)\n[ 0.863455] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864975] EDD information not available.\n[ 0.925338] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.927255] ata1.00: configured for MWDMA2\n[ 0.929077] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.932045] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.933729] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.935413] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.938219] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.940337] Write protecting the kernel read-only data: 14336k\n[ 0.943303] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.945761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.125772] 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.11.3...\nLease of 10.10.11.3 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.11s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-08-21 08:01:01,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action used request id req-ebb4f25e-7371-42c1-9955-c9e626e777cb 2018-08-21 08:01:03,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:03,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01: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-561762fd-949e-49fb-b4f2-751bbe30e305 x-compute-request-id: req-561762fd-949e-49fb-b4f2-751bbe30e305 Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:03,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-561762fd-949e-49fb-b4f2-751bbe30e305 2018-08-21 08:01:03,887 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-2' (10.10.10.12). -->Expected result: can ping. 2018-08-21 08:01:03,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:03,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01: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-e5916bae-a396-4a19-8b7a-821b83eb77bd x-compute-request-id: req-e5916bae-a396-4a19-8b7a-821b83eb77bd Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:03,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-e5916bae-a396-4a19-8b7a-821b83eb77bd 2018-08-21 08:01:03,956 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-08-21 08:01:03,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:04,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01: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-87b6a9aa-1eca-4410-9794-b725216dfa3d x-compute-request-id: req-87b6a9aa-1eca-4410-9794-b725216dfa3d Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:04,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-87b6a9aa-1eca-4410-9794-b725216dfa3d 2018-08-21 08:01:04,033 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-3' (10.10.10.5). -->Expected result: can ping. 2018-08-21 08:01:04,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:04,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43062bb3-87c0-46f1-9103-022ce1ca03a9 x-compute-request-id: req-43062bb3-87c0-46f1-9103-022ce1ca03a9 Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:04,094 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-43062bb3-87c0-46f1-9103-022ce1ca03a9 2018-08-21 08:01:04,095 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-08-21 08:01:04,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:04,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c8063f9-44b7-4220-aa19-735336957ed9 x-compute-request-id: req-0c8063f9-44b7-4220-aa19-735336957ed9 Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:04,156 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-0c8063f9-44b7-4220-aa19-735336957ed9 2018-08-21 08:01:04,157 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-4' (10.10.11.3). -->Expected result: cannot ping. 2018-08-21 08:01:04,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:04,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-734ff552-3bbb-4bfa-a3fb-87ee95b41635 x-compute-request-id: req-734ff552-3bbb-4bfa-a3fb-87ee95b41635 Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:04,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-734ff552-3bbb-4bfa-a3fb-87ee95b41635 2018-08-21 08:01:05,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:05,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e747c4e-187b-4cc6-bc7e-1f79888c0729 x-compute-request-id: req-7e747c4e-187b-4cc6-bc7e-1f79888c0729 Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:05,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-7e747c4e-187b-4cc6-bc7e-1f79888c0729 2018-08-21 08:01:06,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:06,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01: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-b25d3383-6ca3-41af-b6f9-e62a1eca9ca9 x-compute-request-id: req-b25d3383-6ca3-41af-b6f9-e62a1eca9ca9 Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:06,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-b25d3383-6ca3-41af-b6f9-e62a1eca9ca9 2018-08-21 08:01:07,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:07,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01: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-04ef4177-f174-4c0a-8b3d-cb85048d79da x-compute-request-id: req-04ef4177-f174-4c0a-8b3d-cb85048d79da Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:07,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-04ef4177-f174-4c0a-8b3d-cb85048d79da 2018-08-21 08:01:08,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:08,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34159876-9cc7-4d2a-a02e-9305b2b1549c x-compute-request-id: req-34159876-9cc7-4d2a-a02e-9305b2b1549c Content-Encoding: gzip Content-Length: 8163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\n"} 2018-08-21 08:01:08,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-34159876-9cc7-4d2a-a02e-9305b2b1549c 2018-08-21 08:01:09,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c52a92f17d1e78e2fb7da004e0f8f5a41201606a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:09,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01: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-39c818fd-438f-4b88-846e-824fde350f4f x-compute-request-id: req-39c818fd-438f-4b88-846e-824fde350f4f Content-Encoding: gzip Content-Length: 8169 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481738287 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189922] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192219] pid_max: default: 32768 minimum: 301\n[ 0.193474] ACPI: Core revision 20150930\n[ 0.195148] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196958] Security Framework initialized\n[ 0.198083] Yama: becoming mindful.\n[ 0.199097] AppArmor: AppArmor initialized\n[ 0.200272] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202072] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205462] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207355] Initializing cgroup subsys io\n[ 0.208481] Initializing cgroup subsys memory\n[ 0.209676] Initializing cgroup subsys devices\n[ 0.210890] Initializing cgroup subsys freezer\n[ 0.212091] Initializing cgroup subsys net_cls\n[ 0.213300] Initializing cgroup subsys perf_event\n[ 0.214562] Initializing cgroup subsys net_prio\n[ 0.215783] Initializing cgroup subsys hugetlb\n[ 0.216994] Initializing cgroup subsys pids\n[ 0.218188] CPU: Physical Processor ID: 0\n[ 0.220000] mce: CPU supports 10 MCE banks\n[ 0.221178] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222558] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237608] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244397] ftrace: allocating 31920 entries in 125 pages\n[ 0.270665] smpboot: Max logical packages: 1\n[ 0.271848] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273752] x2apic enabled\n[ 0.274905] Switched APIC routing to physical x2apic.\n[ 0.277398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278925] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281663] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284134] KVM setup paravirtual spinlock\n[ 0.285735] x86: Booted up 1 node, 1 CPUs\n[ 0.286848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288748] devtmpfs: initialized\n[ 0.290729] evm: security.selinux\n[ 0.291708] evm: security.SMACK64\n[ 0.292675] evm: security.SMACK64EXEC\n[ 0.293706] evm: security.SMACK64TRANSMUTE\n[ 0.294815] evm: security.SMACK64MMAP\n[ 0.295843] evm: security.ima\n[ 0.296734] evm: security.capability\n[ 0.297825] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300358] pinctrl core: initialized pinctrl subsystem\n[ 0.301896] RTC time: 8:00:29, date: 08/21/18\n[ 0.303204] NET: Registered protocol family 16\n[ 0.304544] cpuidle: using governor ladder\n[ 0.305688] cpuidle: using governor menu\n[ 0.306795] PCCT header not found.\n[ 0.307845] ACPI: bus type PCI registered\n[ 0.308968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310682] PCI: Using configuration type 1 for base access\n[ 0.312859] ACPI: Added _OSI(Module Device)\n[ 0.314043] ACPI: Added _OSI(Processor Device)\n[ 0.315269] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316533] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318739] ACPI: Interpreter enabled\n[ 0.319818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330157] ACPI: (supports S0 S5)\n[ 0.331150] ACPI: Using IOAPIC for interrupt routing\n[ 0.332471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336326] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337908] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339618] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344307] acpiphp: Slot [3] registered\n[ 0.345426] acpiphp: Slot [4] registered\n[ 0.346544] acpiphp: Slot [5] registered\n[ 0.347661] acpiphp: Slot [6] registered\n[ 0.348783] acpiphp: Slot [7] registered\n[ 0.349911] acpiphp: Slot [8] registered\n[ 0.351025] acpiphp: Slot [9] registered\n[ 0.352133] acpiphp: Slot [10] registered\n[ 0.353268] acpiphp: Slot [11] registered\n[ 0.354403] acpiphp: Slot [12] registered\n[ 0.355537] acpiphp: Slot [13] registered\n[ 0.356671] acpiphp: Slot [14] registered\n[ 0.357808] acpiphp: Slot [15] registered\n[ 0.373092] acpiphp: Slot [16] registered\n[ 0.374242] acpiphp: Slot [17] registered\n[ 0.375377] acpiphp: Slot [18] registered\n[ 0.376512] acpiphp: Slot [19] registered\n[ 0.377648] acpiphp: Slot [20] registered\n[ 0.378790] acpiphp: Slot [21] registered\n[ 0.379923] acpiphp: Slot [22] registered\n[ 0.381051] acpiphp: Slot [23] registered\n[ 0.382191] acpiphp: Slot [24] registered\n[ 0.383328] acpiphp: Slot [25] registered\n[ 0.384458] acpiphp: Slot [26] registered\n[ 0.385586] acpiphp: Slot [27] registered\n[ 0.386721] acpiphp: Slot [28] registered\n[ 0.387864] acpiphp: Slot [29] registered\n[ 0.388991] acpiphp: Slot [30] registered\n[ 0.390126] acpiphp: Slot [31] registered\n[ 0.391262] PCI host bridge to bus 0000:00\n[ 0.392393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.394065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395753] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399803] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401891] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.405892] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.407654] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.409290] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.411049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.415560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.417572] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439225] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441234] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443213] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445173] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.447372] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449093] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450912] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.452393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.454559] vgaarb: loaded\n[ 0.455409] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457073] SCSI subsystem initialized\n[ 0.458351] ACPI: bus type USB registered\n[ 0.459515] usbcore: registered new interface driver usbfs\n[ 0.460946] usbcore: registered new interface driver hub\n[ 0.462356] usbcore: registered new device driver usb\n[ 0.463868] PCI: Using ACPI for IRQ routing\n[ 0.465413] NetLabel: Initializing\n[ 0.466421] NetLabel: domain hash size = 128\n[ 0.467610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.468961] NetLabel: unlabeled traffic allowed by default\n[ 0.470567] clocksource: Switched to clocksource kvm-clock\n[ 0.480702] AppArmor: AppArmor Filesystem Enabled\n[ 0.482039] pnp: PnP ACPI init\n[ 0.483290] pnp: PnP ACPI: found 5 devices\n[ 0.490140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492542] NET: Registered protocol family 2\n[ 0.493971] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495765] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497454] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499137] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502307] NET: Registered protocol family 1\n[ 0.503547] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506587] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.535764] Trying to unpack rootfs image as initramfs...\n[ 0.598399] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603724] Scanning for low memory corruption every 60 seconds\n[ 0.605911] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607558] audit: initializing netlink subsys (disabled)\n[ 0.609038] audit: type=2000 audit(1534838430.360:1): initialized\n[ 0.610986] Initialise system trusted keyring\n[ 0.612374] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613984] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616744] zbud: loaded\n[ 0.617759] VFS: Disk quotas dquot_6.6.0\n[ 0.618923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621110] fuse init (API version 7.23)\n[ 0.622372] Key type big_key registered\n[ 0.623514] Allocating IMA MOK and blacklist keyrings.\n[ 0.625186] Key type asymmetric registered\n[ 0.626351] Asymmetric key parser 'x509' registered\n[ 0.627693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629792] io scheduler noop registered\n[ 0.630920] io scheduler deadline registered (default)\n[ 0.632317] io scheduler cfq registered\n[ 0.633523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638842] ACPI: Power Button [PWRF]\n[ 0.640087] GHES: HEST is not enabled!\n[ 0.654265] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683782] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710624] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713731] Linux agpgart interface v0.103\n[ 0.717160] brd: module loaded\n[ 0.719405] loop: module loaded\n[ 0.724031] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726114] GPT:90111 != 2097151\n[ 0.727078] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728616] GPT:90111 != 2097151\n[ 0.729577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730944] vda: vda1 vda15\n[ 0.732670] scsi host0: ata_piix\n[ 0.733764] scsi host1: ata_piix\n[ 0.734799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738502] libphy: Fixed MDIO Bus: probed\n[ 0.739892] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741229] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743957] PPP generic driver version 2.4.2\n[ 0.745267] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.746929] ehci-pci: EHCI PCI platform driver\n[ 0.748153] ehci-platform: EHCI generic platform driver\n[ 0.749534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751100] ohci-pci: OHCI PCI platform driver\n[ 0.752328] ohci-platform: OHCI generic platform driver\n[ 0.753727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.769833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771909] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773323] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.774924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778647] usb usb1: Product: UHCI Host Controller\n[ 0.779957] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781543] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782979] hub 1-0:1.0: USB hub found\n[ 0.784070] hub 1-0:1.0: 2 ports detected\n[ 0.785352] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788270] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791024] mousedev: PS/2 mouse device common for all mice\n[ 0.792748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795387] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797003] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798770] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800507] i2c /dev entries driver\n[ 0.801654] device-mapper: uevent: version 1.0.3\n[ 0.803040] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.805404] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.807352] NET: Registered protocol family 10\n[ 0.808968] NET: Registered protocol family 17\n[ 0.810229] Key type dns_resolver registered\n[ 0.811584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813171] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.815684] registered taskstats version 1\n[ 0.816880] Loading compiled-in X.509 certificates\n[ 0.818803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.821476] zswap: loaded using pool lzo/zbud\n[ 0.823661] Key type trusted registered\n[ 0.825889] Key type encrypted registered\n[ 0.827086] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830042] evm: HMAC attrs: 0x1\n[ 0.831410] Magic number: 14:398:18\n[ 0.832493] ep_81: hash matches\n[ 0.833586] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:30 UTC (1534838430)\n[ 0.835893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.837469] EDD information not available.\n[ 0.891230] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.893265] ata1.00: configured for MWDMA2\n[ 0.895165] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.898197] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.900006] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.901783] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.904683] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906949] Write protecting the kernel read-only data: 14336k\n[ 0.909999] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912660] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.089194] 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.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.12 OK\nping 10.10.10.5 OK\nping 10.10.11.3 KO\n"} 2018-08-21 08:01:09,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-39c818fd-438f-4b88-846e-824fde350f4f 2018-08-21 08:01:09,645 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-08-21 08:01:09,645 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-08-21 08:01:09,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"network_association": {"network_id": "0542c728-6c1c-4a0a-828a-7c17b3732d51"}}' 2018-08-21 08:01:10,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-6651eb75-fa9b-4ff9-9eb7-02983d68c8a3 Date: Tue, 21 Aug 2018 08:01:10 GMT RESP BODY: {"network_association": {"network_id": "0542c728-6c1c-4a0a-828a-7c17b3732d51", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "61d49f1a-d182-4023-bbb8-e862a7cf8409"}} 2018-08-21 08:01:10,045 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899/network_associations used request id req-6651eb75-fa9b-4ff9-9eb7-02983d68c8a3 2018-08-21 08:01:10,045 - sdnvpn_test_utils - DEBUG - Waiting for router 0f9ec285-1314-4070-80fd-b71676227899 to associate with BGPVPN f674fd06-192c-43bd-a509-a6eb92a11452 2018-08-21 08:01:10,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:01:10,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-0d9c1795-7c1c-4f04-a631-1c867e14483c Date: Tue, 21 Aug 2018 08:01:10 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-618195", "route_distinguishers": ["12:12"], "routers": ["f674fd06-192c-43bd-a509-a6eb92a11452"], "import_targets": ["88:88"], "networks": ["0542c728-6c1c-4a0a-828a-7c17b3732d51"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "0f9ec285-1314-4070-80fd-b71676227899"}} 2018-08-21 08:01:10,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899 used request id req-0d9c1795-7c1c-4f04-a631-1c867e14483c 2018-08-21 08:01:11,116 - sdnvpn_test_utils - DEBUG - Waiting for network 0f9ec285-1314-4070-80fd-b71676227899 to associate with BGPVPN 0542c728-6c1c-4a0a-828a-7c17b3732d51 2018-08-21 08:01:11,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:01:11,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-58806777-c881-444d-96c2-6b8448ef5b7d Date: Tue, 21 Aug 2018 08:01:11 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-618195", "route_distinguishers": ["12:12"], "routers": ["f674fd06-192c-43bd-a509-a6eb92a11452"], "import_targets": ["88:88"], "networks": ["0542c728-6c1c-4a0a-828a-7c17b3732d51"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "0f9ec285-1314-4070-80fd-b71676227899"}} 2018-08-21 08:01:11,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899 used request id req-58806777-c881-444d-96c2-6b8448ef5b7d 2018-08-21 08:01:12,177 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 08:01:42,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e452f396c5f0157c104d968dddbb56240cddc106" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:42,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a831026f-9f02-4e81-bc65-2be445ade32b x-compute-request-id: req-a831026f-9f02-4e81-bc65-2be445ade32b Content-Encoding: gzip Content-Length: 8166 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540038553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.210178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.212611] pid_max: default: 32768 minimum: 301\n[ 0.213931] ACPI: Core revision 20150930\n[ 0.215632] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.217533] Security Framework initialized\n[ 0.218705] Yama: becoming mindful.\n[ 0.219752] AppArmor: AppArmor initialized\n[ 0.221035] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.222955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.224816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226538] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.228527] Initializing cgroup subsys io\n[ 0.229746] Initializing cgroup subsys memory\n[ 0.231002] Initializing cgroup subsys devices\n[ 0.232301] Initializing cgroup subsys freezer\n[ 0.233576] Initializing cgroup subsys net_cls\n[ 0.234871] Initializing cgroup subsys perf_event\n[ 0.236218] Initializing cgroup subsys net_prio\n[ 0.237503] Initializing cgroup subsys hugetlb\n[ 0.238757] Initializing cgroup subsys pids\n[ 0.239992] CPU: Physical Processor ID: 0\n[ 0.241879] mce: CPU supports 10 MCE banks\n[ 0.243085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.244519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.259242] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.265940] ftrace: allocating 31920 entries in 125 pages\n[ 0.291146] smpboot: Max logical packages: 1\n[ 0.292373] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.294335] x2apic enabled\n[ 0.295524] Switched APIC routing to physical x2apic.\n[ 0.298066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.299723] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.302630] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.305266] KVM setup paravirtual spinlock\n[ 0.306940] x86: Booted up 1 node, 1 CPUs\n[ 0.308126] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.310140] devtmpfs: initialized\n[ 0.312155] evm: security.selinux\n[ 0.313178] evm: security.SMACK64\n[ 0.314192] evm: security.SMACK64EXEC\n[ 0.315284] evm: security.SMACK64TRANSMUTE\n[ 0.316470] evm: security.SMACK64MMAP\n[ 0.317547] evm: security.ima\n[ 0.318494] evm: security.capability\n[ 0.319643] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.322381] pinctrl core: initialized pinctrl subsystem\n[ 0.323949] RTC time: 8:00:19, date: 08/21/18\n[ 0.325322] NET: Registered protocol family 16\n[ 0.326733] cpuidle: using governor ladder\n[ 0.327909] cpuidle: using governor menu\n[ 0.329049] PCCT header not found.\n[ 0.330148] ACPI: bus type PCI registered\n[ 0.331326] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.333162] PCI: Using configuration type 1 for base access\n[ 0.335423] ACPI: Added _OSI(Module Device)\n[ 0.336648] ACPI: Added _OSI(Processor Device)\n[ 0.337928] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.339255] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.341498] ACPI: Interpreter enabled\n[ 0.342622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.345310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.347953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.350574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.353261] ACPI: (supports S0 S5)\n[ 0.354269] ACPI: Using IOAPIC for interrupt routing\n[ 0.355654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.359520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.361180] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.362978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.364713] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.367826] acpiphp: Slot [3] registered\n[ 0.368969] acpiphp: Slot [4] registered\n[ 0.370113] acpiphp: Slot [5] registered\n[ 0.371307] acpiphp: Slot [6] registered\n[ 0.372480] acpiphp: Slot [7] registered\n[ 0.373645] acpiphp: Slot [8] registered\n[ 0.374784] acpiphp: Slot [9] registered\n[ 0.375917] acpiphp: Slot [10] registered\n[ 0.377072] acpiphp: Slot [11] registered\n[ 0.378257] acpiphp: Slot [12] registered\n[ 0.379414] acpiphp: Slot [13] registered\n[ 0.380601] acpiphp: Slot [14] registered\n[ 0.381776] acpiphp: Slot [15] registered\n[ 0.396799] acpiphp: Slot [16] registered\n[ 0.397947] acpiphp: Slot [17] registered\n[ 0.399098] acpiphp: Slot [18] registered\n[ 0.400273] acpiphp: Slot [19] registered\n[ 0.401450] acpiphp: Slot [20] registered\n[ 0.402629] acpiphp: Slot [21] registered\n[ 0.403821] acpiphp: Slot [22] registered\n[ 0.404989] acpiphp: Slot [23] registered\n[ 0.406179] acpiphp: Slot [24] registered\n[ 0.407450] acpiphp: Slot [25] registered\n[ 0.408635] acpiphp: Slot [26] registered\n[ 0.409818] acpiphp: Slot [27] registered\n[ 0.411006] acpiphp: Slot [28] registered\n[ 0.412196] acpiphp: Slot [29] registered\n[ 0.413376] acpiphp: Slot [30] registered\n[ 0.414555] acpiphp: Slot [31] registered\n[ 0.415739] PCI host bridge to bus 0000:00\n[ 0.416922] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.418700] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.420474] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.422602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.424740] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.426918] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.431102] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.432974] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.434684] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.436497] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.440690] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.442780] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.463885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.465923] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.467919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.469854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472068] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.473896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.475775] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.477330] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.479636] vgaarb: loaded\n[ 0.480523] vgaarb: bridge control possible 0000:00:02.0\n[ 0.482289] SCSI subsystem initialized\n[ 0.483560] ACPI: bus type USB registered\n[ 0.484777] usbcore: registered new interface driver usbfs\n[ 0.486286] usbcore: registered new interface driver hub\n[ 0.487757] usbcore: registered new device driver usb\n[ 0.489339] PCI: Using ACPI for IRQ routing\n[ 0.490952] NetLabel: Initializing\n[ 0.491995] NetLabel: domain hash size = 128\n[ 0.493249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.494666] NetLabel: unlabeled traffic allowed by default\n[ 0.496370] clocksource: Switched to clocksource kvm-clock\n[ 0.506566] AppArmor: AppArmor Filesystem Enabled\n[ 0.507955] pnp: PnP ACPI init\n[ 0.509241] pnp: PnP ACPI: found 5 devices\n[ 0.516161] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.518708] NET: Registered protocol family 2\n[ 0.520205] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.522136] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.523908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.525687] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.527293] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.529004] NET: Registered protocol family 1\n[ 0.530284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.531890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.533467] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.550662] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.566487] Trying to unpack rootfs image as initramfs...\n[ 0.628993] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.631714] Scanning for low memory corruption every 60 seconds\n[ 0.633862] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.635599] audit: initializing netlink subsys (disabled)\n[ 0.637225] audit: type=2000 audit(1534838419.698:1): initialized\n[ 0.639259] Initialise system trusted keyring\n[ 0.640725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.642448] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.645363] zbud: loaded\n[ 0.646440] VFS: Disk quotas dquot_6.6.0\n[ 0.647663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.649957] fuse init (API version 7.23)\n[ 0.651257] Key type big_key registered\n[ 0.652426] Allocating IMA MOK and blacklist keyrings.\n[ 0.654179] Key type asymmetric registered\n[ 0.655391] Asymmetric key parser 'x509' registered\n[ 0.656843] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.659046] io scheduler noop registered\n[ 0.660199] io scheduler deadline registered (default)\n[ 0.661665] io scheduler cfq registered\n[ 0.662917] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.664445] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.666347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.668528] ACPI: Power Button [PWRF]\n[ 0.669837] GHES: HEST is not enabled!\n[ 0.684064] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.713349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.716316] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.740127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.743221] Linux agpgart interface v0.103\n[ 0.746640] brd: module loaded\n[ 0.748930] loop: module loaded\n[ 0.754131] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.756265] GPT:90111 != 2097151\n[ 0.757242] GPT:Alternate GPT header not at the end of the disk.\n[ 0.758810] GPT:90111 != 2097151\n[ 0.759780] GPT: Use GNU Parted to correct GPT errors.\n[ 0.761162] vda: vda1 vda15\n[ 0.762869] scsi host0: ata_piix\n[ 0.763985] scsi host1: ata_piix\n[ 0.765015] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.766753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.768807] libphy: Fixed MDIO Bus: probed\n[ 0.769978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.771368] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.774607] PPP generic driver version 2.4.2\n[ 0.775861] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.777481] ehci-pci: EHCI PCI platform driver\n[ 0.778678] ehci-platform: EHCI generic platform driver\n[ 0.780021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.781571] ohci-pci: OHCI PCI platform driver\n[ 0.782774] ohci-platform: OHCI generic platform driver\n[ 0.784126] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.798808] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.800171] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.802184] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.803556] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.805140] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.806821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.808769] usb usb1: Product: UHCI Host Controller\n[ 0.810029] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.811574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.812925] hub 1-0:1.0: USB hub found\n[ 0.814010] hub 1-0:1.0: 2 ports detected\n[ 0.815276] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.818197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819482] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.820883] mousedev: PS/2 mouse device common for all mice\n[ 0.822566] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825050] rtc_cmos 00:00: RTC can wake from S4\n[ 0.826597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.828211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.829845] i2c /dev entries driver\n[ 0.830896] device-mapper: uevent: version 1.0.3\n[ 0.832191] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.834417] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.836252] NET: Registered protocol family 10\n[ 0.837811] NET: Registered protocol family 17\n[ 0.839026] Key type dns_resolver registered\n[ 0.840326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.841824] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.844224] registered taskstats version 1\n[ 0.845394] Loading compiled-in X.509 certificates\n[ 0.847225] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.849740] zswap: loaded using pool lzo/zbud\n[ 0.851749] Key type trusted registered\n[ 0.853874] Key type encrypted registered\n[ 0.854997] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.856424] ima: No TPM chip found, activating TPM-bypass!\n[ 0.857848] evm: HMAC attrs: 0x1\n[ 0.859119] Magic number: 14:398:18\n[ 0.860169] ep_81: hash matches\n[ 0.861250] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:20 UTC (1534838420)\n[ 0.863455] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864975] EDD information not available.\n[ 0.925338] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.927255] ata1.00: configured for MWDMA2\n[ 0.929077] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.932045] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.933729] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.935413] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.938219] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.940337] Write protecting the kernel read-only data: 14336k\n[ 0.943303] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.945761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.125772] 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.11.3...\nLease of 10.10.11.3 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.11s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-08-21 08:01:42,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action used request id req-a831026f-9f02-4e81-bc65-2be445ade32b 2018-08-21 08:01:42,315 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.3) to 'sdnvpn-4-5' (10.10.11.9). -->Expected result: can ping. 2018-08-21 08:01:42,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e452f396c5f0157c104d968dddbb56240cddc106" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:01:42,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:01:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-497ed2c9-782e-4690-8ecd-71c7771c0005 x-compute-request-id: req-497ed2c9-782e-4690-8ecd-71c7771c0005 Content-Encoding: gzip Content-Length: 8166 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540038553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.210178] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.212611] pid_max: default: 32768 minimum: 301\n[ 0.213931] ACPI: Core revision 20150930\n[ 0.215632] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.217533] Security Framework initialized\n[ 0.218705] Yama: becoming mindful.\n[ 0.219752] AppArmor: AppArmor initialized\n[ 0.221035] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.222955] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.224816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.226538] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.228527] Initializing cgroup subsys io\n[ 0.229746] Initializing cgroup subsys memory\n[ 0.231002] Initializing cgroup subsys devices\n[ 0.232301] Initializing cgroup subsys freezer\n[ 0.233576] Initializing cgroup subsys net_cls\n[ 0.234871] Initializing cgroup subsys perf_event\n[ 0.236218] Initializing cgroup subsys net_prio\n[ 0.237503] Initializing cgroup subsys hugetlb\n[ 0.238757] Initializing cgroup subsys pids\n[ 0.239992] CPU: Physical Processor ID: 0\n[ 0.241879] mce: CPU supports 10 MCE banks\n[ 0.243085] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.244519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.259242] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.265940] ftrace: allocating 31920 entries in 125 pages\n[ 0.291146] smpboot: Max logical packages: 1\n[ 0.292373] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.294335] x2apic enabled\n[ 0.295524] Switched APIC routing to physical x2apic.\n[ 0.298066] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.299723] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.302630] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.305266] KVM setup paravirtual spinlock\n[ 0.306940] x86: Booted up 1 node, 1 CPUs\n[ 0.308126] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.310140] devtmpfs: initialized\n[ 0.312155] evm: security.selinux\n[ 0.313178] evm: security.SMACK64\n[ 0.314192] evm: security.SMACK64EXEC\n[ 0.315284] evm: security.SMACK64TRANSMUTE\n[ 0.316470] evm: security.SMACK64MMAP\n[ 0.317547] evm: security.ima\n[ 0.318494] evm: security.capability\n[ 0.319643] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.322381] pinctrl core: initialized pinctrl subsystem\n[ 0.323949] RTC time: 8:00:19, date: 08/21/18\n[ 0.325322] NET: Registered protocol family 16\n[ 0.326733] cpuidle: using governor ladder\n[ 0.327909] cpuidle: using governor menu\n[ 0.329049] PCCT header not found.\n[ 0.330148] ACPI: bus type PCI registered\n[ 0.331326] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.333162] PCI: Using configuration type 1 for base access\n[ 0.335423] ACPI: Added _OSI(Module Device)\n[ 0.336648] ACPI: Added _OSI(Processor Device)\n[ 0.337928] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.339255] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.341498] ACPI: Interpreter enabled\n[ 0.342622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.345310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.347953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.350574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.353261] ACPI: (supports S0 S5)\n[ 0.354269] ACPI: Using IOAPIC for interrupt routing\n[ 0.355654] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.359520] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.361180] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.362978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.364713] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.367826] acpiphp: Slot [3] registered\n[ 0.368969] acpiphp: Slot [4] registered\n[ 0.370113] acpiphp: Slot [5] registered\n[ 0.371307] acpiphp: Slot [6] registered\n[ 0.372480] acpiphp: Slot [7] registered\n[ 0.373645] acpiphp: Slot [8] registered\n[ 0.374784] acpiphp: Slot [9] registered\n[ 0.375917] acpiphp: Slot [10] registered\n[ 0.377072] acpiphp: Slot [11] registered\n[ 0.378257] acpiphp: Slot [12] registered\n[ 0.379414] acpiphp: Slot [13] registered\n[ 0.380601] acpiphp: Slot [14] registered\n[ 0.381776] acpiphp: Slot [15] registered\n[ 0.396799] acpiphp: Slot [16] registered\n[ 0.397947] acpiphp: Slot [17] registered\n[ 0.399098] acpiphp: Slot [18] registered\n[ 0.400273] acpiphp: Slot [19] registered\n[ 0.401450] acpiphp: Slot [20] registered\n[ 0.402629] acpiphp: Slot [21] registered\n[ 0.403821] acpiphp: Slot [22] registered\n[ 0.404989] acpiphp: Slot [23] registered\n[ 0.406179] acpiphp: Slot [24] registered\n[ 0.407450] acpiphp: Slot [25] registered\n[ 0.408635] acpiphp: Slot [26] registered\n[ 0.409818] acpiphp: Slot [27] registered\n[ 0.411006] acpiphp: Slot [28] registered\n[ 0.412196] acpiphp: Slot [29] registered\n[ 0.413376] acpiphp: Slot [30] registered\n[ 0.414555] acpiphp: Slot [31] registered\n[ 0.415739] PCI host bridge to bus 0000:00\n[ 0.416922] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.418700] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.420474] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.422602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.424740] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.426918] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.431102] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.432974] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.434684] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.436497] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.440690] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.442780] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.463885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.465923] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.467919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.469854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472068] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.473896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.475775] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.477330] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.479636] vgaarb: loaded\n[ 0.480523] vgaarb: bridge control possible 0000:00:02.0\n[ 0.482289] SCSI subsystem initialized\n[ 0.483560] ACPI: bus type USB registered\n[ 0.484777] usbcore: registered new interface driver usbfs\n[ 0.486286] usbcore: registered new interface driver hub\n[ 0.487757] usbcore: registered new device driver usb\n[ 0.489339] PCI: Using ACPI for IRQ routing\n[ 0.490952] NetLabel: Initializing\n[ 0.491995] NetLabel: domain hash size = 128\n[ 0.493249] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.494666] NetLabel: unlabeled traffic allowed by default\n[ 0.496370] clocksource: Switched to clocksource kvm-clock\n[ 0.506566] AppArmor: AppArmor Filesystem Enabled\n[ 0.507955] pnp: PnP ACPI init\n[ 0.509241] pnp: PnP ACPI: found 5 devices\n[ 0.516161] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.518708] NET: Registered protocol family 2\n[ 0.520205] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.522136] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.523908] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.525687] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.527293] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.529004] NET: Registered protocol family 1\n[ 0.530284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.531890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.533467] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.550662] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.566487] Trying to unpack rootfs image as initramfs...\n[ 0.628993] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.631714] Scanning for low memory corruption every 60 seconds\n[ 0.633862] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.635599] audit: initializing netlink subsys (disabled)\n[ 0.637225] audit: type=2000 audit(1534838419.698:1): initialized\n[ 0.639259] Initialise system trusted keyring\n[ 0.640725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.642448] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.645363] zbud: loaded\n[ 0.646440] VFS: Disk quotas dquot_6.6.0\n[ 0.647663] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.649957] fuse init (API version 7.23)\n[ 0.651257] Key type big_key registered\n[ 0.652426] Allocating IMA MOK and blacklist keyrings.\n[ 0.654179] Key type asymmetric registered\n[ 0.655391] Asymmetric key parser 'x509' registered\n[ 0.656843] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.659046] io scheduler noop registered\n[ 0.660199] io scheduler deadline registered (default)\n[ 0.661665] io scheduler cfq registered\n[ 0.662917] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.664445] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.666347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.668528] ACPI: Power Button [PWRF]\n[ 0.669837] GHES: HEST is not enabled!\n[ 0.684064] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.713349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.716316] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.740127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.743221] Linux agpgart interface v0.103\n[ 0.746640] brd: module loaded\n[ 0.748930] loop: module loaded\n[ 0.754131] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.756265] GPT:90111 != 2097151\n[ 0.757242] GPT:Alternate GPT header not at the end of the disk.\n[ 0.758810] GPT:90111 != 2097151\n[ 0.759780] GPT: Use GNU Parted to correct GPT errors.\n[ 0.761162] vda: vda1 vda15\n[ 0.762869] scsi host0: ata_piix\n[ 0.763985] scsi host1: ata_piix\n[ 0.765015] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.766753] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.768807] libphy: Fixed MDIO Bus: probed\n[ 0.769978] tun: Universal TUN/TAP device driver, 1.6\n[ 0.771368] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.774607] PPP generic driver version 2.4.2\n[ 0.775861] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.777481] ehci-pci: EHCI PCI platform driver\n[ 0.778678] ehci-platform: EHCI generic platform driver\n[ 0.780021] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.781571] ohci-pci: OHCI PCI platform driver\n[ 0.782774] ohci-platform: OHCI generic platform driver\n[ 0.784126] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.798808] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.800171] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.802184] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.803556] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.805140] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.806821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.808769] usb usb1: Product: UHCI Host Controller\n[ 0.810029] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.811574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.812925] hub 1-0:1.0: USB hub found\n[ 0.814010] hub 1-0:1.0: 2 ports detected\n[ 0.815276] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.818197] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.819482] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.820883] mousedev: PS/2 mouse device common for all mice\n[ 0.822566] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.825050] rtc_cmos 00:00: RTC can wake from S4\n[ 0.826597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.828211] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.829845] i2c /dev entries driver\n[ 0.830896] device-mapper: uevent: version 1.0.3\n[ 0.832191] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.834417] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.836252] NET: Registered protocol family 10\n[ 0.837811] NET: Registered protocol family 17\n[ 0.839026] Key type dns_resolver registered\n[ 0.840326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.841824] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.844224] registered taskstats version 1\n[ 0.845394] Loading compiled-in X.509 certificates\n[ 0.847225] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.849740] zswap: loaded using pool lzo/zbud\n[ 0.851749] Key type trusted registered\n[ 0.853874] Key type encrypted registered\n[ 0.854997] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.856424] ima: No TPM chip found, activating TPM-bypass!\n[ 0.857848] evm: HMAC attrs: 0x1\n[ 0.859119] Magic number: 14:398:18\n[ 0.860169] ep_81: hash matches\n[ 0.861250] rtc_cmos 00:00: setting system clock to 2018-08-21 08:00:20 UTC (1534838420)\n[ 0.863455] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.864975] EDD information not available.\n[ 0.925338] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.927255] ata1.00: configured for MWDMA2\n[ 0.929077] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.932045] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.933729] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.935413] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.938219] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.940337] Write protecting the kernel read-only data: 14336k\n[ 0.943303] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.945761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.125772] 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.11.3...\nLease of 10.10.11.3 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.11s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-08-21 08:01:42,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action used request id req-497ed2c9-782e-4690-8ecd-71c7771c0005 2018-08-21 08:01:42,381 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-08-21 08:01:42,381 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-08-21 08:01:42,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:01:42,858 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc3a0492-ab42-4bd9-8731-670cfae319d3 Content-Length: 0 Date: Tue, 21 Aug 2018 08:01:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:01:42,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/0f9ec285-1314-4070-80fd-b71676227899 used request id req-cc3a0492-ab42-4bd9-8731-670cfae319d3 2018-08-21 08:02:12,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-618195", "route_distinguishers": "12:12"}}' 2018-08-21 08:02:13,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-6f747131-d5f4-4678-8334-58d3f48cbb8a Date: Tue, 21 Aug 2018 08:02:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-618195", "route_distinguishers": ["12:12"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d"}} 2018-08-21 08:02:13,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns used request id req-6f747131-d5f4-4678-8334-58d3f48cbb8a 2018-08-21 08:02:13,350 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-618195', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'route_targets': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'type': u'l3', u'networks': []}} 2018-08-21 08:02:13,350 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-08-21 08:02:13,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"router_association": {"router_id": "f674fd06-192c-43bd-a509-a6eb92a11452"}}' 2018-08-21 08:02:14,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-0e0c2f43-a050-4163-9ddc-bbd5502b668d Date: Tue, 21 Aug 2018 08:02:14 GMT RESP BODY: {"router_association": {"router_id": "f674fd06-192c-43bd-a509-a6eb92a11452", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "092b9209-3d2c-4cd9-af09-802b5642593a"}} 2018-08-21 08:02:14,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d/router_associations used request id req-0e0c2f43-a050-4163-9ddc-bbd5502b668d 2018-08-21 08:02:14,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"network_association": {"network_id": "0542c728-6c1c-4a0a-828a-7c17b3732d51"}}' 2018-08-21 08:02:14,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-559ca812-90e3-442d-a676-cb339bb94252 Date: Tue, 21 Aug 2018 08:02:14 GMT RESP BODY: {"network_association": {"network_id": "0542c728-6c1c-4a0a-828a-7c17b3732d51", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "775e08f9-72fb-4e93-a7be-fd92367926e5"}} 2018-08-21 08:02:14,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d/network_associations used request id req-559ca812-90e3-442d-a676-cb339bb94252 2018-08-21 08:02:14,418 - sdnvpn_test_utils - DEBUG - Waiting for router 2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d to associate with BGPVPN f674fd06-192c-43bd-a509-a6eb92a11452 2018-08-21 08:02:14,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:14,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-122e9d60-a532-4adf-934f-da88131dec51 Date: Tue, 21 Aug 2018 08:02:14 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-618195", "route_distinguishers": ["12:12"], "routers": ["f674fd06-192c-43bd-a509-a6eb92a11452"], "import_targets": ["88:88"], "networks": ["0542c728-6c1c-4a0a-828a-7c17b3732d51"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d"}} 2018-08-21 08:02:14,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d used request id req-122e9d60-a532-4adf-934f-da88131dec51 2018-08-21 08:02:15,498 - sdnvpn_test_utils - DEBUG - Waiting for network 2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d to associate with BGPVPN 0542c728-6c1c-4a0a-828a-7c17b3732d51 2018-08-21 08:02:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:15,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-00b112e4-ee47-4a3b-abfd-b77cbf506fd3 Date: Tue, 21 Aug 2018 08:02:15 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-618195", "route_distinguishers": ["12:12"], "routers": ["f674fd06-192c-43bd-a509-a6eb92a11452"], "import_targets": ["88:88"], "networks": ["0542c728-6c1c-4a0a-828a-7c17b3732d51"], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d"}} 2018-08-21 08:02:15,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d used request id req-00b112e4-ee47-4a3b-abfd-b77cbf506fd3 2018-08-21 08:02:16,553 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 08:02:46,584 - 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-21 08:02:46,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"forceDelete": null}' 2018-08-21 08:02:46,751 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:02: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-1a6deb0e-8c6e-429f-939b-35711adf3c63 x-compute-request-id: req-1a6deb0e-8c6e-429f-939b-35711adf3c63 Content-Length: 0 Content-Type: application/json 2018-08-21 08:02:46,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/df7641ff-c32f-4c82-9982-32f10e77ca2f/action used request id req-1a6deb0e-8c6e-429f-939b-35711adf3c63 2018-08-21 08:02:46,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"forceDelete": null}' 2018-08-21 08:02:47,152 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:02: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-5be6cdf3-77dd-4955-b59c-3a52fc74cd9b x-compute-request-id: req-5be6cdf3-77dd-4955-b59c-3a52fc74cd9b Content-Length: 0 Content-Type: application/json 2018-08-21 08:02:47,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b5b77f7a-f2d6-4c37-b4f6-e123a2d50770/action used request id req-5be6cdf3-77dd-4955-b59c-3a52fc74cd9b 2018-08-21 08:02:47,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"forceDelete": null}' 2018-08-21 08:02:47,405 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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 x-openstack-request-id: req-49676899-a72c-404e-af8a-55f415623dae x-compute-request-id: req-49676899-a72c-404e-af8a-55f415623dae Content-Length: 0 Content-Type: application/json 2018-08-21 08:02:47,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/0957d25d-b7ec-4c7a-8271-ee90d0580889/action used request id req-49676899-a72c-404e-af8a-55f415623dae 2018-08-21 08:02:47,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"forceDelete": null}' 2018-08-21 08:02:47,680 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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 x-openstack-request-id: req-a7288dd1-9cab-45cd-a9d1-e55ff4ea97ad x-compute-request-id: req-a7288dd1-9cab-45cd-a9d1-e55ff4ea97ad Content-Length: 0 Content-Type: application/json 2018-08-21 08:02:47,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/db19fab5-9eaf-4877-8347-7484b8c7d4ca/action used request id req-a7288dd1-9cab-45cd-a9d1-e55ff4ea97ad 2018-08-21 08:02:47,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bfaf62585a0fbc82466765239196a6c13e0dad5" -d '{"forceDelete": null}' 2018-08-21 08:02:47,952 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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 x-openstack-request-id: req-42b49c3e-34a4-424b-91ea-7fa1c2e05c87 x-compute-request-id: req-42b49c3e-34a4-424b-91ea-7fa1c2e05c87 Content-Length: 0 Content-Type: application/json 2018-08-21 08:02:47,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e1d92f54-0f08-449a-a016-4b3aa4e841cf/action used request id req-42b49c3e-34a4-424b-91ea-7fa1c2e05c87 2018-08-21 08:02:47,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac851846d4fc454c77e0e034066948734ac274c" 2018-08-21 08:02:48,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-13d04b6d-c139-42e6-973f-0c6c39919376 Date: Tue, 21 Aug 2018 08:02: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-21 08:02:48,712 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/187613cb-928f-4ff5-aeab-bf92c3e91ba8 used request id req-13d04b6d-c139-42e6-973f-0c6c39919376 2018-08-21 08:02:48,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:49,637 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-53d12f73-747f-480b-8036-eb73afd1f0db Content-Length: 0 Date: Tue, 21 Aug 2018 08:02:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:02:49,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/2ac1aec6-afc6-4d65-b2da-36aa9bd7a37d used request id req-53d12f73-747f-480b-8036-eb73afd1f0db 2018-08-21 08:02:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"subnet_id": "9770c110-e30b-496d-8c44-9b4ce82b28f2"}' 2018-08-21 08:02:51,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f39d0bb-4911-4de6-bc4b-9a35963d9a41 Date: Tue, 21 Aug 2018 08:02:51 GMT RESP BODY: {"network_id": "a5d78359-7876-41d2-87a2-2414351346cf", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "9770c110-e30b-496d-8c44-9b4ce82b28f2", "subnet_ids": ["9770c110-e30b-496d-8c44-9b4ce82b28f2"], "port_id": "c3e9a0d2-c836-4d12-ab2b-28b819af5a32", "id": "f674fd06-192c-43bd-a509-a6eb92a11452"} 2018-08-21 08:02:51,574 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452/remove_router_interface used request id req-8f39d0bb-4911-4de6-bc4b-9a35963d9a41 2018-08-21 08:02:51,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" -d '{"router": {"external_gateway_info": {}}}' 2018-08-21 08:02:52,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-35d1c733-705d-48fa-8da1-affabc550330 Date: Tue, 21 Aug 2018 08:02:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:59:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:02:52Z", "revision_number": 7, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f674fd06-192c-43bd-a509-a6eb92a11452", "name": "sdnvpn-4-1-router"}} 2018-08-21 08:02:52,897 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452 used request id req-35d1c733-705d-48fa-8da1-affabc550330 2018-08-21 08:02:52,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/9770c110-e30b-496d-8c44-9b4ce82b28f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:53,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e2b1275-4ddd-4f24-90a9-1813cc6a039e Date: Tue, 21 Aug 2018 08:02:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:02:53,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/9770c110-e30b-496d-8c44-9b4ce82b28f2 used request id req-2e2b1275-4ddd-4f24-90a9-1813cc6a039e 2018-08-21 08:02:53,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/d37a7584-760a-4cc1-9ffe-3e8ea6df96a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:55,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72322239-8595-4712-9b8c-ee7831ca75e2 Date: Tue, 21 Aug 2018 08:02:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:02:55,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/d37a7584-760a-4cc1-9ffe-3e8ea6df96a6 used request id req-72322239-8595-4712-9b8c-ee7831ca75e2 2018-08-21 08:02:55,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:55,597 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-179fd74b-cd09-40ab-a9fa-77ae1f250f5b Content-Length: 0 Date: Tue, 21 Aug 2018 08:02:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:02:55,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/f674fd06-192c-43bd-a509-a6eb92a11452 used request id req-179fd74b-cd09-40ab-a9fa-77ae1f250f5b 2018-08-21 08:02:55,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/a5d78359-7876-41d2-87a2-2414351346cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:56,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d9d0d6d-62f3-49ea-81a6-204fa0705812 Date: Tue, 21 Aug 2018 08:02:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:02:56,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/a5d78359-7876-41d2-87a2-2414351346cf used request id req-7d9d0d6d-62f3-49ea-81a6-204fa0705812 2018-08-21 08:02:56,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/0542c728-6c1c-4a0a-828a-7c17b3732d51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be50d0a0a4fd5b0bc78c890b7de283b5912ad14" 2018-08-21 08:02:57,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef101313-b4e2-4e0f-b435-64a352f82bd6 Date: Tue, 21 Aug 2018 08:02:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:02:57,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/0542c728-6c1c-4a0a-828a-7c17b3732d51 used request id req-ef101313-b4e2-4e0f-b435-64a352f82bd6 2018-08-21 08:02:57,143 - 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-21 08:02:57,143 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-21 08:02:57,144 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-21 08:02:57,144 - 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-21 08:02:57,144 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-21 08:02:57,144 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-21 08:02:57,144 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-21 08:02:57,227 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-21 08:02:57,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:02:57,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:02:57,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:02:57,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:02:57,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:02:57,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:02:57,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:02:57,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:02:57,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:02:57,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:02:57,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 08:02:57,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:02:57,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:02:57,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:02:57,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:02:57,237 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 08:02:57,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:02:57,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d512c4-b46b-4a53-ab1e-deb7d5ceaea3 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:02:57,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-12d512c4-b46b-4a53-ab1e-deb7d5ceaea3 2018-08-21 08:02:57,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:02:57,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["tV4-gEeBS4a_M8_wS1zT5w"], "issued_at": "2018-08-21T08:02:57.000000Z"}} 2018-08-21 08:02:57,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e07da7de9694b287b7de3312e0430c20d060f2f" 2018-08-21 08:02:57,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-191cd72e-3c4d-485b-851d-3c0b617a96c4 Date: Tue, 21 Aug 2018 08:02:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 08:02:57,921 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-191cd72e-3c4d-485b-851d-3c0b617a96c4 2018-08-21 08:02:57,921 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 08:02:57,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e07da7de9694b287b7de3312e0430c20d060f2f" 2018-08-21 08:02:57,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-5b5cc903-e232-43e9-a251-defc8de95231 Date: Tue, 21 Aug 2018 08:02:57 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-21 08:02:57,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-5b5cc903-e232-43e9-a251-defc8de95231 2018-08-21 08:02:57,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e07da7de9694b287b7de3312e0430c20d060f2f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 08:02:58,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ef8599dd-df5c-408c-adc8-f9abad70b738 Date: Tue, 21 Aug 2018 08:02:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T08:02:57Z", "file": "/v2/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "size": null, "self": "/v2/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "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-21T08:02:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 08:02:58,003 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-ef8599dd-df5c-408c-adc8-f9abad70b738 2018-08-21 08:02:58,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e07da7de9694b287b7de3312e0430c20d060f2f" -d '' 2018-08-21 08:02:58,454 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7c1e182-a21a-4abf-b8ca-3822ba1f7d69 Date: Tue, 21 Aug 2018 08:02:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 08:02:58,454 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71/file used request id req-f7c1e182-a21a-4abf-b8ca-3822ba1f7d69 2018-08-21 08:02:58,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:02:58,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5d53c41-a0a9-401c-b37f-84f6c4228b83 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:02:58,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-e5d53c41-a0a9-401c-b37f-84f6c4228b83 2018-08-21 08:02:58,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:02:58,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["MFZmsufXRCOuSdf0zuSgQA"], "issued_at": "2018-08-21T08:02:58.000000Z"}} 2018-08-21 08:02:58,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:02:59,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6715 X-Openstack-Request-Id: req-082e545c-26c8-46b2-acc0-1d9a8890114a Date: Tue, 21 Aug 2018 08:02:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"}]} 2018-08-21 08:02:59,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-082e545c-26c8-46b2-acc0-1d9a8890114a 2018-08-21 08:02:59,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:02:59,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e4545cf2-5ed8-432b-a9e4-846bafa05686 Date: Tue, 21 Aug 2018 08:02:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 08:02:59,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-e4545cf2-5ed8-432b-a9e4-846bafa05686 2018-08-21 08:02:59,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:02:59,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-8fffc48b-fcc3-4d2d-b2de-f65eab76eb13 Date: Tue, 21 Aug 2018 08:02:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T06:11:18Z", "revision_number": 0, "routes": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "99d23d27-4832-43b1-8ce6-5ca475247092", "name": ""}]} 2018-08-21 08:02:59,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers used request id req-8fffc48b-fcc3-4d2d-b2de-f65eab76eb13 2018-08-21 08:02:59,638 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-21 08:02:59,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-08-21 08:03:00,038 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-24ed9e91-8205-4403-be4b-742ae76fe3b9 Date: Tue, 21 Aug 2018 08:03:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T08:02:59Z","is_default":false,"provider:segmentation_id":90,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:02:59Z","mtu":1450}} 2018-08-21 08:03:00,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-24ed9e91-8205-4403-be4b-742ae76fe3b9 2018-08-21 08:03:00,039 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f5defa8e-05a2-491a-94fc-d43203a9e3d1' created successfully 2018-08-21 08:03:00,039 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-21 08:03:00,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"subnets": [{"ip_version": 4, "network_id": "f5defa8e-05a2-491a-94fc-d43203a9e3d1", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-08-21 08:03:00,891 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2bcb81bd-4ef4-4c19-9433-c856e7b24658 Date: Tue, 21 Aug 2018 08:03:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:00Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:03:00Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"fed2f842-946d-4af2-a080-07455e2ccce7","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-08-21 08:03:00,891 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-2bcb81bd-4ef4-4c19-9433-c856e7b24658 2018-08-21 08:03:00,891 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'fed2f842-946d-4af2-a080-07455e2ccce7' created successfully 2018-08-21 08:03:00,891 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-21 08:03:00,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-08-21 08:03:01,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-1085b9cf-432f-44af-9da5-6ad0a7821ed8 Date: Tue, 21 Aug 2018 08:03:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:03:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:03:00Z", "revision_number": 0, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f81100e3-019e-4fb2-924a-7697f279928b", "name": "sdnvpn-8-1-router"}} 2018-08-21 08:03:01,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers used request id req-1085b9cf-432f-44af-9da5-6ad0a7821ed8 2018-08-21 08:03:01,088 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f81100e3-019e-4fb2-924a-7697f279928b' created successfully 2018-08-21 08:03:01,088 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-21 08:03:01,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"subnet_id": "fed2f842-946d-4af2-a080-07455e2ccce7"}' 2018-08-21 08:03:02,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-51ce4ee4-de70-4a9c-8a41-08667dbfd763 Date: Tue, 21 Aug 2018 08:03:02 GMT RESP BODY: {"network_id": "f5defa8e-05a2-491a-94fc-d43203a9e3d1", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "fed2f842-946d-4af2-a080-07455e2ccce7", "subnet_ids": ["fed2f842-946d-4af2-a080-07455e2ccce7"], "port_id": "861d4f8f-95c3-4312-b92f-402cf05949d4", "id": "f81100e3-019e-4fb2-924a-7697f279928b"} 2018-08-21 08:03:02,765 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/add_router_interface used request id req-51ce4ee4-de70-4a9c-8a41-08667dbfd763 2018-08-21 08:03:02,765 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-21 08:03:02,765 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-21 08:03:02,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:02,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7371 X-Openstack-Request-Id: req-fd8e105c-0c32-486c-a7f1-86a6e99d28aa Date: Tue, 21 Aug 2018 08:03:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["fed2f842-946d-4af2-a080-07455e2ccce7"],"description":"","tags":[],"updated_at":"2018-08-21T08:03:00Z","provider:segmentation_id":90,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:02:59Z","provider:network_type":"vxlan"}]} 2018-08-21 08:03:02,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-fd8e105c-0c32-486c-a7f1-86a6e99d28aa 2018-08-21 08:03:02,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}}' 2018-08-21 08:03:04,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-3ad018a9-de38-42ea-9bbf-63265bf53e01 Date: Tue, 21 Aug 2018 08:03:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:03:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:03:04Z", "revision_number": 3, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f81100e3-019e-4fb2-924a-7697f279928b", "name": "sdnvpn-8-1-router"}} 2018-08-21 08:03:04,680 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b used request id req-3ad018a9-de38-42ea-9bbf-63265bf53e01 2018-08-21 08:03:04,681 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-21 08:03:04,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:04,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7371 X-Openstack-Request-Id: req-f9173bba-6a04-430d-9924-79adce095844 Date: Tue, 21 Aug 2018 08:03:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["fed2f842-946d-4af2-a080-07455e2ccce7"],"description":"","tags":[],"updated_at":"2018-08-21T08:03:00Z","provider:segmentation_id":90,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:02:59Z","provider:network_type":"vxlan"}]} 2018-08-21 08:03:04,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-f9173bba-6a04-430d-9924-79adce095844 2018-08-21 08:03:04,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:04,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-960e5242-ffa5-45b8-9e5d-77262b80873d Date: Tue, 21 Aug 2018 08:03:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:00Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:03:00Z","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":"9395463b2c594ad385c1520193638f95","id":"fed2f842-946d-4af2-a080-07455e2ccce7","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-08-21 08:03:04,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-960e5242-ffa5-45b8-9e5d-77262b80873d 2018-08-21 08:03:04,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:04,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1008 X-Openstack-Request-Id: req-2708c9fe-2409-48d2-bcf5-00188ad77e68 Date: Tue, 21 Aug 2018 08:03:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T06:11:18Z", "revision_number": 0, "routes": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "99d23d27-4832-43b1-8ce6-5ca475247092", "name": ""}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:03:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:03:04Z", "revision_number": 3, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f81100e3-019e-4fb2-924a-7697f279928b", "name": "sdnvpn-8-1-router"}]} 2018-08-21 08:03:04,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers used request id req-2708c9fe-2409-48d2-bcf5-00188ad77e68 2018-08-21 08:03:04,997 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-21 08:03:05,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-08-21 08:03:05,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5f202202-f4af-4ce5-8717-970dbf946b8f Date: Tue, 21 Aug 2018 08:03:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"740a865b-2e5d-492c-8128-c7784aba80d1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T08:03:05Z","is_default":false,"provider:segmentation_id":21,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:05Z","mtu":1450}} 2018-08-21 08:03:05,255 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-5f202202-f4af-4ce5-8717-970dbf946b8f 2018-08-21 08:03:05,256 - sdnvpn.lib.openstack_utils - DEBUG - Network '740a865b-2e5d-492c-8128-c7784aba80d1' created successfully 2018-08-21 08:03:05,256 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-21 08:03:05,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"subnets": [{"ip_version": 4, "network_id": "740a865b-2e5d-492c-8128-c7784aba80d1", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-08-21 08:03:06,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e169f3d3-220e-4315-9662-9dc740e7d7ae Date: Tue, 21 Aug 2018 08:03:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"740a865b-2e5d-492c-8128-c7784aba80d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:05Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:03:05Z","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":"9395463b2c594ad385c1520193638f95","id":"8c9d37f0-f0c2-451e-bc82-ecb24436d320","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-08-21 08:03:06,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-e169f3d3-220e-4315-9662-9dc740e7d7ae 2018-08-21 08:03:06,397 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '8c9d37f0-f0c2-451e-bc82-ecb24436d320' created successfully 2018-08-21 08:03:06,397 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-21 08:03:06,398 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f81100e3-019e-4fb2-924a-7697f279928b' created successfully 2018-08-21 08:03:06,398 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-21 08:03:06,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"subnet_id": "8c9d37f0-f0c2-451e-bc82-ecb24436d320"}' 2018-08-21 08:03:08,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6b13c6ae-2ab5-4f2a-93df-2a126170f422 Date: Tue, 21 Aug 2018 08:03:08 GMT RESP BODY: {"network_id": "740a865b-2e5d-492c-8128-c7784aba80d1", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "8c9d37f0-f0c2-451e-bc82-ecb24436d320", "subnet_ids": ["8c9d37f0-f0c2-451e-bc82-ecb24436d320"], "port_id": "7873100f-66b8-4aca-87f5-ecf26c20f235", "id": "f81100e3-019e-4fb2-924a-7697f279928b"} 2018-08-21 08:03:08,153 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/add_router_interface used request id req-6b13c6ae-2ab5-4f2a-93df-2a126170f422 2018-08-21 08:03:08,154 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-21 08:03:08,154 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-21 08:03:08,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:08,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8027 X-Openstack-Request-Id: req-2db5938b-ff53-4b6f-b3c5-d7eea3f1092b Date: Tue, 21 Aug 2018 08:03:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"740a865b-2e5d-492c-8128-c7784aba80d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["8c9d37f0-f0c2-451e-bc82-ecb24436d320"],"description":"","tags":[],"updated_at":"2018-08-21T08:03:05Z","provider:segmentation_id":21,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:05Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["fed2f842-946d-4af2-a080-07455e2ccce7"],"description":"","tags":[],"updated_at":"2018-08-21T08:03:00Z","provider:segmentation_id":90,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:02:59Z","provider:network_type":"vxlan"}]} 2018-08-21 08:03:08,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-2db5938b-ff53-4b6f-b3c5-d7eea3f1092b 2018-08-21 08:03:08,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}}' 2018-08-21 08:03:08,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-0b81b64a-89ba-4c86-890b-3d864bf839b5 Date: Tue, 21 Aug 2018 08:03:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:03:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:03:08Z", "revision_number": 5, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f81100e3-019e-4fb2-924a-7697f279928b", "name": "sdnvpn-8-1-router"}} 2018-08-21 08:03:08,900 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b used request id req-0b81b64a-89ba-4c86-890b-3d864bf839b5 2018-08-21 08:03:08,900 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-21 08:03:08,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:09,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48399 X-Openstack-Request-Id: req-4d523b25-975e-493b-84e0-463091289e7c Date: Tue, 21 Aug 2018 08:03:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T07:53:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "a7999368-6286-456a-8c84-fcb73e79ce62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 4, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 08:03:09,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-4d523b25-975e-493b-84e0-463091289e7c 2018-08-21 08:03:09,035 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-21 08:03:09,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:09,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 40620 X-Openstack-Request-Id: req-76df5387-b29d-4f63-b110-60e4a66876c9 Date: Tue, 21 Aug 2018 08:03:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "051870ff-e895-475f-9634-15d127caeadd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "05fe6271-36b1-4575-a07f-0b849db5372c"}, {"remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "080d4b0d-d451-4553-bb73-c6a18df62406"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "085907b6-ded3-44df-b394-f12b720bf861"}, {"remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "1654c198-5bda-40e2-babe-efdf261126aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "1effe82f-e8d4-48d6-a78a-e13934233361"}, {"remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35"}, {"remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "244863fb-2343-45b7-8589-9b5221ad64cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "27bb51f4-f89e-431e-84be-efc465334769"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "2d358a1b-617f-4133-994c-da5e9bb384c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1"}, {"remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "40197dc5-0464-4279-a056-02589e68d768"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90"}, {"remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "46e3da51-9676-41e5-bda0-c821a350dd55"}, {"remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0"}, {"remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "4d44d424-a788-4e28-b250-3e61db24d820"}, {"remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "5136431d-847e-4edd-99f1-f4bbf1e00675"}, {"remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "51cae6df-95bd-4857-ace8-2edceeb2da84"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1"}, {"remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:48Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "56f9543a-d286-408a-9078-c8bcf1aab750"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "58937620-0899-4cbc-bdad-5a329fb4e050"}, {"remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f"}, {"remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "610d3e84-facb-45d0-8d98-63e0f40ab437"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "65c10315-137c-4559-b413-ec10a57ea9c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "6be0c966-8a09-4743-812d-48f82f88310d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "726bc382-74b8-4f84-8f09-5df43dd4f416"}, {"remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e"}, {"remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "89dc1248-3bca-4cd8-8476-620245a03d24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "8a736d9f-f676-4048-bf20-d072cce10d2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5"}, {"remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329"}, {"remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "902ee744-3851-461d-b72e-6a6b38682ed0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "903a925e-8c7d-4821-9a69-a744150f5bc6"}, {"remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6"}, {"remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9"}, {"remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089"}, {"remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0"}, {"remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539"}, {"remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c"}, {"remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": 22, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:15Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "a7999368-6286-456a-8c84-fcb73e79ce62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7"}, {"remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb"}, {"remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "b46994ef-7d3e-4398-8648-6669d969f725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "bea87582-fad9-484b-b4cc-317464cfc0a9"}, {"remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586"}, {"remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:48Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "c1189972-0427-4840-bd69-19006c6f7e8a"}, {"remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1"}, {"remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": 22, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:15Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "d80e095b-cf7c-417e-b593-a2773634ecf4"}, {"remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "de0e88cc-555c-4fdf-8895-819f0e364210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "e1115a1b-b704-4527-a843-65b1de420325"}, {"remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e"}, {"remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e"}, {"remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7"}, {"remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "f1b4d344-08a0-4067-af1b-ca3e82805789"}, {"remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1"}, {"remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2"}, {"remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08"}]} 2018-08-21 08:03:09,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-group-rules used request id req-76df5387-b29d-4f63-b110-60e4a66876c9 2018-08-21 08:03:09,121 - sdnvpn_test_utils - INFO - This rule exists for security group: 436f212f-28a9-4da0-a55b-b87c609f7d27 2018-08-21 08:03:09,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:03:09,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 40620 X-Openstack-Request-Id: req-7e471a0c-b45f-4a4d-a5d5-e85b560a083b Date: Tue, 21 Aug 2018 08:03:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "051870ff-e895-475f-9634-15d127caeadd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "05fe6271-36b1-4575-a07f-0b849db5372c"}, {"remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "080d4b0d-d451-4553-bb73-c6a18df62406"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "085907b6-ded3-44df-b394-f12b720bf861"}, {"remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "1654c198-5bda-40e2-babe-efdf261126aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "1effe82f-e8d4-48d6-a78a-e13934233361"}, {"remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35"}, {"remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "244863fb-2343-45b7-8589-9b5221ad64cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "27bb51f4-f89e-431e-84be-efc465334769"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "2d358a1b-617f-4133-994c-da5e9bb384c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1"}, {"remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "40197dc5-0464-4279-a056-02589e68d768"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90"}, {"remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "46e3da51-9676-41e5-bda0-c821a350dd55"}, {"remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0"}, {"remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "4d44d424-a788-4e28-b250-3e61db24d820"}, {"remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "5136431d-847e-4edd-99f1-f4bbf1e00675"}, {"remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "51cae6df-95bd-4857-ace8-2edceeb2da84"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1"}, {"remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:48Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "56f9543a-d286-408a-9078-c8bcf1aab750"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "58937620-0899-4cbc-bdad-5a329fb4e050"}, {"remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f"}, {"remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "610d3e84-facb-45d0-8d98-63e0f40ab437"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "65c10315-137c-4559-b413-ec10a57ea9c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "6be0c966-8a09-4743-812d-48f82f88310d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "port_range_min": null, "revision_number": 0, "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "726bc382-74b8-4f84-8f09-5df43dd4f416"}, {"remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e"}, {"remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "89dc1248-3bca-4cd8-8476-620245a03d24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "8a736d9f-f676-4048-bf20-d072cce10d2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5"}, {"remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329"}, {"remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "902ee744-3851-461d-b72e-6a6b38682ed0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "903a925e-8c7d-4821-9a69-a744150f5bc6"}, {"remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6"}, {"remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "project_id": "", "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9"}, {"remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "port_range_min": null, "revision_number": 0, "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089"}, {"remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "port_range_min": null, "revision_number": 0, "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "port_range_min": null, "revision_number": 0, "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0"}, {"remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539"}, {"remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c"}, {"remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": 22, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:15Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "a7999368-6286-456a-8c84-fcb73e79ce62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "port_range_min": null, "revision_number": 0, "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7"}, {"remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb"}, {"remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "b46994ef-7d3e-4398-8648-6669d969f725"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "port_range_min": null, "revision_number": 0, "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "port_range_min": null, "revision_number": 0, "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "project_id": "da1635fa0de7410ca757178af140b423", "id": "bea87582-fad9-484b-b4cc-317464cfc0a9"}, {"remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586"}, {"remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:48Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "c1189972-0427-4840-bd69-19006c6f7e8a"}, {"remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1"}, {"remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "port_range_min": null, "revision_number": 0, "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": 22, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:15Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "d80e095b-cf7c-417e-b593-a2773634ecf4"}, {"remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "port_range_min": null, "revision_number": 0, "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "de0e88cc-555c-4fdf-8895-819f0e364210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "port_range_min": null, "revision_number": 0, "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "e1115a1b-b704-4527-a843-65b1de420325"}, {"remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "port_range_min": null, "revision_number": 0, "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e"}, {"remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e"}, {"remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "port_range_min": null, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7"}, {"remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "port_range_min": null, "revision_number": 0, "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "project_id": "29925cea1d984cbea20beee897d8203e", "id": "f1b4d344-08a0-4067-af1b-ca3e82805789"}, {"remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "port_range_min": null, "revision_number": 0, "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "port_range_min": null, "revision_number": 0, "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1"}, {"remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "port_range_min": null, "revision_number": 0, "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2"}, {"remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "port_range_min": null, "revision_number": 0, "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "port_range_min": null, "revision_number": 0, "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08"}]} 2018-08-21 08:03:09,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-group-rules used request id req-7e471a0c-b45f-4a4d-a5d5-e85b560a083b 2018-08-21 08:03:09,207 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-21 08:03:09,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44: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}de08b717c4de10799160039f316fd677993783ec" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:03:09,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3e0e71a5-f804-410a-a6a4-b98d6b651c6e Date: Tue, 21 Aug 2018 08:03:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-21T08:03:09Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "port_range_min": 80, "revision_number": 0, "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:03:09Z", "project_id": "9395463b2c594ad385c1520193638f95", "id": "616e7980-5a85-4757-af1e-30363c1e9eee"}} 2018-08-21 08:03:09,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/security-group-rules used request id req-3e0e71a5-f804-410a-a6a4-b98d6b651c6e 2018-08-21 08:03:09,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:03:09,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4cc7cc7-7267-4cbf-ac73-decd564a100f 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:03:09,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-b4cc7cc7-7267-4cbf-ac73-decd564a100f 2018-08-21 08:03:09,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:03:09,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:03:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["6mOPXzQ5TYK7BCcGutjCMQ"], "issued_at": "2018-08-21T08:03:09.000000Z"}} 2018-08-21 08:03:09,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f67fb4caeacd5f90b9296908d478146e1456ab8e" 2018-08-21 08:03:10,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-dc957dd5-a783-4ee2-b32b-dd6854706020 x-compute-request-id: req-dc957dd5-a783-4ee2-b32b-dd6854706020 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-21 08:03:10,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-dc957dd5-a783-4ee2-b32b-dd6854706020 2018-08-21 08:03:10,136 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-21 08:03:10,136 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-08-21 08:03:10,136 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=18a5bf9a-627d-4e5e-8ec1-1849536eba71 network=740a865b-2e5d-492c-8128-c7784aba80d1 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 08:03:10,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:03:10,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:03:10,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:03:10,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:03:10,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:03:10,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:03:10,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:03:10,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:03:10,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:03:10,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:03:10,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:03:10,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:03:10,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:03:10,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:03:10,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:03:10,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:03:10,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:03:10,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:03:10,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:03:10,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:03:10,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ea59961-b269-48e0-99c3-896fefea6f78 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:03:10,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-8ea59961-b269-48e0-99c3-896fefea6f78 2018-08-21 08:03:10,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:03:10,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:03:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["KCxiGajgR3W_vSr4KaMRkA"], "issued_at": "2018-08-21T08:03:10.000000Z"}} 2018-08-21 08:03:10,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3555104c08b8cca01e9fb85e736cde471ec62d63" 2018-08-21 08:03:10,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-17ddf512-71d1-4d44-9d82-5578c4cf062b x-compute-request-id: req-17ddf512-71d1-4d44-9d82-5578c4cf062b Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:03:10,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-17ddf512-71d1-4d44-9d82-5578c4cf062b 2018-08-21 08:03:10,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3555104c08b8cca01e9fb85e736cde471ec62d63" 2018-08-21 08:03:10,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-1e824032-8c13-44c3-81d3-d096ceb62027 x-compute-request-id: req-1e824032-8c13-44c3-81d3-d096ceb62027 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:03:10,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-1e824032-8c13-44c3-81d3-d096ceb62027 2018-08-21 08:03:10,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3555104c08b8cca01e9fb85e736cde471ec62d63" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "740a865b-2e5d-492c-8128-c7784aba80d1"}]}}' 2018-08-21 08:03:12,669 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:03: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-f8b125d8-5c52-4678-a786-d38b2df44921 x-compute-request-id: req-f8b125d8-5c52-4678-a786-d38b2df44921 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "bookmark"}], "adminPass": "zC2Hsij2yjZK"}} 2018-08-21 08:03:12,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-f8b125d8-5c52-4678-a786-d38b2df44921 2018-08-21 08:03:12,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:03:12,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0057b5e6-54e4-4258-a881-dc61c1fa0695 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:03:12,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-0057b5e6-54e4-4258-a881-dc61c1fa0695 2018-08-21 08:03:12,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:03:13,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["TKd-aX3PT32nwYGJNR6XuA"], "issued_at": "2018-08-21T08:03:13.000000Z"}} 2018-08-21 08:03:13,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368ab44af33a26ec8298562f69d0a7fd964d544f" 2018-08-21 08:03:14,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-3d582534-1e43-4b52-a581-9144ce10d838 x-compute-request-id: req-3d582534-1e43-4b52-a581-9144ce10d838 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.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:03:13Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2018-08-21T08:03:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:14,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 used request id req-3d582534-1e43-4b52-a581-9144ce10d838 2018-08-21 08:03:17,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368ab44af33a26ec8298562f69d0a7fd964d544f" 2018-08-21 08:03:17,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1525c0f-cced-4faa-838d-9871c51bfc69 x-compute-request-id: req-a1525c0f-cced-4faa-838d-9871c51bfc69 Content-Encoding: gzip Content-Length: 776 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:37:1e:78", "version": 4, "addr": "10.10.20.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:03:14Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-08-21T08:03:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:17,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 used request id req-a1525c0f-cced-4faa-838d-9871c51bfc69 2018-08-21 08:03:20,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368ab44af33a26ec8298562f69d0a7fd964d544f" 2018-08-21 08:03:20,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-953a5822-782b-4edf-a13f-38a4371e576e x-compute-request-id: req-953a5822-782b-4edf-a13f-38a4371e576e Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:1e:78", "version": 4, "addr": "10.10.20.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009d", "OS-SRV-USG:launched_at": "2018-08-21T08:03:18.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:03:18Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-08-21T08:03:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:20,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 used request id req-953a5822-782b-4edf-a13f-38a4371e576e 2018-08-21 08:03:20,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3555104c08b8cca01e9fb85e736cde471ec62d63" 2018-08-21 08:03:21,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-aa875eba-9799-48e3-a210-5be3979f1c72 x-compute-request-id: req-aa875eba-9799-48e3-a210-5be3979f1c72 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:1e:78", "version": 4, "addr": "10.10.20.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009d", "OS-SRV-USG:launched_at": "2018-08-21T08:03:18.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ef2fc14c-5700-498f-8b9b-0f6cd9238ea3", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:03:18Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2018-08-21T08:03:12Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:21,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 used request id req-aa875eba-9799-48e3-a210-5be3979f1c72 2018-08-21 08:03:21,503 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.15'. 2018-08-21 08:03:21,503 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-08-21 08:03:21,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f67fb4caeacd5f90b9296908d478146e1456ab8e" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:03:22,353 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:03: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-c71240cc-a167-4765-b01a-25eea3bfe3d4 x-compute-request-id: req-c71240cc-a167-4765-b01a-25eea3bfe3d4 Content-Length: 0 Content-Type: application/json 2018-08-21 08:03:22,353 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3/action used request id req-c71240cc-a167-4765-b01a-25eea3bfe3d4 2018-08-21 08:03:22,353 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-08-21 08:03:22,354 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=18a5bf9a-627d-4e5e-8ec1-1849536eba71 network=f5defa8e-05a2-491a-94fc-d43203a9e3d1 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.15 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 08:03:22,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:03:22,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:03:22,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:03:22,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:03:22,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:03:22,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:03:22,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:03:22,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:03:22,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:03:22,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:03:22,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:03:22,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:03:22,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:03:22,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:03:22,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:03:22,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:03:22,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:03:22,359 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:03:22,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:03:22,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:03:22,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:03:22,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:03:22,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:03:22,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebb7d600-199b-438c-a1f6-4698aab0aa27 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:03:22,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-ebb7d600-199b-438c-a1f6-4698aab0aa27 2018-08-21 08:03:22,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:03:22,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:03:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["poJYv-gSRASLJ_NMrfFY7g"], "issued_at": "2018-08-21T08:03:22.000000Z"}} 2018-08-21 08:03:22,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6564aae7e7b7991f92f8edb5e88d92989293fca" 2018-08-21 08:03:23,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-cdc9966d-a51a-40ed-9bfd-ed14e6b35aaa x-compute-request-id: req-cdc9966d-a51a-40ed-9bfd-ed14e6b35aaa Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:03:23,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-cdc9966d-a51a-40ed-9bfd-ed14e6b35aaa 2018-08-21 08:03:23,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6564aae7e7b7991f92f8edb5e88d92989293fca" 2018-08-21 08:03:23,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-a1ad9a61-bc5a-410b-92a6-1c165c3461b8 x-compute-request-id: req-a1ad9a61-bc5a-410b-92a6-1c165c3461b8 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:03:23,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-a1ad9a61-bc5a-410b-92a6-1c165c3461b8 2018-08-21 08:03:23,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6564aae7e7b7991f92f8edb5e88d92989293fca" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC4xNQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f5defa8e-05a2-491a-94fc-d43203a9e3d1"}], "config_drive": true}}' 2018-08-21 08:03:24,282 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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 x-openstack-request-id: req-ca5dea09-33dc-4e0d-a9a9-c0be644bd607 x-compute-request-id: req-ca5dea09-33dc-4e0d-a9a9-c0be644bd607 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f3456198-452f-4b02-882d-248f74daaaaf", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "bookmark"}], "adminPass": "eQpHiW9q4o7s"}} 2018-08-21 08:03:24,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-ca5dea09-33dc-4e0d-a9a9-c0be644bd607 2018-08-21 08:03:24,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:03:24,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cda6ae9-23a5-4a8f-b519-eabae4d5ef2a 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:03:24,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-3cda6ae9-23a5-4a8f-b519-eabae4d5ef2a 2018-08-21 08:03:24,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:03:24,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["ty-dR-MAR8WOYroCtO5Z_A"], "issued_at": "2018-08-21T08:03:24.000000Z"}} 2018-08-21 08:03:24,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffc842ffc03904827630457ecabe9cc434627585" 2018-08-21 08:03:25,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-a57b5503-85c6-4e3e-9dd2-3f21ff35add2 x-compute-request-id: req-a57b5503-85c6-4e3e-9dd2-3f21ff35add2 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.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f3456198-452f-4b02-882d-248f74daaaaf", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:03:25Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-08-21T08:03:24Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:25,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf used request id req-a57b5503-85c6-4e3e-9dd2-3f21ff35add2 2018-08-21 08:03:28,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffc842ffc03904827630457ecabe9cc434627585" 2018-08-21 08:03:28,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-93caec67-dda1-461d-8415-9b62b5bc1872 x-compute-request-id: req-93caec67-dda1-461d-8415-9b62b5bc1872 Content-Encoding: gzip Content-Length: 774 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:b3:d8:be", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f3456198-452f-4b02-882d-248f74daaaaf", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:03:25Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-08-21T08:03:24Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:28,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf used request id req-93caec67-dda1-461d-8415-9b62b5bc1872 2018-08-21 08:03:31,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffc842ffc03904827630457ecabe9cc434627585" 2018-08-21 08:03:33,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-a34f1dfb-68f2-416b-b156-9be371bfefdc x-compute-request-id: req-a34f1dfb-68f2-416b-b156-9be371bfefdc Content-Encoding: gzip Content-Length: 774 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:b3:d8:be", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-08-21T08:03:30.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f3456198-452f-4b02-882d-248f74daaaaf", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:03:30Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-08-21T08:03:24Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:33,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf used request id req-a34f1dfb-68f2-416b-b156-9be371bfefdc 2018-08-21 08:03:33,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6564aae7e7b7991f92f8edb5e88d92989293fca" 2018-08-21 08:03:34,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-a7174fb2-1d0c-44dc-bd22-3508ebbc47b8 x-compute-request-id: req-a7174fb2-1d0c-44dc-bd22-3508ebbc47b8 Content-Encoding: gzip Content-Length: 774 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:b3:d8:be", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/f3456198-452f-4b02-882d-248f74daaaaf", "rel": "bookmark"}], "image": {"id": "18a5bf9a-627d-4e5e-8ec1-1849536eba71", "links": [{"href": "http://172.30.9.44:8774/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009e", "OS-SRV-USG:launched_at": "2018-08-21T08:03:30.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "f3456198-452f-4b02-882d-248f74daaaaf", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:03:30Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2018-08-21T08:03:24Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:03:34,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf used request id req-a7174fb2-1d0c-44dc-bd22-3508ebbc47b8 2018-08-21 08:03:34,394 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.12'. 2018-08-21 08:03:34,394 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-08-21 08:03:34,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f67fb4caeacd5f90b9296908d478146e1456ab8e" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:03:35,474 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:03: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-b0a71aaa-359b-48b4-ae5f-bf1b98c1a0b8 x-compute-request-id: req-b0a71aaa-359b-48b4-ae5f-bf1b98c1a0b8 Content-Length: 0 Content-Type: application/json 2018-08-21 08:03:35,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action used request id req-b0a71aaa-359b-48b4-ae5f-bf1b98c1a0b8 2018-08-21 08:03:35,475 - sdnvpn_test_utils - INFO - Waiting for instance ef2fc14c-5700-498f-8b9b-0f6cd9238ea3 to boot up 2018-08-21 08:03:35,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3555104c08b8cca01e9fb85e736cde471ec62d63" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:03:35,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-5ab349ff-fcc6-4b9d-8f2d-c491130ade2d x-compute-request-id: req-5ab349ff-fcc6-4b9d-8f2d-c491130ade2d Content-Encoding: gzip Content-Length: 9562 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474171811 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.190146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192463] pid_max: default: 32768 minimum: 301\n[ 0.193713] ACPI: Core revision 20150930\n[ 0.195401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197228] Security Framework initialized\n[ 0.198373] Yama: becoming mindful.\n[ 0.199398] AppArmor: AppArmor initialized\n[ 0.200583] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202406] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204165] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205831] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207735] Initializing cgroup subsys io\n[ 0.208904] Initializing cgroup subsys memory\n[ 0.210107] Initializing cgroup subsys devices\n[ 0.211321] Initializing cgroup subsys freezer\n[ 0.212542] Initializing cgroup subsys net_cls\n[ 0.213766] Initializing cgroup subsys perf_event\n[ 0.215044] Initializing cgroup subsys net_prio\n[ 0.216274] Initializing cgroup subsys hugetlb\n[ 0.217504] Initializing cgroup subsys pids\n[ 0.218735] CPU: Physical Processor ID: 0\n[ 0.220599] mce: CPU supports 10 MCE banks\n[ 0.221815] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223206] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238119] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244838] ftrace: allocating 31920 entries in 125 pages\n[ 0.270378] smpboot: Max logical packages: 1\n[ 0.271591] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273509] x2apic enabled\n[ 0.274639] Switched APIC routing to physical x2apic.\n[ 0.277123] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283963] KVM setup paravirtual spinlock\n[ 0.285566] x86: Booted up 1 node, 1 CPUs\n[ 0.286688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288604] devtmpfs: initialized\n[ 0.290604] evm: security.selinux\n[ 0.291576] evm: security.SMACK64\n[ 0.292542] evm: security.SMACK64EXEC\n[ 0.293576] evm: security.SMACK64TRANSMUTE\n[ 0.294695] evm: security.SMACK64MMAP\n[ 0.295722] evm: security.ima\n[ 0.296618] evm: security.capability\n[ 0.297703] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300245] pinctrl core: initialized pinctrl subsystem\n[ 0.301753] RTC time: 8:03:18, date: 08/21/18\n[ 0.303057] NET: Registered protocol family 16\n[ 0.304382] cpuidle: using governor ladder\n[ 0.305516] cpuidle: using governor menu\n[ 0.306614] PCCT header not found.\n[ 0.307649] ACPI: bus type PCI registered\n[ 0.308754] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310466] PCI: Using configuration type 1 for base access\n[ 0.312623] ACPI: Added _OSI(Module Device)\n[ 0.313788] ACPI: Added _OSI(Processor Device)\n[ 0.314987] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316237] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318413] ACPI: Interpreter enabled\n[ 0.319475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.322046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.327179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.329752] ACPI: (supports S0 S5)\n[ 0.330740] ACPI: Using IOAPIC for interrupt routing\n[ 0.332052] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.335886] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337446] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.340849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.343871] acpiphp: Slot [3] registered\n[ 0.344986] acpiphp: Slot [4] registered\n[ 0.346105] acpiphp: Slot [5] registered\n[ 0.347212] acpiphp: Slot [6] registered\n[ 0.348335] acpiphp: Slot [7] registered\n[ 0.349448] acpiphp: Slot [8] registered\n[ 0.350527] acpiphp: Slot [9] registered\n[ 0.351632] acpiphp: Slot [10] registered\n[ 0.352761] acpiphp: Slot [11] registered\n[ 0.353893] acpiphp: Slot [12] registered\n[ 0.354992] acpiphp: Slot [13] registered\n[ 0.356088] acpiphp: Slot [14] registered\n[ 0.357182] acpiphp: Slot [15] registered\n[ 0.372323] acpiphp: Slot [16] registered\n[ 0.373440] acpiphp: Slot [17] registered\n[ 0.374579] acpiphp: Slot [18] registered\n[ 0.375701] acpiphp: Slot [19] registered\n[ 0.376811] acpiphp: Slot [20] registered\n[ 0.377911] acpiphp: Slot [21] registered\n[ 0.379034] acpiphp: Slot [22] registered\n[ 0.380141] acpiphp: Slot [23] registered\n[ 0.381272] acpiphp: Slot [24] registered\n[ 0.382367] acpiphp: Slot [25] registered\n[ 0.383461] acpiphp: Slot [26] registered\n[ 0.384590] acpiphp: Slot [27] registered\n[ 0.385690] acpiphp: Slot [28] registered\n[ 0.386786] acpiphp: Slot [29] registered\n[ 0.387880] acpiphp: Slot [30] registered\n[ 0.389002] acpiphp: Slot [31] registered\n[ 0.390108] PCI host bridge to bus 0000:00\n[ 0.391205] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392838] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.394494] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.396471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.398472] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.400556] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404668] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406408] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408044] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409797] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414123] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416077] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.437495] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.439569] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.441636] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.443760] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.445928] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.447621] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.449490] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.450915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.453049] vgaarb: loaded\n[ 0.453869] vgaarb: bridge control possible 0000:00:02.0\n[ 0.455551] SCSI subsystem initialized\n[ 0.456796] ACPI: bus type USB registered\n[ 0.457935] usbcore: registered new interface driver usbfs\n[ 0.459365] usbcore: registered new interface driver hub\n[ 0.460744] usbcore: registered new device driver usb\n[ 0.462243] PCI: Using ACPI for IRQ routing\n[ 0.463734] NetLabel: Initializing\n[ 0.464706] NetLabel: domain hash size = 128\n[ 0.465862] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.467219] NetLabel: unlabeled traffic allowed by default\n[ 0.468782] clocksource: Switched to clocksource kvm-clock\n[ 0.478808] AppArmor: AppArmor Filesystem Enabled\n[ 0.480115] pnp: PnP ACPI init\n[ 0.481326] pnp: PnP ACPI: found 5 devices\n[ 0.488114] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.490530] NET: Registered protocol family 2\n[ 0.491959] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.493705] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.495364] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.496994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498453] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500027] NET: Registered protocol family 1\n[ 0.501217] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502697] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.504149] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533378] Trying to unpack rootfs image as initramfs...\n[ 0.595549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.601021] Scanning for low memory corruption every 60 seconds\n[ 0.603258] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604908] audit: initializing netlink subsys (disabled)\n[ 0.606406] audit: type=2000 audit(1534838599.289:1): initialized\n[ 0.608317] Initialise system trusted keyring\n[ 0.609767] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611407] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.614195] zbud: loaded\n[ 0.615211] VFS: Disk quotas dquot_6.6.0\n[ 0.616372] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.618595] fuse init (API version 7.23)\n[ 0.619861] Key type big_key registered\n[ 0.621023] Allocating IMA MOK and blacklist keyrings.\n[ 0.622718] Key type asymmetric registered\n[ 0.623890] Asymmetric key parser 'x509' registered\n[ 0.625254] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627378] io scheduler noop registered\n[ 0.628509] io scheduler deadline registered (default)\n[ 0.629936] io scheduler cfq registered\n[ 0.631148] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.632611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.634434] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.636509] ACPI: Power Button [PWRF]\n[ 0.637775] GHES: HEST is not enabled!\n[ 0.651969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681633] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.684647] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710086] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713159] Linux agpgart interface v0.103\n[ 0.716575] brd: module loaded\n[ 0.718803] loop: module loaded\n[ 0.723909] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.725949] GPT:90111 != 2097151\n[ 0.726901] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728427] GPT:90111 != 2097151\n[ 0.729382] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730728] vda: vda1 vda15\n[ 0.732418] scsi host0: ata_piix\n[ 0.733503] scsi host1: ata_piix\n[ 0.734500] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738193] libphy: Fixed MDIO Bus: probed\n[ 0.739336] tun: Universal TUN/TAP device driver, 1.6\n[ 0.740663] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.743666] PPP generic driver version 2.4.2\n[ 0.745183] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747193] ehci-pci: EHCI PCI platform driver\n[ 0.748649] ehci-platform: EHCI generic platform driver\n[ 0.750317] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.752221] ohci-pci: OHCI PCI platform driver\n[ 0.753680] ohci-platform: OHCI generic platform driver\n[ 0.755346] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770362] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772038] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774470] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776156] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.778058] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782501] usb usb1: Product: UHCI Host Controller\n[ 0.784070] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785981] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.787582] hub 1-0:1.0: USB hub found\n[ 0.788894] hub 1-0:1.0: 2 ports detected\n[ 0.790408] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.793773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.795355] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.797056] mousedev: PS/2 mouse device common for all mice\n[ 0.799096] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802105] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807884] i2c /dev entries driver\n[ 0.809154] device-mapper: uevent: version 1.0.3\n[ 0.810733] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.813464] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.815654] NET: Registered protocol family 10\n[ 0.817489] NET: Registered protocol family 17\n[ 0.818982] Key type dns_resolver registered\n[ 0.820543] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822389] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825334] registered taskstats version 1\n[ 0.826735] Loading compiled-in X.509 certificates\n[ 0.828849] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831931] zswap: loaded using pool lzo/zbud\n[ 0.834236] Key type trusted registered\n[ 0.836529] Key type encrypted registered\n[ 0.837889] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.839610] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841338] evm: HMAC attrs: 0x1\n[ 0.842834] Magic number: 14:948:68\n[ 0.844174] rtc_cmos 00:00: setting system clock to 2018-08-21 08:03:19 UTC (1534838599)\n[ 0.846842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848663] EDD information not available.\n[ 0.898282] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.915127] Write protecting the kernel read-only data: 14336k\n[ 0.918386] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.921257] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.090049] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.20.15...\nLease of 10.10.20.15 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.92. iid=i-0000009d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCA6z4jOocRgv7+a4/WDk8Hm48kfP6Gl+ozgKebn0C8DWOizH4bOQiMzkwB/oormLM0HObMZRPoz6rkc68VpPB207ww34TvQVvGJAx36BDp5wZmN55/IaIAnzh8/xZSvMAsTNG0L2N+H6ilf5sMsmxen2T8qbim+AUK35gJp/NEKZj/rgoICgycUQXXU6eHKoHqs+p03jprQ/1++NF6sHm6YD4qVIMDXv1DjqnVnn7MDvV3bWBoP28Udsf7M540HSpFMzecONmAkCq67bHxiBWpGzvwRgXHVwU+vLiFkzLWMbMs4Wliwp4C3dtM/RPYILawXICBwDL/mmJsf6M+v92z root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBALdEyATdd/Hlc/jz2V234gI6vqEV8y/iaCy0vRyg4dv6FSp6f/JTsZo+i2XfyyAYJRbXAzNFEx1BjdqucKNjYSNLO28bQPgrw5i8tMv3Psz0wBsTLWMzESTU9wx6HBv2nsXf7cwvNgyF/4EKVnM0GKV29L9aGhfp2dn0waB0PPWFAAAAFQDZn0dGR4OvRzi4VLcwO3c3Tb7s3QAAAIEAl5xEjQSWc3SciDCZ9943hO4PwXw+8sjiGKTnjrtDPxe4JkG8cZBPc31ATPVLzCkmsVSlkSp8mGWgxV/SQ0c66eeU6ICDERBiFBvNEfjf4lZRGH1/YyBVWBDoLO9Ofinxm/khdfQBBVefa1R9cAju2i1wVp4vDqsTxEHmQbSHprQAAACANm7FDIPKztQWEzBMbmDjMUqJMpQKtfvCurzxcE7XaeyrlwGcaK6rIoeyCgHVxxWQwrIEOToLSpX0DA1mJgyDJhnf2ulqcuo8TXzfupa2av+3hYpnhKdv2BddpSbGv0cmwjt/3nVzLkuy++70aEZS75k0ID6FWfeYYvf/XRMqXB0= root@sdnvpn-8-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.32s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.20.15,24,fe80::f816:3eff:fe37:1e78/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.15 \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-0000009d\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=3.07 ===\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-21 08:03:35,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3/action used request id req-5ab349ff-fcc6-4b9d-8f2d-c491130ade2d 2018-08-21 08:03:37,575 - sdnvpn_test_utils - INFO - Waiting for instance f3456198-452f-4b02-882d-248f74daaaaf to boot up 2018-08-21 08:03:37,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6564aae7e7b7991f92f8edb5e88d92989293fca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:03:37,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:03: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-1773b8fb-78e2-49e2-affe-8c325517a210 x-compute-request-id: req-1773b8fb-78e2-49e2-affe-8c325517a210 Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 552259389 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199291] pid_max: default: 32768 minimum: 301\n[ 0.200612] ACPI: Core revision 20150930\n[ 0.202372] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204297] Security Framework initialized\n[ 0.205505] Yama: becoming mindful.\n[ 0.206605] AppArmor: AppArmor initialized\n[ 0.207861] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209809] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213509] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215559] Initializing cgroup subsys io\n[ 0.216778] Initializing cgroup subsys memory\n[ 0.218076] Initializing cgroup subsys devices\n[ 0.219381] Initializing cgroup subsys freezer\n[ 0.220661] Initializing cgroup subsys net_cls\n[ 0.221965] Initializing cgroup subsys perf_event\n[ 0.223337] Initializing cgroup subsys net_prio\n[ 0.224634] Initializing cgroup subsys hugetlb\n[ 0.225927] Initializing cgroup subsys pids\n[ 0.227204] CPU: Physical Processor ID: 0\n[ 0.229098] mce: CPU supports 10 MCE banks\n[ 0.230309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231796] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.249695] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256517] ftrace: allocating 31920 entries in 125 pages\n[ 0.282209] smpboot: Max logical packages: 1\n[ 0.283483] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.285448] x2apic enabled\n[ 0.286632] Switched APIC routing to physical x2apic.\n[ 0.289206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.296308] KVM setup paravirtual spinlock\n[ 0.297989] x86: Booted up 1 node, 1 CPUs\n[ 0.299171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.301210] devtmpfs: initialized\n[ 0.303251] evm: security.selinux\n[ 0.304291] evm: security.SMACK64\n[ 0.305296] evm: security.SMACK64EXEC\n[ 0.306374] evm: security.SMACK64TRANSMUTE\n[ 0.307542] evm: security.SMACK64MMAP\n[ 0.308636] evm: security.ima\n[ 0.309558] evm: security.capability\n[ 0.310704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.313351] pinctrl core: initialized pinctrl subsystem\n[ 0.314933] RTC time: 8:03:30, date: 08/21/18\n[ 0.316308] NET: Registered protocol family 16\n[ 0.317698] cpuidle: using governor ladder\n[ 0.318884] cpuidle: using governor menu\n[ 0.320032] PCCT header not found.\n[ 0.321122] ACPI: bus type PCI registered\n[ 0.322310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.324110] PCI: Using configuration type 1 for base access\n[ 0.326364] ACPI: Added _OSI(Module Device)\n[ 0.327592] ACPI: Added _OSI(Processor Device)\n[ 0.328865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.330166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.332422] ACPI: Interpreter enabled\n[ 0.333516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.338842] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.341504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.344176] ACPI: (supports S0 S5)\n[ 0.345198] ACPI: Using IOAPIC for interrupt routing\n[ 0.346578] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.352188] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.353959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.355676] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.358829] acpiphp: Slot [3] registered\n[ 0.359999] acpiphp: Slot [4] registered\n[ 0.361167] acpiphp: Slot [5] registered\n[ 0.362310] acpiphp: Slot [6] registered\n[ 0.363471] acpiphp: Slot [7] registered\n[ 0.364645] acpiphp: Slot [8] registered\n[ 0.365784] acpiphp: Slot [9] registered\n[ 0.366944] acpiphp: Slot [10] registered\n[ 0.368129] acpiphp: Slot [11] registered\n[ 0.369291] acpiphp: Slot [12] registered\n[ 0.370471] acpiphp: Slot [13] registered\n[ 0.371632] acpiphp: Slot [14] registered\n[ 0.372807] acpiphp: Slot [15] registered\n[ 0.388346] acpiphp: Slot [16] registered\n[ 0.389579] acpiphp: Slot [17] registered\n[ 0.390799] acpiphp: Slot [18] registered\n[ 0.391978] acpiphp: Slot [19] registered\n[ 0.393177] acpiphp: Slot [20] registered\n[ 0.394349] acpiphp: Slot [21] registered\n[ 0.395524] acpiphp: Slot [22] registered\n[ 0.396706] acpiphp: Slot [23] registered\n[ 0.397902] acpiphp: Slot [24] registered\n[ 0.399100] acpiphp: Slot [25] registered\n[ 0.400273] acpiphp: Slot [26] registered\n[ 0.401439] acpiphp: Slot [27] registered\n[ 0.402614] acpiphp: Slot [28] registered\n[ 0.403778] acpiphp: Slot [29] registered\n[ 0.404968] acpiphp: Slot [30] registered\n[ 0.406152] acpiphp: Slot [31] registered\n[ 0.407322] PCI host bridge to bus 0000:00\n[ 0.408517] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.410275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.412014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.414128] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.416276] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.418435] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.422628] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.424515] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.426229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.428039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.432404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.434484] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.456566] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.458641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.460656] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462660] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.466790] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.468642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.470153] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.472408] vgaarb: loaded\n[ 0.473290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475003] SCSI subsystem initialized\n[ 0.476327] ACPI: bus type USB registered\n[ 0.477530] usbcore: registered new interface driver usbfs\n[ 0.479014] usbcore: registered new interface driver hub\n[ 0.480464] usbcore: registered new device driver usb\n[ 0.482048] PCI: Using ACPI for IRQ routing\n[ 0.483648] NetLabel: Initializing\n[ 0.484691] NetLabel: domain hash size = 128\n[ 0.485939] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487330] NetLabel: unlabeled traffic allowed by default\n[ 0.489001] clocksource: Switched to clocksource kvm-clock\n[ 0.499194] AppArmor: AppArmor Filesystem Enabled\n[ 0.500580] pnp: PnP ACPI init\n[ 0.501873] pnp: PnP ACPI: found 5 devices\n[ 0.508877] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511337] NET: Registered protocol family 2\n[ 0.512841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518284] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519877] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521583] NET: Registered protocol family 1\n[ 0.522882] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524460] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.526034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.555516] Trying to unpack rootfs image as initramfs...\n[ 0.618161] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623483] Scanning for low memory corruption every 60 seconds\n[ 0.625849] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627605] audit: initializing netlink subsys (disabled)\n[ 0.629241] audit: type=2000 audit(1534838611.469:1): initialized\n[ 0.631279] Initialise system trusted keyring\n[ 0.632769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.634522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.637411] zbud: loaded\n[ 0.638491] VFS: Disk quotas dquot_6.6.0\n[ 0.639734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.642077] fuse init (API version 7.23)\n[ 0.643428] Key type big_key registered\n[ 0.644629] Allocating IMA MOK and blacklist keyrings.\n[ 0.646471] Key type asymmetric registered\n[ 0.647715] Asymmetric key parser 'x509' registered\n[ 0.649172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651423] io scheduler noop registered\n[ 0.652611] io scheduler deadline registered (default)\n[ 0.654136] io scheduler cfq registered\n[ 0.655429] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.656993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.658925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661156] ACPI: Power Button [PWRF]\n[ 0.662494] GHES: HEST is not enabled!\n[ 0.676685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.705887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.708954] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.732879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.736184] Linux agpgart interface v0.103\n[ 0.739824] brd: module loaded\n[ 0.742192] loop: module loaded\n[ 0.747142] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.749298] GPT:90111 != 2097151\n[ 0.750319] GPT:Alternate GPT header not at the end of the disk.\n[ 0.751975] GPT:90111 != 2097151\n[ 0.753011] GPT: Use GNU Parted to correct GPT errors.\n[ 0.754487] vda: vda1 vda15\n[ 0.756248] scsi host0: ata_piix\n[ 0.757426] scsi host1: ata_piix\n[ 0.758513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.760359] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.762708] libphy: Fixed MDIO Bus: probed\n[ 0.763960] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765409] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.768476] PPP generic driver version 2.4.2\n[ 0.769868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.771547] ehci-pci: EHCI PCI platform driver\n[ 0.772786] ehci-platform: EHCI generic platform driver\n[ 0.774215] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.775781] ohci-pci: OHCI PCI platform driver\n[ 0.777026] ohci-platform: OHCI generic platform driver\n[ 0.778419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.793198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.794640] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.798154] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.799830] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801541] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803582] usb usb1: Product: UHCI Host Controller\n[ 0.804904] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806507] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.807953] hub 1-0:1.0: USB hub found\n[ 0.809097] hub 1-0:1.0: 2 ports detected\n[ 0.810547] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813615] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814956] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816425] mousedev: PS/2 mouse device common for all mice\n[ 0.818212] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822388] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824073] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.825810] i2c /dev entries driver\n[ 0.827105] device-mapper: uevent: version 1.0.3\n[ 0.828726] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833920] NET: Registered protocol family 10\n[ 0.836052] NET: Registered protocol family 17\n[ 0.837541] Key type dns_resolver registered\n[ 0.839224] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.841076] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.844064] registered taskstats version 1\n[ 0.845512] Loading compiled-in X.509 certificates\n[ 0.847733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.850879] zswap: loaded using pool lzo/zbud\n[ 0.853664] Key type trusted registered\n[ 0.856032] Key type encrypted registered\n[ 0.857418] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.859149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.860882] evm: HMAC attrs: 0x1\n[ 0.862431] Magic number: 14:948:68\n[ 0.863734] rtc_cmos 00:00: setting system clock to 2018-08-21 08:03:31 UTC (1534838611)\n[ 0.866064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.867617] EDD information not available.\n[ 0.917930] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.934027] ata1.00: configured for MWDMA2\n[ 0.935772] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.938825] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.940527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.942269] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.946214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.948494] Write protecting the kernel read-only data: 14336k\n[ 0.953544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.956187] 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\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... [ 1.129968] 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.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.27s]\n"} 2018-08-21 08:03:37,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action used request id req-1773b8fb-78e2-49e2-affe-8c325517a210 2018-08-21 08:03:39,656 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 08:04:09,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6564aae7e7b7991f92f8edb5e88d92989293fca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:04:09,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04: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-bb90dddf-244a-43a2-97b9-8abd72a0e68b x-compute-request-id: req-bb90dddf-244a-43a2-97b9-8abd72a0e68b Content-Encoding: gzip Content-Length: 8154 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 552259389 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199291] pid_max: default: 32768 minimum: 301\n[ 0.200612] ACPI: Core revision 20150930\n[ 0.202372] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204297] Security Framework initialized\n[ 0.205505] Yama: becoming mindful.\n[ 0.206605] AppArmor: AppArmor initialized\n[ 0.207861] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209809] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213509] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215559] Initializing cgroup subsys io\n[ 0.216778] Initializing cgroup subsys memory\n[ 0.218076] Initializing cgroup subsys devices\n[ 0.219381] Initializing cgroup subsys freezer\n[ 0.220661] Initializing cgroup subsys net_cls\n[ 0.221965] Initializing cgroup subsys perf_event\n[ 0.223337] Initializing cgroup subsys net_prio\n[ 0.224634] Initializing cgroup subsys hugetlb\n[ 0.225927] Initializing cgroup subsys pids\n[ 0.227204] CPU: Physical Processor ID: 0\n[ 0.229098] mce: CPU supports 10 MCE banks\n[ 0.230309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231796] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.249695] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256517] ftrace: allocating 31920 entries in 125 pages\n[ 0.282209] smpboot: Max logical packages: 1\n[ 0.283483] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.285448] x2apic enabled\n[ 0.286632] Switched APIC routing to physical x2apic.\n[ 0.289206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.296308] KVM setup paravirtual spinlock\n[ 0.297989] x86: Booted up 1 node, 1 CPUs\n[ 0.299171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.301210] devtmpfs: initialized\n[ 0.303251] evm: security.selinux\n[ 0.304291] evm: security.SMACK64\n[ 0.305296] evm: security.SMACK64EXEC\n[ 0.306374] evm: security.SMACK64TRANSMUTE\n[ 0.307542] evm: security.SMACK64MMAP\n[ 0.308636] evm: security.ima\n[ 0.309558] evm: security.capability\n[ 0.310704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.313351] pinctrl core: initialized pinctrl subsystem\n[ 0.314933] RTC time: 8:03:30, date: 08/21/18\n[ 0.316308] NET: Registered protocol family 16\n[ 0.317698] cpuidle: using governor ladder\n[ 0.318884] cpuidle: using governor menu\n[ 0.320032] PCCT header not found.\n[ 0.321122] ACPI: bus type PCI registered\n[ 0.322310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.324110] PCI: Using configuration type 1 for base access\n[ 0.326364] ACPI: Added _OSI(Module Device)\n[ 0.327592] ACPI: Added _OSI(Processor Device)\n[ 0.328865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.330166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.332422] ACPI: Interpreter enabled\n[ 0.333516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.338842] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.341504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.344176] ACPI: (supports S0 S5)\n[ 0.345198] ACPI: Using IOAPIC for interrupt routing\n[ 0.346578] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.352188] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.353959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.355676] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.358829] acpiphp: Slot [3] registered\n[ 0.359999] acpiphp: Slot [4] registered\n[ 0.361167] acpiphp: Slot [5] registered\n[ 0.362310] acpiphp: Slot [6] registered\n[ 0.363471] acpiphp: Slot [7] registered\n[ 0.364645] acpiphp: Slot [8] registered\n[ 0.365784] acpiphp: Slot [9] registered\n[ 0.366944] acpiphp: Slot [10] registered\n[ 0.368129] acpiphp: Slot [11] registered\n[ 0.369291] acpiphp: Slot [12] registered\n[ 0.370471] acpiphp: Slot [13] registered\n[ 0.371632] acpiphp: Slot [14] registered\n[ 0.372807] acpiphp: Slot [15] registered\n[ 0.388346] acpiphp: Slot [16] registered\n[ 0.389579] acpiphp: Slot [17] registered\n[ 0.390799] acpiphp: Slot [18] registered\n[ 0.391978] acpiphp: Slot [19] registered\n[ 0.393177] acpiphp: Slot [20] registered\n[ 0.394349] acpiphp: Slot [21] registered\n[ 0.395524] acpiphp: Slot [22] registered\n[ 0.396706] acpiphp: Slot [23] registered\n[ 0.397902] acpiphp: Slot [24] registered\n[ 0.399100] acpiphp: Slot [25] registered\n[ 0.400273] acpiphp: Slot [26] registered\n[ 0.401439] acpiphp: Slot [27] registered\n[ 0.402614] acpiphp: Slot [28] registered\n[ 0.403778] acpiphp: Slot [29] registered\n[ 0.404968] acpiphp: Slot [30] registered\n[ 0.406152] acpiphp: Slot [31] registered\n[ 0.407322] PCI host bridge to bus 0000:00\n[ 0.408517] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.410275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.412014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.414128] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.416276] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.418435] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.422628] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.424515] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.426229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.428039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.432404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.434484] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.456566] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.458641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.460656] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462660] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.466790] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.468642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.470153] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.472408] vgaarb: loaded\n[ 0.473290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475003] SCSI subsystem initialized\n[ 0.476327] ACPI: bus type USB registered\n[ 0.477530] usbcore: registered new interface driver usbfs\n[ 0.479014] usbcore: registered new interface driver hub\n[ 0.480464] usbcore: registered new device driver usb\n[ 0.482048] PCI: Using ACPI for IRQ routing\n[ 0.483648] NetLabel: Initializing\n[ 0.484691] NetLabel: domain hash size = 128\n[ 0.485939] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487330] NetLabel: unlabeled traffic allowed by default\n[ 0.489001] clocksource: Switched to clocksource kvm-clock\n[ 0.499194] AppArmor: AppArmor Filesystem Enabled\n[ 0.500580] pnp: PnP ACPI init\n[ 0.501873] pnp: PnP ACPI: found 5 devices\n[ 0.508877] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511337] NET: Registered protocol family 2\n[ 0.512841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518284] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519877] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521583] NET: Registered protocol family 1\n[ 0.522882] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524460] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.526034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.555516] Trying to unpack rootfs image as initramfs...\n[ 0.618161] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623483] Scanning for low memory corruption every 60 seconds\n[ 0.625849] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627605] audit: initializing netlink subsys (disabled)\n[ 0.629241] audit: type=2000 audit(1534838611.469:1): initialized\n[ 0.631279] Initialise system trusted keyring\n[ 0.632769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.634522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.637411] zbud: loaded\n[ 0.638491] VFS: Disk quotas dquot_6.6.0\n[ 0.639734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.642077] fuse init (API version 7.23)\n[ 0.643428] Key type big_key registered\n[ 0.644629] Allocating IMA MOK and blacklist keyrings.\n[ 0.646471] Key type asymmetric registered\n[ 0.647715] Asymmetric key parser 'x509' registered\n[ 0.649172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651423] io scheduler noop registered\n[ 0.652611] io scheduler deadline registered (default)\n[ 0.654136] io scheduler cfq registered\n[ 0.655429] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.656993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.658925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661156] ACPI: Power Button [PWRF]\n[ 0.662494] GHES: HEST is not enabled!\n[ 0.676685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.705887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.708954] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.732879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.736184] Linux agpgart interface v0.103\n[ 0.739824] brd: module loaded\n[ 0.742192] loop: module loaded\n[ 0.747142] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.749298] GPT:90111 != 2097151\n[ 0.750319] GPT:Alternate GPT header not at the end of the disk.\n[ 0.751975] GPT:90111 != 2097151\n[ 0.753011] GPT: Use GNU Parted to correct GPT errors.\n[ 0.754487] vda: vda1 vda15\n[ 0.756248] scsi host0: ata_piix\n[ 0.757426] scsi host1: ata_piix\n[ 0.758513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.760359] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.762708] libphy: Fixed MDIO Bus: probed\n[ 0.763960] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765409] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.768476] PPP generic driver version 2.4.2\n[ 0.769868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.771547] ehci-pci: EHCI PCI platform driver\n[ 0.772786] ehci-platform: EHCI generic platform driver\n[ 0.774215] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.775781] ohci-pci: OHCI PCI platform driver\n[ 0.777026] ohci-platform: OHCI generic platform driver\n[ 0.778419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.793198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.794640] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.798154] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.799830] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801541] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803582] usb usb1: Product: UHCI Host Controller\n[ 0.804904] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806507] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.807953] hub 1-0:1.0: USB hub found\n[ 0.809097] hub 1-0:1.0: 2 ports detected\n[ 0.810547] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813615] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814956] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816425] mousedev: PS/2 mouse device common for all mice\n[ 0.818212] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822388] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824073] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.825810] i2c /dev entries driver\n[ 0.827105] device-mapper: uevent: version 1.0.3\n[ 0.828726] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833920] NET: Registered protocol family 10\n[ 0.836052] NET: Registered protocol family 17\n[ 0.837541] Key type dns_resolver registered\n[ 0.839224] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.841076] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.844064] registered taskstats version 1\n[ 0.845512] Loading compiled-in X.509 certificates\n[ 0.847733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.850879] zswap: loaded using pool lzo/zbud\n[ 0.853664] Key type trusted registered\n[ 0.856032] Key type encrypted registered\n[ 0.857418] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.859149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.860882] evm: HMAC attrs: 0x1\n[ 0.862431] Magic number: 14:948:68\n[ 0.863734] rtc_cmos 00:00: setting system clock to 2018-08-21 08:03:31 UTC (1534838611)\n[ 0.866064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.867617] EDD information not available.\n[ 0.917930] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.934027] ata1.00: configured for MWDMA2\n[ 0.935772] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.938825] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.940527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.942269] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.946214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.948494] Write protecting the kernel read-only data: 14336k\n[ 0.953544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.956187] 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\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... [ 1.129968] 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.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.27s]\nping 10.10.20.15 OK\nping 10.10.20.15 OK\nping 10.10.20.15 OK\n"} 2018-08-21 08:04:09,760 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action used request id req-bb90dddf-244a-43a2-97b9-8abd72a0e68b 2018-08-21 08:04:09,761 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.12) to 'sdnvpn-8-2' (10.10.20.15). -->Expected result: can ping. 2018-08-21 08:04:09,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6564aae7e7b7991f92f8edb5e88d92989293fca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:04:09,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04: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-7ae50bf5-dee3-4380-b482-cd4e4278e173 x-compute-request-id: req-7ae50bf5-dee3-4380-b482-cd4e4278e173 Content-Encoding: gzip Content-Length: 8154 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 552259389 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199291] pid_max: default: 32768 minimum: 301\n[ 0.200612] ACPI: Core revision 20150930\n[ 0.202372] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204297] Security Framework initialized\n[ 0.205505] Yama: becoming mindful.\n[ 0.206605] AppArmor: AppArmor initialized\n[ 0.207861] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209809] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213509] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215559] Initializing cgroup subsys io\n[ 0.216778] Initializing cgroup subsys memory\n[ 0.218076] Initializing cgroup subsys devices\n[ 0.219381] Initializing cgroup subsys freezer\n[ 0.220661] Initializing cgroup subsys net_cls\n[ 0.221965] Initializing cgroup subsys perf_event\n[ 0.223337] Initializing cgroup subsys net_prio\n[ 0.224634] Initializing cgroup subsys hugetlb\n[ 0.225927] Initializing cgroup subsys pids\n[ 0.227204] CPU: Physical Processor ID: 0\n[ 0.229098] mce: CPU supports 10 MCE banks\n[ 0.230309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231796] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.249695] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256517] ftrace: allocating 31920 entries in 125 pages\n[ 0.282209] smpboot: Max logical packages: 1\n[ 0.283483] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.285448] x2apic enabled\n[ 0.286632] Switched APIC routing to physical x2apic.\n[ 0.289206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290833] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.296308] KVM setup paravirtual spinlock\n[ 0.297989] x86: Booted up 1 node, 1 CPUs\n[ 0.299171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.301210] devtmpfs: initialized\n[ 0.303251] evm: security.selinux\n[ 0.304291] evm: security.SMACK64\n[ 0.305296] evm: security.SMACK64EXEC\n[ 0.306374] evm: security.SMACK64TRANSMUTE\n[ 0.307542] evm: security.SMACK64MMAP\n[ 0.308636] evm: security.ima\n[ 0.309558] evm: security.capability\n[ 0.310704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.313351] pinctrl core: initialized pinctrl subsystem\n[ 0.314933] RTC time: 8:03:30, date: 08/21/18\n[ 0.316308] NET: Registered protocol family 16\n[ 0.317698] cpuidle: using governor ladder\n[ 0.318884] cpuidle: using governor menu\n[ 0.320032] PCCT header not found.\n[ 0.321122] ACPI: bus type PCI registered\n[ 0.322310] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.324110] PCI: Using configuration type 1 for base access\n[ 0.326364] ACPI: Added _OSI(Module Device)\n[ 0.327592] ACPI: Added _OSI(Processor Device)\n[ 0.328865] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.330166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.332422] ACPI: Interpreter enabled\n[ 0.333516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.338842] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.341504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.344176] ACPI: (supports S0 S5)\n[ 0.345198] ACPI: Using IOAPIC for interrupt routing\n[ 0.346578] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350539] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.352188] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.353959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.355676] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.358829] acpiphp: Slot [3] registered\n[ 0.359999] acpiphp: Slot [4] registered\n[ 0.361167] acpiphp: Slot [5] registered\n[ 0.362310] acpiphp: Slot [6] registered\n[ 0.363471] acpiphp: Slot [7] registered\n[ 0.364645] acpiphp: Slot [8] registered\n[ 0.365784] acpiphp: Slot [9] registered\n[ 0.366944] acpiphp: Slot [10] registered\n[ 0.368129] acpiphp: Slot [11] registered\n[ 0.369291] acpiphp: Slot [12] registered\n[ 0.370471] acpiphp: Slot [13] registered\n[ 0.371632] acpiphp: Slot [14] registered\n[ 0.372807] acpiphp: Slot [15] registered\n[ 0.388346] acpiphp: Slot [16] registered\n[ 0.389579] acpiphp: Slot [17] registered\n[ 0.390799] acpiphp: Slot [18] registered\n[ 0.391978] acpiphp: Slot [19] registered\n[ 0.393177] acpiphp: Slot [20] registered\n[ 0.394349] acpiphp: Slot [21] registered\n[ 0.395524] acpiphp: Slot [22] registered\n[ 0.396706] acpiphp: Slot [23] registered\n[ 0.397902] acpiphp: Slot [24] registered\n[ 0.399100] acpiphp: Slot [25] registered\n[ 0.400273] acpiphp: Slot [26] registered\n[ 0.401439] acpiphp: Slot [27] registered\n[ 0.402614] acpiphp: Slot [28] registered\n[ 0.403778] acpiphp: Slot [29] registered\n[ 0.404968] acpiphp: Slot [30] registered\n[ 0.406152] acpiphp: Slot [31] registered\n[ 0.407322] PCI host bridge to bus 0000:00\n[ 0.408517] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.410275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.412014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.414128] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.416276] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.418435] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.422628] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.424515] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.426229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.428039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.432404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.434484] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.456566] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.458641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.460656] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.462660] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.464997] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.466790] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.468642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.470153] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.472408] vgaarb: loaded\n[ 0.473290] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475003] SCSI subsystem initialized\n[ 0.476327] ACPI: bus type USB registered\n[ 0.477530] usbcore: registered new interface driver usbfs\n[ 0.479014] usbcore: registered new interface driver hub\n[ 0.480464] usbcore: registered new device driver usb\n[ 0.482048] PCI: Using ACPI for IRQ routing\n[ 0.483648] NetLabel: Initializing\n[ 0.484691] NetLabel: domain hash size = 128\n[ 0.485939] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487330] NetLabel: unlabeled traffic allowed by default\n[ 0.489001] clocksource: Switched to clocksource kvm-clock\n[ 0.499194] AppArmor: AppArmor Filesystem Enabled\n[ 0.500580] pnp: PnP ACPI init\n[ 0.501873] pnp: PnP ACPI: found 5 devices\n[ 0.508877] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511337] NET: Registered protocol family 2\n[ 0.512841] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.516517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.518284] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519877] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.521583] NET: Registered protocol family 1\n[ 0.522882] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.524460] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.526034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.540686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.555516] Trying to unpack rootfs image as initramfs...\n[ 0.618161] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.623483] Scanning for low memory corruption every 60 seconds\n[ 0.625849] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.627605] audit: initializing netlink subsys (disabled)\n[ 0.629241] audit: type=2000 audit(1534838611.469:1): initialized\n[ 0.631279] Initialise system trusted keyring\n[ 0.632769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.634522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.637411] zbud: loaded\n[ 0.638491] VFS: Disk quotas dquot_6.6.0\n[ 0.639734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.642077] fuse init (API version 7.23)\n[ 0.643428] Key type big_key registered\n[ 0.644629] Allocating IMA MOK and blacklist keyrings.\n[ 0.646471] Key type asymmetric registered\n[ 0.647715] Asymmetric key parser 'x509' registered\n[ 0.649172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.651423] io scheduler noop registered\n[ 0.652611] io scheduler deadline registered (default)\n[ 0.654136] io scheduler cfq registered\n[ 0.655429] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.656993] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.658925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.661156] ACPI: Power Button [PWRF]\n[ 0.662494] GHES: HEST is not enabled!\n[ 0.676685] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.705887] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.708954] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.732879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.736184] Linux agpgart interface v0.103\n[ 0.739824] brd: module loaded\n[ 0.742192] loop: module loaded\n[ 0.747142] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.749298] GPT:90111 != 2097151\n[ 0.750319] GPT:Alternate GPT header not at the end of the disk.\n[ 0.751975] GPT:90111 != 2097151\n[ 0.753011] GPT: Use GNU Parted to correct GPT errors.\n[ 0.754487] vda: vda1 vda15\n[ 0.756248] scsi host0: ata_piix\n[ 0.757426] scsi host1: ata_piix\n[ 0.758513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.760359] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.762708] libphy: Fixed MDIO Bus: probed\n[ 0.763960] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765409] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.768476] PPP generic driver version 2.4.2\n[ 0.769868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.771547] ehci-pci: EHCI PCI platform driver\n[ 0.772786] ehci-platform: EHCI generic platform driver\n[ 0.774215] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.775781] ohci-pci: OHCI PCI platform driver\n[ 0.777026] ohci-platform: OHCI generic platform driver\n[ 0.778419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.793198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.794640] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.798154] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.799830] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801541] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803582] usb usb1: Product: UHCI Host Controller\n[ 0.804904] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806507] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.807953] hub 1-0:1.0: USB hub found\n[ 0.809097] hub 1-0:1.0: 2 ports detected\n[ 0.810547] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813615] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814956] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816425] mousedev: PS/2 mouse device common for all mice\n[ 0.818212] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820778] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822388] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824073] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.825810] i2c /dev entries driver\n[ 0.827105] device-mapper: uevent: version 1.0.3\n[ 0.828726] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833920] NET: Registered protocol family 10\n[ 0.836052] NET: Registered protocol family 17\n[ 0.837541] Key type dns_resolver registered\n[ 0.839224] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.841076] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.844064] registered taskstats version 1\n[ 0.845512] Loading compiled-in X.509 certificates\n[ 0.847733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.850879] zswap: loaded using pool lzo/zbud\n[ 0.853664] Key type trusted registered\n[ 0.856032] Key type encrypted registered\n[ 0.857418] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.859149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.860882] evm: HMAC attrs: 0x1\n[ 0.862431] Magic number: 14:948:68\n[ 0.863734] rtc_cmos 00:00: setting system clock to 2018-08-21 08:03:31 UTC (1534838611)\n[ 0.866064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.867617] EDD information not available.\n[ 0.917930] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.934027] ata1.00: configured for MWDMA2\n[ 0.935772] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.938825] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.940527] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.942269] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.946214] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.948494] Write protecting the kernel read-only data: 14336k\n[ 0.953544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.956187] 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\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... [ 1.129968] 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.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.27s]\nping 10.10.20.15 OK\nping 10.10.20.15 OK\nping 10.10.20.15 OK\n"} 2018-08-21 08:04:09,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action used request id req-7ae50bf5-dee3-4380-b482-cd4e4278e173 2018-08-21 08:04:09,842 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-08-21 08:04:09,843 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-08-21 08:04:09,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:09,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5893 X-Openstack-Request-Id: req-2fe429ff-468f-47c2-9027-91bb0aa0aa1a Date: Tue, 21 Aug 2018 08:04:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:03:09Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c9d37f0-f0c2-451e-bc82-ecb24436d320","ip_address":"10.10.20.2"}],"id":"5fe2fb8d-b7c3-4431-8d78-61110652e1d1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:2a:00","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-740a865b-2e5d-492c-8128-c7784aba80d1","name":"","admin_state_up":true,"network_id":"740a865b-2e5d-492c-8128-c7784aba80d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:03:07Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c9d37f0-f0c2-451e-bc82-ecb24436d320","ip_address":"10.10.20.1"}],"id":"7873100f-66b8-4aca-87f5-ecf26c20f235","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:a3:a5","project_id":"9395463b2c594ad385c1520193638f95","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f81100e3-019e-4fb2-924a-7697f279928b","name":"","admin_state_up":true,"network_id":"740a865b-2e5d-492c-8128-c7784aba80d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:03:02Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fed2f842-946d-4af2-a080-07455e2ccce7","ip_address":"10.10.10.1"}],"id":"861d4f8f-95c3-4312-b92f-402cf05949d4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:2d:4c","project_id":"9395463b2c594ad385c1520193638f95","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f81100e3-019e-4fb2-924a-7697f279928b","name":"","admin_state_up":true,"network_id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:03:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8c9d37f0-f0c2-451e-bc82-ecb24436d320","ip_address":"10.10.20.15"}],"id":"a1ce4342-eeb1-49fe-8242-66ebab5f122e","security_groups":["436f212f-28a9-4da0-a55b-b87c609f7d27","459c91e0-1b9a-429b-ab58-5faa81fbcabb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:1e:78","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"ef2fc14c-5700-498f-8b9b-0f6cd9238ea3","name":"","admin_state_up":true,"network_id":"740a865b-2e5d-492c-8128-c7784aba80d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:03:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fed2f842-946d-4af2-a080-07455e2ccce7","ip_address":"10.10.10.2"}],"id":"b0afd5bd-42be-430e-b622-765dfdd2b7b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:30:93","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5defa8e-05a2-491a-94fc-d43203a9e3d1","name":"","admin_state_up":true,"network_id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:03:04Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","ip_address":"172.30.9.202"}],"id":"ba33a172-ca0d-47cb-bf88-5fe7b3eea5c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:26:d7:a8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f81100e3-019e-4fb2-924a-7697f279928b","name":"","admin_state_up":true,"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"","created_at":"2018-08-21T08:03:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:03:35Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fed2f842-946d-4af2-a080-07455e2ccce7","ip_address":"10.10.10.12"}],"id":"fa20dd94-1181-472b-b973-d5f0643ed25b","security_groups":["436f212f-28a9-4da0-a55b-b87c609f7d27","459c91e0-1b9a-429b-ab58-5faa81fbcabb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:d8:be","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"f3456198-452f-4b02-882d-248f74daaaaf","name":"","admin_state_up":true,"network_id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:25Z","binding:vnic_type":"normal"}]} 2018-08-21 08:04:09,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports used request id req-2fe429ff-468f-47c2-9027-91bb0aa0aa1a 2018-08-21 08:04:09,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:09,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8027 X-Openstack-Request-Id: req-7f248bed-353d-4238-946d-b0c915904a11 Date: Tue, 21 Aug 2018 08:04:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"740a865b-2e5d-492c-8128-c7784aba80d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["8c9d37f0-f0c2-451e-bc82-ecb24436d320"],"description":"","tags":[],"updated_at":"2018-08-21T08:03:05Z","provider:segmentation_id":21,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:03:05Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5defa8e-05a2-491a-94fc-d43203a9e3d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["fed2f842-946d-4af2-a080-07455e2ccce7"],"description":"","tags":[],"updated_at":"2018-08-21T08:03:00Z","provider:segmentation_id":90,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:02:59Z","provider:network_type":"vxlan"}]} 2018-08-21 08:04:09,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-7f248bed-353d-4238-946d-b0c915904a11 2018-08-21 08:04:10,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"floatingip": {"floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "port_id": "fa20dd94-1181-472b-b973-d5f0643ed25b"}}' 2018-08-21 08:04:11,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-7b79cf20-1bbd-4183-b951-ef3cd7802e3e Date: Tue, 21 Aug 2018 08:04:11 GMT RESP BODY: {"floatingip": {"router_id": "f81100e3-019e-4fb2-924a-7697f279928b", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-21T08:04:11Z", "floating_network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "fixed_ip_address": "10.10.10.12", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "fa20dd94-1181-472b-b973-d5f0643ed25b", "id": "20eba452-fe2d-4e1d-ab98-088e69dd9a38", "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:04:11Z", "project_id": "9395463b2c594ad385c1520193638f95"}} 2018-08-21 08:04:11,937 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/floatingips used request id req-7b79cf20-1bbd-4183-b951-ef3cd7802e3e 2018-08-21 08:04:11,937 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-08-21 08:04:11,938 - sdnvpn-results - DEBUG - Ping IP 172.30.9.206 2018-08-21 08:04:11,938 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.206 -c 10' 2018-08-21 08:04:21,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f67fb4caeacd5f90b9296908d478146e1456ab8e" -d '{"forceDelete": null}' 2018-08-21 08:04:22,143 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:04: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-d87dd049-c40f-41b9-be3e-40b230e8605c x-compute-request-id: req-d87dd049-c40f-41b9-be3e-40b230e8605c Content-Length: 0 Content-Type: application/json 2018-08-21 08:04:22,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/f3456198-452f-4b02-882d-248f74daaaaf/action used request id req-d87dd049-c40f-41b9-be3e-40b230e8605c 2018-08-21 08:04:22,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f67fb4caeacd5f90b9296908d478146e1456ab8e" -d '{"forceDelete": null}' 2018-08-21 08:04:22,366 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:04:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-656bbb3c-8155-49eb-8674-9bc03f36a523 x-compute-request-id: req-656bbb3c-8155-49eb-8674-9bc03f36a523 Content-Length: 0 Content-Type: application/json 2018-08-21 08:04:22,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ef2fc14c-5700-498f-8b9b-0f6cd9238ea3/action used request id req-656bbb3c-8155-49eb-8674-9bc03f36a523 2018-08-21 08:04:22,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e07da7de9694b287b7de3312e0430c20d060f2f" 2018-08-21 08:04:23,146 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b27d2e1-d15c-49b3-855f-5f37d7c86653 Date: Tue, 21 Aug 2018 08:04:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 08:04:23,146 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/18a5bf9a-627d-4e5e-8ec1-1849536eba71 used request id req-7b27d2e1-d15c-49b3-855f-5f37d7c86653 2018-08-21 08:04:23,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/floatingips/20eba452-fe2d-4e1d-ab98-088e69dd9a38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:26,862 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-157dbdd9-a226-44f4-b1ba-207567baa430 Content-Length: 0 Date: Tue, 21 Aug 2018 08:04:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:04:26,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/floatingips/20eba452-fe2d-4e1d-ab98-088e69dd9a38 used request id req-157dbdd9-a226-44f4-b1ba-207567baa430 2018-08-21 08:04:26,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"subnet_id": "fed2f842-946d-4af2-a080-07455e2ccce7"}' 2018-08-21 08:04:28,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4217aa06-d9f3-4ac7-88d6-61e0c125005a Date: Tue, 21 Aug 2018 08:04:28 GMT RESP BODY: {"network_id": "f5defa8e-05a2-491a-94fc-d43203a9e3d1", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "fed2f842-946d-4af2-a080-07455e2ccce7", "subnet_ids": ["fed2f842-946d-4af2-a080-07455e2ccce7"], "port_id": "861d4f8f-95c3-4312-b92f-402cf05949d4", "id": "f81100e3-019e-4fb2-924a-7697f279928b"} 2018-08-21 08:04:28,677 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/remove_router_interface used request id req-4217aa06-d9f3-4ac7-88d6-61e0c125005a 2018-08-21 08:04:28,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"subnet_id": "8c9d37f0-f0c2-451e-bc82-ecb24436d320"}' 2018-08-21 08:04:30,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8db49cf6-3813-42f7-a0ff-158062a48860 Date: Tue, 21 Aug 2018 08:04:30 GMT RESP BODY: {"network_id": "740a865b-2e5d-492c-8128-c7784aba80d1", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "8c9d37f0-f0c2-451e-bc82-ecb24436d320", "subnet_ids": ["8c9d37f0-f0c2-451e-bc82-ecb24436d320"], "port_id": "7873100f-66b8-4aca-87f5-ecf26c20f235", "id": "f81100e3-019e-4fb2-924a-7697f279928b"} 2018-08-21 08:04:30,310 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b/remove_router_interface used request id req-8db49cf6-3813-42f7-a0ff-158062a48860 2018-08-21 08:04:30,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" -d '{"router": {"external_gateway_info": {}}}' 2018-08-21 08:04:31,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-e4338bc8-cad9-44c2-a675-9aa96c099c1e Date: Tue, 21 Aug 2018 08:04:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:03:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:04:31Z", "revision_number": 10, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "f81100e3-019e-4fb2-924a-7697f279928b", "name": "sdnvpn-8-1-router"}} 2018-08-21 08:04:31,654 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b used request id req-e4338bc8-cad9-44c2-a675-9aa96c099c1e 2018-08-21 08:04:31,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/fed2f842-946d-4af2-a080-07455e2ccce7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:32,836 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b9a862cf-a4f3-4aaf-b319-d6c6552b2e3a Date: Tue, 21 Aug 2018 08:04:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:04:32,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/fed2f842-946d-4af2-a080-07455e2ccce7 used request id req-b9a862cf-a4f3-4aaf-b319-d6c6552b2e3a 2018-08-21 08:04:32,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/8c9d37f0-f0c2-451e-bc82-ecb24436d320 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:33,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a48200bf-88fe-48e2-bbbf-79c2e934e4dd Date: Tue, 21 Aug 2018 08:04:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:04:33,912 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/8c9d37f0-f0c2-451e-bc82-ecb24436d320 used request id req-a48200bf-88fe-48e2-bbbf-79c2e934e4dd 2018-08-21 08:04:33,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:34,708 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c182468-dfe7-4173-b801-27ce39a866a9 Content-Length: 0 Date: Tue, 21 Aug 2018 08:04:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:04:34,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/f81100e3-019e-4fb2-924a-7697f279928b used request id req-1c182468-dfe7-4173-b801-27ce39a866a9 2018-08-21 08:04:34,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/f5defa8e-05a2-491a-94fc-d43203a9e3d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:35,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e5b5a14-ebce-474b-929e-d38ad20d95cf Date: Tue, 21 Aug 2018 08:04:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:04:35,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/f5defa8e-05a2-491a-94fc-d43203a9e3d1 used request id req-9e5b5a14-ebce-474b-929e-d38ad20d95cf 2018-08-21 08:04:35,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/740a865b-2e5d-492c-8128-c7784aba80d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de08b717c4de10799160039f316fd677993783ec" 2018-08-21 08:04:35,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d37edafa-db77-4696-83d5-b2114e177d4f Date: Tue, 21 Aug 2018 08:04:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:04:35,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/740a865b-2e5d-492c-8128-c7784aba80d1 used request id req-d37edafa-db77-4696-83d5-b2114e177d4f 2018-08-21 08:04:35,982 - 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.206 | +========================================================================================+ 2018-08-21 08:04:35,982 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-21 08:04:35,983 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-21 08:04:35,983 - 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.206': 'PASS'}]} 2018-08-21 08:04:35,983 - 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-21 08:04:35,983 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-21 08:04:35,983 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-21 08:04:36,060 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-21 08:04:36,063 - paramiko.transport - DEBUG - starting thread (client mode): 0x8654b150L 2018-08-21 08:04:36,063 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:04:36,090 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:04:36,091 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:04:36,097 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:04:36,098 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:04:36,098 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:04:36,098 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:04:36,098 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:04:36,098 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:04:36,108 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:04:36,108 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:04:36,126 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.52: 5c35bb06acf711f89c7f1c64af3dbee3 2018-08-21 08:04:36,127 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:04:36,148 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:04:36,174 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:04:36,191 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:04:36,454 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:04:36,454 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:04:36,494 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:04:36,494 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:04:36,502 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:04:40,855 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:04:40,856 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:04:40,859 - paramiko.transport - DEBUG - starting thread (client mode): 0x85cce810L 2018-08-21 08:04:40,859 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:04:40,870 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:04:40,871 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:04:40,873 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:04:40,873 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:04:40,873 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:04:40,874 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:04:40,874 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:04:40,874 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:04:40,879 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:04:40,879 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:04:40,890 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:04:40,891 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:04:40,919 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:04:40,931 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:04:40,956 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:04:41,068 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:04:41,069 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:04:41,108 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:04:41,108 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:04:41,123 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:04:41,134 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:04:41,135 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:04:41,136 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:04:41,137 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:04:41,137 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:04:41,178 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:04:41,193 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:04:41,194 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:04:41,195 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:04:41,196 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:04:41,196 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:04:41,237 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:04:41,247 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:04:41,248 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:04:41,250 - paramiko.transport - DEBUG - starting thread (client mode): 0x85caa3d0L 2018-08-21 08:04:41,251 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:04:41,264 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:04:41,264 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:04:41,267 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:04:41,267 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:04:41,268 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:04:41,268 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:04:41,268 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:04:41,268 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:04:41,272 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:04:41,273 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:04:41,282 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:04:41,283 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:04:41,312 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:04:41,325 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:04:41,347 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:04:41,465 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:04:41,465 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:04:41,504 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:04:41,505 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:04:41,514 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:04:41,526 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:04:41,527 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:04:41,528 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:04:41,529 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:04:41,529 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:04:41,569 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:04:41,584 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:04:41,586 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:04:41,587 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:04:41,588 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:04:41,588 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:04:41,628 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:04:41,639 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:04:41,640 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:04:41,643 - paramiko.transport - DEBUG - starting thread (client mode): 0x85d58c50L 2018-08-21 08:04:41,643 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:04:41,887 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:04:41,887 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:04:41,890 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:04:41,890 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:04:41,890 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:04:41,890 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:04:41,890 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:04:41,890 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:04:41,895 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:04:41,896 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:04:41,907 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:04:41,908 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:04:41,935 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:04:42,101 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:04:42,109 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:04:42,317 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:04:42,317 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:04:42,356 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:04:42,357 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:04:42,378 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:04:42,510 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:04:42,511 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:04:42,512 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:04:42,513 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:04:42,513 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:04:42,554 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:04:42,629 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:04:42,630 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:04:42,630 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:04:42,631 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:04:42,632 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:04:42,672 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:04:42,724 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:04:42,725 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:04:42,726 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:04:42,729 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:04:42,729 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:04:42,732 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:04:46,086 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:04:46,087 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:04:46,089 - paramiko.transport - DEBUG - starting thread (client mode): 0x85cceb90L 2018-08-21 08:04:46,089 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:04:46,096 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:04:46,096 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:04:46,098 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:04:46,098 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:04:46,098 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:04:46,098 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:04:46,099 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:04:46,099 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:04:46,103 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:04:46,104 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:04:46,104 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:04:46,105 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:04:46,143 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:04:46,155 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:04:46,169 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:04:46,281 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:04:46,281 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:04:46,320 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:04:46,321 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:04:46,337 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:04:46,349 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:04:46,350 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:04:46,350 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:04:46,351 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:04:46,352 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:04:46,392 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:04:46,407 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:04:46,408 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:04:46,409 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:04:46,410 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:04:46,410 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:04:46,451 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:04:46,461 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:04:46,462 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:04:46,464 - paramiko.transport - DEBUG - starting thread (client mode): 0x85ccf710L 2018-08-21 08:04:46,464 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:04:46,474 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:04:46,474 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:04:46,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-21 08:04:46,477 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:04:46,477 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:04:46,477 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:04:46,478 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:04:46,478 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:04:46,482 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:04:46,483 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:04:46,496 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:04:46,497 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:04:46,522 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:04:46,537 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:04:46,561 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:04:46,692 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:04:46,692 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:04:46,731 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:04:46,732 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:04:46,765 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:04:46,777 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:04:46,778 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:04:46,778 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:04:46,779 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:04:46,780 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:04:46,820 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:04:46,835 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:04:46,837 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:04:46,837 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:04:46,838 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:04:46,838 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:04:46,879 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:04:46,890 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:04:46,891 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:04:46,893 - paramiko.transport - DEBUG - starting thread (client mode): 0x85cd6710L 2018-08-21 08:04:46,893 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:04:46,902 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:04:46,903 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:04:46,905 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:04:46,905 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:04:46,906 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:04:46,906 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:04:46,906 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:04:46,906 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:04:46,911 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:04:46,912 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:04:46,925 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:04:46,925 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:04:46,951 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:04:46,967 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:04:46,990 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:04:47,103 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:04:47,103 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:04:47,142 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:04:47,142 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:04:47,159 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:04:47,174 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:04:47,175 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:04:47,176 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:04:47,176 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:04:47,176 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:04:47,217 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:04:47,235 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:04:47,236 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:04:47,237 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:04:47,238 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:04:47,238 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:04:47,279 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:04:47,291 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:04:47,292 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:04:47,293 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:04:47,293 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:04:47,293 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:04:47,298 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:04:47,324 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-21 08:04:47,325 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:04:47,325 - 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-21 08:04:47,326 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_9 failed 2018-08-21 08:04:47,326 - 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-21 08:04:47,326 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-21 08:04:47,327 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-21 08:04:47,407 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:04:47,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:04:47,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:04:47,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:04:47,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:04:47,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:04:47,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:04:47,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:04:47,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:04:47,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:04:47,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:04:47,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:04:47,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:04:47,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:04:47,417 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 08:04:47,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:04:47,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b765d726-a439-432f-8a23-ca904a2b14be 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:04:47,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-b765d726-a439-432f-8a23-ca904a2b14be 2018-08-21 08:04:47,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:04:47,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:04:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["yRJgkhIkTYC1KVOWo7iCgg"], "issued_at": "2018-08-21T08:04:47.000000Z"}} 2018-08-21 08:04:47,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb0e9457d76c6d9da95519392687a575efda16eb" 2018-08-21 08:04:48,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6f6cd026-a217-4e56-b4ab-a5abbd255d95 Date: Tue, 21 Aug 2018 08:04:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 08:04:48,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-6f6cd026-a217-4e56-b4ab-a5abbd255d95 2018-08-21 08:04:48,103 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 08:04:48,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb0e9457d76c6d9da95519392687a575efda16eb" 2018-08-21 08:04:48,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-103896da-97a4-437d-8888-0cead1ad514d Date: Tue, 21 Aug 2018 08:04:48 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-21 08:04:48,113 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-103896da-97a4-437d-8888-0cead1ad514d 2018-08-21 08:04:48,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb0e9457d76c6d9da95519392687a575efda16eb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 08:04:48,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/21c55ddc-3b94-45fe-b1b6-f12f244144df Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-209f2012-f8d2-4bec-9124-350b957fcc0c Date: Tue, 21 Aug 2018 08:04:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T08:04:48Z", "file": "/v2/images/21c55ddc-3b94-45fe-b1b6-f12f244144df/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "size": null, "self": "/v2/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "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-21T08:04:48Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 08:04:48,194 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-209f2012-f8d2-4bec-9124-350b957fcc0c 2018-08-21 08:04:48,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/21c55ddc-3b94-45fe-b1b6-f12f244144df/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb0e9457d76c6d9da95519392687a575efda16eb" -d '' 2018-08-21 08:04:48,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a047cb26-6d19-46cc-a12d-fd70f17e566f Date: Tue, 21 Aug 2018 08:04: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-21 08:04:48,638 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/21c55ddc-3b94-45fe-b1b6-f12f244144df/file used request id req-a047cb26-6d19-46cc-a12d-fd70f17e566f 2018-08-21 08:04:48,638 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-08-21 08:04:48,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:04:48,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f99ef89a-abad-4338-9100-861589787f04 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:04:48,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-f99ef89a-abad-4338-9100-861589787f04 2018-08-21 08:04:48,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:04:49,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["eU1M2kiASBKUulm3mhRWiA"], "issued_at": "2018-08-21T08:04:48.000000Z"}} 2018-08-21 08:04:49,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a18c819ef9811d8aa8c8a3513e7fd1d81042ae" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-08-21 08:04:50,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-40f61722-866c-4a0d-97e1-25d6f9c248b8 Date: Tue, 21 Aug 2018 08:04:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"52ce7514-5725-4f92-b473-6320595bdc13","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T08:04:49Z","is_default":false,"provider:segmentation_id":70,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:04:49Z","mtu":1450}} 2018-08-21 08:04:50,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-40f61722-866c-4a0d-97e1-25d6f9c248b8 2018-08-21 08:04:50,291 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 52ce7514-5725-4f92-b473-6320595bdc13 with cidr 10.10.10.0/24 2018-08-21 08:04:50,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a18c819ef9811d8aa8c8a3513e7fd1d81042ae" -d '{"subnets": [{"ip_version": 4, "network_id": "52ce7514-5725-4f92-b473-6320595bdc13", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-08-21 08:04:50,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c3cf647c-9d1b-47ea-9272-1287cd3ec184 Date: Tue, 21 Aug 2018 08:04:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ce7514-5725-4f92-b473-6320595bdc13","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:04:50Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:04:50Z","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":"9395463b2c594ad385c1520193638f95","id":"5d402954-1951-4a4a-8e09-95dd4fc37092","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-08-21 08:04:50,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-c3cf647c-9d1b-47ea-9272-1287cd3ec184 2018-08-21 08:04:50,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a18c819ef9811d8aa8c8a3513e7fd1d81042ae" 2018-08-21 08:04:50,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-809967a5-5238-40e2-9c16-866e518636df Date: Tue, 21 Aug 2018 08:04:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T08:03:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-21T08:03:09Z", "revision_number": 0, "id": "616e7980-5a85-4757-af1e-30363c1e9eee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T08:03:09Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "a7999368-6286-456a-8c84-fcb73e79ce62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 5, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 08:04:50,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-809967a5-5238-40e2-9c16-866e518636df 2018-08-21 08:04:50,815 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-21 08:04:50,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:04:50,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-782157c0-7abd-4372-8e84-4758f5f0352f 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:04:50,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-782157c0-7abd-4372-8e84-4758f5f0352f 2018-08-21 08:04:50,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:04:51,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["DdA3HI6ASxOguQULVbuBvg"], "issued_at": "2018-08-21T08:04:51.000000Z"}} 2018-08-21 08:04:51,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" 2018-08-21 08:04:51,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-293b28e6-1da2-4705-a76e-881dfe8da49e x-compute-request-id: req-293b28e6-1da2-4705-a76e-881dfe8da49e Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 08:04:51,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-293b28e6-1da2-4705-a76e-881dfe8da49e 2018-08-21 08:04:51,597 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-21 08:04:51,597 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-08-21 08:04:51,597 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=21c55ddc-3b94-45fe-b1b6-f12f244144df network=52ce7514-5725-4f92-b473-6320595bdc13 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 08:04:51,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:04:51,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:04:51,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:04:51,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:04:51,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:04:51,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:04:51,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:04:51,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:04:51,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:04:51,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:04:51,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:04:51,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:04:51,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:04:51,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:04:51,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:04:51,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:04:51,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:04:51,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:04:51,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:04:51,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:04:51,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:04:51,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d241c22-3123-4c3e-9f04-88ecdacbc4ae 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:04:51,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-7d241c22-3123-4c3e-9f04-88ecdacbc4ae 2018-08-21 08:04:51,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:04:52,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["gyHsTYBFScOhs9GqUaFx9g"], "issued_at": "2018-08-21T08:04:51.000000Z"}} 2018-08-21 08:04:52,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" 2018-08-21 08:04:52,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54b99615-0e98-4d88-96a9-7720046a2052 x-compute-request-id: req-54b99615-0e98-4d88-96a9-7720046a2052 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:04:52,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-54b99615-0e98-4d88-96a9-7720046a2052 2018-08-21 08:04:52,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" 2018-08-21 08:04:52,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81f37cf0-b350-420f-8bb4-7b1aa1a07399 x-compute-request-id: req-81f37cf0-b350-420f-8bb4-7b1aa1a07399 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:04:52,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-81f37cf0-b350-420f-8bb4-7b1aa1a07399 2018-08-21 08:04:52,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "52ce7514-5725-4f92-b473-6320595bdc13"}]}}' 2018-08-21 08:04:54,112 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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-4f9ada49-d747-4534-9d7b-292e1d73efd9 x-compute-request-id: req-4f9ada49-d747-4534-9d7b-292e1d73efd9 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "025fd698-2fa9-43fb-b188-50108bc92139", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "bookmark"}], "adminPass": "oH5Fr4oSjhfZ"}} 2018-08-21 08:04:54,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-4f9ada49-d747-4534-9d7b-292e1d73efd9 2018-08-21 08:04:54,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:04:54,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a0565e1-2a41-4130-84ab-7af286640720 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:04:54,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-6a0565e1-2a41-4130-84ab-7af286640720 2018-08-21 08:04:54,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:04:54,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["IcVyMidsRZuBg9pEMiWhog"], "issued_at": "2018-08-21T08:04:54.000000Z"}} 2018-08-21 08:04:54,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19975b5cb04a2c0eef8932e6dd7058366a53a87c" 2018-08-21 08:04:55,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-ba221265-957b-4a31-985a-3e1df59fe39a x-compute-request-id: req-ba221265-957b-4a31-985a-3e1df59fe39a 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.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "025fd698-2fa9-43fb-b188-50108bc92139", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:04:54Z", "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-21T08:04:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:04:55,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 used request id req-ba221265-957b-4a31-985a-3e1df59fe39a 2018-08-21 08:04:58,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19975b5cb04a2c0eef8932e6dd7058366a53a87c" 2018-08-21 08:04:59,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07829eb9-1012-46a0-9918-b00579062cd1 x-compute-request-id: req-07829eb9-1012-46a0-9918-b00579062cd1 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.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "025fd698-2fa9-43fb-b188-50108bc92139", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:04:56Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-08-21T08:04:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:04:59,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 used request id req-07829eb9-1012-46a0-9918-b00579062cd1 2018-08-21 08:05:02,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19975b5cb04a2c0eef8932e6dd7058366a53a87c" 2018-08-21 08:05:02,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bba6e5a8-4e91-4d54-8ff3-ef41af84214d x-compute-request-id: req-bba6e5a8-4e91-4d54-8ff3-ef41af84214d Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:8c:0b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009f", "OS-SRV-USG:launched_at": "2018-08-21T08:05:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "025fd698-2fa9-43fb-b188-50108bc92139", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:05:01Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-08-21T08:04:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:02,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 used request id req-bba6e5a8-4e91-4d54-8ff3-ef41af84214d 2018-08-21 08:05:02,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" 2018-08-21 08:05:03,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-331434b0-be93-4e8a-8a28-b66e64c7b48e x-compute-request-id: req-331434b0-be93-4e8a-8a28-b66e64c7b48e Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:8c:0b", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/025fd698-2fa9-43fb-b188-50108bc92139", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000009f", "OS-SRV-USG:launched_at": "2018-08-21T08:05:01.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "025fd698-2fa9-43fb-b188-50108bc92139", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:05:01Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2018-08-21T08:04:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:03,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139 used request id req-331434b0-be93-4e8a-8a28-b66e64c7b48e 2018-08-21 08:05:03,795 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.6'. 2018-08-21 08:05:03,795 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-08-21 08:05:03,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:05:04,743 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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 x-openstack-request-id: req-9820c7fc-75a2-408b-a9b1-4910bf49d9dc x-compute-request-id: req-9820c7fc-75a2-408b-a9b1-4910bf49d9dc Content-Length: 0 Content-Type: application/json 2018-08-21 08:05:04,743 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-9820c7fc-75a2-408b-a9b1-4910bf49d9dc 2018-08-21 08:05:04,743 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-08-21 08:05:04,744 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=21c55ddc-3b94-45fe-b1b6-f12f244144df network=52ce7514-5725-4f92-b473-6320595bdc13 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.6 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 08:05:04,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:05:04,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:05:04,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:05:04,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:05:04,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:05:04,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:05:04,746 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:05:04,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:05:04,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:05:04,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:05:04,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:05:04,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:05:04,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:05:04,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:05:04,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:05:04,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:05:04,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:05:04,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:05:04,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:05:04,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:05:04,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ffbb41-42c5-421c-8044-db2e95a8182f 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:05:04,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-72ffbb41-42c5-421c-8044-db2e95a8182f 2018-08-21 08:05:04,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:05:05,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:05:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["dOyL4hXDRAK191itMC4CbQ"], "issued_at": "2018-08-21T08:05:05.000000Z"}} 2018-08-21 08:05:05,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" 2018-08-21 08:05:05,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6c657f4-71e0-419a-b6c6-15f0f37e3e41 x-compute-request-id: req-d6c657f4-71e0-419a-b6c6-15f0f37e3e41 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:05:05,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-d6c657f4-71e0-419a-b6c6-15f0f37e3e41 2018-08-21 08:05:05,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" 2018-08-21 08:05:05,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2b5187c-563c-487c-a936-1cd06051a8c8 x-compute-request-id: req-c2b5187c-563c-487c-a936-1cd06051a8c8 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:05:05,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-c2b5187c-563c-487c-a936-1cd06051a8c8 2018-08-21 08:05:05,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "52ce7514-5725-4f92-b473-6320595bdc13"}], "config_drive": true}}' 2018-08-21 08:05:07,036 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:05:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bd2fc72-a8b0-4c79-aa6d-1caea8f2ec8d x-compute-request-id: req-7bd2fc72-a8b0-4c79-aa6d-1caea8f2ec8d Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "161b7a40-e558-47eb-af13-bf1667d97d82", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "bookmark"}], "adminPass": "BvrrDY8FmGb3"}} 2018-08-21 08:05:07,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-7bd2fc72-a8b0-4c79-aa6d-1caea8f2ec8d 2018-08-21 08:05:07,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:05:07,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e62dd027-80f7-4ee1-9c62-1d60db403b0d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:05:07,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-e62dd027-80f7-4ee1-9c62-1d60db403b0d 2018-08-21 08:05:07,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:05:07,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:05:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["-_pM5uiITISqZHKe02f2mA"], "issued_at": "2018-08-21T08:05:07.000000Z"}} 2018-08-21 08:05:07,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673ec08de0c3b48d1e4ada4321b5dae66bdc9deb" 2018-08-21 08:05:08,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-f1944c8e-c1a0-4fca-b5e7-34c693b70e46 x-compute-request-id: req-f1944c8e-c1a0-4fca-b5e7-34c693b70e46 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.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "161b7a40-e558-47eb-af13-bf1667d97d82", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:05: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-1", "created": "2018-08-21T08:05:07Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:08,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 used request id req-f1944c8e-c1a0-4fca-b5e7-34c693b70e46 2018-08-21 08:05:11,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673ec08de0c3b48d1e4ada4321b5dae66bdc9deb" 2018-08-21 08:05:11,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05: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-8dccabc3-ebf5-4d05-9bcd-791f980cc52a x-compute-request-id: req-8dccabc3-ebf5-4d05-9bcd-791f980cc52a 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:2a:81:3d", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "161b7a40-e558-47eb-af13-bf1667d97d82", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:05:08Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-08-21T08:05:07Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:11,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 used request id req-8dccabc3-ebf5-4d05-9bcd-791f980cc52a 2018-08-21 08:05:14,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}673ec08de0c3b48d1e4ada4321b5dae66bdc9deb" 2018-08-21 08:05:14,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-bccd7d43-9dc4-4db1-bd9b-82c21f9a193a x-compute-request-id: req-bccd7d43-9dc4-4db1-bd9b-82c21f9a193a Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:81:3d", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a0", "OS-SRV-USG:launched_at": "2018-08-21T08:05:12.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "161b7a40-e558-47eb-af13-bf1667d97d82", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:05:12Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-08-21T08:05:07Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:14,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 used request id req-bccd7d43-9dc4-4db1-bd9b-82c21f9a193a 2018-08-21 08:05:14,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" 2018-08-21 08:05:15,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-55bb15e3-14d6-4afe-b5d7-47cd52d773ad x-compute-request-id: req-55bb15e3-14d6-4afe-b5d7-47cd52d773ad Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:81:3d", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/161b7a40-e558-47eb-af13-bf1667d97d82", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a0", "OS-SRV-USG:launched_at": "2018-08-21T08:05:12.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "161b7a40-e558-47eb-af13-bf1667d97d82", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:05:12Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2018-08-21T08:05:07Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:15,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82 used request id req-55bb15e3-14d6-4afe-b5d7-47cd52d773ad 2018-08-21 08:05:15,541 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.7'. 2018-08-21 08:05:15,541 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-08-21 08:05:15,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:05:16,450 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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-fde96d6a-3207-4130-9e58-980fb279dc51 x-compute-request-id: req-fde96d6a-3207-4130-9e58-980fb279dc51 Content-Length: 0 Content-Type: application/json 2018-08-21 08:05:16,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-fde96d6a-3207-4130-9e58-980fb279dc51 2018-08-21 08:05:16,450 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-08-21 08:05:16,450 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=21c55ddc-3b94-45fe-b1b6-f12f244144df network=52ce7514-5725-4f92-b473-6320595bdc13 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.6 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:05:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:05:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:05:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:05:16,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:05:16,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:05:16,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:05:16,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:05:16,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:05:16,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:05:16,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:05:16,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:05:16,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:05:16,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:05:16,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21edbbde-17c4-4975-8e11-af8d305ce980 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:05:16,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-21edbbde-17c4-4975-8e11-af8d305ce980 2018-08-21 08:05:16,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:05:16,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:05:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["Tu2rJtvKRny8xHiZpucSow"], "issued_at": "2018-08-21T08:05:16.000000Z"}} 2018-08-21 08:05:16,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" 2018-08-21 08:05:17,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05: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-10d58742-8db5-4cfe-8c9e-e947782d4be1 x-compute-request-id: req-10d58742-8db5-4cfe-8c9e-e947782d4be1 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:05:17,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-10d58742-8db5-4cfe-8c9e-e947782d4be1 2018-08-21 08:05:17,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" 2018-08-21 08:05:17,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-ee6b437e-bb6a-4618-9698-68a51fb3d6e5 x-compute-request-id: req-ee6b437e-bb6a-4618-9698-68a51fb3d6e5 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:05:17,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-ee6b437e-bb6a-4618-9698-68a51fb3d6e5 2018-08-21 08:05:17,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjYKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "52ce7514-5725-4f92-b473-6320595bdc13"}], "config_drive": true}}' 2018-08-21 08:05:19,153 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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 x-openstack-request-id: req-a4ecf6ed-7837-4b96-8e75-ebdf35302f2e x-compute-request-id: req-a4ecf6ed-7837-4b96-8e75-ebdf35302f2e Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "bookmark"}], "adminPass": "RD7pbqTTNAYe"}} 2018-08-21 08:05:19,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-a4ecf6ed-7837-4b96-8e75-ebdf35302f2e 2018-08-21 08:05:19,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:05:19,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb31dcf-852b-4ab4-beec-83ce8de61081 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:05:19,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-8fb31dcf-852b-4ab4-beec-83ce8de61081 2018-08-21 08:05:19,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:05:19,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:05:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["0x8aB73yQNGoXSmORiQs_A"], "issued_at": "2018-08-21T08:05:19.000000Z"}} 2018-08-21 08:05:19,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ba0a22499984cb98dbd6044ffb5a638a5e0a68" 2018-08-21 08:05:20,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-9483ef4a-503f-493d-9f95-31f8261eb034 x-compute-request-id: req-9483ef4a-503f-493d-9f95-31f8261eb034 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.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:05: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-3", "created": "2018-08-21T08:05:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:20,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 used request id req-9483ef4a-503f-493d-9f95-31f8261eb034 2018-08-21 08:05:23,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ba0a22499984cb98dbd6044ffb5a638a5e0a68" 2018-08-21 08:05:23,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-a790b99f-0f60-457d-855c-3dcae5db1d3f x-compute-request-id: req-a790b99f-0f60-457d-855c-3dcae5db1d3f Content-Encoding: gzip Content-Length: 779 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:42:d1:37", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a1", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:05:20Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-08-21T08:05:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:23,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 used request id req-a790b99f-0f60-457d-855c-3dcae5db1d3f 2018-08-21 08:05:26,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ba0a22499984cb98dbd6044ffb5a638a5e0a68" 2018-08-21 08:05:26,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-976634b1-58e5-4a9d-83c6-326877c2a27c x-compute-request-id: req-976634b1-58e5-4a9d-83c6-326877c2a27c Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:d1:37", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a1", "OS-SRV-USG:launched_at": "2018-08-21T08:05:25.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:05:25Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-08-21T08:05:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:26,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 used request id req-976634b1-58e5-4a9d-83c6-326877c2a27c 2018-08-21 08:05:26,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" 2018-08-21 08:05:27,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da8e51cf-8488-43c3-9ff1-764f6c8e0758 x-compute-request-id: req-da8e51cf-8488-43c3-9ff1-764f6c8e0758 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:d1:37", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a1", "OS-SRV-USG:launched_at": "2018-08-21T08:05:25.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "ce32c60e-5003-4f92-b18e-0cb8ccc90b41", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:05:25Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2018-08-21T08:05:19Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:05:27,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41 used request id req-da8e51cf-8488-43c3-9ff1-764f6c8e0758 2018-08-21 08:05:27,492 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.4'. 2018-08-21 08:05:27,492 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-08-21 08:05:27,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:05:28,759 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:05:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c2f8677-226e-465f-b13c-fb3f6b8c042f x-compute-request-id: req-8c2f8677-226e-465f-b13c-fb3f6b8c042f Content-Length: 0 Content-Type: application/json 2018-08-21 08:05:28,760 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-8c2f8677-226e-465f-b13c-fb3f6b8c042f 2018-08-21 08:05:28,760 - sdnvpn_test_utils - INFO - Waiting for instance 025fd698-2fa9-43fb-b188-50108bc92139 to boot up 2018-08-21 08:05:28,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:28,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-6d0ff705-d057-439c-8526-163d25b1d905 x-compute-request-id: req-6d0ff705-d057-439c-8526-163d25b1d905 Content-Encoding: gzip Content-Length: 10103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:28,836 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-6d0ff705-d057-439c-8526-163d25b1d905 2018-08-21 08:05:30,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:30,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e183424-aa6e-46e3-a7db-e1c6547f3a84 x-compute-request-id: req-2e183424-aa6e-46e3-a7db-e1c6547f3a84 Content-Encoding: gzip Content-Length: 10103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:30,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-2e183424-aa6e-46e3-a7db-e1c6547f3a84 2018-08-21 08:05:33,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:33,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43283cd8-8a91-4e30-b87b-1e4f5cf29eb9 x-compute-request-id: req-43283cd8-8a91-4e30-b87b-1e4f5cf29eb9 Content-Encoding: gzip Content-Length: 10103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:33,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-43283cd8-8a91-4e30-b87b-1e4f5cf29eb9 2018-08-21 08:05:35,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:35,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fbb62ae-b2d9-4ffc-ac8d-32d0d50ead1c x-compute-request-id: req-0fbb62ae-b2d9-4ffc-ac8d-32d0d50ead1c Content-Encoding: gzip Content-Length: 10103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:35,304 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-0fbb62ae-b2d9-4ffc-ac8d-32d0d50ead1c 2018-08-21 08:05:37,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:37,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-91af542f-69d4-401b-a14b-35e3ecb3ec22 x-compute-request-id: req-91af542f-69d4-401b-a14b-35e3ecb3ec22 Content-Encoding: gzip Content-Length: 10122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:37,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-91af542f-69d4-401b-a14b-35e3ecb3ec22 2018-08-21 08:05:39,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:39,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-862b1336-f0b5-435b-b25b-a0510cae78c9 x-compute-request-id: req-862b1336-f0b5-435b-b25b-a0510cae78c9 Content-Encoding: gzip Content-Length: 10122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:39,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-862b1336-f0b5-435b-b25b-a0510cae78c9 2018-08-21 08:05:41,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:41,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-a7c67255-e1ed-497f-b1f4-f7671c4b2b11 x-compute-request-id: req-a7c67255-e1ed-497f-b1f4-f7671c4b2b11 Content-Encoding: gzip Content-Length: 10122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:41,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-a7c67255-e1ed-497f-b1f4-f7671c4b2b11 2018-08-21 08:05:43,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:43,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-f3ba0a32-b0bc-476e-9195-5f2987e1ec4d x-compute-request-id: req-f3ba0a32-b0bc-476e-9195-5f2987e1ec4d Content-Encoding: gzip Content-Length: 10122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:43,655 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-f3ba0a32-b0bc-476e-9195-5f2987e1ec4d 2018-08-21 08:05:45,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:45,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05: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-6ccc9108-c4a7-4da8-bae1-75bc49137bf8 x-compute-request-id: req-6ccc9108-c4a7-4da8-bae1-75bc49137bf8 Content-Encoding: gzip Content-Length: 10122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:45,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-6ccc9108-c4a7-4da8-bae1-75bc49137bf8 2018-08-21 08:05:47,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:47,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-525819a1-17b2-43d4-ac26-70a401e3201b x-compute-request-id: req-525819a1-17b2-43d4-ac26-70a401e3201b Content-Encoding: gzip Content-Length: 10122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:47,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-525819a1-17b2-43d4-ac26-70a401e3201b 2018-08-21 08:05:49,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:49,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05: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-28c244a5-4186-4b0f-815a-e7031fe981b0 x-compute-request-id: req-28c244a5-4186-4b0f-815a-e7031fe981b0 Content-Encoding: gzip Content-Length: 10122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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"} 2018-08-21 08:05:49,931 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-28c244a5-4186-4b0f-815a-e7031fe981b0 2018-08-21 08:05:51,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:52,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e952641-d300-41e7-a22b-32d132ea8320 x-compute-request-id: req-4e952641-d300-41e7-a22b-32d132ea8320 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:05:52,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-4e952641-d300-41e7-a22b-32d132ea8320 2018-08-21 08:05:54,055 - sdnvpn_test_utils - INFO - Waiting for instance 161b7a40-e558-47eb-af13-bf1667d97d82 to boot up 2018-08-21 08:05:54,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:54,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4050830-1439-479f-aed2-1209d83c65d5 x-compute-request-id: req-d4050830-1439-479f-aed2-1209d83c65d5 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:05:54,125 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-d4050830-1439-479f-aed2-1209d83c65d5 2018-08-21 08:05:56,128 - sdnvpn_test_utils - INFO - Waiting for instance ce32c60e-5003-4f92-b18e-0cb8ccc90b41 to boot up 2018-08-21 08:05:56,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:56,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bc49ab9-ef23-41f8-970a-098d00a1eb59 x-compute-request-id: req-5bc49ab9-ef23-41f8-970a-098d00a1eb59 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:05:56,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-5bc49ab9-ef23-41f8-970a-098d00a1eb59 2018-08-21 08:05:58,239 - __name__ - INFO - Starting all monitor threads 2018-08-21 08:05:58,245 - __name__ - INFO - Wait before subtest 2018-08-21 08:05:59,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:59,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:59,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:05:59,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-112d0723-f6aa-453a-9399-8fb3592c8d90 x-compute-request-id: req-112d0723-f6aa-453a-9399-8fb3592c8d90 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:05:59,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-112d0723-f6aa-453a-9399-8fb3592c8d90 2018-08-21 08:05:59,343 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.7 OK 2018-08-21 08:05:59,344 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.6 OK 2018-08-21 08:05:59,344 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.7 OK 2018-08-21 08:05:59,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f811293-4b61-491a-b813-9c0300234ca1 x-compute-request-id: req-4f811293-4b61-491a-b813-9c0300234ca1 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:05:59,354 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-4f811293-4b61-491a-b813-9c0300234ca1 2018-08-21 08:05:59,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:05:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e9c719e-0ee1-4a8b-a4aa-7beddfade193 x-compute-request-id: req-9e9c719e-0ee1-4a8b-a4aa-7beddfade193 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:05:59,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-9e9c719e-0ee1-4a8b-a4aa-7beddfade193 2018-08-21 08:05:59,357 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-08-21 08:05:59,358 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-08-21 08:05:59,358 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-08-21 08:05:59,358 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.6 OK 2018-08-21 08:06:00,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:00,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:00,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:00,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f62f1d47-58cd-473d-a7a7-8b99b95294e3 x-compute-request-id: req-f62f1d47-58cd-473d-a7a7-8b99b95294e3 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:00,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-f62f1d47-58cd-473d-a7a7-8b99b95294e3 2018-08-21 08:06:00,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cad5125d-2594-4216-8175-212a4c94afb9 x-compute-request-id: req-cad5125d-2594-4216-8175-212a4c94afb9 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:00,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-cad5125d-2594-4216-8175-212a4c94afb9 2018-08-21 08:06:00,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37f84c9c-f0aa-4df5-8f56-7e973a541773 x-compute-request-id: req-37f84c9c-f0aa-4df5-8f56-7e973a541773 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:00,442 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-37f84c9c-f0aa-4df5-8f56-7e973a541773 2018-08-21 08:06:01,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:01,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:01,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:01,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-b3eaab1f-fb48-4d81-bb43-9fcc04b7cec6 x-compute-request-id: req-b3eaab1f-fb48-4d81-bb43-9fcc04b7cec6 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:01,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-b3eaab1f-fb48-4d81-bb43-9fcc04b7cec6 2018-08-21 08:06:01,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-dd742917-4e2f-4eb7-a4ab-734a8d22f89d x-compute-request-id: req-dd742917-4e2f-4eb7-a4ab-734a8d22f89d Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:01,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-dd742917-4e2f-4eb7-a4ab-734a8d22f89d 2018-08-21 08:06:01,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-3d5f969e-15eb-4df8-b6e3-d48a5f7fc0a4 x-compute-request-id: req-3d5f969e-15eb-4df8-b6e3-d48a5f7fc0a4 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:01,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-3d5f969e-15eb-4df8-b6e3-d48a5f7fc0a4 2018-08-21 08:06:02,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:02,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:02,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:02,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-6e3ca031-c976-4309-ba93-898871250ba0 x-compute-request-id: req-6e3ca031-c976-4309-ba93-898871250ba0 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:02,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-6e3ca031-c976-4309-ba93-898871250ba0 2018-08-21 08:06:02,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-ea4bc3c6-5a53-4cb0-96f5-58d21aec3a48 x-compute-request-id: req-ea4bc3c6-5a53-4cb0-96f5-58d21aec3a48 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:02,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-ea4bc3c6-5a53-4cb0-96f5-58d21aec3a48 2018-08-21 08:06:02,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-b5b63e09-c0da-4f1a-a288-f5de7444f3cf x-compute-request-id: req-b5b63e09-c0da-4f1a-a288-f5de7444f3cf Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:02,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-b5b63e09-c0da-4f1a-a288-f5de7444f3cf 2018-08-21 08:06:03,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:03,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:03,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:03,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-060e548d-622b-48a5-b868-566f097f7206 x-compute-request-id: req-060e548d-622b-48a5-b868-566f097f7206 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:03,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-060e548d-622b-48a5-b868-566f097f7206 2018-08-21 08:06:03,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c41b3f7-a6f5-4a6f-a5e4-aacb0f3f3913 x-compute-request-id: req-6c41b3f7-a6f5-4a6f-a5e4-aacb0f3f3913 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:03,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-6c41b3f7-a6f5-4a6f-a5e4-aacb0f3f3913 2018-08-21 08:06:03,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-690f0366-4f46-403a-8256-11621bd10254 x-compute-request-id: req-690f0366-4f46-403a-8256-11621bd10254 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:03,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-690f0366-4f46-403a-8256-11621bd10254 2018-08-21 08:06:04,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:04,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:04,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:04,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-ce7a8575-5365-4288-9062-7ec7b0ab0949 x-compute-request-id: req-ce7a8575-5365-4288-9062-7ec7b0ab0949 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:04,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-ce7a8575-5365-4288-9062-7ec7b0ab0949 2018-08-21 08:06:04,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-b88b7bef-c2e2-45f0-af5e-93f2fc777637 x-compute-request-id: req-b88b7bef-c2e2-45f0-af5e-93f2fc777637 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:04,744 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-b88b7bef-c2e2-45f0-af5e-93f2fc777637 2018-08-21 08:06:04,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-8a5c9cbe-30e4-4701-84f5-5d0eaba5ea86 x-compute-request-id: req-8a5c9cbe-30e4-4701-84f5-5d0eaba5ea86 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:04,750 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-8a5c9cbe-30e4-4701-84f5-5d0eaba5ea86 2018-08-21 08:06:05,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:05,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:05,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:05,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-13235a59-35d2-4fd2-bcbd-f8be0a52efb3 x-compute-request-id: req-13235a59-35d2-4fd2-bcbd-f8be0a52efb3 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:05,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-13235a59-35d2-4fd2-bcbd-f8be0a52efb3 2018-08-21 08:06:05,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-ad83470b-a8ef-4437-86cc-c1d15ce33bcb x-compute-request-id: req-ad83470b-a8ef-4437-86cc-c1d15ce33bcb 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:05,824 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-ad83470b-a8ef-4437-86cc-c1d15ce33bcb 2018-08-21 08:06:05,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-b865973d-6cd5-43ac-b892-50a0fb24fdff x-compute-request-id: req-b865973d-6cd5-43ac-b892-50a0fb24fdff Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:05,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-b865973d-6cd5-43ac-b892-50a0fb24fdff 2018-08-21 08:06:06,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:06,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:06,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:06,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b59edf10-cc1d-40db-82ad-0cd6858e3cc3 x-compute-request-id: req-b59edf10-cc1d-40db-82ad-0cd6858e3cc3 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:06,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-b59edf10-cc1d-40db-82ad-0cd6858e3cc3 2018-08-21 08:06:06,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2075b95c-c384-4a2e-b919-01c0cf12fb0f x-compute-request-id: req-2075b95c-c384-4a2e-b919-01c0cf12fb0f 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:06,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-2075b95c-c384-4a2e-b919-01c0cf12fb0f 2018-08-21 08:06:06,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c260c15-338c-4d38-9e92-d3dac3734c74 x-compute-request-id: req-9c260c15-338c-4d38-9e92-d3dac3734c74 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:06,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-9c260c15-338c-4d38-9e92-d3dac3734c74 2018-08-21 08:06:07,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:07,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:07,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:07,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-4104f79e-e40e-4f90-858e-30e1e599d9e6 x-compute-request-id: req-4104f79e-e40e-4f90-858e-30e1e599d9e6 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:07,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-99d1e443-62e4-466e-aab0-ae6a6a744726 x-compute-request-id: req-99d1e443-62e4-466e-aab0-ae6a6a744726 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:07,973 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-4104f79e-e40e-4f90-858e-30e1e599d9e6 2018-08-21 08:06:07,973 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-99d1e443-62e4-466e-aab0-ae6a6a744726 2018-08-21 08:06:07,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-cc8d8488-4cbf-4337-b0eb-2405eaf537a2 x-compute-request-id: req-cc8d8488-4cbf-4337-b0eb-2405eaf537a2 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:07,985 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-cc8d8488-4cbf-4337-b0eb-2405eaf537a2 2018-08-21 08:06:08,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:08,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:08,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:09,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-4c179932-6d72-49bb-9759-e59568c9d73b x-compute-request-id: req-4c179932-6d72-49bb-9759-e59568c9d73b 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:09,038 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-4c179932-6d72-49bb-9759-e59568c9d73b 2018-08-21 08:06:09,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-b074f115-b31b-46bc-995e-e6bbc0a9a8b0 x-compute-request-id: req-b074f115-b31b-46bc-995e-e6bbc0a9a8b0 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:09,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-b074f115-b31b-46bc-995e-e6bbc0a9a8b0 2018-08-21 08:06:09,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-39af7d12-ad5c-433c-a731-c595ae8be268 x-compute-request-id: req-39af7d12-ad5c-433c-a731-c595ae8be268 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:09,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-39af7d12-ad5c-433c-a731-c595ae8be268 2018-08-21 08:06:10,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:10,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:10,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:10,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-eb2a6c4c-fef2-4457-bb4f-da660957f890 x-compute-request-id: req-eb2a6c4c-fef2-4457-bb4f-da660957f890 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:10,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-eb2a6c4c-fef2-4457-bb4f-da660957f890 2018-08-21 08:06:10,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-45d706b7-0cd5-4d9d-a931-351c678761bc x-compute-request-id: req-45d706b7-0cd5-4d9d-a931-351c678761bc Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:10,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-45d706b7-0cd5-4d9d-a931-351c678761bc 2018-08-21 08:06:10,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-74768f27-7724-4e5f-b403-6b786c3cd83c x-compute-request-id: req-74768f27-7724-4e5f-b403-6b786c3cd83c 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:10,130 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-74768f27-7724-4e5f-b403-6b786c3cd83c 2018-08-21 08:06:11,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:11,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:11,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:11,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-24ae9837-0c9e-4b4f-b802-433f33334a24 x-compute-request-id: req-24ae9837-0c9e-4b4f-b802-433f33334a24 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:11,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-24ae9837-0c9e-4b4f-b802-433f33334a24 2018-08-21 08:06:11,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-b26420f6-c6b1-4daf-99d5-6cb5731da4c2 x-compute-request-id: req-b26420f6-c6b1-4daf-99d5-6cb5731da4c2 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:11,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-b26420f6-c6b1-4daf-99d5-6cb5731da4c2 2018-08-21 08:06:11,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-5445f844-a472-49bf-9787-09ee7b82d875 x-compute-request-id: req-5445f844-a472-49bf-9787-09ee7b82d875 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:11,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-5445f844-a472-49bf-9787-09ee7b82d875 2018-08-21 08:06:12,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:12,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:12,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:12,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47f877c9-9b75-45bb-8365-5a760a9a45a7 x-compute-request-id: req-47f877c9-9b75-45bb-8365-5a760a9a45a7 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:12,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-47f877c9-9b75-45bb-8365-5a760a9a45a7 2018-08-21 08:06:12,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0336c65e-6859-409f-a0a2-72d928d90fe6 x-compute-request-id: req-0336c65e-6859-409f-a0a2-72d928d90fe6 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:12,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-0336c65e-6859-409f-a0a2-72d928d90fe6 2018-08-21 08:06:12,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1653e57e-76b0-411c-a69f-c6c7e678edfc x-compute-request-id: req-1653e57e-76b0-411c-a69f-c6c7e678edfc 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:12,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-1653e57e-76b0-411c-a69f-c6c7e678edfc 2018-08-21 08:06:13,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:13,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:13,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:13,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-a22fbed0-9ac7-4865-b6ee-17589fc458cc x-compute-request-id: req-a22fbed0-9ac7-4865-b6ee-17589fc458cc 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 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:13,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-a22fbed0-9ac7-4865-b6ee-17589fc458cc 2018-08-21 08:06:13,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-fea5fdcc-5b70-4bd5-8539-d5e61e3197ea x-compute-request-id: req-fea5fdcc-5b70-4bd5-8539-d5e61e3197ea Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:13,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-fea5fdcc-5b70-4bd5-8539-d5e61e3197ea 2018-08-21 08:06:13,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-3bf770a9-b974-4d90-b3d2-d4c006773ff2 x-compute-request-id: req-3bf770a9-b974-4d90-b3d2-d4c006773ff2 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:13,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-3bf770a9-b974-4d90-b3d2-d4c006773ff2 2018-08-21 08:06:14,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:14,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:14,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:14,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-49159c5e-1705-4598-b014-3585c0587da6 x-compute-request-id: req-49159c5e-1705-4598-b014-3585c0587da6 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:14,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-49159c5e-1705-4598-b014-3585c0587da6 2018-08-21 08:06:14,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-f30a25b1-a19a-4826-9ed0-5a53f2e0914b x-compute-request-id: req-f30a25b1-a19a-4826-9ed0-5a53f2e0914b Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:14,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-f30a25b1-a19a-4826-9ed0-5a53f2e0914b 2018-08-21 08:06:14,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-ddb19ffb-9da4-4399-9437-221a24d467ca x-compute-request-id: req-ddb19ffb-9da4-4399-9437-221a24d467ca 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:14,438 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-ddb19ffb-9da4-4399-9437-221a24d467ca 2018-08-21 08:06:15,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:15,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:15,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:15,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-276ac356-8e5e-49a5-96fd-9fcc51a49472 x-compute-request-id: req-276ac356-8e5e-49a5-96fd-9fcc51a49472 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:15,470 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-276ac356-8e5e-49a5-96fd-9fcc51a49472 2018-08-21 08:06:15,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19e13476-21ab-4855-be17-fff3e6c595c9 x-compute-request-id: req-19e13476-21ab-4855-be17-fff3e6c595c9 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:15,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-19e13476-21ab-4855-be17-fff3e6c595c9 2018-08-21 08:06:15,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2748063-a1ed-4432-a167-7dba93ec10eb x-compute-request-id: req-f2748063-a1ed-4432-a167-7dba93ec10eb 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:15,503 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-f2748063-a1ed-4432-a167-7dba93ec10eb 2018-08-21 08:06:16,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:16,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:16,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:16,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-2000294a-db9b-4feb-ac64-9c23c4bc9d16 x-compute-request-id: req-2000294a-db9b-4feb-ac64-9c23c4bc9d16 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:16,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-2000294a-db9b-4feb-ac64-9c23c4bc9d16 2018-08-21 08:06:16,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-44f26d4a-a0c3-4dfc-9e6c-35eea21abe3f x-compute-request-id: req-44f26d4a-a0c3-4dfc-9e6c-35eea21abe3f Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:16,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-44f26d4a-a0c3-4dfc-9e6c-35eea21abe3f 2018-08-21 08:06:16,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-28a99ccb-f6d2-46b1-9b1a-d7e6d191cf23 x-compute-request-id: req-28a99ccb-f6d2-46b1-9b1a-d7e6d191cf23 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:16,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-28a99ccb-f6d2-46b1-9b1a-d7e6d191cf23 2018-08-21 08:06:17,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:17,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:17,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:17,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-d0a9b814-afa2-475e-9002-fbc6b0479c79 x-compute-request-id: req-d0a9b814-afa2-475e-9002-fbc6b0479c79 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:17,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-d0a9b814-afa2-475e-9002-fbc6b0479c79 2018-08-21 08:06:17,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-3cf7602d-08d0-44e3-9c42-1618b9c21124 x-compute-request-id: req-3cf7602d-08d0-44e3-9c42-1618b9c21124 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:17,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-3cf7602d-08d0-44e3-9c42-1618b9c21124 2018-08-21 08:06:17,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-20a53f1a-0ad2-41ba-a07a-ebbe7d488289 x-compute-request-id: req-20a53f1a-0ad2-41ba-a07a-ebbe7d488289 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:17,654 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-20a53f1a-0ad2-41ba-a07a-ebbe7d488289 2018-08-21 08:06:18,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:18,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:18,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:18,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7955cc8f-df26-4ccd-a428-799e953fe0dd x-compute-request-id: req-7955cc8f-df26-4ccd-a428-799e953fe0dd Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:18,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-7955cc8f-df26-4ccd-a428-799e953fe0dd 2018-08-21 08:06:18,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d851b5c9-3ce9-4735-90c1-977970645582 x-compute-request-id: req-d851b5c9-3ce9-4735-90c1-977970645582 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:18,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-d851b5c9-3ce9-4735-90c1-977970645582 2018-08-21 08:06:18,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9b1d05e-252b-437a-b1ca-eeee4bcc39db x-compute-request-id: req-d9b1d05e-252b-437a-b1ca-eeee4bcc39db 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:18,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-d9b1d05e-252b-437a-b1ca-eeee4bcc39db 2018-08-21 08:06:19,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:19,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:19,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:19,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-c2c24403-c252-4351-9f6b-9c55b3fbfe6b x-compute-request-id: req-c2c24403-c252-4351-9f6b-9c55b3fbfe6b Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:19,777 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-c2c24403-c252-4351-9f6b-9c55b3fbfe6b 2018-08-21 08:06:19,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-84ee0bb6-e34e-42dd-8753-0b8fe18d21a0 x-compute-request-id: req-84ee0bb6-e34e-42dd-8753-0b8fe18d21a0 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:19,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-84ee0bb6-e34e-42dd-8753-0b8fe18d21a0 2018-08-21 08:06:19,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-188fad39-0940-4ce6-a1f1-2d52fad3436f x-compute-request-id: req-188fad39-0940-4ce6-a1f1-2d52fad3436f 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:19,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-188fad39-0940-4ce6-a1f1-2d52fad3436f 2018-08-21 08:06:20,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:20,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:20,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:20,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-5554746e-b858-49c6-becb-ca5ca15acd93 x-compute-request-id: req-5554746e-b858-49c6-becb-ca5ca15acd93 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:20,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-5554746e-b858-49c6-becb-ca5ca15acd93 2018-08-21 08:06:20,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-a4f2ac48-24f7-4262-8a52-e1527fd2a8ee x-compute-request-id: req-a4f2ac48-24f7-4262-8a52-e1527fd2a8ee Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:20,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-a4f2ac48-24f7-4262-8a52-e1527fd2a8ee 2018-08-21 08:06:20,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-e962d9be-88c1-4bd0-ba93-6561cb135220 x-compute-request-id: req-e962d9be-88c1-4bd0-ba93-6561cb135220 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:20,883 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-e962d9be-88c1-4bd0-ba93-6561cb135220 2018-08-21 08:06:21,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:21,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:21,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:21,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-079361b7-273a-434c-a22c-fdce62ed9bd8 x-compute-request-id: req-079361b7-273a-434c-a22c-fdce62ed9bd8 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:21,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-079361b7-273a-434c-a22c-fdce62ed9bd8 2018-08-21 08:06:21,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-314473a4-4a20-4a66-80b0-40fe640cad97 x-compute-request-id: req-314473a4-4a20-4a66-80b0-40fe640cad97 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:21,943 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-314473a4-4a20-4a66-80b0-40fe640cad97 2018-08-21 08:06:21,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07e3942d-371c-497a-a889-1aa915d9d2e9 x-compute-request-id: req-07e3942d-371c-497a-a889-1aa915d9d2e9 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:21,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-07e3942d-371c-497a-a889-1aa915d9d2e9 2018-08-21 08:06:22,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:22,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:22,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:23,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-dc5ec220-3247-4cc1-b7a0-b27fd21a2ae7 x-compute-request-id: req-dc5ec220-3247-4cc1-b7a0-b27fd21a2ae7 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:23,013 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-dc5ec220-3247-4cc1-b7a0-b27fd21a2ae7 2018-08-21 08:06:23,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-89001c33-176f-445a-9d18-faa10dd6aa5e x-compute-request-id: req-89001c33-176f-445a-9d18-faa10dd6aa5e Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:23,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-89001c33-176f-445a-9d18-faa10dd6aa5e 2018-08-21 08:06:23,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-fea3e1f4-dad1-4b16-abce-a2b2bc43899f x-compute-request-id: req-fea3e1f4-dad1-4b16-abce-a2b2bc43899f 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:23,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-fea3e1f4-dad1-4b16-abce-a2b2bc43899f 2018-08-21 08:06:24,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:24,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:24,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:24,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f868f91-5015-44a6-b6aa-1f2ed142b726 x-compute-request-id: req-8f868f91-5015-44a6-b6aa-1f2ed142b726 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:24,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-8f868f91-5015-44a6-b6aa-1f2ed142b726 2018-08-21 08:06:24,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27e01ec1-315a-49ee-a2ef-e79c97a91cdd x-compute-request-id: req-27e01ec1-315a-49ee-a2ef-e79c97a91cdd Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:24,089 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-27e01ec1-315a-49ee-a2ef-e79c97a91cdd 2018-08-21 08:06:24,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9597f41d-5002-4e6b-8763-36337751a8d8 x-compute-request-id: req-9597f41d-5002-4e6b-8763-36337751a8d8 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:24,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-9597f41d-5002-4e6b-8763-36337751a8d8 2018-08-21 08:06:25,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:25,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:25,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:25,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-302dffb5-9ffb-43ad-99ba-c306090478bc x-compute-request-id: req-302dffb5-9ffb-43ad-99ba-c306090478bc Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:25,157 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-302dffb5-9ffb-43ad-99ba-c306090478bc 2018-08-21 08:06:25,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dee314f-e8e4-4df8-a400-b8bf6ea8eebc x-compute-request-id: req-4dee314f-e8e4-4df8-a400-b8bf6ea8eebc Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:25,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-4dee314f-e8e4-4df8-a400-b8bf6ea8eebc 2018-08-21 08:06:25,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a34382e9-dbcb-493a-848d-bb3403563734 x-compute-request-id: req-a34382e9-dbcb-493a-848d-bb3403563734 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:25,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-a34382e9-dbcb-493a-848d-bb3403563734 2018-08-21 08:06:26,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:26,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:26,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:26,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-0b33c5c9-7537-418b-81da-6361c72e3ac9 x-compute-request-id: req-0b33c5c9-7537-418b-81da-6361c72e3ac9 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:26,234 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-0b33c5c9-7537-418b-81da-6361c72e3ac9 2018-08-21 08:06:26,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-c9104592-2e58-41e0-866d-57a9261d5ed6 x-compute-request-id: req-c9104592-2e58-41e0-866d-57a9261d5ed6 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:26,262 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-c9104592-2e58-41e0-866d-57a9261d5ed6 2018-08-21 08:06:26,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-85104510-c09f-4a48-8cab-79f8997dd0c8 x-compute-request-id: req-85104510-c09f-4a48-8cab-79f8997dd0c8 Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:26,265 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-85104510-c09f-4a48-8cab-79f8997dd0c8 2018-08-21 08:06:27,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:27,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:27,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:27,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a5d4fc3-2fbc-44b4-b234-310c100fff22 x-compute-request-id: req-8a5d4fc3-2fbc-44b4-b234-310c100fff22 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:27,302 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-8a5d4fc3-2fbc-44b4-b234-310c100fff22 2018-08-21 08:06:27,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffa6ad82-4e12-4a1c-b5ab-bd4d425a9ee0 x-compute-request-id: req-ffa6ad82-4e12-4a1c-b5ab-bd4d425a9ee0 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:27,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-ffa6ad82-4e12-4a1c-b5ab-bd4d425a9ee0 2018-08-21 08:06:27,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40dd9f75-f715-4ddc-ae15-eeae87ef99fa x-compute-request-id: req-40dd9f75-f715-4ddc-ae15-eeae87ef99fa Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:27,338 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-40dd9f75-f715-4ddc-ae15-eeae87ef99fa 2018-08-21 08:06:28,250 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-08-21 08:06:28,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"forceDelete": null}' 2018-08-21 08:06:28,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:28,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:28,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57d10665209198f76aebcfe40d89cb301733e69a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:28,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-5c9e3192-da68-4b2e-8046-6ed16ea9efe0 x-compute-request-id: req-5c9e3192-da68-4b2e-8046-6ed16ea9efe0 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:28,407 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-5c9e3192-da68-4b2e-8046-6ed16ea9efe0 2018-08-21 08:06:28,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-81a67a18-5220-4439-9e2d-6c3795505bc0 x-compute-request-id: req-81a67a18-5220-4439-9e2d-6c3795505bc0 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:28,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-81a67a18-5220-4439-9e2d-6c3795505bc0 2018-08-21 08:06:28,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-2eff1516-f246-496d-9659-551277b5307f x-compute-request-id: req-2eff1516-f246-496d-9659-551277b5307f Content-Encoding: gzip Content-Length: 10987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493645653 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184513] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186785] pid_max: default: 32768 minimum: 301\n[ 0.188012] ACPI: Core revision 20150930\n[ 0.189669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191459] Security Framework initialized\n[ 0.192579] Yama: becoming mindful.\n[ 0.193578] AppArmor: AppArmor initialized\n[ 0.194737] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196507] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198228] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199869] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201728] Initializing cgroup subsys io\n[ 0.202843] Initializing cgroup subsys memory\n[ 0.204032] Initializing cgroup subsys devices\n[ 0.205227] Initializing cgroup subsys freezer\n[ 0.206411] Initializing cgroup subsys net_cls\n[ 0.207608] Initializing cgroup subsys perf_event\n[ 0.208856] Initializing cgroup subsys net_prio\n[ 0.210069] Initializing cgroup subsys hugetlb\n[ 0.211271] Initializing cgroup subsys pids\n[ 0.212455] CPU: Physical Processor ID: 0\n[ 0.214246] mce: CPU supports 10 MCE banks\n[ 0.215411] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232926] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239550] ftrace: allocating 31920 entries in 125 pages\n[ 0.264847] smpboot: Max logical packages: 1\n[ 0.266025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267904] x2apic enabled\n[ 0.269043] Switched APIC routing to physical x2apic.\n[ 0.271491] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275736] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278188] KVM setup paravirtual spinlock\n[ 0.279770] x86: Booted up 1 node, 1 CPUs\n[ 0.280870] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282735] devtmpfs: initialized\n[ 0.284708] evm: security.selinux\n[ 0.285665] evm: security.SMACK64\n[ 0.286618] evm: security.SMACK64EXEC\n[ 0.287640] evm: security.SMACK64TRANSMUTE\n[ 0.288752] evm: security.SMACK64MMAP\n[ 0.289765] evm: security.ima\n[ 0.290650] evm: security.capability\n[ 0.291727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294231] pinctrl core: initialized pinctrl subsystem\n[ 0.295708] RTC time: 8:05:01, date: 08/21/18\n[ 0.296985] NET: Registered protocol family 16\n[ 0.298287] cpuidle: using governor ladder\n[ 0.299402] cpuidle: using governor menu\n[ 0.300476] PCCT header not found.\n[ 0.301492] ACPI: bus type PCI registered\n[ 0.302587] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304261] PCI: Using configuration type 1 for base access\n[ 0.306404] ACPI: Added _OSI(Module Device)\n[ 0.307560] ACPI: Added _OSI(Processor Device)\n[ 0.308732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309966] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312112] ACPI: Interpreter enabled\n[ 0.313151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323198] ACPI: (supports S0 S5)\n[ 0.324159] ACPI: Using IOAPIC for interrupt routing\n[ 0.325437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330778] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332454] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337035] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339214] acpiphp: Slot [5] registered\n[ 0.340303] acpiphp: Slot [6] registered\n[ 0.341398] acpiphp: Slot [7] registered\n[ 0.342490] acpiphp: Slot [8] registered\n[ 0.343580] acpiphp: Slot [9] registered\n[ 0.344675] acpiphp: Slot [10] registered\n[ 0.345802] acpiphp: Slot [11] registered\n[ 0.346910] acpiphp: Slot [12] registered\n[ 0.348018] acpiphp: Slot [13] registered\n[ 0.349119] acpiphp: Slot [14] registered\n[ 0.350233] acpiphp: Slot [15] registered\n[ 0.365319] acpiphp: Slot [16] registered\n[ 0.366437] acpiphp: Slot [17] registered\n[ 0.367547] acpiphp: Slot [18] registered\n[ 0.368647] acpiphp: Slot [19] registered\n[ 0.369756] acpiphp: Slot [20] registered\n[ 0.370871] acpiphp: Slot [21] registered\n[ 0.371973] acpiphp: Slot [22] registered\n[ 0.373102] acpiphp: Slot [23] registered\n[ 0.374214] acpiphp: Slot [24] registered\n[ 0.375320] acpiphp: Slot [25] registered\n[ 0.376420] acpiphp: Slot [26] registered\n[ 0.377526] acpiphp: Slot [27] registered\n[ 0.378632] acpiphp: Slot [28] registered\n[ 0.379734] acpiphp: Slot [29] registered\n[ 0.380838] acpiphp: Slot [30] registered\n[ 0.381947] acpiphp: Slot [31] registered\n[ 0.383072] PCI host bridge to bus 0000:00\n[ 0.384174] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385806] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389428] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391405] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393413] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397517] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399242] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402558] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406862] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408843] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431918] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433840] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437788] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439491] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441268] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444796] vgaarb: loaded\n[ 0.445630] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447266] SCSI subsystem initialized\n[ 0.448517] ACPI: bus type USB registered\n[ 0.449653] usbcore: registered new interface driver usbfs\n[ 0.451053] usbcore: registered new interface driver hub\n[ 0.452419] usbcore: registered new device driver usb\n[ 0.453906] PCI: Using ACPI for IRQ routing\n[ 0.455419] NetLabel: Initializing\n[ 0.456404] NetLabel: domain hash size = 128\n[ 0.457562] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458866] NetLabel: unlabeled traffic allowed by default\n[ 0.460449] clocksource: Switched to clocksource kvm-clock\n[ 0.470652] AppArmor: AppArmor Filesystem Enabled\n[ 0.471990] pnp: PnP ACPI init\n[ 0.473243] pnp: PnP ACPI: found 5 devices\n[ 0.480066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482385] NET: Registered protocol family 2\n[ 0.483789] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485564] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487210] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490331] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491930] NET: Registered protocol family 1\n[ 0.493136] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494632] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510627] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525202] Trying to unpack rootfs image as initramfs...\n[ 0.586828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592054] Scanning for low memory corruption every 60 seconds\n[ 0.594241] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595842] audit: initializing netlink subsys (disabled)\n[ 0.597406] audit: type=2000 audit(1534838702.327:1): initialized\n[ 0.599331] Initialise system trusted keyring\n[ 0.600741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602362] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605155] zbud: loaded\n[ 0.606149] VFS: Disk quotas dquot_6.6.0\n[ 0.607292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609456] fuse init (API version 7.23)\n[ 0.610685] Key type big_key registered\n[ 0.611796] Allocating IMA MOK and blacklist keyrings.\n[ 0.613474] Key type asymmetric registered\n[ 0.614624] Asymmetric key parser 'x509' registered\n[ 0.615952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618035] io scheduler noop registered\n[ 0.619140] io scheduler deadline registered (default)\n[ 0.620518] io scheduler cfq registered\n[ 0.621716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623154] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624951] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626968] ACPI: Power Button [PWRF]\n[ 0.628186] GHES: HEST is not enabled!\n[ 0.642291] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701049] Linux agpgart interface v0.103\n[ 0.704440] brd: module loaded\n[ 0.706624] loop: module loaded\n[ 0.711450] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713641] GPT:90111 != 2097151\n[ 0.714565] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716040] GPT:90111 != 2097151\n[ 0.716965] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718289] vda: vda1 vda15\n[ 0.719914] scsi host0: ata_piix\n[ 0.720987] scsi host1: ata_piix\n[ 0.721984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723622] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725599] libphy: Fixed MDIO Bus: probed\n[ 0.726707] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727996] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730896] PPP generic driver version 2.4.2\n[ 0.732121] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733706] ehci-pci: EHCI PCI platform driver\n[ 0.735052] ehci-platform: EHCI generic platform driver\n[ 0.736689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738551] ohci-pci: OHCI PCI platform driver\n[ 0.739958] ohci-platform: OHCI generic platform driver\n[ 0.741598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758198] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760573] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.762185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768348] usb usb1: Product: UHCI Host Controller\n[ 0.769860] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.773330] hub 1-0:1.0: USB hub found\n[ 0.774601] hub 1-0:1.0: 2 ports detected\n[ 0.776085] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780919] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782589] mousedev: PS/2 mouse device common for all mice\n[ 0.784586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.787529] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789315] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793204] i2c /dev entries driver\n[ 0.794426] device-mapper: uevent: version 1.0.3\n[ 0.795970] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798639] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800810] NET: Registered protocol family 10\n[ 0.802611] NET: Registered protocol family 17\n[ 0.804083] Key type dns_resolver registered\n[ 0.805606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807430] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810308] registered taskstats version 1\n[ 0.811666] Loading compiled-in X.509 certificates\n[ 0.813753] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816838] zswap: loaded using pool lzo/zbud\n[ 0.819191] Key type trusted registered\n[ 0.821550] Key type encrypted registered\n[ 0.822885] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826326] evm: HMAC attrs: 0x1\n[ 0.827776] Magic number: 14:948:68\n[ 0.829160] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:02 UTC (1534838702)\n[ 0.831797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833630] EDD information not available.\n[ 0.885941] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902466] Write protecting the kernel read-only data: 14336k\n[ 0.905740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908588] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.067506] 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.93. iid=i-0000009f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkHBr2NNefeOLfBLfxZg2R2etJwQ0PuVWgftfvMja2hnb1I8HJs+JiA+E1aGn5DU6FXWC/DS1KHJvDId+59Wag2BW+j+a+9JbYLATOub5KyOzR+MJqBmn3BqmFnKjhGkdq8USArGhONqeM0jlsKS9usGTJQW/BJ7ajekTzwyYyeWEeNRoaczuwaIUCgQ2Kopr9gRfNBlp0+qPFU1JyEk+povSYZeUy0hBK+YY9Lp/Oz3LCLmKYLZFbpifJESgmgKPRwg9k5VzgtFvmu3xQZvRPTbLV46eTX1+CVbTLdj6SxSx/hH4XelPZ7vjN5f3eViuBY6OfwLUaxOHxXX6iHfZf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAN9mzej+gpbYUl4Td9a7ti7P/FM8Ic+zptZWV0GJAUJuVbFepppwz04C9hLJ2bNM4OUCPKIBZii32z0Ropg5QiCLYHenMlbasSwayu++2HKTOTBwG9eRGI/E6+daBG5kxdBJT0xASkKnjgoAQOHMdILrgU+CE1oX1JoqMf6kK4lhAAAAFQCx1RkOiv6CRo7ghH0xnpFCSw3r3wAAAIEA2SEilZ2+Szw1dOX5PNC03bmE7yHOeIAckjbbhmKFEWkYEqfiYE8QB/KIv7ikfpOVq2Mx2w7+QIYGcZupBAbiNQ5mREX6W/88uyXYY0sQgte5C+oy4jwJC562qjWouacTaszZlHA5ZKItrOGgfa0+uCyzZNS1k0PJkcVjecg3p4YAAACBAKJu/IFTN/f9KNmmw11jwYWWDGOezTF1nGP7xbpDViL5vN6qKktgSnAEC5zjAbVhLAa5GDTvjZdj0qK/mRxbsrUbMLKrTSHg5in1JB1oy2NQ3ymVUVFl2bpxYcH3ZvO5wLJMyn6rv1pQPb2y82nHrPfozSHlCxcS/ekM2vb69Kpj root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.29s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fecd:8c0b/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-0000009f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.85 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CD:8C:0B \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecd:8c0b/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-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.245641] usb 1-1: Product: QEMU USB Tablet\n[ 1.245642] usb 1-1: Manufacturer: QEMU\n[ 1.245642] usb 1-1: SerialNumber: 42\n[ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.815395] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:05:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:05:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:05:02 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:05:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:05:02 cirros kern.notice kernel: [ 1.067506] random: dd urandom read with 5 bits of entropy available\nAug 21 09:05:02 cirros kern.info kernel: [ 1.084480] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245637] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245639] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245641] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: Manufacturer: QEMU\nAug 21 09:05:02 cirros kern.info kernel: [ 1.245642] usb 1-1: SerialNumber: 42\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588533] tsc: Refined TSC clocksource calibration: 3491.870 MHz\nAug 21 09:05:03 cirros kern.info kernel: [ 1.588541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nAug 21 09:05:03 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:05:04 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:05:04 cirros kern.info kernel: [ 2.775328] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:05:04 cirros kern.info kernel: [ 2.815395] 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-21 08:06:28,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-2eff1516-f246-496d-9659-551277b5307f 2018-08-21 08:06:28,545 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08: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 x-openstack-request-id: req-1db52407-d520-473a-a0e7-98c18285d1c3 x-compute-request-id: req-1db52407-d520-473a-a0e7-98c18285d1c3 Content-Length: 0 Content-Type: application/json 2018-08-21 08:06:28,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/025fd698-2fa9-43fb-b188-50108bc92139/action used request id req-1db52407-d520-473a-a0e7-98c18285d1c3 2018-08-21 08:06:29,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}733a0501ce9a6d7249ef45316225817ab1de9132" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:29,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83ce50c7c6a7e47b2822c6ae2820ffca3bf8083d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:29,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-0c73cd8f-fd06-4075-a54b-e892d19f9874 x-compute-request-id: req-0c73cd8f-fd06-4075-a54b-e892d19f9874 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530691273 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.192646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195028] pid_max: default: 32768 minimum: 301\n[ 0.196337] ACPI: Core revision 20150930\n[ 0.198034] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199921] Security Framework initialized\n[ 0.201076] Yama: becoming mindful.\n[ 0.202115] AppArmor: AppArmor initialized\n[ 0.203374] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205227] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207036] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208768] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210724] Initializing cgroup subsys io\n[ 0.211920] Initializing cgroup subsys memory\n[ 0.213177] Initializing cgroup subsys devices\n[ 0.214441] Initializing cgroup subsys freezer\n[ 0.215719] Initializing cgroup subsys net_cls\n[ 0.216951] Initializing cgroup subsys perf_event\n[ 0.218245] Initializing cgroup subsys net_prio\n[ 0.219531] Initializing cgroup subsys hugetlb\n[ 0.220806] Initializing cgroup subsys pids\n[ 0.222054] CPU: Physical Processor ID: 0\n[ 0.223952] mce: CPU supports 10 MCE banks\n[ 0.225140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241385] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248122] ftrace: allocating 31920 entries in 125 pages\n[ 0.273503] smpboot: Max logical packages: 1\n[ 0.274766] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276742] x2apic enabled\n[ 0.277900] Switched APIC routing to physical x2apic.\n[ 0.280418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282017] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284918] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287467] KVM setup paravirtual spinlock\n[ 0.289128] x86: Booted up 1 node, 1 CPUs\n[ 0.290315] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292299] devtmpfs: initialized\n[ 0.294310] evm: security.selinux\n[ 0.295310] evm: security.SMACK64\n[ 0.296299] evm: security.SMACK64EXEC\n[ 0.297361] evm: security.SMACK64TRANSMUTE\n[ 0.298516] evm: security.SMACK64MMAP\n[ 0.299579] evm: security.ima\n[ 0.300491] evm: security.capability\n[ 0.301606] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304257] pinctrl core: initialized pinctrl subsystem\n[ 0.305790] RTC time: 8:05:25, date: 08/21/18\n[ 0.307115] NET: Registered protocol family 16\n[ 0.308532] cpuidle: using governor ladder\n[ 0.309714] cpuidle: using governor menu\n[ 0.310833] PCCT header not found.\n[ 0.311887] ACPI: bus type PCI registered\n[ 0.313028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314836] PCI: Using configuration type 1 for base access\n[ 0.317017] ACPI: Added _OSI(Module Device)\n[ 0.318207] ACPI: Added _OSI(Processor Device)\n[ 0.319448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320767] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322995] ACPI: Interpreter enabled\n[ 0.324113] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334650] ACPI: (supports S0 S5)\n[ 0.335672] ACPI: Using IOAPIC for interrupt routing\n[ 0.337032] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342544] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344318] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349136] acpiphp: Slot [3] registered\n[ 0.350272] acpiphp: Slot [4] registered\n[ 0.351407] acpiphp: Slot [5] registered\n[ 0.352543] acpiphp: Slot [6] registered\n[ 0.353675] acpiphp: Slot [7] registered\n[ 0.354867] acpiphp: Slot [8] registered\n[ 0.355998] acpiphp: Slot [9] registered\n[ 0.357127] acpiphp: Slot [10] registered\n[ 0.358305] acpiphp: Slot [11] registered\n[ 0.359488] acpiphp: Slot [12] registered\n[ 0.360636] acpiphp: Slot [13] registered\n[ 0.361782] acpiphp: Slot [14] registered\n[ 0.362936] acpiphp: Slot [15] registered\n[ 0.378018] acpiphp: Slot [16] registered\n[ 0.379174] acpiphp: Slot [17] registered\n[ 0.380322] acpiphp: Slot [18] registered\n[ 0.381467] acpiphp: Slot [19] registered\n[ 0.382674] acpiphp: Slot [20] registered\n[ 0.383857] acpiphp: Slot [21] registered\n[ 0.385040] acpiphp: Slot [22] registered\n[ 0.386186] acpiphp: Slot [23] registered\n[ 0.387347] acpiphp: Slot [24] registered\n[ 0.388503] acpiphp: Slot [25] registered\n[ 0.389649] acpiphp: Slot [26] registered\n[ 0.390792] acpiphp: Slot [27] registered\n[ 0.391939] acpiphp: Slot [28] registered\n[ 0.393086] acpiphp: Slot [29] registered\n[ 0.394233] acpiphp: Slot [30] registered\n[ 0.395406] acpiphp: Slot [31] registered\n[ 0.396553] PCI host bridge to bus 0000:00\n[ 0.397700] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399405] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403188] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405284] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414899] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416722] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421163] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423274] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444925] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447005] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450952] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453194] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454949] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456830] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458354] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460597] vgaarb: loaded\n[ 0.461455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463148] SCSI subsystem initialized\n[ 0.464465] ACPI: bus type USB registered\n[ 0.465668] usbcore: registered new interface driver usbfs\n[ 0.467147] usbcore: registered new interface driver hub\n[ 0.468579] usbcore: registered new device driver usb\n[ 0.470153] PCI: Using ACPI for IRQ routing\n[ 0.471766] NetLabel: Initializing\n[ 0.472784] NetLabel: domain hash size = 128\n[ 0.473999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475378] NetLabel: unlabeled traffic allowed by default\n[ 0.477031] clocksource: Switched to clocksource kvm-clock\n[ 0.486890] AppArmor: AppArmor Filesystem Enabled\n[ 0.488263] pnp: PnP ACPI init\n[ 0.489523] pnp: PnP ACPI: found 5 devices\n[ 0.496338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498806] NET: Registered protocol family 2\n[ 0.500259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503828] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505554] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508900] NET: Registered protocol family 1\n[ 0.510151] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511731] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527739] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542153] Trying to unpack rootfs image as initramfs...\n[ 0.604126] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609617] Scanning for low memory corruption every 60 seconds\n[ 0.612014] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613782] audit: initializing netlink subsys (disabled)\n[ 0.615357] audit: type=2000 audit(1534838726.263:1): initialized\n[ 0.617314] Initialise system trusted keyring\n[ 0.618651] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.620233] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622916] zbud: loaded\n[ 0.623907] VFS: Disk quotas dquot_6.6.0\n[ 0.625027] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627154] fuse init (API version 7.23)\n[ 0.628391] Key type big_key registered\n[ 0.629503] Allocating IMA MOK and blacklist keyrings.\n[ 0.631135] Key type asymmetric registered\n[ 0.632252] Asymmetric key parser 'x509' registered\n[ 0.633549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635577] io scheduler noop registered\n[ 0.636639] io scheduler deadline registered (default)\n[ 0.637993] io scheduler cfq registered\n[ 0.639159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642272] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644229] ACPI: Power Button [PWRF]\n[ 0.645442] GHES: HEST is not enabled!\n[ 0.659575] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.688758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.691581] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715256] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.718257] Linux agpgart interface v0.103\n[ 0.721680] brd: module loaded\n[ 0.723930] loop: module loaded\n[ 0.728451] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730422] GPT:90111 != 2097151\n[ 0.731337] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732793] GPT:90111 != 2097151\n[ 0.733702] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734987] vda: vda1 vda15\n[ 0.736601] scsi host0: ata_piix\n[ 0.737675] scsi host1: ata_piix\n[ 0.738653] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740277] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742231] libphy: Fixed MDIO Bus: probed\n[ 0.743345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.744635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.747561] PPP generic driver version 2.4.2\n[ 0.748788] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750385] ehci-pci: EHCI PCI platform driver\n[ 0.751578] ehci-platform: EHCI generic platform driver\n[ 0.752910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754426] ohci-pci: OHCI PCI platform driver\n[ 0.755603] ohci-platform: OHCI generic platform driver\n[ 0.756953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771499] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774814] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776179] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781236] usb usb1: Product: UHCI Host Controller\n[ 0.782480] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.783983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785284] hub 1-0:1.0: USB hub found\n[ 0.786348] hub 1-0:1.0: 2 ports detected\n[ 0.787694] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.790549] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.791829] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.793211] mousedev: PS/2 mouse device common for all mice\n[ 0.794877] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.797326] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800393] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801967] i2c /dev entries driver\n[ 0.802982] device-mapper: uevent: version 1.0.3\n[ 0.804255] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808256] NET: Registered protocol family 10\n[ 0.809878] NET: Registered protocol family 17\n[ 0.811110] Key type dns_resolver registered\n[ 0.812429] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.813947] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816396] registered taskstats version 1\n[ 0.817582] Loading compiled-in X.509 certificates\n[ 0.819453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822065] zswap: loaded using pool lzo/zbud\n[ 0.824216] Key type trusted registered\n[ 0.826450] Key type encrypted registered\n[ 0.827582] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.830462] evm: HMAC attrs: 0x1\n[ 0.831767] Magic number: 14:948:68\n[ 0.832940] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:26 UTC (1534838726)\n[ 0.835171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.836715] EDD information not available.\n[ 0.897736] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.914331] ata1.00: configured for MWDMA2\n[ 0.916033] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.919059] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.920711] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.922384] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.925167] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.927268] Write protecting the kernel read-only data: 14336k\n[ 0.930186] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.932658] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.107395] 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 1.10s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:29,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-2984c472-ab81-4c46-8921-5151bbf9acdc x-compute-request-id: req-2984c472-ab81-4c46-8921-5151bbf9acdc 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 520777229 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182725] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185003] pid_max: default: 32768 minimum: 301\n[ 0.186221] ACPI: Core revision 20150930\n[ 0.187883] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189664] Security Framework initialized\n[ 0.190781] Yama: becoming mindful.\n[ 0.191780] AppArmor: AppArmor initialized\n[ 0.192935] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194703] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196414] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198040] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199913] Initializing cgroup subsys io\n[ 0.201030] Initializing cgroup subsys memory\n[ 0.202217] Initializing cgroup subsys devices\n[ 0.203416] Initializing cgroup subsys freezer\n[ 0.204600] Initializing cgroup subsys net_cls\n[ 0.205793] Initializing cgroup subsys perf_event\n[ 0.207046] Initializing cgroup subsys net_prio\n[ 0.208256] Initializing cgroup subsys hugetlb\n[ 0.209460] Initializing cgroup subsys pids\n[ 0.210644] CPU: Physical Processor ID: 0\n[ 0.212434] mce: CPU supports 10 MCE banks\n[ 0.213596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214997] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.236452] ftrace: allocating 31920 entries in 125 pages\n[ 0.261873] smpboot: Max logical packages: 1\n[ 0.263049] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.264936] x2apic enabled\n[ 0.266086] Switched APIC routing to physical x2apic.\n[ 0.268546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.272817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275280] KVM setup paravirtual spinlock\n[ 0.276870] x86: Booted up 1 node, 1 CPUs\n[ 0.277972] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279849] devtmpfs: initialized\n[ 0.281826] evm: security.selinux\n[ 0.282788] evm: security.SMACK64\n[ 0.283757] evm: security.SMACK64EXEC\n[ 0.284788] evm: security.SMACK64TRANSMUTE\n[ 0.285895] evm: security.SMACK64MMAP\n[ 0.286913] evm: security.ima\n[ 0.287809] evm: security.capability\n[ 0.288894] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291427] pinctrl core: initialized pinctrl subsystem\n[ 0.292908] RTC time: 8:05:11, date: 08/21/18\n[ 0.294205] NET: Registered protocol family 16\n[ 0.295524] cpuidle: using governor ladder\n[ 0.296651] cpuidle: using governor menu\n[ 0.297739] PCCT header not found.\n[ 0.298766] ACPI: bus type PCI registered\n[ 0.299865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.301547] PCI: Using configuration type 1 for base access\n[ 0.303685] ACPI: Added _OSI(Module Device)\n[ 0.304841] ACPI: Added _OSI(Processor Device)\n[ 0.306021] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307260] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.309409] ACPI: Interpreter enabled\n[ 0.310453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.315525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318061] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.320601] ACPI: (supports S0 S5)\n[ 0.321579] ACPI: Using IOAPIC for interrupt routing\n[ 0.322896] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.326697] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.329927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.331559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.334533] acpiphp: Slot [3] registered\n[ 0.335630] acpiphp: Slot [4] registered\n[ 0.336725] acpiphp: Slot [5] registered\n[ 0.337827] acpiphp: Slot [6] registered\n[ 0.338929] acpiphp: Slot [7] registered\n[ 0.340025] acpiphp: Slot [8] registered\n[ 0.341116] acpiphp: Slot [9] registered\n[ 0.342212] acpiphp: Slot [10] registered\n[ 0.343335] acpiphp: Slot [11] registered\n[ 0.344451] acpiphp: Slot [12] registered\n[ 0.345567] acpiphp: Slot [13] registered\n[ 0.346677] acpiphp: Slot [14] registered\n[ 0.347792] acpiphp: Slot [15] registered\n[ 0.363372] acpiphp: Slot [16] registered\n[ 0.364480] acpiphp: Slot [17] registered\n[ 0.365593] acpiphp: Slot [18] registered\n[ 0.366699] acpiphp: Slot [19] registered\n[ 0.367814] acpiphp: Slot [20] registered\n[ 0.368926] acpiphp: Slot [21] registered\n[ 0.370039] acpiphp: Slot [22] registered\n[ 0.371146] acpiphp: Slot [23] registered\n[ 0.372250] acpiphp: Slot [24] registered\n[ 0.373363] acpiphp: Slot [25] registered\n[ 0.374469] acpiphp: Slot [26] registered\n[ 0.375569] acpiphp: Slot [27] registered\n[ 0.376682] acpiphp: Slot [28] registered\n[ 0.377797] acpiphp: Slot [29] registered\n[ 0.378906] acpiphp: Slot [30] registered\n[ 0.380019] acpiphp: Slot [31] registered\n[ 0.381125] PCI host bridge to bus 0000:00\n[ 0.382233] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.383855] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387471] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389455] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391485] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398759] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404788] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406726] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427358] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431278] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435210] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436932] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438717] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442277] vgaarb: loaded\n[ 0.443113] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444749] SCSI subsystem initialized\n[ 0.446010] ACPI: bus type USB registered\n[ 0.447145] usbcore: registered new interface driver usbfs\n[ 0.448542] usbcore: registered new interface driver hub\n[ 0.449899] usbcore: registered new device driver usb\n[ 0.451402] PCI: Using ACPI for IRQ routing\n[ 0.452905] NetLabel: Initializing\n[ 0.453895] NetLabel: domain hash size = 128\n[ 0.455050] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456367] NetLabel: unlabeled traffic allowed by default\n[ 0.457931] clocksource: Switched to clocksource kvm-clock\n[ 0.468071] AppArmor: AppArmor Filesystem Enabled\n[ 0.469404] pnp: PnP ACPI init\n[ 0.470630] pnp: PnP ACPI: found 5 devices\n[ 0.477457] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479791] NET: Registered protocol family 2\n[ 0.481202] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482977] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484620] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487783] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489394] NET: Registered protocol family 1\n[ 0.490614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493604] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508127] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522929] Trying to unpack rootfs image as initramfs...\n[ 0.585068] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589982] Scanning for low memory corruption every 60 seconds\n[ 0.592164] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593780] audit: initializing netlink subsys (disabled)\n[ 0.595286] audit: type=2000 audit(1534838712.896:1): initialized\n[ 0.597163] Initialise system trusted keyring\n[ 0.598523] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602841] zbud: loaded\n[ 0.603836] VFS: Disk quotas dquot_6.6.0\n[ 0.604981] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607141] fuse init (API version 7.23)\n[ 0.608385] Key type big_key registered\n[ 0.609499] Allocating IMA MOK and blacklist keyrings.\n[ 0.611172] Key type asymmetric registered\n[ 0.612320] Asymmetric key parser 'x509' registered\n[ 0.613653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.615716] io scheduler noop registered\n[ 0.616815] io scheduler deadline registered (default)\n[ 0.618196] io scheduler cfq registered\n[ 0.619398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.620813] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624577] ACPI: Power Button [PWRF]\n[ 0.625788] GHES: HEST is not enabled!\n[ 0.639887] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668917] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.671809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.695569] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.698643] Linux agpgart interface v0.103\n[ 0.702058] brd: module loaded\n[ 0.704286] loop: module loaded\n[ 0.709163] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711171] GPT:90111 != 2097151\n[ 0.712106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713600] GPT:90111 != 2097151\n[ 0.714549] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715837] vda: vda1 vda15\n[ 0.717441] scsi host0: ata_piix\n[ 0.718491] scsi host1: ata_piix\n[ 0.719462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723054] libphy: Fixed MDIO Bus: probed\n[ 0.724183] tun: Universal TUN/TAP device driver, 1.6\n[ 0.725486] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728489] PPP generic driver version 2.4.2\n[ 0.729729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.731355] ehci-pci: EHCI PCI platform driver\n[ 0.732561] ehci-platform: EHCI generic platform driver\n[ 0.733920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.735469] ohci-pci: OHCI PCI platform driver\n[ 0.736674] ohci-platform: OHCI generic platform driver\n[ 0.738036] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755991] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757350] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762509] usb usb1: Product: UHCI Host Controller\n[ 0.763771] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765342] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766688] hub 1-0:1.0: USB hub found\n[ 0.767835] hub 1-0:1.0: 2 ports detected\n[ 0.769124] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774750] mousedev: PS/2 mouse device common for all mice\n[ 0.776450] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778929] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782089] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783723] i2c /dev entries driver\n[ 0.784790] device-mapper: uevent: version 1.0.3\n[ 0.786232] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788572] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790492] NET: Registered protocol family 10\n[ 0.792092] NET: Registered protocol family 17\n[ 0.793368] Key type dns_resolver registered\n[ 0.794746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796311] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798837] registered taskstats version 1\n[ 0.800045] Loading compiled-in X.509 certificates\n[ 0.801956] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804627] zswap: loaded using pool lzo/zbud\n[ 0.806789] Key type trusted registered\n[ 0.808997] Key type encrypted registered\n[ 0.810209] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811667] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813137] evm: HMAC attrs: 0x1\n[ 0.814500] Magic number: 14:948:68\n[ 0.815687] rtc_cmos 00:00: setting system clock to 2018-08-21 08:05:12 UTC (1534838712)\n[ 0.817999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.819584] EDD information not available.\n[ 0.878649] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.895256] ata1.00: configured for MWDMA2\n[ 0.896941] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.900030] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.901767] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.903500] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.906344] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908529] Write protecting the kernel read-only data: 14336k\n[ 0.911502] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914037] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.976219] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nTop of dropbear init script\nStarting dropbear 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.57s]\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\nping 10.10.10.6 OK\n"} 2018-08-21 08:06:29,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-0c73cd8f-fd06-4075-a54b-e892d19f9874 2018-08-21 08:06:29,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-2984c472-ab81-4c46-8921-5151bbf9acdc 2018-08-21 08:06:29,502 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-08-21 08:06:29,502 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=21c55ddc-3b94-45fe-b1b6-f12f244144df network=52ce7514-5725-4f92-b473-6320595bdc13 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 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-21 08:06:29,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:06:29,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:06:29,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:06:29,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:06:29,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:06:29,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:06:29,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:06:29,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:06:29,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:06:29,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:06:29,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:06:29,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:06:29,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:06:29,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:06:29,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:06:29,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:06:29,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3a5244-2b07-4bd4-a67e-8eea2be226f9 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:06:29,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-fe3a5244-2b07-4bd4-a67e-8eea2be226f9 2018-08-21 08:06:29,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:06:30,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:06:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["f1LdpK_qTN-bhTixiMeg5w"], "issued_at": "2018-08-21T08:06:29.000000Z"}} 2018-08-21 08:06:30,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" 2018-08-21 08:06:30,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c74018e-4bf3-459f-9948-1f455a245ac4 x-compute-request-id: req-9c74018e-4bf3-459f-9948-1f455a245ac4 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:06:30,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-9c74018e-4bf3-459f-9948-1f455a245ac4 2018-08-21 08:06:30,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" 2018-08-21 08:06:30,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dd0c553-2c44-47d8-9313-f7d51b9a9e86 x-compute-request-id: req-7dd0c553-2c44-47d8-9313-f7d51b9a9e86 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:06:30,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-7dd0c553-2c44-47d8-9313-f7d51b9a9e86 2018-08-21 08:06:30,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjQKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "52ce7514-5725-4f92-b473-6320595bdc13"}], "config_drive": true}}' 2018-08-21 08:06:32,242 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:06:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0355634d-631d-461e-8a11-8e3d7fb3296c x-compute-request-id: req-0355634d-631d-461e-8a11-8e3d7fb3296c Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1d4865cf-32b1-41a0-860f-eb58a43d24d5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "bookmark"}], "adminPass": "9yE85RLmgDRg"}} 2018-08-21 08:06:32,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-0355634d-631d-461e-8a11-8e3d7fb3296c 2018-08-21 08:06:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:06:32,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33ed121c-9579-4b97-9a77-51313a8b29a7 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:06:32,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-33ed121c-9579-4b97-9a77-51313a8b29a7 2018-08-21 08:06:32,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:06:32,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["pC7q7dXPTDieLI-Pq-xCtw"], "issued_at": "2018-08-21T08:06:32.000000Z"}} 2018-08-21 08:06:32,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0286e9259b9e2a12a2dd3057ea105be47428ca5" 2018-08-21 08:06:33,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-91d76321-6a74-4711-8cea-99824f02a21a x-compute-request-id: req-91d76321-6a74-4711-8cea-99824f02a21a Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a2", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1d4865cf-32b1-41a0-860f-eb58a43d24d5", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:06:33Z", "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-21T08:06:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:06:33,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 used request id req-91d76321-6a74-4711-8cea-99824f02a21a 2018-08-21 08:06:36,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0286e9259b9e2a12a2dd3057ea105be47428ca5" 2018-08-21 08:06:37,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-ce80f1da-a0f8-4093-a0ae-1975b54f6691 x-compute-request-id: req-ce80f1da-a0f8-4093-a0ae-1975b54f6691 Content-Encoding: gzip Content-Length: 779 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:78:d9:f1", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a2", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1d4865cf-32b1-41a0-860f-eb58a43d24d5", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:06:33Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-08-21T08:06:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:06:37,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 used request id req-ce80f1da-a0f8-4093-a0ae-1975b54f6691 2018-08-21 08:06:40,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0286e9259b9e2a12a2dd3057ea105be47428ca5" 2018-08-21 08:06:40,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96578011-461a-4ea8-9c2e-a60a25eb49ce x-compute-request-id: req-96578011-461a-4ea8-9c2e-a60a25eb49ce 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:78:d9:f1", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a2", "OS-SRV-USG:launched_at": "2018-08-21T08:06:37.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1d4865cf-32b1-41a0-860f-eb58a43d24d5", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:06:37Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-08-21T08:06:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:06:40,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 used request id req-96578011-461a-4ea8-9c2e-a60a25eb49ce 2018-08-21 08:06:40,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" 2018-08-21 08:06:41,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa45b022-513b-4ef4-8cff-1397379c8f20 x-compute-request-id: req-fa45b022-513b-4ef4-8cff-1397379c8f20 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:78:d9:f1", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5", "rel": "bookmark"}], "image": {"id": "21c55ddc-3b94-45fe-b1b6-f12f244144df", "links": [{"href": "http://172.30.9.44:8774/images/21c55ddc-3b94-45fe-b1b6-f12f244144df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a2", "OS-SRV-USG:launched_at": "2018-08-21T08:06:37.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "1d4865cf-32b1-41a0-860f-eb58a43d24d5", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:06:37Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2018-08-21T08:06:32Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:06:41,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5 used request id req-fa45b022-513b-4ef4-8cff-1397379c8f20 2018-08-21 08:06:41,165 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.16'. 2018-08-21 08:06:41,166 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-08-21 08:06:41,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:06:41,960 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:06: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-3f6bd760-b771-49ff-a12b-6d4528f7cee4 x-compute-request-id: req-3f6bd760-b771-49ff-a12b-6d4528f7cee4 Content-Length: 0 Content-Type: application/json 2018-08-21 08:06:41,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-3f6bd760-b771-49ff-a12b-6d4528f7cee4 2018-08-21 08:06:41,960 - sdnvpn_test_utils - INFO - Waiting for instance 1d4865cf-32b1-41a0-860f-eb58a43d24d5 to boot up 2018-08-21 08:06:41,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:42,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-a4d2a13c-a34f-4a95-9c37-fb1b42918ad1 x-compute-request-id: req-a4d2a13c-a34f-4a95-9c37-fb1b42918ad1 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\n"} 2018-08-21 08:06:42,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-a4d2a13c-a34f-4a95-9c37-fb1b42918ad1 2018-08-21 08:06:44,043 - __name__ - INFO - Starting monitor thread of vm_4 2018-08-21 08:06:45,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:45,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-0a792753-7e03-421f-977b-bcc3536fb676 x-compute-request-id: req-0a792753-7e03-421f-977b-bcc3536fb676 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\n"} 2018-08-21 08:06:45,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-0a792753-7e03-421f-977b-bcc3536fb676 2018-08-21 08:06:46,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:46,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-747ad257-3f6e-48b9-8ca3-8250342c7220 x-compute-request-id: req-747ad257-3f6e-48b9-8ca3-8250342c7220 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\n"} 2018-08-21 08:06:46,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-747ad257-3f6e-48b9-8ca3-8250342c7220 2018-08-21 08:06:47,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:47,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-fc86944e-60c3-4235-b09a-d55d4726d9cd x-compute-request-id: req-fc86944e-60c3-4235-b09a-d55d4726d9cd 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\n"} 2018-08-21 08:06:47,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-fc86944e-60c3-4235-b09a-d55d4726d9cd 2018-08-21 08:06:48,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:48,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-c9164810-8fac-4994-953e-2ca1a90df5c9 x-compute-request-id: req-c9164810-8fac-4994-953e-2ca1a90df5c9 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\n"} 2018-08-21 08:06:48,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-c9164810-8fac-4994-953e-2ca1a90df5c9 2018-08-21 08:06:49,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:49,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e15387d7-ea19-4d2f-a2b3-010a8a48cfb0 x-compute-request-id: req-e15387d7-ea19-4d2f-a2b3-010a8a48cfb0 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:49,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-e15387d7-ea19-4d2f-a2b3-010a8a48cfb0 2018-08-21 08:06:50,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:50,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-0902aa4f-3561-4e28-80b1-55c3bc40e834 x-compute-request-id: req-0902aa4f-3561-4e28-80b1-55c3bc40e834 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:50,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-0902aa4f-3561-4e28-80b1-55c3bc40e834 2018-08-21 08:06:51,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:51,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-68cc354b-9ec7-4103-81d8-c1e0967c5b24 x-compute-request-id: req-68cc354b-9ec7-4103-81d8-c1e0967c5b24 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:51,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-68cc354b-9ec7-4103-81d8-c1e0967c5b24 2018-08-21 08:06:52,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:52,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed22302d-35c2-4399-9840-2db1ab4c7973 x-compute-request-id: req-ed22302d-35c2-4399-9840-2db1ab4c7973 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:52,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-ed22302d-35c2-4399-9840-2db1ab4c7973 2018-08-21 08:06:53,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:53,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-4e773b4f-5487-4091-8288-8ead5143fb88 x-compute-request-id: req-4e773b4f-5487-4091-8288-8ead5143fb88 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:53,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-4e773b4f-5487-4091-8288-8ead5143fb88 2018-08-21 08:06:54,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:54,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-76d88d7b-e666-4973-8715-397c7192752d x-compute-request-id: req-76d88d7b-e666-4973-8715-397c7192752d 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:54,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-76d88d7b-e666-4973-8715-397c7192752d 2018-08-21 08:06:55,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:55,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a32d179-4be6-47da-8bf3-478498bc0ddd x-compute-request-id: req-7a32d179-4be6-47da-8bf3-478498bc0ddd 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:55,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-7a32d179-4be6-47da-8bf3-478498bc0ddd 2018-08-21 08:06:56,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:56,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-9368fb0a-7857-4a04-ac82-a1b00e4d77b7 x-compute-request-id: req-9368fb0a-7857-4a04-ac82-a1b00e4d77b7 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\n"} 2018-08-21 08:06:56,970 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-9368fb0a-7857-4a04-ac82-a1b00e4d77b7 2018-08-21 08:06:57,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:58,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-ef1e36dc-2759-4b96-b4da-f023b4c9200a x-compute-request-id: req-ef1e36dc-2759-4b96-b4da-f023b4c9200a 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:06:58,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-ef1e36dc-2759-4b96-b4da-f023b4c9200a 2018-08-21 08:06:59,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:06:59,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:06: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-546c4c28-4b31-426c-a3c0-fbed65a00ced x-compute-request-id: req-546c4c28-4b31-426c-a3c0-fbed65a00ced 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:06:59,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-546c4c28-4b31-426c-a3c0-fbed65a00ced 2018-08-21 08:07:00,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:00,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-15e5b471-c8a9-4821-b4f9-f6bb73badff3 x-compute-request-id: req-15e5b471-c8a9-4821-b4f9-f6bb73badff3 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:00,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-15e5b471-c8a9-4821-b4f9-f6bb73badff3 2018-08-21 08:07:01,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:01,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c33cfb6-ff20-40ad-a29f-ff86e30b4715 x-compute-request-id: req-5c33cfb6-ff20-40ad-a29f-ff86e30b4715 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:01,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-5c33cfb6-ff20-40ad-a29f-ff86e30b4715 2018-08-21 08:07:02,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:02,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-96be7dd5-a67b-4f5f-b0cc-2ab48eb00a41 x-compute-request-id: req-96be7dd5-a67b-4f5f-b0cc-2ab48eb00a41 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:02,353 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-96be7dd5-a67b-4f5f-b0cc-2ab48eb00a41 2018-08-21 08:07:03,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:03,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-db14bc3e-11c7-4fc4-adce-c76c4e0db05a x-compute-request-id: req-db14bc3e-11c7-4fc4-adce-c76c4e0db05a 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:03,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-db14bc3e-11c7-4fc4-adce-c76c4e0db05a 2018-08-21 08:07:04,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:04,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5590c2d9-9a7d-49ff-9a14-cbb7e088d348 x-compute-request-id: req-5590c2d9-9a7d-49ff-9a14-cbb7e088d348 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:04,503 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-5590c2d9-9a7d-49ff-9a14-cbb7e088d348 2018-08-21 08:07:05,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:05,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-d48119b5-744d-4139-bc51-9260bcb89bae x-compute-request-id: req-d48119b5-744d-4139-bc51-9260bcb89bae 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:05,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-d48119b5-744d-4139-bc51-9260bcb89bae 2018-08-21 08:07:06,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:06,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cf71322-8182-42d2-8313-a035b5b1198a x-compute-request-id: req-7cf71322-8182-42d2-8313-a035b5b1198a 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:06,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-7cf71322-8182-42d2-8313-a035b5b1198a 2018-08-21 08:07:07,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:07,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2420909-147b-4d46-a671-698d657a310a x-compute-request-id: req-b2420909-147b-4d46-a671-698d657a310a 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\n"} 2018-08-21 08:07:07,714 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-b2420909-147b-4d46-a671-698d657a310a 2018-08-21 08:07:08,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:08,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83af5654-4eba-4827-810c-988270064b32 x-compute-request-id: req-83af5654-4eba-4827-810c-988270064b32 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:07:08,789 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-83af5654-4eba-4827-810c-988270064b32 2018-08-21 08:07:09,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:09,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fba7234-55ca-4914-87dd-866b1e18b3be x-compute-request-id: req-1fba7234-55ca-4914-87dd-866b1e18b3be 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:07:09,856 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-1fba7234-55ca-4914-87dd-866b1e18b3be 2018-08-21 08:07:10,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:10,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15e23817-98c1-4dae-9798-c40c93fe1127 x-compute-request-id: req-15e23817-98c1-4dae-9798-c40c93fe1127 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:07:10,934 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-15e23817-98c1-4dae-9798-c40c93fe1127 2018-08-21 08:07:11,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:12,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-247d47ef-d490-48c2-b87c-e32246544c33 x-compute-request-id: req-247d47ef-d490-48c2-b87c-e32246544c33 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:07:12,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-247d47ef-d490-48c2-b87c-e32246544c33 2018-08-21 08:07:13,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:13,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-d5d8386c-fea6-40a3-959e-2775d102858a x-compute-request-id: req-d5d8386c-fea6-40a3-959e-2775d102858a 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:07:13,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-d5d8386c-fea6-40a3-959e-2775d102858a 2018-08-21 08:07:14,062 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-08-21 08:07:14,062 - __name__ - INFO - Sending stop signal to monitor thread 2018-08-21 08:07:14,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b02ed049260d047e98d6d3625c8dc8ea345833" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:07:14,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-2ae63915-27a5-4457-9178-95508229b5ea x-compute-request-id: req-2ae63915-27a5-4457-9178-95508229b5ea 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 503243053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184272] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186551] pid_max: default: 32768 minimum: 301\n[ 0.187787] ACPI: Core revision 20150930\n[ 0.189456] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191236] Security Framework initialized\n[ 0.192357] Yama: becoming mindful.\n[ 0.193349] AppArmor: AppArmor initialized\n[ 0.194504] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199664] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201544] Initializing cgroup subsys io\n[ 0.202665] Initializing cgroup subsys memory\n[ 0.203869] Initializing cgroup subsys devices\n[ 0.205066] Initializing cgroup subsys freezer\n[ 0.206251] Initializing cgroup subsys net_cls\n[ 0.207470] Initializing cgroup subsys perf_event\n[ 0.208718] Initializing cgroup subsys net_prio\n[ 0.209935] Initializing cgroup subsys hugetlb\n[ 0.211144] Initializing cgroup subsys pids\n[ 0.212327] CPU: Physical Processor ID: 0\n[ 0.214110] mce: CPU supports 10 MCE banks\n[ 0.215276] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216648] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232699] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239401] ftrace: allocating 31920 entries in 125 pages\n[ 0.264917] smpboot: Max logical packages: 1\n[ 0.266089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267977] x2apic enabled\n[ 0.269111] Switched APIC routing to physical x2apic.\n[ 0.271583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273082] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278196] KVM setup paravirtual spinlock\n[ 0.279778] x86: Booted up 1 node, 1 CPUs\n[ 0.280881] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282754] devtmpfs: initialized\n[ 0.284728] evm: security.selinux\n[ 0.285681] evm: security.SMACK64\n[ 0.286637] evm: security.SMACK64EXEC\n[ 0.287658] evm: security.SMACK64TRANSMUTE\n[ 0.288757] evm: security.SMACK64MMAP\n[ 0.289770] evm: security.ima\n[ 0.290655] evm: security.capability\n[ 0.291732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294203] pinctrl core: initialized pinctrl subsystem\n[ 0.295666] RTC time: 8:06:37, date: 08/21/18\n[ 0.296942] NET: Registered protocol family 16\n[ 0.298243] cpuidle: using governor ladder\n[ 0.299355] cpuidle: using governor menu\n[ 0.300431] PCCT header not found.\n[ 0.301454] ACPI: bus type PCI registered\n[ 0.302551] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304220] PCI: Using configuration type 1 for base access\n[ 0.306360] ACPI: Added _OSI(Module Device)\n[ 0.307504] ACPI: Added _OSI(Processor Device)\n[ 0.308676] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312049] ACPI: Interpreter enabled\n[ 0.313106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318197] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320749] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323291] ACPI: (supports S0 S5)\n[ 0.324277] ACPI: Using IOAPIC for interrupt routing\n[ 0.325571] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329375] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337189] acpiphp: Slot [3] registered\n[ 0.338285] acpiphp: Slot [4] registered\n[ 0.339376] acpiphp: Slot [5] registered\n[ 0.340464] acpiphp: Slot [6] registered\n[ 0.341554] acpiphp: Slot [7] registered\n[ 0.342641] acpiphp: Slot [8] registered\n[ 0.343734] acpiphp: Slot [9] registered\n[ 0.344821] acpiphp: Slot [10] registered\n[ 0.345937] acpiphp: Slot [11] registered\n[ 0.347049] acpiphp: Slot [12] registered\n[ 0.348153] acpiphp: Slot [13] registered\n[ 0.349255] acpiphp: Slot [14] registered\n[ 0.350358] acpiphp: Slot [15] registered\n[ 0.365669] acpiphp: Slot [16] registered\n[ 0.366777] acpiphp: Slot [17] registered\n[ 0.367888] acpiphp: Slot [18] registered\n[ 0.368999] acpiphp: Slot [19] registered\n[ 0.370110] acpiphp: Slot [20] registered\n[ 0.371215] acpiphp: Slot [21] registered\n[ 0.372329] acpiphp: Slot [22] registered\n[ 0.373434] acpiphp: Slot [23] registered\n[ 0.374545] acpiphp: Slot [24] registered\n[ 0.375654] acpiphp: Slot [25] registered\n[ 0.376765] acpiphp: Slot [26] registered\n[ 0.377875] acpiphp: Slot [27] registered\n[ 0.378998] acpiphp: Slot [28] registered\n[ 0.380108] acpiphp: Slot [29] registered\n[ 0.381215] acpiphp: Slot [30] registered\n[ 0.382328] acpiphp: Slot [31] registered\n[ 0.383428] PCI host bridge to bus 0000:00\n[ 0.384533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389752] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391743] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397853] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399574] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407395] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431221] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439288] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441007] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442788] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444226] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446347] vgaarb: loaded\n[ 0.447181] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448825] SCSI subsystem initialized\n[ 0.450071] ACPI: bus type USB registered\n[ 0.451201] usbcore: registered new interface driver usbfs\n[ 0.452620] usbcore: registered new interface driver hub\n[ 0.453998] usbcore: registered new device driver usb\n[ 0.455507] PCI: Using ACPI for IRQ routing\n[ 0.457012] NetLabel: Initializing\n[ 0.458005] NetLabel: domain hash size = 128\n[ 0.459183] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460501] NetLabel: unlabeled traffic allowed by default\n[ 0.462085] clocksource: Switched to clocksource kvm-clock\n[ 0.472341] AppArmor: AppArmor Filesystem Enabled\n[ 0.473672] pnp: PnP ACPI init\n[ 0.474914] pnp: PnP ACPI: found 5 devices\n[ 0.481752] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.484089] NET: Registered protocol family 2\n[ 0.485512] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487260] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488918] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492043] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493644] NET: Registered protocol family 1\n[ 0.494855] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496338] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497786] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512321] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526933] Trying to unpack rootfs image as initramfs...\n[ 0.588549] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593762] Scanning for low memory corruption every 60 seconds\n[ 0.595920] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597518] audit: initializing netlink subsys (disabled)\n[ 0.599018] audit: type=2000 audit(1534838798.437:1): initialized\n[ 0.600889] Initialise system trusted keyring\n[ 0.602264] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603841] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606551] zbud: loaded\n[ 0.607553] VFS: Disk quotas dquot_6.6.0\n[ 0.608694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610862] fuse init (API version 7.23)\n[ 0.612093] Key type big_key registered\n[ 0.613196] Allocating IMA MOK and blacklist keyrings.\n[ 0.614885] Key type asymmetric registered\n[ 0.616020] Asymmetric key parser 'x509' registered\n[ 0.617330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619381] io scheduler noop registered\n[ 0.620470] io scheduler deadline registered (default)\n[ 0.621851] io scheduler cfq registered\n[ 0.623055] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624489] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.628259] ACPI: Power Button [PWRF]\n[ 0.629465] GHES: HEST is not enabled!\n[ 0.643617] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672665] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675555] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699250] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702283] Linux agpgart interface v0.103\n[ 0.705737] brd: module loaded\n[ 0.707974] loop: module loaded\n[ 0.712406] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714436] GPT:90111 != 2097151\n[ 0.715380] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716884] GPT:90111 != 2097151\n[ 0.717830] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719160] vda: vda1 vda15\n[ 0.720791] scsi host0: ata_piix\n[ 0.721864] scsi host1: ata_piix\n[ 0.722900] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.724588] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.726592] libphy: Fixed MDIO Bus: probed\n[ 0.727725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729041] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731960] PPP generic driver version 2.4.2\n[ 0.733210] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734862] ehci-pci: EHCI PCI platform driver\n[ 0.736076] ehci-platform: EHCI generic platform driver\n[ 0.737459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.739022] ohci-pci: OHCI PCI platform driver\n[ 0.740229] ohci-platform: OHCI generic platform driver\n[ 0.741603] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.756196] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.757580] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760991] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762571] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.764262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.766249] usb usb1: Product: UHCI Host Controller\n[ 0.767532] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.769092] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.770444] hub 1-0:1.0: USB hub found\n[ 0.771635] hub 1-0:1.0: 2 ports detected\n[ 0.772926] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.775811] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778545] mousedev: PS/2 mouse device common for all mice\n[ 0.780236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784258] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785891] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787537] i2c /dev entries driver\n[ 0.788594] device-mapper: uevent: version 1.0.3\n[ 0.789916] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.792159] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.794004] NET: Registered protocol family 10\n[ 0.795566] NET: Registered protocol family 17\n[ 0.796791] Key type dns_resolver registered\n[ 0.798084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.799588] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.801996] registered taskstats version 1\n[ 0.803163] Loading compiled-in X.509 certificates\n[ 0.804992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.807548] zswap: loaded using pool lzo/zbud\n[ 0.809615] Key type trusted registered\n[ 0.811746] Key type encrypted registered\n[ 0.812878] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815771] evm: HMAC attrs: 0x1\n[ 0.817065] Magic number: 14:501:119\n[ 0.818273] rtc_cmos 00:00: setting system clock to 2018-08-21 08:06:38 UTC (1534838798)\n[ 0.820505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.822043] EDD information not available.\n[ 0.882798] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.898966] ata1.00: configured for MWDMA2\n[ 0.900597] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.903533] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.905205] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.906947] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.909769] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.911896] Write protecting the kernel read-only data: 14336k\n[ 0.914913] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.263778] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.23s]\nping 10.10.10.7 OK\nping 10.10.10.4 OK\nping 10.10.10.7 OK\n"} 2018-08-21 08:07:14,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-2ae63915-27a5-4457-9178-95508229b5ea 2018-08-21 08:07:14,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"forceDelete": null}' 2018-08-21 08:07:14,367 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:07: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-5aa7b497-0d33-456b-929f-9071638e0426 x-compute-request-id: req-5aa7b497-0d33-456b-929f-9071638e0426 Content-Length: 0 Content-Type: application/json 2018-08-21 08:07:14,367 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/161b7a40-e558-47eb-af13-bf1667d97d82/action used request id req-5aa7b497-0d33-456b-929f-9071638e0426 2018-08-21 08:07:14,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"forceDelete": null}' 2018-08-21 08:07:14,553 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:07: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-0ffa6b27-ab57-4fd1-a621-e67d3771238a x-compute-request-id: req-0ffa6b27-ab57-4fd1-a621-e67d3771238a Content-Length: 0 Content-Type: application/json 2018-08-21 08:07:14,553 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/ce32c60e-5003-4f92-b18e-0cb8ccc90b41/action used request id req-0ffa6b27-ab57-4fd1-a621-e67d3771238a 2018-08-21 08:07:14,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}582f4cff92be3e80a093eeed1a66d5dbb706b84e" -d '{"forceDelete": null}' 2018-08-21 08:07:14,775 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:07: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-6caae815-17d1-47b7-8cdc-3344948780e9 x-compute-request-id: req-6caae815-17d1-47b7-8cdc-3344948780e9 Content-Length: 0 Content-Type: application/json 2018-08-21 08:07:14,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/1d4865cf-32b1-41a0-860f-eb58a43d24d5/action used request id req-6caae815-17d1-47b7-8cdc-3344948780e9 2018-08-21 08:07:14,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/21c55ddc-3b94-45fe-b1b6-f12f244144df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb0e9457d76c6d9da95519392687a575efda16eb" 2018-08-21 08:07:16,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e771998b-a035-44ec-8686-30b67c337d5c Date: Tue, 21 Aug 2018 08:07:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 08:07:16,583 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/21c55ddc-3b94-45fe-b1b6-f12f244144df used request id req-e771998b-a035-44ec-8686-30b67c337d5c 2018-08-21 08:07:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/5d402954-1951-4a4a-8e09-95dd4fc37092 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a18c819ef9811d8aa8c8a3513e7fd1d81042ae" 2018-08-21 08:07:18,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d4ec4df-bd56-462a-9496-b2be988580f8 Date: Tue, 21 Aug 2018 08:07:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:07:18,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/5d402954-1951-4a4a-8e09-95dd4fc37092 used request id req-7d4ec4df-bd56-462a-9496-b2be988580f8 2018-08-21 08:07:18,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/52ce7514-5725-4f92-b473-6320595bdc13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25a18c819ef9811d8aa8c8a3513e7fd1d81042ae" 2018-08-21 08:07:20,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f635062-5d35-467c-97d6-175e672ae4d2 Date: Tue, 21 Aug 2018 08:07:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:07:20,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/52ce7514-5725-4f92-b473-6320595bdc13 used request id req-3f635062-5d35-467c-97d6-175e672ae4d2 2018-08-21 08:07:20,157 - 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-21 08:07:20,157 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-21 08:07:20,174 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-21 08:07:20,174 - 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-21 08:07:20,174 - 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-21 08:07:20,174 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-21 08:07:20,174 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-21 08:07:20,250 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-21 08:07:20,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:07:20,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:07:20,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:07:20,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:07:20,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:07:20,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:07:20,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:07:20,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:07:20,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:07:20,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:07:20,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:07:20,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:07:20,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:07:20,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:07:20,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:07:20,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:07:20,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:07:20,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:07:20,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:07:20,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:07:20,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:07:20,259 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 08:07:20,261 - paramiko.transport - DEBUG - starting thread (client mode): 0x85c39510L 2018-08-21 08:07:20,261 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:07:20,287 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:07:20,287 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:07:20,293 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:07:20,293 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:07:20,293 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:07:20,294 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:07:20,294 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:07:20,294 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:07:20,307 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:07:20,307 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:07:20,325 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.52: 5c35bb06acf711f89c7f1c64af3dbee3 2018-08-21 08:07:20,326 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:07:20,348 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:07:20,366 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:07:20,391 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:07:20,534 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:07:20,535 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:07:20,574 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:07:20,575 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:07:20,598 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:07:24,896 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:07:24,897 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:07:24,899 - paramiko.transport - DEBUG - starting thread (client mode): 0x85c54910L 2018-08-21 08:07:24,900 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:07:24,911 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:07:24,911 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:07:24,914 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-21 08:07:24,914 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:07:24,914 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:07:24,914 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:07:24,914 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:07:24,914 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:07:24,919 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:07:24,920 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:07:24,931 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:07:24,932 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:07:24,959 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:07:24,971 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:07:24,996 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:07:25,107 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:07:25,108 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:07:25,147 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:07:25,147 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:07:25,163 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:07:25,176 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:07:25,178 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:07:25,178 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:07:25,179 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:07:25,179 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:07:25,220 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:07:25,235 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:07:25,237 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:07:25,237 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:07:25,238 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:07:25,238 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:07:25,279 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:07:25,290 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:07:25,292 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:07:25,293 - paramiko.transport - DEBUG - starting thread (client mode): 0x85cc7ed0L 2018-08-21 08:07:25,294 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:07:25,305 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:07:25,305 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:07:25,308 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:07:25,308 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:07:25,308 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:07:25,308 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:07:25,308 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:07:25,308 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:07:25,313 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:07:25,313 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:07:25,325 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:07:25,326 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:07:25,352 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:07:25,366 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:07:25,390 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:07:25,503 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:07:25,503 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:07:25,542 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:07:25,543 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:07:25,556 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:07:25,569 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:07:25,570 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:07:25,570 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:07:25,571 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:07:25,571 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:07:25,612 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:07:25,627 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:07:25,629 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:07:25,629 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:07:25,630 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:07:25,630 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:07:25,670 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:07:25,681 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:07:25,682 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:07:25,684 - paramiko.transport - DEBUG - starting thread (client mode): 0x85490610L 2018-08-21 08:07:25,684 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:07:25,804 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:07:25,804 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:07:25,807 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:07:25,807 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:07:25,807 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:07:25,807 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:07:25,807 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:07:25,808 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:07:25,813 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:07:25,813 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:07:25,816 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:07:25,817 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:07:25,853 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:07:25,947 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:07:25,949 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:07:26,180 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:07:26,180 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:07:26,219 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:07:26,220 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:07:26,255 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:07:26,492 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:07:26,493 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:07:26,493 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:07:26,494 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:07:26,494 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:07:26,535 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:07:26,672 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:07:26,674 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:07:26,675 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:07:26,676 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:07:26,676 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:07:26,717 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:07:26,761 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:07:26,762 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:07:26,763 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:07:26,765 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:07:26,765 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:07:26,769 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:07:31,956 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:07:31,957 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:07:31,959 - paramiko.transport - DEBUG - starting thread (client mode): 0x85c76f50L 2018-08-21 08:07:31,959 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:07:31,967 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:07:31,968 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:07:31,970 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:07:31,971 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:07:31,971 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:07:31,971 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:07:31,971 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:07:31,971 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:07:31,976 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:07:31,977 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:07:31,991 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:07:31,992 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:07:32,016 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:07:32,031 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:07:32,056 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:07:32,184 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:07:32,184 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:07:32,223 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:07:32,224 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:07:32,259 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:07:32,270 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:07:32,272 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:07:32,273 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:07:32,273 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:07:32,274 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:07:32,313 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:07:32,328 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:07:32,330 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:07:32,330 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:07:32,331 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:07:32,331 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:07:32,372 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:07:32,383 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:07:32,384 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:07:32,386 - paramiko.transport - DEBUG - starting thread (client mode): 0x85c8d850L 2018-08-21 08:07:32,387 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:07:32,394 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:07:32,394 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:07:32,396 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:07:32,396 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:07:32,396 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:07:32,397 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:07:32,397 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:07:32,397 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:07:32,401 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:07:32,402 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:07:32,419 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:07:32,420 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:07:32,441 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:07:32,455 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:07:32,484 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:07:32,591 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:07:32,592 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:07:32,631 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:07:32,631 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:07:32,651 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:07:32,662 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:07:32,663 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:07:32,664 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:07:32,664 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:07:32,665 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:07:32,705 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:07:32,721 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:07:32,722 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:07:32,723 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:07:32,724 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:07:32,724 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:07:32,764 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:07:32,775 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:07:32,776 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:07:32,778 - paramiko.transport - DEBUG - starting thread (client mode): 0x854acb90L 2018-08-21 08:07:32,778 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:07:32,788 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:07:32,788 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:07:32,791 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:07:32,791 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:07:32,791 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:07:32,791 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:07:32,792 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:07:32,792 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:07:32,796 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:07:32,797 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:07:32,810 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:07:32,810 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:07:32,837 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:07:32,851 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:07:32,875 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:07:32,988 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:07:32,988 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:07:33,027 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:07:33,028 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:07:33,044 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:07:33,058 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:07:33,059 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:07:33,060 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:07:33,061 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:07:33,061 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:07:33,102 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:07:33,119 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:07:33,120 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:07:33,121 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:07:33,121 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:07:33,122 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:07:33,163 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:07:33,175 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:07:33,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:07:33,178 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:07:33,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8c5919c-a1b5-49a9-a506-7662419ca8bb 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:07:33,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-a8c5919c-a1b5-49a9-a506-7662419ca8bb 2018-08-21 08:07:33,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:07:33,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["GEzrRN8PQk-S4VUWAnYNOA"], "issued_at": "2018-08-21T08:07:33.000000Z"}} 2018-08-21 08:07:33,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}743524592720ce34eef292f57d28ffebe46952e6" 2018-08-21 08:07:33,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0271aa9d-167e-4e43-8dda-e5ee4bbd2aa5 Date: Tue, 21 Aug 2018 08:07:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 08:07:33,854 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-0271aa9d-167e-4e43-8dda-e5ee4bbd2aa5 2018-08-21 08:07:33,854 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 08:07:33,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}743524592720ce34eef292f57d28ffebe46952e6" 2018-08-21 08:07:33,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-2c4f919f-1128-4e67-8a04-2e6f15def7f1 Date: Tue, 21 Aug 2018 08:07:33 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-21 08:07:33,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-2c4f919f-1128-4e67-8a04-2e6f15def7f1 2018-08-21 08:07:33,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}743524592720ce34eef292f57d28ffebe46952e6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 08:07:33,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-055d1c4c-c395-4259-a8a5-095e5f241f47 Date: Tue, 21 Aug 2018 08:07:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T08:07:33Z", "file": "/v2/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "size": null, "self": "/v2/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "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-21T08:07:33Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 08:07:33,949 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-055d1c4c-c395-4259-a8a5-095e5f241f47 2018-08-21 08:07:33,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}743524592720ce34eef292f57d28ffebe46952e6" -d '' 2018-08-21 08:07:34,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71d2073f-dc44-4df0-a035-4aaa0c7d3463 Date: Tue, 21 Aug 2018 08:07: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-21 08:07:34,687 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1/file used request id req-71d2073f-dc44-4df0-a035-4aaa0c7d3463 2018-08-21 08:07:34,688 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-08-21 08:07:34,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:07:34,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624016bf-7936-4ca6-9e5c-96be4e42ae08 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:07:34,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-624016bf-7936-4ca6-9e5c-96be4e42ae08 2018-08-21 08:07:34,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:07:35,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:07:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["D9E50hFRTjOi-YRkl0A2bA"], "issued_at": "2018-08-21T08:07:35.000000Z"}} 2018-08-21 08:07:35,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48871a8f7bb4f53c1f53de41aecd4e4783a24875" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-08-21 08:07:35,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-f160a431-2fa6-44c8-8f72-a772dad1eb8a Date: Tue, 21 Aug 2018 08:07: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":"9dc132d0-e266-43e0-8d0f-10b3bb3d689d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T08:07:35Z","is_default":false,"provider:segmentation_id":57,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:07:35Z","mtu":1450}} 2018-08-21 08:07:35,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-f160a431-2fa6-44c8-8f72-a772dad1eb8a 2018-08-21 08:07:35,764 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 9dc132d0-e266-43e0-8d0f-10b3bb3d689d with cidr 10.10.10.0/24 2018-08-21 08:07:35,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48871a8f7bb4f53c1f53de41aecd4e4783a24875" -d '{"subnets": [{"ip_version": 4, "network_id": "9dc132d0-e266-43e0-8d0f-10b3bb3d689d", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-08-21 08:07:36,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-4a1f1b74-d69e-4fef-9c02-a942bc172e4d Date: Tue, 21 Aug 2018 08:07:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9dc132d0-e266-43e0-8d0f-10b3bb3d689d","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:07:36Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:07:36Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"bb7bb916-279d-4d2d-996d-7fed734a3097","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-08-21 08:07:36,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-4a1f1b74-d69e-4fef-9c02-a942bc172e4d 2018-08-21 08:07:36,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48871a8f7bb4f53c1f53de41aecd4e4783a24875" 2018-08-21 08:07:36,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-7c0fc14e-d05a-4104-a1d1-ff3782059b01 Date: Tue, 21 Aug 2018 08:07:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T08:03:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-21T08:03:09Z", "revision_number": 0, "id": "616e7980-5a85-4757-af1e-30363c1e9eee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T08:03:09Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "a7999368-6286-456a-8c84-fcb73e79ce62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 5, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 08:07:36,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-7c0fc14e-d05a-4104-a1d1-ff3782059b01 2018-08-21 08:07:36,893 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-21 08:07:36,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:07:36,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ad2ff5-0f89-47e8-9019-c124ad3f7c62 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:07:36,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-67ad2ff5-0f89-47e8-9019-c124ad3f7c62 2018-08-21 08:07:36,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:07:37,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:07:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["kH0Kd1HjRdOLPThlqrxaYg"], "issued_at": "2018-08-21T08:07:37.000000Z"}} 2018-08-21 08:07:37,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a567491ff7a514b1ffa9bce8d0076d7778ab9e14" 2018-08-21 08:07:37,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-079d2b13-1a9f-49b4-9254-e1d66ae27ab8 x-compute-request-id: req-079d2b13-1a9f-49b4-9254-e1d66ae27ab8 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 08:07:37,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-079d2b13-1a9f-49b4-9254-e1d66ae27ab8 2018-08-21 08:07:37,722 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:07:37,723 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:07:37,723 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:07:37,725 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:07:37,750 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-21 08:07:37,751 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-21 08:07:37,752 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:07:37,753 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-21 08:07:37,753 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-21 08:07:37,794 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-21 08:07:37,812 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-21 08:07:37,813 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:07:37,814 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-21 08:07:37,814 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:07:37,814 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:07:37,819 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:07:37,843 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-21 08:07:37,845 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-21 08:07:37,845 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:07:37,846 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-21 08:07:37,846 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-21 08:07:37,886 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-21 08:07:37,904 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-21 08:07:37,905 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-08-21 08:07:37,905 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=b292ec8e-6074-41bc-8cd6-142a27f1a7e1 network=9dc132d0-e266-43e0-8d0f-10b3bb3d689d secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 08:07:37,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:07:37,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:07:37,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:07:37,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:07:37,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:07:37,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:07:37,907 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-21 08:07:37,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:07:37,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:07:37,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:07:37,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:07:37,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:07:37,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:07:37,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:07:37,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:07:37,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:07:37,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:07:37,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:07:37,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:07:37,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:07:37,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:07:37,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:07:37,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:07:37,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:07:37,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:07:37,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:07:37,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:07:37,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:07:37,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:07:37,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:07:37,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:07:37,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d14e2a-08c9-4ecd-a850-81183e35ded1 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:07:37,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-52d14e2a-08c9-4ecd-a850-81183e35ded1 2018-08-21 08:07:37,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:07:38,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:07:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["YqIUff41QG-8-1DsbqgO9w"], "issued_at": "2018-08-21T08:07:38.000000Z"}} 2018-08-21 08:07:38,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6571f1c3ba875713f302e20033f73e5bf3d75a" 2018-08-21 08:07:38,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-dc29420a-2a4e-40d7-828b-437822706ac5 x-compute-request-id: req-dc29420a-2a4e-40d7-828b-437822706ac5 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:07:38,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-dc29420a-2a4e-40d7-828b-437822706ac5 2018-08-21 08:07:38,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6571f1c3ba875713f302e20033f73e5bf3d75a" 2018-08-21 08:07:38,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-7dff80e5-fe32-4345-97fa-90e45799df10 x-compute-request-id: req-7dff80e5-fe32-4345-97fa-90e45799df10 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:07:38,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-7dff80e5-fe32-4345-97fa-90e45799df10 2018-08-21 08:07:38,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6571f1c3ba875713f302e20033f73e5bf3d75a" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9dc132d0-e266-43e0-8d0f-10b3bb3d689d"}]}}' 2018-08-21 08:07:40,752 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:07: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-8f04cf7e-b487-4448-85c6-1af74da881fa x-compute-request-id: req-8f04cf7e-b487-4448-85c6-1af74da881fa Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "966d18f1-4b30-418a-a9ce-eb6c3247a188", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "bookmark"}], "adminPass": "zwKwKN3Ppsxs"}} 2018-08-21 08:07:40,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-8f04cf7e-b487-4448-85c6-1af74da881fa 2018-08-21 08:07:40,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:07:40,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-842758a4-58fb-4a15-b98e-57455e60f251 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:07:40,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-842758a4-58fb-4a15-b98e-57455e60f251 2018-08-21 08:07:40,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:07:41,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:07:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["eeZeZaSmRpSVUtXsrxFRng"], "issued_at": "2018-08-21T08:07:41.000000Z"}} 2018-08-21 08:07:41,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b887b7def17aaeea61dbf1bb47ee885c023ec597" 2018-08-21 08:07:42,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-712801fb-28a2-4f54-bc3d-df103b439650 x-compute-request-id: req-712801fb-28a2-4f54-bc3d-df103b439650 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.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "966d18f1-4b30-418a-a9ce-eb6c3247a188", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:07:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-08-21T08:07:40Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:07:42,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 used request id req-712801fb-28a2-4f54-bc3d-df103b439650 2018-08-21 08:07:45,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b887b7def17aaeea61dbf1bb47ee885c023ec597" 2018-08-21 08:07:45,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-193170c6-6f44-4395-9ca5-4c95b54dfb81 x-compute-request-id: req-193170c6-6f44-4395-9ca5-4c95b54dfb81 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:fe:04", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "966d18f1-4b30-418a-a9ce-eb6c3247a188", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:07:42Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-08-21T08:07:40Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:07:45,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 used request id req-193170c6-6f44-4395-9ca5-4c95b54dfb81 2018-08-21 08:07:48,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b887b7def17aaeea61dbf1bb47ee885c023ec597" 2018-08-21 08:07:49,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-2bb02592-cb2f-497e-bb4a-ca110aebdf7e x-compute-request-id: req-2bb02592-cb2f-497e-bb4a-ca110aebdf7e Content-Encoding: gzip Content-Length: 774 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:87:fe:04", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a3", "OS-SRV-USG:launched_at": "2018-08-21T08:07:46.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "966d18f1-4b30-418a-a9ce-eb6c3247a188", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:07:46Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-08-21T08:07:40Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:07:49,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 used request id req-2bb02592-cb2f-497e-bb4a-ca110aebdf7e 2018-08-21 08:07:49,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6571f1c3ba875713f302e20033f73e5bf3d75a" 2018-08-21 08:07:50,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-36a4cfe2-6417-4020-a23e-739bc0a2ff01 x-compute-request-id: req-36a4cfe2-6417-4020-a23e-739bc0a2ff01 Content-Encoding: gzip Content-Length: 774 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:87:fe:04", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a3", "OS-SRV-USG:launched_at": "2018-08-21T08:07:46.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "966d18f1-4b30-418a-a9ce-eb6c3247a188", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:07:46Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2018-08-21T08:07:40Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:07:50,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188 used request id req-36a4cfe2-6417-4020-a23e-739bc0a2ff01 2018-08-21 08:07:50,174 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.8'. 2018-08-21 08:07:50,174 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-08-21 08:07:50,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a567491ff7a514b1ffa9bce8d0076d7778ab9e14" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:07:51,200 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:07: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-4060afff-9501-48a1-971f-dee1f01160f4 x-compute-request-id: req-4060afff-9501-48a1-971f-dee1f01160f4 Content-Length: 0 Content-Type: application/json 2018-08-21 08:07:51,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188/action used request id req-4060afff-9501-48a1-971f-dee1f01160f4 2018-08-21 08:07:51,200 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-08-21 08:07:51,200 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=b292ec8e-6074-41bc-8cd6-142a27f1a7e1 network=9dc132d0-e266-43e0-8d0f-10b3bb3d689d secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:07:51,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:07:51,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:07:51,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:07:51,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:07:51,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:07:51,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:07:51,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:07:51,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:07:51,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:07:51,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:07:51,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:07:51,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:07:51,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:07:51,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50d355d9-0aeb-4895-8b50-62343c420d6d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:07:51,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-50d355d9-0aeb-4895-8b50-62343c420d6d 2018-08-21 08:07:51,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:07:51,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:07:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["0lZDIF8fRsqMSZtgFWiOAg"], "issued_at": "2018-08-21T08:07:51.000000Z"}} 2018-08-21 08:07:51,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" 2018-08-21 08:07:52,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-fd8f385e-44a8-4e6b-9185-2c38292e7119 x-compute-request-id: req-fd8f385e-44a8-4e6b-9185-2c38292e7119 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:07:52,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-fd8f385e-44a8-4e6b-9185-2c38292e7119 2018-08-21 08:07:52,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" 2018-08-21 08:07:52,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-90cc4f7c-aef7-46eb-941e-50a97a01ae5c x-compute-request-id: req-90cc4f7c-aef7-46eb-941e-50a97a01ae5c Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:07:52,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-90cc4f7c-aef7-46eb-941e-50a97a01ae5c 2018-08-21 08:07:52,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9dc132d0-e266-43e0-8d0f-10b3bb3d689d"}]}}' 2018-08-21 08:07:53,622 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:07: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-0280dba3-d229-436a-99e2-82d1547c34e1 x-compute-request-id: req-0280dba3-d229-436a-99e2-82d1547c34e1 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b136d335-c945-4f20-b800-73e3d65393d9", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "bookmark"}], "adminPass": "PKjo9wJNDwvB"}} 2018-08-21 08:07:53,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-0280dba3-d229-436a-99e2-82d1547c34e1 2018-08-21 08:07:53,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:07:53,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0de2988-b512-4724-bfd2-1937e35ddc34 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:07:53,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-a0de2988-b512-4724-bfd2-1937e35ddc34 2018-08-21 08:07:53,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:07:54,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:07:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["cYzhWhEiTJysDZpxFC-7gA"], "issued_at": "2018-08-21T08:07:53.000000Z"}} 2018-08-21 08:07:54,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4523c8f80e61f57bb976588d9d445fbbb4fc1935" 2018-08-21 08:07:55,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-ba2acc22-3292-4d2e-88a0-6164accd1cbb x-compute-request-id: req-ba2acc22-3292-4d2e-88a0-6164accd1cbb Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b136d335-c945-4f20-b800-73e3d65393d9", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:07:54Z", "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-21T08:07:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:07:55,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 used request id req-ba2acc22-3292-4d2e-88a0-6164accd1cbb 2018-08-21 08:07:58,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4523c8f80e61f57bb976588d9d445fbbb4fc1935" 2018-08-21 08:07:58,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:07: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-fe5b9a89-9413-4b5b-b69b-62876db72cd1 x-compute-request-id: req-fe5b9a89-9413-4b5b-b69b-62876db72cd1 Content-Encoding: gzip Content-Length: 774 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:ef:7d:db", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b136d335-c945-4f20-b800-73e3d65393d9", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:07:55Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-08-21T08:07:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:07:58,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 used request id req-fe5b9a89-9413-4b5b-b69b-62876db72cd1 2018-08-21 08:08:01,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4523c8f80e61f57bb976588d9d445fbbb4fc1935" 2018-08-21 08:08:01,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-47237438-d2c1-40aa-8139-7cdb0e73b01f x-compute-request-id: req-47237438-d2c1-40aa-8139-7cdb0e73b01f Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:7d:db", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a4", "OS-SRV-USG:launched_at": "2018-08-21T08:07:58.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b136d335-c945-4f20-b800-73e3d65393d9", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:07:58Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-08-21T08:07:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:08:01,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 used request id req-47237438-d2c1-40aa-8139-7cdb0e73b01f 2018-08-21 08:08:01,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" 2018-08-21 08:08:01,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-85d7b10f-44e3-4cfc-9bfd-41c1ca64e2ea x-compute-request-id: req-85d7b10f-44e3-4cfc-9bfd-41c1ca64e2ea Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:7d:db", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/b136d335-c945-4f20-b800-73e3d65393d9", "rel": "bookmark"}], "image": {"id": "b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "links": [{"href": "http://172.30.9.44:8774/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a4", "OS-SRV-USG:launched_at": "2018-08-21T08:07:58.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "b136d335-c945-4f20-b800-73e3d65393d9", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:07:58Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2018-08-21T08:07:53Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:08:01,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9 used request id req-85d7b10f-44e3-4cfc-9bfd-41c1ca64e2ea 2018-08-21 08:08:01,993 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.16'. 2018-08-21 08:08:01,993 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-08-21 08:08:01,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a567491ff7a514b1ffa9bce8d0076d7778ab9e14" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:08:03,037 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:08: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-7b8c3314-b0a6-45c2-8326-15006478bc99 x-compute-request-id: req-7b8c3314-b0a6-45c2-8326-15006478bc99 Content-Length: 0 Content-Type: application/json 2018-08-21 08:08:03,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-7b8c3314-b0a6-45c2-8326-15006478bc99 2018-08-21 08:08:03,038 - sdnvpn_test_utils - INFO - Waiting for instance b136d335-c945-4f20-b800-73e3d65393d9 to boot up 2018-08-21 08:08:03,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:03,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-41d765d8-1924-416a-8e3a-9b2c4525ba16 x-compute-request-id: req-41d765d8-1924-416a-8e3a-9b2c4525ba16 Content-Encoding: gzip Content-Length: 9440 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n"} 2018-08-21 08:08:03,111 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-41d765d8-1924-416a-8e3a-9b2c4525ba16 2018-08-21 08:08:05,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:05,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-39b949c8-463a-47e6-93f1-858b89c3bd0a x-compute-request-id: req-39b949c8-463a-47e6-93f1-858b89c3bd0a Content-Encoding: gzip Content-Length: 9440 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n"} 2018-08-21 08:08:05,191 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-39b949c8-463a-47e6-93f1-858b89c3bd0a 2018-08-21 08:08:07,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:07,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-b21b29db-2bdd-4dff-9551-bd8c7d8dff0e x-compute-request-id: req-b21b29db-2bdd-4dff-9551-bd8c7d8dff0e Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:07,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-b21b29db-2bdd-4dff-9551-bd8c7d8dff0e 2018-08-21 08:08:09,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:09,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-b16df1a7-2aff-4656-99d1-8836114593fb x-compute-request-id: req-b16df1a7-2aff-4656-99d1-8836114593fb Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:09,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-b16df1a7-2aff-4656-99d1-8836114593fb 2018-08-21 08:08:11,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:11,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-6f190ec3-9921-4e32-bf35-c34c7790e3cc x-compute-request-id: req-6f190ec3-9921-4e32-bf35-c34c7790e3cc Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:11,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-6f190ec3-9921-4e32-bf35-c34c7790e3cc 2018-08-21 08:08:13,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:13,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-df063113-2471-4c72-95a2-223aef3dd7bc x-compute-request-id: req-df063113-2471-4c72-95a2-223aef3dd7bc Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:13,637 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-df063113-2471-4c72-95a2-223aef3dd7bc 2018-08-21 08:08:15,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:15,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-eb31104b-408d-419a-b7c2-d8eaeef65c34 x-compute-request-id: req-eb31104b-408d-419a-b7c2-d8eaeef65c34 Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:15,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-eb31104b-408d-419a-b7c2-d8eaeef65c34 2018-08-21 08:08:17,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:17,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-f25e759a-d00c-4d7e-b320-e4934f44f10c x-compute-request-id: req-f25e759a-d00c-4d7e-b320-e4934f44f10c Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:17,821 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-f25e759a-d00c-4d7e-b320-e4934f44f10c 2018-08-21 08:08:19,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:19,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-ac2c823e-36eb-481f-af29-268fa38f1f60 x-compute-request-id: req-ac2c823e-36eb-481f-af29-268fa38f1f60 Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:19,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-ac2c823e-36eb-481f-af29-268fa38f1f60 2018-08-21 08:08:21,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:22,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-c41467de-34cb-4efe-972a-2c8bd32451df x-compute-request-id: req-c41467de-34cb-4efe-972a-2c8bd32451df Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:22,001 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-c41467de-34cb-4efe-972a-2c8bd32451df 2018-08-21 08:08:24,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:24,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-ee19fd1d-c34f-4776-8cc7-836732b4d85d x-compute-request-id: req-ee19fd1d-c34f-4776-8cc7-836732b4d85d Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:24,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-ee19fd1d-c34f-4776-8cc7-836732b4d85d 2018-08-21 08:08:26,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:26,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-e8139add-f88a-44fc-972b-1501f4cfbf4d x-compute-request-id: req-e8139add-f88a-44fc-972b-1501f4cfbf4d Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:26,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-e8139add-f88a-44fc-972b-1501f4cfbf4d 2018-08-21 08:08:28,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:28,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-dd4b216b-eda2-43b7-a570-1ca6cf52e50c x-compute-request-id: req-dd4b216b-eda2-43b7-a570-1ca6cf52e50c Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:28,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-dd4b216b-eda2-43b7-a570-1ca6cf52e50c 2018-08-21 08:08:30,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:30,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-d0051f5f-031f-45e9-92b2-70504e0638b6 x-compute-request-id: req-d0051f5f-031f-45e9-92b2-70504e0638b6 Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:30,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-d0051f5f-031f-45e9-92b2-70504e0638b6 2018-08-21 08:08:32,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:32,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-3c6ccb2f-b121-4bde-a145-12fa19a96730 x-compute-request-id: req-3c6ccb2f-b121-4bde-a145-12fa19a96730 Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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"} 2018-08-21 08:08:32,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-3c6ccb2f-b121-4bde-a145-12fa19a96730 2018-08-21 08:08:34,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:34,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-e9be760a-41d7-40fc-8774-f7d49da2e660 x-compute-request-id: req-e9be760a-41d7-40fc-8774-f7d49da2e660 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-21 08:08:34,522 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-e9be760a-41d7-40fc-8774-f7d49da2e660 2018-08-21 08:08:36,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:36,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-8c6e2b0c-a0ff-4273-875f-f3710c69c4ad x-compute-request-id: req-8c6e2b0c-a0ff-4273-875f-f3710c69c4ad Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-21 08:08:36,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-8c6e2b0c-a0ff-4273-875f-f3710c69c4ad 2018-08-21 08:08:38,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:38,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-8bea88a4-d50e-479f-8936-4106054d07b7 x-compute-request-id: req-8bea88a4-d50e-479f-8936-4106054d07b7 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-21 08:08:38,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-8bea88a4-d50e-479f-8936-4106054d07b7 2018-08-21 08:08:40,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:40,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-0c57506d-51e9-4a26-9180-7a76a1277c30 x-compute-request-id: req-0c57506d-51e9-4a26-9180-7a76a1277c30 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-21 08:08:40,797 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-0c57506d-51e9-4a26-9180-7a76a1277c30 2018-08-21 08:08:42,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:42,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-5f02eba5-7601-4929-8df9-bfa3f720ba72 x-compute-request-id: req-5f02eba5-7601-4929-8df9-bfa3f720ba72 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-21 08:08:42,889 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-5f02eba5-7601-4929-8df9-bfa3f720ba72 2018-08-21 08:08:44,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:44,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-3e419db2-cb11-4f69-955e-98032dfb359f x-compute-request-id: req-3e419db2-cb11-4f69-955e-98032dfb359f Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-21 08:08:44,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-3e419db2-cb11-4f69-955e-98032dfb359f 2018-08-21 08:08:46,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:47,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-7d11611a-cf41-4a10-b06e-07a5b583f274 x-compute-request-id: req-7d11611a-cf41-4a10-b06e-07a5b583f274 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-21 08:08:47,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-7d11611a-cf41-4a10-b06e-07a5b583f274 2018-08-21 08:08:49,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5fcd94477e6544421618db68c6cbe8f677f749" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:49,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08: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-67fbefaa-a068-49aa-b26c-da1db1d395d4 x-compute-request-id: req-67fbefaa-a068-49aa-b26c-da1db1d395d4 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 500406239 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.196623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199088] pid_max: default: 32768 minimum: 301\n[ 0.200442] ACPI: Core revision 20150930\n[ 0.202224] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204143] Security Framework initialized\n[ 0.205350] Yama: becoming mindful.\n[ 0.206427] AppArmor: AppArmor initialized\n[ 0.207688] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211495] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213278] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215321] Initializing cgroup subsys io\n[ 0.216515] Initializing cgroup subsys memory\n[ 0.217775] Initializing cgroup subsys devices\n[ 0.219026] Initializing cgroup subsys freezer\n[ 0.220301] Initializing cgroup subsys net_cls\n[ 0.221546] Initializing cgroup subsys perf_event\n[ 0.222878] Initializing cgroup subsys net_prio\n[ 0.224170] Initializing cgroup subsys hugetlb\n[ 0.225456] Initializing cgroup subsys pids\n[ 0.226713] CPU: Physical Processor ID: 0\n[ 0.228559] mce: CPU supports 10 MCE banks\n[ 0.229788] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231265] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246248] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253025] ftrace: allocating 31920 entries in 125 pages\n[ 0.278378] smpboot: Max logical packages: 1\n[ 0.279682] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281661] x2apic enabled\n[ 0.282822] Switched APIC routing to physical x2apic.\n[ 0.285395] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286985] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289868] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292476] KVM setup paravirtual spinlock\n[ 0.294186] x86: Booted up 1 node, 1 CPUs\n[ 0.295360] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297366] devtmpfs: initialized\n[ 0.299402] evm: security.selinux\n[ 0.300421] evm: security.SMACK64\n[ 0.301430] evm: security.SMACK64EXEC\n[ 0.302515] evm: security.SMACK64TRANSMUTE\n[ 0.303721] evm: security.SMACK64MMAP\n[ 0.304846] evm: security.ima\n[ 0.305788] evm: security.capability\n[ 0.306921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309616] pinctrl core: initialized pinctrl subsystem\n[ 0.311212] RTC time: 8:07:58, date: 08/21/18\n[ 0.312573] NET: Registered protocol family 16\n[ 0.314005] cpuidle: using governor ladder\n[ 0.315203] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317402] ACPI: bus type PCI registered\n[ 0.318540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320317] PCI: Using configuration type 1 for base access\n[ 0.322533] ACPI: Added _OSI(Module Device)\n[ 0.323754] ACPI: Added _OSI(Processor Device)\n[ 0.325039] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326369] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328642] ACPI: Interpreter enabled\n[ 0.329750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332421] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340407] ACPI: (supports S0 S5)\n[ 0.341430] ACPI: Using IOAPIC for interrupt routing\n[ 0.342846] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351810] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354914] acpiphp: Slot [3] registered\n[ 0.356042] acpiphp: Slot [4] registered\n[ 0.357153] acpiphp: Slot [5] registered\n[ 0.358264] acpiphp: Slot [6] registered\n[ 0.359371] acpiphp: Slot [7] registered\n[ 0.360502] acpiphp: Slot [8] registered\n[ 0.361665] acpiphp: Slot [9] registered\n[ 0.362802] acpiphp: Slot [10] registered\n[ 0.363957] acpiphp: Slot [11] registered\n[ 0.365143] acpiphp: Slot [12] registered\n[ 0.366259] acpiphp: Slot [13] registered\n[ 0.367382] acpiphp: Slot [14] registered\n[ 0.368511] acpiphp: Slot [15] registered\n[ 0.383504] acpiphp: Slot [16] registered\n[ 0.384698] acpiphp: Slot [17] registered\n[ 0.385849] acpiphp: Slot [18] registered\n[ 0.386984] acpiphp: Slot [19] registered\n[ 0.388114] acpiphp: Slot [20] registered\n[ 0.389231] acpiphp: Slot [21] registered\n[ 0.390357] acpiphp: Slot [22] registered\n[ 0.391513] acpiphp: Slot [23] registered\n[ 0.392673] acpiphp: Slot [24] registered\n[ 0.393806] acpiphp: Slot [25] registered\n[ 0.394962] acpiphp: Slot [26] registered\n[ 0.396093] acpiphp: Slot [27] registered\n[ 0.397263] acpiphp: Slot [28] registered\n[ 0.398466] acpiphp: Slot [29] registered\n[ 0.399593] acpiphp: Slot [30] registered\n[ 0.400718] acpiphp: Slot [31] registered\n[ 0.401855] PCI host bridge to bus 0000:00\n[ 0.402983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406384] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408392] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410459] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416620] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418383] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419998] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421769] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426187] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428204] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451632] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455561] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457719] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459436] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461279] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464900] vgaarb: loaded\n[ 0.465791] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467504] SCSI subsystem initialized\n[ 0.468799] ACPI: bus type USB registered\n[ 0.469965] usbcore: registered new interface driver usbfs\n[ 0.471435] usbcore: registered new interface driver hub\n[ 0.472900] usbcore: registered new device driver usb\n[ 0.474463] PCI: Using ACPI for IRQ routing\n[ 0.476052] NetLabel: Initializing\n[ 0.477071] NetLabel: domain hash size = 128\n[ 0.478293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479668] NetLabel: unlabeled traffic allowed by default\n[ 0.481285] clocksource: Switched to clocksource kvm-clock\n[ 0.491464] AppArmor: AppArmor Filesystem Enabled\n[ 0.492850] pnp: PnP ACPI init\n[ 0.494110] pnp: PnP ACPI: found 5 devices\n[ 0.500994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503420] NET: Registered protocol family 2\n[ 0.504855] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.506706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508416] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510126] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.511684] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513310] NET: Registered protocol family 1\n[ 0.514527] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516076] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517593] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546289] Trying to unpack rootfs image as initramfs...\n[ 0.608278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.613496] Scanning for low memory corruption every 60 seconds\n[ 0.615709] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617375] audit: initializing netlink subsys (disabled)\n[ 0.618874] audit: type=2000 audit(1534838879.360:1): initialized\n[ 0.620833] Initialise system trusted keyring\n[ 0.622276] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.623899] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.626674] zbud: loaded\n[ 0.627706] VFS: Disk quotas dquot_6.6.0\n[ 0.628874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631109] fuse init (API version 7.23)\n[ 0.632361] Key type big_key registered\n[ 0.633522] Allocating IMA MOK and blacklist keyrings.\n[ 0.635232] Key type asymmetric registered\n[ 0.636401] Asymmetric key parser 'x509' registered\n[ 0.637781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639936] io scheduler noop registered\n[ 0.641080] io scheduler deadline registered (default)\n[ 0.642503] io scheduler cfq registered\n[ 0.643739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645213] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647028] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649127] ACPI: Power Button [PWRF]\n[ 0.650397] GHES: HEST is not enabled!\n[ 0.664538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720825] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723984] Linux agpgart interface v0.103\n[ 0.727459] brd: module loaded\n[ 0.729751] loop: module loaded\n[ 0.734241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736363] GPT:90111 != 2097151\n[ 0.737358] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739009] GPT:90111 != 2097151\n[ 0.739994] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741392] vda: vda1 vda15\n[ 0.743072] scsi host0: ata_piix\n[ 0.744171] scsi host1: ata_piix\n[ 0.745177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748876] libphy: Fixed MDIO Bus: probed\n[ 0.750250] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751574] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754288] PPP generic driver version 2.4.2\n[ 0.755562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757216] ehci-pci: EHCI PCI platform driver\n[ 0.758450] ehci-platform: EHCI generic platform driver\n[ 0.759842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761425] ohci-pci: OHCI PCI platform driver\n[ 0.762655] ohci-platform: OHCI generic platform driver\n[ 0.764044] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780050] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783493] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785094] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788787] usb usb1: Product: UHCI Host Controller\n[ 0.790080] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793023] hub 1-0:1.0: USB hub found\n[ 0.794202] hub 1-0:1.0: 2 ports detected\n[ 0.795485] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801191] mousedev: PS/2 mouse device common for all mice\n[ 0.802906] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805388] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808533] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810154] i2c /dev entries driver\n[ 0.811203] device-mapper: uevent: version 1.0.3\n[ 0.812521] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814781] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816661] NET: Registered protocol family 10\n[ 0.818220] NET: Registered protocol family 17\n[ 0.819448] Key type dns_resolver registered\n[ 0.820734] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822239] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.824666] registered taskstats version 1\n[ 0.825834] Loading compiled-in X.509 certificates\n[ 0.827664] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830171] zswap: loaded using pool lzo/zbud\n[ 0.832240] Key type trusted registered\n[ 0.834398] Key type encrypted registered\n[ 0.835532] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.836952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838370] evm: HMAC attrs: 0x1\n[ 0.839804] Magic number: 14:501:119\n[ 0.841171] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:59 UTC (1534838879)\n[ 0.843842] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845680] EDD information not available.\n[ 0.906866] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923729] Write protecting the kernel read-only data: 14336k\n[ 0.927010] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929896] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.091057] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzxTndwxDTt1fudqmzewOG2bE+vXpekcM7EdpYLMq/o6AArAD+31mPvC0qQy7Ckbh7JMlvaCLrS5Fps3Rmkk4guwwYBrHSQ2QRXFYTSDMjZ/0pwgiL6e8BVfsEkkQHjaNrX4noBhlcC3Gbuo7Fmf2ePW0k9PpLpLhar7LM9UCVXIF6/xEz2O/UOHqJqJZarUprgdTk7SLmb/45wgOihIWC5hPJRYahGu+tbmyWIIUeZ4BhTwZX1DhJKP5LMCvuxdIrGMTzwRVgi+YxeRTJ/9C1EEJfZUEauWqbcBtjQlE8rzen8/BAKDOZU0oEer14wsgJ6b8cz3b61VJFqG9FVqk1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM1UmNM41LmlUV+NWFIPKsRHCcaoIBw1oGjAEbKUNp+nT7MINatK9BMH5ItYKeRgcwD4TzPkc9qOE7adXXkYauGZ76jiYAvUSmp07EwDOsQPX7Fm4v8LTq6Nqd0LCw8ar31LmSeWMq5bJJXI/BBy3nrs+5L04BoFvaNCPFwAOgvNAAAAFQDMrmbMzn2wFcNKO34FX8caRf7NEQAAAIBElboyGQMMCaSbwco1TGpheOz1r8BZLbZaYkekVOW/6FrEtOXERE8ZCg8jsRiZKCP1UHXJhQo0V6ST1r3Z5YV1DSHvjxdS7l9f3ZzZ/8ntz9y5TfcZOanY8KmF58j13YgjmcQPsN9SMRFxmeMFfIK33Ip21KXataZUbonY1UywSAAAAIBXDfX82ZEH8WEH1NWrT2qXESV/j7eQktJ19dP9wf7yGxMHIb9tw03ZPjlJfzVKE3TEd+YhOxcl3ZC1kEfJBm0qL2Bpn5Ty5MvnmLN9O0SCGwHOJYB30x0y56KlI9Ae1qpXPm/fEM+FhM5ZNQV7OMiRffLsZZF18xMec/elRvV85Q== root@sdnvpn-11-1\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.16,24,fe80::f816:3eff:feef:7ddb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.16 \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-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EF:7D:DB \n inet addr:10.10.10.16 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feef:7ddb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:7485 (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-11-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.091057] random: dd urandom read with 5 bits of entropy available\n[ 1.105306] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.265146] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.265148] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265149] usb 1-1: Product: QEMU USB Tablet\n[ 1.265150] usb 1-1: Manufacturer: QEMU\n[ 1.265151] usb 1-1: SerialNumber: 42\n[ 1.609628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.190214] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.233355] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:07:59 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:07:59 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:07:59 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 21 09:07:59 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:07:59 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:07:59 cirros kern.notice kernel: [ 1.091057] random: dd urandom read with 5 bits of entropy available\nAug 21 09:07:59 cirros kern.info kernel: [ 1.105306] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:07:59 cirros kern.info kernel: [ 1.265146] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:07:59 cirros kern.info kernel: [ 1.265148] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:07:59 cirros kern.info kernel: [ 1.265149] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:07:59 cirros kern.info kernel: [ 1.265150] usb 1-1: Manufacturer: QEMU\nAug 21 09:07:59 cirros kern.info kernel: [ 1.265151] usb 1-1: SerialNumber: 42\nAug 21 09:08:00 cirros kern.info kernel: [ 1.609628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 21 09:08:01 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:08:01 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:08:01 cirros kern.info kernel: [ 3.190214] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:08:01 cirros kern.info kernel: [ 3.233355] 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-21 08:08:49,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-67fbefaa-a068-49aa-b26c-da1db1d395d4 2018-08-21 08:08:51,392 - sdnvpn_test_utils - INFO - Waiting for instance 966d18f1-4b30-418a-a9ce-eb6c3247a188 to boot up 2018-08-21 08:08:51,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6571f1c3ba875713f302e20033f73e5bf3d75a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:08:51,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:08:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05e8018a-a229-41c8-9d14-5de62540ec79 x-compute-request-id: req-05e8018a-a229-41c8-9d14-5de62540ec79 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 510005891 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.193112] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195498] pid_max: default: 32768 minimum: 301\n[ 0.196829] ACPI: Core revision 20150930\n[ 0.198528] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200418] Security Framework initialized\n[ 0.201601] Yama: becoming mindful.\n[ 0.202633] AppArmor: AppArmor initialized\n[ 0.203854] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205737] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207557] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209289] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211239] Initializing cgroup subsys io\n[ 0.212464] Initializing cgroup subsys memory\n[ 0.213714] Initializing cgroup subsys devices\n[ 0.214957] Initializing cgroup subsys freezer\n[ 0.216240] Initializing cgroup subsys net_cls\n[ 0.217473] Initializing cgroup subsys perf_event\n[ 0.218807] Initializing cgroup subsys net_prio\n[ 0.220095] Initializing cgroup subsys hugetlb\n[ 0.221334] Initializing cgroup subsys pids\n[ 0.222548] CPU: Physical Processor ID: 0\n[ 0.224414] mce: CPU supports 10 MCE banks\n[ 0.225634] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227049] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241850] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248559] ftrace: allocating 31920 entries in 125 pages\n[ 0.273622] smpboot: Max logical packages: 1\n[ 0.274889] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276864] x2apic enabled\n[ 0.278028] Switched APIC routing to physical x2apic.\n[ 0.280583] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282167] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285049] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287589] KVM setup paravirtual spinlock\n[ 0.289264] x86: Booted up 1 node, 1 CPUs\n[ 0.290408] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292381] devtmpfs: initialized\n[ 0.294353] evm: security.selinux\n[ 0.295374] evm: security.SMACK64\n[ 0.296356] evm: security.SMACK64EXEC\n[ 0.297409] evm: security.SMACK64TRANSMUTE\n[ 0.298550] evm: security.SMACK64MMAP\n[ 0.299633] evm: security.ima\n[ 0.300542] evm: security.capability\n[ 0.301651] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304275] pinctrl core: initialized pinctrl subsystem\n[ 0.305840] RTC time: 8:07:46, date: 08/21/18\n[ 0.307182] NET: Registered protocol family 16\n[ 0.308548] cpuidle: using governor ladder\n[ 0.309708] cpuidle: using governor menu\n[ 0.310825] PCCT header not found.\n[ 0.311902] ACPI: bus type PCI registered\n[ 0.313066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314796] PCI: Using configuration type 1 for base access\n[ 0.317015] ACPI: Added _OSI(Module Device)\n[ 0.318208] ACPI: Added _OSI(Processor Device)\n[ 0.319427] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320693] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322931] ACPI: Interpreter enabled\n[ 0.324025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326674] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331901] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334609] ACPI: (supports S0 S5)\n[ 0.335645] ACPI: Using IOAPIC for interrupt routing\n[ 0.336986] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340915] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342542] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344351] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346078] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349204] acpiphp: Slot [3] registered\n[ 0.350340] acpiphp: Slot [4] registered\n[ 0.351473] acpiphp: Slot [5] registered\n[ 0.352605] acpiphp: Slot [6] registered\n[ 0.353768] acpiphp: Slot [7] registered\n[ 0.354931] acpiphp: Slot [8] registered\n[ 0.356083] acpiphp: Slot [9] registered\n[ 0.357226] acpiphp: Slot [10] registered\n[ 0.358410] acpiphp: Slot [11] registered\n[ 0.359560] acpiphp: Slot [12] registered\n[ 0.360736] acpiphp: Slot [13] registered\n[ 0.361956] acpiphp: Slot [14] registered\n[ 0.363158] acpiphp: Slot [15] registered\n[ 0.378474] acpiphp: Slot [16] registered\n[ 0.379666] acpiphp: Slot [17] registered\n[ 0.380842] acpiphp: Slot [18] registered\n[ 0.382020] acpiphp: Slot [19] registered\n[ 0.383199] acpiphp: Slot [20] registered\n[ 0.384378] acpiphp: Slot [21] registered\n[ 0.385551] acpiphp: Slot [22] registered\n[ 0.386723] acpiphp: Slot [23] registered\n[ 0.387903] acpiphp: Slot [24] registered\n[ 0.389084] acpiphp: Slot [25] registered\n[ 0.390257] acpiphp: Slot [26] registered\n[ 0.391430] acpiphp: Slot [27] registered\n[ 0.392606] acpiphp: Slot [28] registered\n[ 0.393780] acpiphp: Slot [29] registered\n[ 0.394988] acpiphp: Slot [30] registered\n[ 0.396168] acpiphp: Slot [31] registered\n[ 0.397348] PCI host bridge to bus 0000:00\n[ 0.398526] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.400292] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.402058] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.404178] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.406302] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.408463] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.412529] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.414384] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.416082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.417918] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.422212] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.424313] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.445480] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447565] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.449593] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.451580] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453678] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.455437] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457284] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.461103] vgaarb: loaded\n[ 0.461993] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463733] SCSI subsystem initialized\n[ 0.465051] ACPI: bus type USB registered\n[ 0.466254] usbcore: registered new interface driver usbfs\n[ 0.467740] usbcore: registered new interface driver hub\n[ 0.469169] usbcore: registered new device driver usb\n[ 0.470705] PCI: Using ACPI for IRQ routing\n[ 0.472252] NetLabel: Initializing\n[ 0.473270] NetLabel: domain hash size = 128\n[ 0.474506] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475865] NetLabel: unlabeled traffic allowed by default\n[ 0.477495] clocksource: Switched to clocksource kvm-clock\n[ 0.487560] AppArmor: AppArmor Filesystem Enabled\n[ 0.488968] pnp: PnP ACPI init\n[ 0.490278] pnp: PnP ACPI: found 5 devices\n[ 0.497178] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.499643] NET: Registered protocol family 2\n[ 0.501097] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502928] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504634] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506301] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507761] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509349] NET: Registered protocol family 1\n[ 0.510544] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512021] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513472] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.527848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542448] Trying to unpack rootfs image as initramfs...\n[ 0.604220] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.609653] Scanning for low memory corruption every 60 seconds\n[ 0.611844] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613460] audit: initializing netlink subsys (disabled)\n[ 0.614960] audit: type=2000 audit(1534838867.332:1): initialized\n[ 0.616830] Initialise system trusted keyring\n[ 0.618206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.619787] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622497] zbud: loaded\n[ 0.623497] VFS: Disk quotas dquot_6.6.0\n[ 0.624633] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.626799] fuse init (API version 7.23)\n[ 0.628042] Key type big_key registered\n[ 0.629148] Allocating IMA MOK and blacklist keyrings.\n[ 0.630825] Key type asymmetric registered\n[ 0.631965] Asymmetric key parser 'x509' registered\n[ 0.633277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.635348] io scheduler noop registered\n[ 0.636444] io scheduler deadline registered (default)\n[ 0.637817] io scheduler cfq registered\n[ 0.639011] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.640437] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.642200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.644201] ACPI: Power Button [PWRF]\n[ 0.645425] GHES: HEST is not enabled!\n[ 0.659607] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.689214] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.692262] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.715990] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.719065] Linux agpgart interface v0.103\n[ 0.722498] brd: module loaded\n[ 0.724737] loop: module loaded\n[ 0.729384] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731386] GPT:90111 != 2097151\n[ 0.732322] GPT:Alternate GPT header not at the end of the disk.\n[ 0.733807] GPT:90111 != 2097151\n[ 0.734749] GPT: Use GNU Parted to correct GPT errors.\n[ 0.736072] vda: vda1 vda15\n[ 0.737776] scsi host0: ata_piix\n[ 0.738864] scsi host1: ata_piix\n[ 0.739865] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.741529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.743527] libphy: Fixed MDIO Bus: probed\n[ 0.744678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.746001] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.749226] PPP generic driver version 2.4.2\n[ 0.750589] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.752236] ehci-pci: EHCI PCI platform driver\n[ 0.753440] ehci-platform: EHCI generic platform driver\n[ 0.754839] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756389] ohci-pci: OHCI PCI platform driver\n[ 0.757607] ohci-platform: OHCI generic platform driver\n[ 0.758984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.773764] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.775163] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.777193] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.778570] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.780210] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.781884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.783844] usb usb1: Product: UHCI Host Controller\n[ 0.785122] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.786667] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.788028] hub 1-0:1.0: USB hub found\n[ 0.789124] hub 1-0:1.0: 2 ports detected\n[ 0.790519] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.793483] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.794805] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.796239] mousedev: PS/2 mouse device common for all mice\n[ 0.797992] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.800528] rtc_cmos 00:00: RTC can wake from S4\n[ 0.802117] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.803736] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.805376] i2c /dev entries driver\n[ 0.806450] device-mapper: uevent: version 1.0.3\n[ 0.807797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.810114] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.812192] NET: Registered protocol family 10\n[ 0.814060] NET: Registered protocol family 17\n[ 0.815316] Key type dns_resolver registered\n[ 0.816727] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.818264] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.820742] registered taskstats version 1\n[ 0.821938] Loading compiled-in X.509 certificates\n[ 0.823841] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826400] zswap: loaded using pool lzo/zbud\n[ 0.828869] Key type trusted registered\n[ 0.831096] Key type encrypted registered\n[ 0.832277] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833812] ima: No TPM chip found, activating TPM-bypass!\n[ 0.835246] evm: HMAC attrs: 0x1\n[ 0.836606] Magic number: 14:501:119\n[ 0.837822] rtc_cmos 00:00: setting system clock to 2018-08-21 08:07:47 UTC (1534838867)\n[ 0.840083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.841619] EDD information not available.\n[ 0.904234] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.920912] Write protecting the kernel read-only data: 14336k\n[ 0.925944] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928604] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.087459] 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.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.92. iid=i-000000a3\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaYQ16/LIY9okqZB40kyx7oxWKMiVo399bogz5tB4KIty0AgFVQoVOAMWlVzf7SUW6iaDcH17biPYoG+nV+NEEgM6dHi5cUJaU7YwkDCbKPvPRWD5pSc7+k4YjfV8L8zr4Vt20zBm34vhxBO6MPkRzTkeo+MHepje9C9PPhRS6YZ4vdHRPmVbUaRoCNv6+uDXUBnWDZXcpy/mbuq9+hqac+awj0rEXpe4S0j4jWqGUNqEz8yXqIU4iKdrvMV+buIA5UCC1o7lvEb0qT4YGB46KzSdhuJIuAqzYtPIJr+iIX/PcwvqsyQqB1+BpcvpNkAgzeYSCPdCDbzu9AvjpfAlx root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBANl9xZKmuQ6ReNUewyiumKhfEo+s04YBNvqQ7OhlUdYq0ri6aNyJRfGJ0WELKpZfnuHPNOz1Z2WnkKWfUKFWycc/L9cFM4qEWRla1fhEVPXzKMQRo7Sc606r4v4FGlrvAfLj2TRdfBzxIIXuz8p33i82Evb7twpdWQZefqijAxbPAAAAFQCXZrAamIu27HG2eYidFNXfmaXx5wAAAIBgKGO+L1dNLPXciY7TWi3rDpFcqZe5d44OkdLq/QTdbYWGZ19VsoCtW4p9WNVKaUpz4ayshDobq8k2fC321M9AT0d+Nc2NgQ71aHTjTQPrttzrv2Buk5ph/XR7uN4rGWKabrYCncBFuFhtkBUDBmRwkQQuEUeXr/PgWh4puSAEzQAAAIAjmt6fZJacgLrJzLOx9AksPJfCyBqEK2s2XdccY6+S17IIv/b+/jVuE2qdVd+pKcfCr6Tm59VuAK0ljV12uUyispfk5SLTDDC4ag53R6HXPe+JmfJyXk5XTR2gHWZKAzlUFKuY3itPnXPWSmDX+cRenMBAYsa7/bv6fF9VMaWgDg== root@sdnvpn-11-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.8,24,fe80::f816:3eff:fe87:fe04/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-000000a3\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.06 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:87:FE:04 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe87:fe04/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-11-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.087459] random: dd urandom read with 4 bits of entropy available\n[ 1.101541] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.262497] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.262500] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.262501] usb 1-1: Product: QEMU USB Tablet\n[ 1.262502] usb 1-1: Manufacturer: QEMU\n[ 1.262502] usb 1-1: SerialNumber: 42\n[ 1.605806] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.158469] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.198655] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:07:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:07:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:07:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:07:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:07:47 cirros kern.notice kernel: [ 1.087459] random: dd urandom read with 4 bits of entropy available\nAug 21 09:07:47 cirros kern.info kernel: [ 1.101541] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:07:47 cirros kern.info kernel: [ 1.262497] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:07:47 cirros kern.info kernel: [ 1.262500] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:07:47 cirros kern.info kernel: [ 1.262501] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:07:47 cirros kern.info kernel: [ 1.262502] usb 1-1: Manufacturer: QEMU\nAug 21 09:07:47 cirros kern.info kernel: [ 1.262502] usb 1-1: SerialNumber: 42\nAug 21 09:07:48 cirros kern.info kernel: [ 1.605806] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 21 09:07:48 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:07:49 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:07:49 cirros kern.info kernel: [ 3.158469] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:07:49 cirros kern.info kernel: [ 3.198655] 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-21 08:08:51,470 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188/action used request id req-05e8018a-a229-41c8-9d14-5de62540ec79 2018-08-21 08:08:53,505 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-21 08:09:23,515 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-21 08:09:23,517 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-21 08:09:23,517 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-21 08:09:23,524 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-21 08:09:23,548 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-21 08:09:23,549 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-21 08:09:23,550 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-21 08:09:23,551 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-21 08:09:23,551 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-21 08:09:23,591 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-21 08:09:23,609 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-21 08:09:23,610 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-21 08:09:23,611 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-21 08:09:23,613 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-21 08:09:23,613 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-21 08:09:23,621 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-21 08:09:23,651 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-21 08:09:23,652 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-21 08:09:23,653 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-21 08:09:23,654 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-21 08:09:23,654 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-21 08:09:23,694 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-21 08:09:23,713 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-21 08:09:23,713 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-08-21 08:09:23,714 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-21 08:09:23,715 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-21 08:09:23,716 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-21 08:09:23,716 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-21 08:09:23,720 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-21 08:09:23,740 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-21 08:09:23,741 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-21 08:09:23,741 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-21 08:09:23,742 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-21 08:09:23,742 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-21 08:09:23,783 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-21 08:09:23,849 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-21 08:09:23,850 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-21 08:09:23,850 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-21 08:09:23,851 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-21 08:09:23,852 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-21 08:09:23,856 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-21 08:09:23,916 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-21 08:09:23,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a567491ff7a514b1ffa9bce8d0076d7778ab9e14" -d '{"forceDelete": null}' 2018-08-21 08:09:23,923 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-21 08:09:24,125 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a898100-f51d-4e6f-9e13-e17c13f3df25 x-compute-request-id: req-8a898100-f51d-4e6f-9e13-e17c13f3df25 Content-Length: 0 Content-Type: application/json 2018-08-21 08:09:24,125 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/b136d335-c945-4f20-b800-73e3d65393d9/action used request id req-8a898100-f51d-4e6f-9e13-e17c13f3df25 2018-08-21 08:09:24,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a567491ff7a514b1ffa9bce8d0076d7778ab9e14" -d '{"forceDelete": null}' 2018-08-21 08:09:24,371 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:09:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fe8888f-dc64-4c7c-95e0-badae9a784eb x-compute-request-id: req-8fe8888f-dc64-4c7c-95e0-badae9a784eb Content-Length: 0 Content-Type: application/json 2018-08-21 08:09:24,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/966d18f1-4b30-418a-a9ce-eb6c3247a188/action used request id req-8fe8888f-dc64-4c7c-95e0-badae9a784eb 2018-08-21 08:09:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}743524592720ce34eef292f57d28ffebe46952e6" 2018-08-21 08:09:25,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2834ab58-9b61-425c-ac43-52b716de5d43 Date: Tue, 21 Aug 2018 08:09: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-21 08:09:25,323 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/b292ec8e-6074-41bc-8cd6-142a27f1a7e1 used request id req-2834ab58-9b61-425c-ac43-52b716de5d43 2018-08-21 08:09:25,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/bb7bb916-279d-4d2d-996d-7fed734a3097 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48871a8f7bb4f53c1f53de41aecd4e4783a24875" 2018-08-21 08:09:25,889 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-4c92b99a-780b-4233-b80b-9cee8c565800 Date: Tue, 21 Aug 2018 08:09:25 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet bb7bb916-279d-4d2d-996d-7fed734a3097: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-21 08:09:25,889 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/bb7bb916-279d-4d2d-996d-7fed734a3097 used request id req-4c92b99a-780b-4233-b80b-9cee8c565800 2018-08-21 08:09:25,889 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet bb7bb916-279d-4d2d-996d-7fed734a3097: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-21 08:09:25,890 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'bb7bb916-279d-4d2d-996d-7fed734a3097')]: Unable to complete operation on subnet bb7bb916-279d-4d2d-996d-7fed734a3097: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-4c92b99a-780b-4233-b80b-9cee8c565800'] 2018-08-21 08:09:25,890 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id bb7bb916-279d-4d2d-996d-7fed734a3097 was not deleted. 2018-08-21 08:09:25,890 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-21 08:09:25,891 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-21 08:09:25,892 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-21 08:09:25,894 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-21 08:09:25,968 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-21 08:09:25,969 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-21 08:09:25,970 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-21 08:09:25,971 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-21 08:09:25,971 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-21 08:09:25,979 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-21 08:09:26,049 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-21 08:09:26,050 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-21 08:09:26,051 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-21 08:09:56,081 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-21 08:09:56,082 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-21 08:09:56,082 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-21 08:09:56,085 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-21 08:09:56,104 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-21 08:09:56,105 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-21 08:09:56,106 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-21 08:09:56,107 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-21 08:09:56,107 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-21 08:09:56,147 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-21 08:09:56,165 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-21 08:09:56,166 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-21 08:09:56,167 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-21 08:09:56,168 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-21 08:09:56,168 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-21 08:09:56,173 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-21 08:09:56,196 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-21 08:09:56,197 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-21 08:09:56,198 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-21 08:09:56,198 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-21 08:09:56,199 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-21 08:09:56,240 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-21 08:09:56,259 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-21 08:09:56,260 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-08-21 08:09:56,260 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | PASS | Group was deleted from ovs | +========================================================================================+ 2018-08-21 08:09:56,260 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-21 08:09:56,260 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-21 08:09:56,261 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-21 08:09:56,261 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-08-21 08:09:56,262 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-21 08:09:56,262 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-21 08:09:56,262 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-21 08:09:56,336 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:09:56,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:09:56,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:09:56,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:09:56,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:09:56,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:09:56,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:09:56,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:09:56,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:09:56,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:09:56,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:09:56,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 08:09:56,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:09:56,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:09:56,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:09:56,346 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 08:09:56,348 - paramiko.transport - DEBUG - starting thread (client mode): 0x84d2eed0L 2018-08-21 08:09:56,348 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:09:56,385 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:09:56,385 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:09:56,393 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:09:56,394 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:09:56,394 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:09:56,394 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:09:56,394 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:09:56,394 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:09:56,402 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:09:56,403 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:09:56,411 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.52: 5c35bb06acf711f89c7f1c64af3dbee3 2018-08-21 08:09:56,412 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:09:56,442 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:09:56,464 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:09:56,476 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:09:56,705 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:09:56,705 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:09:56,745 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:09:56,745 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:09:56,784 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:10:01,473 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:10:01,474 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:10:01,476 - paramiko.transport - DEBUG - starting thread (client mode): 0x84d1d210L 2018-08-21 08:10:01,477 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:10:01,485 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:10:01,485 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:10:01,488 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:10:01,488 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:10:01,489 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:10:01,489 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:10:01,489 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:10:01,489 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:10:01,494 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:10:01,494 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:10:01,508 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:10:01,509 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:10:01,534 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:10:01,547 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:10:01,574 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:10:01,681 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:10:01,682 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:10:01,721 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:10:01,722 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:10:01,741 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:10:01,752 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:10:01,753 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:10:01,754 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:10:01,755 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:10:01,755 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:10:01,796 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:10:01,810 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:10:01,812 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:10:01,812 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:10:01,813 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:10:01,813 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:10:01,854 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:10:01,864 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:10:01,865 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:10:01,867 - paramiko.transport - DEBUG - starting thread (client mode): 0x84d1df50L 2018-08-21 08:10:01,868 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:10:01,877 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:10:01,877 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:10:01,879 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:10:01,880 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:10:01,880 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:10:01,880 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:10:01,880 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:10:01,880 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:10:01,885 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:10:01,885 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:10:01,899 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:10:01,900 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:10:01,924 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:10:01,937 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:10:01,964 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:10:02,074 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:10:02,075 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:10:02,114 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:10:02,115 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:10:02,131 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:10:02,143 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:10:02,144 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:10:02,144 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:10:02,145 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:10:02,145 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:10:02,186 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:10:02,201 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:10:02,202 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:10:02,202 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:10:02,203 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:10:02,203 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:10:02,244 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:10:02,254 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:10:02,255 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:10:02,257 - paramiko.transport - DEBUG - starting thread (client mode): 0x84c933d0L 2018-08-21 08:10:02,258 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:10:02,397 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:10:02,397 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:10:02,400 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:10:02,401 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:10:02,401 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:10:02,401 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:10:02,401 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:10:02,401 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:10:02,406 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:10:02,406 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:10:02,421 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:10:02,422 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:10:02,445 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:10:02,546 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:10:02,554 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:10:02,747 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:10:02,747 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:10:02,786 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:10:02,787 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:10:02,824 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:10:02,940 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:10:02,940 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:10:02,941 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:10:02,942 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:10:02,942 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:10:02,983 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:10:03,062 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:10:03,063 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:10:03,064 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:10:03,065 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:10:03,065 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:10:03,106 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:10:03,169 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:10:03,170 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:10:03,171 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:10:03,171 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:10:03,172 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:10:03,178 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:10:07,805 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:10:07,807 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:10:07,809 - paramiko.transport - DEBUG - starting thread (client mode): 0x84d1d590L 2018-08-21 08:10:07,809 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:10:07,817 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:10:07,817 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:10:07,820 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:10:07,820 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:10:07,820 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:10:07,820 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:10:07,821 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:10:07,821 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:10:07,826 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:10:07,826 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:10:07,841 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:10:07,842 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:10:07,865 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:10:07,878 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:10:07,906 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:10:08,008 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:10:08,008 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:10:08,047 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:10:08,048 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:10:08,073 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:10:08,085 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:10:08,086 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:10:08,087 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:10:08,088 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:10:08,088 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:10:08,129 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:10:08,144 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:10:08,145 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:10:08,146 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:10:08,147 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:10:08,147 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:10:08,187 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:10:08,198 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:10:08,200 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:10:08,201 - paramiko.transport - DEBUG - starting thread (client mode): 0x84c81610L 2018-08-21 08:10:08,202 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:10:08,209 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:10:08,209 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:10:08,211 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:10:08,211 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:10:08,212 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:10:08,212 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:10:08,212 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:10:08,212 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:10:08,216 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:10:08,217 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:10:08,218 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:10:08,219 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:10:08,256 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:10:08,270 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:10:08,283 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:10:08,396 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:10:08,396 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:10:08,435 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:10:08,436 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:10:08,450 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:10:08,461 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:10:08,462 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:10:08,463 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:10:08,464 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:10:08,464 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:10:08,504 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:10:08,519 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:10:08,521 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:10:08,521 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:10:08,522 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:10:08,522 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:10:08,563 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:10:08,575 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:10:08,576 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:10:08,578 - paramiko.transport - DEBUG - starting thread (client mode): 0x84c73d10L 2018-08-21 08:10:08,578 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:10:08,587 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:10:08,587 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:10:08,589 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:10:08,590 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:10:08,590 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:10:08,590 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:10:08,590 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:10:08,590 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:10:08,595 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:10:08,596 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:10:08,610 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:10:08,610 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:10:08,635 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:10:08,649 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:10:08,675 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:10:08,786 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:10:08,786 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:10:08,825 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:10:08,826 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:10:08,843 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:10:08,857 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:10:08,857 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:10:08,858 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:10:08,859 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:10:08,859 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:10:08,900 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:10:08,920 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:10:08,922 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:10:08,922 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:10:08,923 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:10:08,923 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:10:08,964 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:10:08,976 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:10:08,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:10:08,980 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:10:08,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b596c05-84e6-4b20-a101-43eb954dc447 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:10:08,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-9b596c05-84e6-4b20-a101-43eb954dc447 2018-08-21 08:10:08,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:10:09,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:10:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["zMFKEjdcSxuePbwY7qIvtg"], "issued_at": "2018-08-21T08:10:09.000000Z"}} 2018-08-21 08:10:09,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34a2b1c3e30dca985d981c3e9d6a0c0e31bf38ba" 2018-08-21 08:10:09,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-5e0a729e-1b1d-4ac7-b4b3-3231775a17fd Date: Tue, 21 Aug 2018 08:10:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 08:10:09,687 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-5e0a729e-1b1d-4ac7-b4b3-3231775a17fd 2018-08-21 08:10:09,687 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 08:10:09,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34a2b1c3e30dca985d981c3e9d6a0c0e31bf38ba" 2018-08-21 08:10:09,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-f6988200-ba0e-4ebf-84c4-35a142a99138 Date: Tue, 21 Aug 2018 08:10:09 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-21 08:10:09,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-f6988200-ba0e-4ebf-84c4-35a142a99138 2018-08-21 08:10:09,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34a2b1c3e30dca985d981c3e9d6a0c0e31bf38ba" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 08:10:09,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-80285c88-c2d8-4dd1-8d1e-7cdc3fa23958 Date: Tue, 21 Aug 2018 08:10:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T08:10:09Z", "file": "/v2/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "size": null, "self": "/v2/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "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-21T08:10:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 08:10:09,800 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-80285c88-c2d8-4dd1-8d1e-7cdc3fa23958 2018-08-21 08:10:09,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34a2b1c3e30dca985d981c3e9d6a0c0e31bf38ba" -d '' 2018-08-21 08:10:10,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aff06642-5ea9-44f5-ad85-fd4053398ce9 Date: Tue, 21 Aug 2018 08:10:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 08:10:10,305 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404/file used request id req-aff06642-5ea9-44f5-ad85-fd4053398ce9 2018-08-21 08:10:10,305 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-08-21 08:10:10,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:10:10,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c023862-8f8d-48ae-b6ae-8c2f9531c7b6 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:10:10,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-2c023862-8f8d-48ae-b6ae-8c2f9531c7b6 2018-08-21 08:10:10,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:10:10,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:10:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["bZgkDWeBRK-k7J4DvKEu5Q"], "issued_at": "2018-08-21T08:10:10.000000Z"}} 2018-08-21 08:10:10,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490775c5d80a172bbe780d4b774993659e9e1dc" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-08-21 08:10:11,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-e5b07e14-7ffb-4b49-b5d3-31ca3cafa483 Date: Tue, 21 Aug 2018 08:10:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a1f33fa2-db81-42c4-b59f-745bbbcc1e22","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T08:10:11Z","is_default":false,"provider:segmentation_id":19,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:10:11Z","mtu":1450}} 2018-08-21 08:10:11,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-e5b07e14-7ffb-4b49-b5d3-31ca3cafa483 2018-08-21 08:10:11,526 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network a1f33fa2-db81-42c4-b59f-745bbbcc1e22 with cidr 10.10.10.0/24 2018-08-21 08:10:11,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490775c5d80a172bbe780d4b774993659e9e1dc" -d '{"subnets": [{"ip_version": 4, "network_id": "a1f33fa2-db81-42c4-b59f-745bbbcc1e22", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-08-21 08:10:12,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-51678784-4824-48a8-b3e6-df4e0fdb2255 Date: Tue, 21 Aug 2018 08:10:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1f33fa2-db81-42c4-b59f-745bbbcc1e22","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:10:11Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:10:11Z","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":"9395463b2c594ad385c1520193638f95","id":"46433c2e-5b06-4281-9f51-de90d282a26c","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-08-21 08:10:12,172 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-51678784-4824-48a8-b3e6-df4e0fdb2255 2018-08-21 08:10:12,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490775c5d80a172bbe780d4b774993659e9e1dc" 2018-08-21 08:10:12,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-e8c40835-bcb1-40ef-8543-957bc27cc566 Date: Tue, 21 Aug 2018 08:10:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T08:03:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-21T08:03:09Z", "revision_number": 0, "id": "616e7980-5a85-4757-af1e-30363c1e9eee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T08:03:09Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "a7999368-6286-456a-8c84-fcb73e79ce62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 5, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 08:10:12,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-e8c40835-bcb1-40ef-8543-957bc27cc566 2018-08-21 08:10:12,268 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-21 08:10:12,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:10:12,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e69fe3-b37c-4bc4-9969-b306db7323e7 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:10:12,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-06e69fe3-b37c-4bc4-9969-b306db7323e7 2018-08-21 08:10:12,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:10:12,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:10:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["Q1nTcjDDT--d0hT7R-ttpQ"], "issued_at": "2018-08-21T08:10:12.000000Z"}} 2018-08-21 08:10:12,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456e3cd6c34bee401c8e94b6671713b2ac11890" 2018-08-21 08:10:13,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-3a092e53-e9b2-465d-b3f8-719ce7f23276 x-compute-request-id: req-3a092e53-e9b2-465d-b3f8-719ce7f23276 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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-21 08:10:13,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-3a092e53-e9b2-465d-b3f8-719ce7f23276 2018-08-21 08:10:13,061 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:10:13,062 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:10:13,062 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:10:13,065 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:10:13,089 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-21 08:10:13,091 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-21 08:10:13,092 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:10:13,093 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-21 08:10:13,093 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-21 08:10:13,133 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-21 08:10:13,152 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-21 08:10:13,155 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:10:13,156 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:10:13,156 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:10:13,157 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-21 08:10:13,161 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:10:13,184 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-21 08:10:13,185 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-21 08:10:13,186 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:10:13,187 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-21 08:10:13,187 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-21 08:10:13,227 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-21 08:10:13,245 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-21 08:10:13,249 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-21 08:10:13,249 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-21 08:10:13,251 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-21 08:10:13,251 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-21 08:10:13,253 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-21 08:10:13,272 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-21 08:10:13,274 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-21 08:10:13,274 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-21 08:10:13,275 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-21 08:10:13,275 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-21 08:10:13,316 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-21 08:10:13,334 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-21 08:10:13,335 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-21 08:10:13,336 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-21 08:10:13,336 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-21 08:10:13,337 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-21 08:10:13,340 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-21 08:10:13,360 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-21 08:10:13,361 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-21 08:10:13,362 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-21 08:10:13,363 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-21 08:10:13,363 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-21 08:10:13,403 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-21 08:10:13,423 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-21 08:10:13,423 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-08-21 08:10:13,423 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=9d2fb651-1e43-4fbc-aa08-6c86ca89e404 network=a1f33fa2-db81-42c4-b59f-745bbbcc1e22 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 08:10:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:10:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:10:13,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:10:13,425 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-21 08:10:13,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:10:13,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:10:13,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:10:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:10:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:10:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:10:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:10:13,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:10:13,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:10:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:10:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:10:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:10:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:10:13,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:10:13,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:10:13,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:10:13,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:10:13,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:10:13,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:10:13,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:10:13,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:10:13,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:10:13,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:10:13,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:10:13,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e49c88-0b93-44f0-aa64-bf8733f25e0d 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:10:13,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-16e49c88-0b93-44f0-aa64-bf8733f25e0d 2018-08-21 08:10:13,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:10:13,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:10:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["6vq4FCktRrKKDI9sCKhFOg"], "issued_at": "2018-08-21T08:10:13.000000Z"}} 2018-08-21 08:10:13,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e6dfc86e1740e1c2e89e4f0b8f9514e8aa519" 2018-08-21 08:10:14,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-d6d124ff-beed-4e1c-b5c9-d209f683b372 x-compute-request-id: req-d6d124ff-beed-4e1c-b5c9-d209f683b372 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:10:14,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-d6d124ff-beed-4e1c-b5c9-d209f683b372 2018-08-21 08:10:14,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e6dfc86e1740e1c2e89e4f0b8f9514e8aa519" 2018-08-21 08:10:14,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43206cfc-23b1-4b0f-b1e0-03693fb50412 x-compute-request-id: req-43206cfc-23b1-4b0f-b1e0-03693fb50412 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:10:14,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-43206cfc-23b1-4b0f-b1e0-03693fb50412 2018-08-21 08:10:14,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e6dfc86e1740e1c2e89e4f0b8f9514e8aa519" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a1f33fa2-db81-42c4-b59f-745bbbcc1e22"}]}}' 2018-08-21 08:10:15,794 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:10:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb40fb6e-7b91-48a7-b751-40e940a46235 x-compute-request-id: req-eb40fb6e-7b91-48a7-b751-40e940a46235 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c8a667f-fe76-4a22-904a-9aa5485203ca", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "bookmark"}], "adminPass": "u4e6FkJkQp6X"}} 2018-08-21 08:10:15,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-eb40fb6e-7b91-48a7-b751-40e940a46235 2018-08-21 08:10:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:10:15,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df551d2e-1474-4d62-b750-424ff68607ad 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:10:15,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-df551d2e-1474-4d62-b750-424ff68607ad 2018-08-21 08:10:15,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:10:16,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:10:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["Xajy7EiSR-2oCOAheM9PDQ"], "issued_at": "2018-08-21T08:10:16.000000Z"}} 2018-08-21 08:10:16,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15733454ecec7c069a2840f8a7bfdfbc5d77fd91" 2018-08-21 08:10:17,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9918091-a55b-4892-922a-d56f7c4d4af5 x-compute-request-id: req-a9918091-a55b-4892-922a-d56f7c4d4af5 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.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3c8a667f-fe76-4a22-904a-9aa5485203ca", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:10: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-12-2", "created": "2018-08-21T08:10:15Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:17,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca used request id req-a9918091-a55b-4892-922a-d56f7c4d4af5 2018-08-21 08:10:20,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15733454ecec7c069a2840f8a7bfdfbc5d77fd91" 2018-08-21 08:10:20,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dab597c3-2551-438a-990e-b9809ed23e30 x-compute-request-id: req-dab597c3-2551-438a-990e-b9809ed23e30 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:74:f0:7c", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3c8a667f-fe76-4a22-904a-9aa5485203ca", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:10:17Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-08-21T08:10:15Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:20,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca used request id req-dab597c3-2551-438a-990e-b9809ed23e30 2018-08-21 08:10:23,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15733454ecec7c069a2840f8a7bfdfbc5d77fd91" 2018-08-21 08:10:24,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-6cd6bf1e-acfc-4988-a617-424370590b12 x-compute-request-id: req-6cd6bf1e-acfc-4988-a617-424370590b12 Content-Encoding: gzip Content-Length: 776 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:74:f0:7c", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a5", "OS-SRV-USG:launched_at": "2018-08-21T08:10:21.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3c8a667f-fe76-4a22-904a-9aa5485203ca", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:10:21Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-08-21T08:10:15Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:24,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca used request id req-6cd6bf1e-acfc-4988-a617-424370590b12 2018-08-21 08:10:24,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e6dfc86e1740e1c2e89e4f0b8f9514e8aa519" 2018-08-21 08:10:24,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4240e60d-ff24-4727-bca2-6745451c7772 x-compute-request-id: req-4240e60d-ff24-4727-bca2-6745451c7772 Content-Encoding: gzip Content-Length: 776 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:74:f0:7c", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a5", "OS-SRV-USG:launched_at": "2018-08-21T08:10:21.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "3c8a667f-fe76-4a22-904a-9aa5485203ca", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:10:21Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2018-08-21T08:10:15Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:24,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca used request id req-4240e60d-ff24-4727-bca2-6745451c7772 2018-08-21 08:10:24,936 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.11'. 2018-08-21 08:10:24,936 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-08-21 08:10:24,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456e3cd6c34bee401c8e94b6671713b2ac11890" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:10:26,002 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:10:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d151498d-0aa5-4531-a909-4b9d53a28763 x-compute-request-id: req-d151498d-0aa5-4531-a909-4b9d53a28763 Content-Length: 0 Content-Type: application/json 2018-08-21 08:10:26,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca/action used request id req-d151498d-0aa5-4531-a909-4b9d53a28763 2018-08-21 08:10:26,003 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-08-21 08:10:26,003 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=9d2fb651-1e43-4fbc-aa08-6c86ca89e404 network=a1f33fa2-db81-42c4-b59f-745bbbcc1e22 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-21 08:10:26,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:10:26,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:10:26,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:10:26,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:10:26,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:10:26,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:10:26,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:10:26,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:10:26,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:10:26,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:10:26,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:10:26,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:10:26,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:10:26,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:10:26,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:10:26,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:10:26,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:10:26,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:10:26,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:10:26,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:10:26,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:10:26,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:10:26,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:10:26,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:10:26,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:10:26,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:10:26,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:10:26,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff20ac4b-fde3-439e-8383-1aad099e43c7 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:10:26,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-ff20ac4b-fde3-439e-8383-1aad099e43c7 2018-08-21 08:10:26,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:10:26,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:10:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["OquBL0xPQqegqdrTD0sEGw"], "issued_at": "2018-08-21T08:10:26.000000Z"}} 2018-08-21 08:10:26,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" 2018-08-21 08:10:26,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-6cd0715b-174a-470e-8124-6e5fdfe9778a x-compute-request-id: req-6cd0715b-174a-470e-8124-6e5fdfe9778a Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:10:26,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-6cd0715b-174a-470e-8124-6e5fdfe9778a 2018-08-21 08:10:26,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" 2018-08-21 08:10:26,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-26939b4d-2773-4390-ae01-26c01c2cfcd5 x-compute-request-id: req-26939b4d-2773-4390-ae01-26c01c2cfcd5 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}} 2018-08-21 08:10:26,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac used request id req-26939b4d-2773-4390-ae01-26c01c2cfcd5 2018-08-21 08:10:26,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a1f33fa2-db81-42c4-b59f-745bbbcc1e22"}]}}' 2018-08-21 08:10:28,515 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:10: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-406b1736-0274-4e23-b220-890663a7bd88 x-compute-request-id: req-406b1736-0274-4e23-b220-890663a7bd88 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e3144c0c-2083-43c3-90a7-62959db68f61", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "bookmark"}], "adminPass": "LFh3V3iAcmQ6"}} 2018-08-21 08:10:28,516 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-406b1736-0274-4e23-b220-890663a7bd88 2018-08-21 08:10:28,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:10:28,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327cbdf5-95b6-4d38-b321-625e4184e509 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:10:28,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-327cbdf5-95b6-4d38-b321-625e4184e509 2018-08-21 08:10:28,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:10:29,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:10:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["BRWjQpKBSK2bmp_0ERSmMw"], "issued_at": "2018-08-21T08:10:28.000000Z"}} 2018-08-21 08:10:29,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a78623a3237dc853ac037c1cd484314c7f984fe6" 2018-08-21 08:10:29,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23483648-a0f7-4a48-8c33-6d3dfd111c59 x-compute-request-id: req-23483648-a0f7-4a48-8c33-6d3dfd111c59 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e3144c0c-2083-43c3-90a7-62959db68f61", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:10:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-08-21T08:10:28Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:29,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 used request id req-23483648-a0f7-4a48-8c33-6d3dfd111c59 2018-08-21 08:10:32,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a78623a3237dc853ac037c1cd484314c7f984fe6" 2018-08-21 08:10:33,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-75f7523e-5ed0-4181-910c-53111f87a783 x-compute-request-id: req-75f7523e-5ed0-4181-910c-53111f87a783 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:5b:73:fc", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e3144c0c-2083-43c3-90a7-62959db68f61", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-21T08:10:30Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-08-21T08:10:28Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:33,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 used request id req-75f7523e-5ed0-4181-910c-53111f87a783 2018-08-21 08:10:36,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a78623a3237dc853ac037c1cd484314c7f984fe6" 2018-08-21 08:10:37,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd11901f-598d-4ec2-80a9-bd6912ff2f49 x-compute-request-id: req-fd11901f-598d-4ec2-80a9-bd6912ff2f49 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:5b:73:fc", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a6", "OS-SRV-USG:launched_at": "2018-08-21T08:10:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e3144c0c-2083-43c3-90a7-62959db68f61", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:10:33Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-08-21T08:10:28Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:37,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 used request id req-fd11901f-598d-4ec2-80a9-bd6912ff2f49 2018-08-21 08:10:37,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" 2018-08-21 08:10:37,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9319971-ec0f-49cb-afc1-26e541bc53ed x-compute-request-id: req-b9319971-ec0f-49cb-afc1-26e541bc53ed 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:5b:73:fc", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/e3144c0c-2083-43c3-90a7-62959db68f61", "rel": "bookmark"}], "image": {"id": "9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "links": [{"href": "http://172.30.9.44:8774/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a6", "OS-SRV-USG:launched_at": "2018-08-21T08:10:33.000000", "flavor": {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}]}, "id": "e3144c0c-2083-43c3-90a7-62959db68f61", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-21T08:10:33Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2018-08-21T08:10:28Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:10:37,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61 used request id req-b9319971-ec0f-49cb-afc1-26e541bc53ed 2018-08-21 08:10:37,668 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.15'. 2018-08-21 08:10:37,668 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-08-21 08:10:37,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456e3cd6c34bee401c8e94b6671713b2ac11890" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:10:38,447 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:10:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ea9f59b-aa19-4ee2-9811-d5b75a4afbd4 x-compute-request-id: req-9ea9f59b-aa19-4ee2-9811-d5b75a4afbd4 Content-Length: 0 Content-Type: application/json 2018-08-21 08:10:38,448 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-9ea9f59b-aa19-4ee2-9811-d5b75a4afbd4 2018-08-21 08:10:38,448 - sdnvpn_test_utils - INFO - Waiting for instance e3144c0c-2083-43c3-90a7-62959db68f61 to boot up 2018-08-21 08:10:38,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:38,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-4f9fb27e-1799-44d3-abea-31dd71ce50ad x-compute-request-id: req-4f9fb27e-1799-44d3-abea-31dd71ce50ad Content-Encoding: gzip Content-Length: 9437 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n"} 2018-08-21 08:10:38,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-4f9fb27e-1799-44d3-abea-31dd71ce50ad 2018-08-21 08:10:40,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:40,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1e38686-9f06-44d2-929f-94cc76624320 x-compute-request-id: req-c1e38686-9f06-44d2-929f-94cc76624320 Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:40,619 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-c1e38686-9f06-44d2-929f-94cc76624320 2018-08-21 08:10:42,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:42,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a07346ac-7f78-4275-83e1-ce08004018ca x-compute-request-id: req-a07346ac-7f78-4275-83e1-ce08004018ca Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:42,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-a07346ac-7f78-4275-83e1-ce08004018ca 2018-08-21 08:10:44,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:44,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7b42154-30f0-442f-9249-f2c01a2c8958 x-compute-request-id: req-e7b42154-30f0-442f-9249-f2c01a2c8958 Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:44,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-e7b42154-30f0-442f-9249-f2c01a2c8958 2018-08-21 08:10:46,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:46,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-64fe9f8d-05d2-4e67-9482-6f55d9ff503b x-compute-request-id: req-64fe9f8d-05d2-4e67-9482-6f55d9ff503b Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:46,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-64fe9f8d-05d2-4e67-9482-6f55d9ff503b 2018-08-21 08:10:48,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:48,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e4522f8-1d42-40ac-95bb-8216dc91b025 x-compute-request-id: req-8e4522f8-1d42-40ac-95bb-8216dc91b025 Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:48,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-8e4522f8-1d42-40ac-95bb-8216dc91b025 2018-08-21 08:10:50,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:51,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f8ff152-88ab-4518-8fdc-c80494022a3f x-compute-request-id: req-0f8ff152-88ab-4518-8fdc-c80494022a3f Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:51,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-0f8ff152-88ab-4518-8fdc-c80494022a3f 2018-08-21 08:10:53,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:53,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10: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-d2cf32db-e732-4f5d-8175-0aa6b49c8cb1 x-compute-request-id: req-d2cf32db-e732-4f5d-8175-0aa6b49c8cb1 Content-Encoding: gzip Content-Length: 10016 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:53,158 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-d2cf32db-e732-4f5d-8175-0aa6b49c8cb1 2018-08-21 08:10:55,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:55,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e3ce36d-5c59-4961-8673-b3635533ddb3 x-compute-request-id: req-9e3ce36d-5c59-4961-8673-b3635533ddb3 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:55,246 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-9e3ce36d-5c59-4961-8673-b3635533ddb3 2018-08-21 08:10:57,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:57,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b453475-f41c-4f25-b860-34c34bb5b1ea x-compute-request-id: req-7b453475-f41c-4f25-b860-34c34bb5b1ea Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:57,353 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-7b453475-f41c-4f25-b860-34c34bb5b1ea 2018-08-21 08:10:59,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:10:59,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:10:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9554f83b-5104-40fc-a3bc-ac028cc75013 x-compute-request-id: req-9554f83b-5104-40fc-a3bc-ac028cc75013 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:10:59,448 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-9554f83b-5104-40fc-a3bc-ac028cc75013 2018-08-21 08:11:01,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:01,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c0a77b1-d484-41f4-b576-e4423f571993 x-compute-request-id: req-6c0a77b1-d484-41f4-b576-e4423f571993 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:11:01,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-6c0a77b1-d484-41f4-b576-e4423f571993 2018-08-21 08:11:03,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:03,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5897f12c-a8bf-45e8-b0ee-83b7ee02b381 x-compute-request-id: req-5897f12c-a8bf-45e8-b0ee-83b7ee02b381 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:11:03,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-5897f12c-a8bf-45e8-b0ee-83b7ee02b381 2018-08-21 08:11:05,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:05,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11: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-b77f1105-cc19-4097-8291-fa4ea6986b95 x-compute-request-id: req-b77f1105-cc19-4097-8291-fa4ea6986b95 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:11:05,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-b77f1105-cc19-4097-8291-fa4ea6986b95 2018-08-21 08:11:07,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:07,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32a8bcd2-f746-41c4-a631-de0aea6caf05 x-compute-request-id: req-32a8bcd2-f746-41c4-a631-de0aea6caf05 Content-Encoding: gzip Content-Length: 10087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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"} 2018-08-21 08:11:07,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-32a8bcd2-f746-41c4-a631-de0aea6caf05 2018-08-21 08:11:09,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:09,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11: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-6369e4fe-0ed6-4359-855f-84e99990306f x-compute-request-id: req-6369e4fe-0ed6-4359-855f-84e99990306f Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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-21 08:11:09,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-6369e4fe-0ed6-4359-855f-84e99990306f 2018-08-21 08:11:12,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:12,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11: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-80264209-090b-4b24-b62d-0147772430c0 x-compute-request-id: req-80264209-090b-4b24-b62d-0147772430c0 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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-21 08:11:12,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-80264209-090b-4b24-b62d-0147772430c0 2018-08-21 08:11:14,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:14,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab99aa5f-905d-45ed-b3b2-91d8eeda79b0 x-compute-request-id: req-ab99aa5f-905d-45ed-b3b2-91d8eeda79b0 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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-21 08:11:14,162 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-ab99aa5f-905d-45ed-b3b2-91d8eeda79b0 2018-08-21 08:11:16,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:16,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66b6fd60-3873-4136-86d4-ef3daa40a4e8 x-compute-request-id: req-66b6fd60-3873-4136-86d4-ef3daa40a4e8 Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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-21 08:11:16,251 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-66b6fd60-3873-4136-86d4-ef3daa40a4e8 2018-08-21 08:11:18,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:18,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11: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-7564b9c3-a375-40c7-809e-fd5d4edc2d9a x-compute-request-id: req-7564b9c3-a375-40c7-809e-fd5d4edc2d9a Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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-21 08:11:18,332 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-7564b9c3-a375-40c7-809e-fd5d4edc2d9a 2018-08-21 08:11:20,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:20,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e54929cc-647c-4b84-b8d1-9861247024be x-compute-request-id: req-e54929cc-647c-4b84-b8d1-9861247024be Content-Encoding: gzip Content-Length: 10106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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-21 08:11:20,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-e54929cc-647c-4b84-b8d1-9861247024be 2018-08-21 08:11:22,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedda1488b0e3b83b8b91626a04d1b988ad7990a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:22,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f59c99b5-49c3-46ee-8a67-7bf5d3d07634 x-compute-request-id: req-f59c99b5-49c3-46ee-8a67-7bf5d3d07634 Content-Encoding: gzip Content-Length: 11134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476103238 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.199151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201611] pid_max: default: 32768 minimum: 301\n[ 0.202981] ACPI: Core revision 20150930\n[ 0.204715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206689] Security Framework initialized\n[ 0.207890] Yama: becoming mindful.\n[ 0.208971] AppArmor: AppArmor initialized\n[ 0.210294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.212225] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.214129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215951] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218058] Initializing cgroup subsys io\n[ 0.219308] Initializing cgroup subsys memory\n[ 0.220589] Initializing cgroup subsys devices\n[ 0.221932] Initializing cgroup subsys freezer\n[ 0.223256] Initializing cgroup subsys net_cls\n[ 0.224565] Initializing cgroup subsys perf_event\n[ 0.225966] Initializing cgroup subsys net_prio\n[ 0.227312] Initializing cgroup subsys hugetlb\n[ 0.228597] Initializing cgroup subsys pids\n[ 0.229936] CPU: Physical Processor ID: 0\n[ 0.231858] mce: CPU supports 10 MCE banks\n[ 0.233089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.234625] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.252829] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259646] ftrace: allocating 31920 entries in 125 pages\n[ 0.285089] smpboot: Max logical packages: 1\n[ 0.286430] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288460] x2apic enabled\n[ 0.289635] Switched APIC routing to physical x2apic.\n[ 0.292222] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293872] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296812] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.299429] KVM setup paravirtual spinlock\n[ 0.301114] x86: Booted up 1 node, 1 CPUs\n[ 0.302306] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.304312] devtmpfs: initialized\n[ 0.306324] evm: security.selinux\n[ 0.307346] evm: security.SMACK64\n[ 0.308358] evm: security.SMACK64EXEC\n[ 0.309449] evm: security.SMACK64TRANSMUTE\n[ 0.310679] evm: security.SMACK64MMAP\n[ 0.311762] evm: security.ima\n[ 0.312699] evm: security.capability\n[ 0.313844] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.316550] pinctrl core: initialized pinctrl subsystem\n[ 0.318116] RTC time: 8:10:33, date: 08/21/18\n[ 0.319485] NET: Registered protocol family 16\n[ 0.320922] cpuidle: using governor ladder\n[ 0.322151] cpuidle: using governor menu\n[ 0.323305] PCCT header not found.\n[ 0.324390] ACPI: bus type PCI registered\n[ 0.325563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.327360] PCI: Using configuration type 1 for base access\n[ 0.329679] ACPI: Added _OSI(Module Device)\n[ 0.330939] ACPI: Added _OSI(Processor Device)\n[ 0.332230] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.333546] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.335822] ACPI: Interpreter enabled\n[ 0.336967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.339688] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.342459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.345150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.347850] ACPI: (supports S0 S5)\n[ 0.348903] ACPI: Using IOAPIC for interrupt routing\n[ 0.350336] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.354347] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.356014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357829] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.359578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362820] acpiphp: Slot [3] registered\n[ 0.363987] acpiphp: Slot [4] registered\n[ 0.365157] acpiphp: Slot [5] registered\n[ 0.366338] acpiphp: Slot [6] registered\n[ 0.367531] acpiphp: Slot [7] registered\n[ 0.368751] acpiphp: Slot [8] registered\n[ 0.369945] acpiphp: Slot [9] registered\n[ 0.371134] acpiphp: Slot [10] registered\n[ 0.372351] acpiphp: Slot [11] registered\n[ 0.373566] acpiphp: Slot [12] registered\n[ 0.374780] acpiphp: Slot [13] registered\n[ 0.375988] acpiphp: Slot [14] registered\n[ 0.377204] acpiphp: Slot [15] registered\n[ 0.392633] acpiphp: Slot [16] registered\n[ 0.393904] acpiphp: Slot [17] registered\n[ 0.395006] acpiphp: Slot [18] registered\n[ 0.396116] acpiphp: Slot [19] registered\n[ 0.397221] acpiphp: Slot [20] registered\n[ 0.398324] acpiphp: Slot [21] registered\n[ 0.399464] acpiphp: Slot [22] registered\n[ 0.400582] acpiphp: Slot [23] registered\n[ 0.401729] acpiphp: Slot [24] registered\n[ 0.402830] acpiphp: Slot [25] registered\n[ 0.404009] acpiphp: Slot [26] registered\n[ 0.405135] acpiphp: Slot [27] registered\n[ 0.406253] acpiphp: Slot [28] registered\n[ 0.407365] acpiphp: Slot [29] registered\n[ 0.408468] acpiphp: Slot [30] registered\n[ 0.409583] acpiphp: Slot [31] registered\n[ 0.410693] PCI host bridge to bus 0000:00\n[ 0.411797] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.413410] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.415030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.417002] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418966] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.420984] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.426792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.434595] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.436556] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.458461] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.460506] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464448] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.470093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471521] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473612] vgaarb: loaded\n[ 0.474442] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476075] SCSI subsystem initialized\n[ 0.477326] ACPI: bus type USB registered\n[ 0.478460] usbcore: registered new interface driver usbfs\n[ 0.479844] usbcore: registered new interface driver hub\n[ 0.481199] usbcore: registered new device driver usb\n[ 0.482692] PCI: Using ACPI for IRQ routing\n[ 0.484193] NetLabel: Initializing\n[ 0.485174] NetLabel: domain hash size = 128\n[ 0.486337] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.487641] NetLabel: unlabeled traffic allowed by default\n[ 0.489193] clocksource: Switched to clocksource kvm-clock\n[ 0.499348] AppArmor: AppArmor Filesystem Enabled\n[ 0.500649] pnp: PnP ACPI init\n[ 0.501871] pnp: PnP ACPI: found 5 devices\n[ 0.508725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.511038] NET: Registered protocol family 2\n[ 0.512439] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.514175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.515816] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.517441] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518907] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.520470] NET: Registered protocol family 1\n[ 0.521660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.523136] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524575] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.539255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553696] Trying to unpack rootfs image as initramfs...\n[ 0.615995] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620984] Scanning for low memory corruption every 60 seconds\n[ 0.623146] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624726] audit: initializing netlink subsys (disabled)\n[ 0.626205] audit: type=2000 audit(1534839034.297:1): initialized\n[ 0.628065] Initialise system trusted keyring\n[ 0.629438] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633729] zbud: loaded\n[ 0.634729] VFS: Disk quotas dquot_6.6.0\n[ 0.635859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.637985] fuse init (API version 7.23)\n[ 0.639206] Key type big_key registered\n[ 0.640306] Allocating IMA MOK and blacklist keyrings.\n[ 0.641956] Key type asymmetric registered\n[ 0.643079] Asymmetric key parser 'x509' registered\n[ 0.644413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.646469] io scheduler noop registered\n[ 0.647560] io scheduler deadline registered (default)\n[ 0.648925] io scheduler cfq registered\n[ 0.650131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.651554] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.653310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.655330] ACPI: Power Button [PWRF]\n[ 0.656552] GHES: HEST is not enabled!\n[ 0.670807] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.700205] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.703049] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.726693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.729717] Linux agpgart interface v0.103\n[ 0.733126] brd: module loaded\n[ 0.735375] loop: module loaded\n[ 0.740611] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.742625] GPT:90111 != 2097151\n[ 0.743566] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745075] GPT:90111 != 2097151\n[ 0.746025] GPT: Use GNU Parted to correct GPT errors.\n[ 0.747359] vda: vda1 vda15\n[ 0.749005] scsi host0: ata_piix\n[ 0.750098] scsi host1: ata_piix\n[ 0.751102] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752769] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754778] libphy: Fixed MDIO Bus: probed\n[ 0.755914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757244] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760175] PPP generic driver version 2.4.2\n[ 0.761445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763081] ehci-pci: EHCI PCI platform driver\n[ 0.764300] ehci-platform: EHCI generic platform driver\n[ 0.765676] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.767252] ohci-pci: OHCI PCI platform driver\n[ 0.768463] ohci-platform: OHCI generic platform driver\n[ 0.769846] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785996] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788057] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789447] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.791041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794697] usb usb1: Product: UHCI Host Controller\n[ 0.795985] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.798936] hub 1-0:1.0: USB hub found\n[ 0.800144] hub 1-0:1.0: 2 ports detected\n[ 0.801427] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805644] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807061] mousedev: PS/2 mouse device common for all mice\n[ 0.808772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811310] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814483] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.816118] i2c /dev entries driver\n[ 0.817176] device-mapper: uevent: version 1.0.3\n[ 0.818513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.820779] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.822645] NET: Registered protocol family 10\n[ 0.824236] NET: Registered protocol family 17\n[ 0.825498] Key type dns_resolver registered\n[ 0.826803] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.828319] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.830777] registered taskstats version 1\n[ 0.831961] Loading compiled-in X.509 certificates\n[ 0.833826] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.836407] zswap: loaded using pool lzo/zbud\n[ 0.838500] Key type trusted registered\n[ 0.840672] Key type encrypted registered\n[ 0.841833] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.843311] ima: No TPM chip found, activating TPM-bypass!\n[ 0.844788] evm: HMAC attrs: 0x1\n[ 0.846109] Magic number: 14:54:170\n[ 0.847299] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:34 UTC (1534839034)\n[ 0.849571] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.851120] EDD information not available.\n[ 0.914782] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931697] Write protecting the kernel read-only data: 14336k\n[ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\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... [ 1.097641] 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.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-000000a6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCP5J0ruKQMqkEg6nO6mv0Z15IrVtON2VifGtSEBSQk10VrLsS5ybQQnlIXXMNQKYYSM/qzIQ9Byr2N2d7ozqJDhHnfIBryvV/5pPzGnXtLJX/h896rX1eKpVzy/GVhyjX23ACjgnZ89ih/B8QS/SlnU6pFatxX/x8GlRH1LAak//hrxdlgts/AP9tABrU/GFW5e9RQ+9TAUUlOOxdxEDv07cA2HvoDDt95fjlQANv3wc2zy20pAZ6hcIIIHoSHM2Gc/r9wW5U1qeM38fQcpPeecAE3//TgNBixU1l+a8nsxCOpqptWon9KuTjI9o3Lemw8ovRqocBtGXIYH5D3suqF root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAM9U3XabwSbgMKyLg7FuRROeW76WbqQ+47Y58eTvkyg2t4MrZcj8FNQsfXw2963+oH0oP5qizTEbwmov+wG1tcAibkMi7HFu/YqY0Q9wNpCAZ4ZzECNwvSIuaOhxqXybWf5reGuVaK3YU9RLYkBbcRj8Tsa8rnnF5UFuzxwZU8RlAAAAFQD9emBz+XfNEt8oYf8Wuhs1SQFX4wAAAIEAy6sxfGRw6iO0jDhEfVNq/XywDjqAjd8cangE4E68CJAGysRdvln0ztMrNEjx5FQ/oGcE9vpA8BRHSVs31sAbt3zXNsljZ33VX0ZEZmC4aJNW2wdX4oCpZRjvPFJXCej5eWp/Bnp6x9JfuhRJrctKpTnpNSoTrG7MTrVvIK+KLpEAAACAf7NdsgvTF8ptSEHvWs9l3KfvYd+Asqobq4RMao77nJmdZVQrAFAUj626vkoAU21+tIShrwxlYEJJ4f27mkaYYxZoUHfGHhdilAhK3ZJETKyo+UyMeF3r3Mzo7K6plBUVHcZape+zmdYwav7iR5ML7HJ0VEfH2F5MqXdE0GbIqX4= root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.48s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe5b:73fc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-000000a6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5B:73:FC \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5b:73fc/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:7569 (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-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.097641] random: dd urandom read with 4 bits of entropy available\n[ 1.113250] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.273504] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.273509] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.273513] usb 1-1: Product: QEMU USB Tablet\n[ 1.273515] usb 1-1: Manufacturer: QEMU\n[ 1.273517] usb 1-1: SerialNumber: 42\n[ 1.617561] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.878701] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.913620] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:10:34 cirros kern.info kernel: [ 0.934701] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 21 09:10:34 cirros kern.info kernel: [ 0.937217] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 21 09:10:34 cirros kern.info kernel: [ 0.951166] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 21 09:10:34 cirros kern.info kernel: [ 0.951167] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 21 09:10:34 cirros kern.info kernel: [ 0.952930] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 21 09:10:34 cirros kern.info kernel: [ 0.956081] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 21 09:10:34 cirros kern.info kernel: [ 0.958272] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 21 09:10:34 cirros kern.info kernel: [ 0.981901] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 21 09:10:34 cirros kern.info kernel: [ 0.982765] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 21 09:10:34 cirros kern.info kernel: [ 0.984106] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 21 09:10:34 cirros kern.info kernel: [ 0.988603] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 21 09:10:34 cirros kern.info kernel: [ 1.067729] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 21 09:10:34 cirros kern.info kernel: [ 1.075838] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 21 09:10:34 cirros kern.notice kernel: [ 1.097641] random: dd urandom read with 4 bits of entropy available\nAug 21 09:10:34 cirros kern.info kernel: [ 1.113250] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:10:34 cirros kern.info kernel: [ 1.273504] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:10:34 cirros kern.info kernel: [ 1.273509] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:10:34 cirros kern.info kernel: [ 1.273513] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:10:34 cirros kern.info kernel: [ 1.273515] usb 1-1: Manufacturer: QEMU\nAug 21 09:10:34 cirros kern.info kernel: [ 1.273517] usb 1-1: SerialNumber: 42\nAug 21 09:10:35 cirros kern.info kernel: [ 1.617561] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 21 09:10:36 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:10:36 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:10:36 cirros kern.info kernel: [ 2.878701] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:10:36 cirros kern.info kernel: [ 2.913620] 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-21 08:11:22,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-f59c99b5-49c3-46ee-8a67-7bf5d3d07634 2018-08-21 08:11:24,539 - sdnvpn_test_utils - INFO - Waiting for instance 3c8a667f-fe76-4a22-904a-9aa5485203ca to boot up 2018-08-21 08:11:24,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635e6dfc86e1740e1c2e89e4f0b8f9514e8aa519" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:11:24,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:11:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16a5b9a9-0022-47dc-bf1b-ea4853ceab2f x-compute-request-id: req-16a5b9a9-0022-47dc-bf1b-ea4853ceab2f Content-Encoding: gzip Content-Length: 10972 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483592670 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.201830] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.204317] pid_max: default: 32768 minimum: 301\n[ 0.205655] ACPI: Core revision 20150930\n[ 0.207394] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.209344] Security Framework initialized\n[ 0.210561] Yama: becoming mindful.\n[ 0.211642] AppArmor: AppArmor initialized\n[ 0.212913] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.214830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.216731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218519] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.220589] Initializing cgroup subsys io\n[ 0.221805] Initializing cgroup subsys memory\n[ 0.223107] Initializing cgroup subsys devices\n[ 0.224407] Initializing cgroup subsys freezer\n[ 0.225695] Initializing cgroup subsys net_cls\n[ 0.226988] Initializing cgroup subsys perf_event\n[ 0.228361] Initializing cgroup subsys net_prio\n[ 0.229670] Initializing cgroup subsys hugetlb\n[ 0.230957] Initializing cgroup subsys pids\n[ 0.232249] CPU: Physical Processor ID: 0\n[ 0.234158] mce: CPU supports 10 MCE banks\n[ 0.235365] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.236813] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.251816] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.258592] ftrace: allocating 31920 entries in 125 pages\n[ 0.284235] smpboot: Max logical packages: 1\n[ 0.285447] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.287355] x2apic enabled\n[ 0.288519] Switched APIC routing to physical x2apic.\n[ 0.291004] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.292553] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.295338] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.297845] KVM setup paravirtual spinlock\n[ 0.299466] x86: Booted up 1 node, 1 CPUs\n[ 0.300593] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.302506] devtmpfs: initialized\n[ 0.304506] evm: security.selinux\n[ 0.305488] evm: security.SMACK64\n[ 0.306465] evm: security.SMACK64EXEC\n[ 0.307516] evm: security.SMACK64TRANSMUTE\n[ 0.308644] evm: security.SMACK64MMAP\n[ 0.309688] evm: security.ima\n[ 0.310590] evm: security.capability\n[ 0.311692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.314252] pinctrl core: initialized pinctrl subsystem\n[ 0.315751] RTC time: 8:10:21, date: 08/21/18\n[ 0.317055] NET: Registered protocol family 16\n[ 0.318385] cpuidle: using governor ladder\n[ 0.319530] cpuidle: using governor menu\n[ 0.320636] PCCT header not found.\n[ 0.321681] ACPI: bus type PCI registered\n[ 0.322797] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.324506] PCI: Using configuration type 1 for base access\n[ 0.326671] ACPI: Added _OSI(Module Device)\n[ 0.327845] ACPI: Added _OSI(Processor Device)\n[ 0.329053] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.330311] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.332552] ACPI: Interpreter enabled\n[ 0.333628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.338794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.341381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343962] ACPI: (supports S0 S5)\n[ 0.344954] ACPI: Using IOAPIC for interrupt routing\n[ 0.346275] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350138] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351718] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.353435] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.355088] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.358123] acpiphp: Slot [3] registered\n[ 0.359263] acpiphp: Slot [4] registered\n[ 0.360390] acpiphp: Slot [5] registered\n[ 0.361515] acpiphp: Slot [6] registered\n[ 0.362650] acpiphp: Slot [7] registered\n[ 0.363785] acpiphp: Slot [8] registered\n[ 0.364922] acpiphp: Slot [9] registered\n[ 0.366046] acpiphp: Slot [10] registered\n[ 0.367183] acpiphp: Slot [11] registered\n[ 0.368344] acpiphp: Slot [12] registered\n[ 0.369488] acpiphp: Slot [13] registered\n[ 0.370624] acpiphp: Slot [14] registered\n[ 0.371762] acpiphp: Slot [15] registered\n[ 0.387108] acpiphp: Slot [16] registered\n[ 0.388235] acpiphp: Slot [17] registered\n[ 0.389376] acpiphp: Slot [18] registered\n[ 0.390515] acpiphp: Slot [19] registered\n[ 0.391620] acpiphp: Slot [20] registered\n[ 0.392728] acpiphp: Slot [21] registered\n[ 0.393866] acpiphp: Slot [22] registered\n[ 0.394971] acpiphp: Slot [23] registered\n[ 0.396080] acpiphp: Slot [24] registered\n[ 0.397186] acpiphp: Slot [25] registered\n[ 0.398346] acpiphp: Slot [26] registered\n[ 0.399446] acpiphp: Slot [27] registered\n[ 0.400587] acpiphp: Slot [28] registered\n[ 0.401703] acpiphp: Slot [29] registered\n[ 0.402804] acpiphp: Slot [30] registered\n[ 0.403910] acpiphp: Slot [31] registered\n[ 0.405021] PCI host bridge to bus 0000:00\n[ 0.406159] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.407839] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.411500] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.413488] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.415573] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.419623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.421378] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422961] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.424704] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.429109] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.431144] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.451723] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.453728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455673] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457653] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.461371] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.463164] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.464616] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466770] vgaarb: loaded\n[ 0.467629] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469315] SCSI subsystem initialized\n[ 0.470620] ACPI: bus type USB registered\n[ 0.471749] usbcore: registered new interface driver usbfs\n[ 0.473149] usbcore: registered new interface driver hub\n[ 0.474534] usbcore: registered new device driver usb\n[ 0.476020] PCI: Using ACPI for IRQ routing\n[ 0.477514] NetLabel: Initializing\n[ 0.478515] NetLabel: domain hash size = 128\n[ 0.479687] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481025] NetLabel: unlabeled traffic allowed by default\n[ 0.482613] clocksource: Switched to clocksource kvm-clock\n[ 0.492487] AppArmor: AppArmor Filesystem Enabled\n[ 0.493815] pnp: PnP ACPI init\n[ 0.495062] pnp: PnP ACPI: found 5 devices\n[ 0.501850] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504207] NET: Registered protocol family 2\n[ 0.505613] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509059] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513744] NET: Registered protocol family 1\n[ 0.514942] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516482] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.517980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546729] Trying to unpack rootfs image as initramfs...\n[ 0.608780] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614071] Scanning for low memory corruption every 60 seconds\n[ 0.616327] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.617972] audit: initializing netlink subsys (disabled)\n[ 0.619511] audit: type=2000 audit(1534839022.629:1): initialized\n[ 0.621393] Initialise system trusted keyring\n[ 0.622774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.624379] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.627077] zbud: loaded\n[ 0.628095] VFS: Disk quotas dquot_6.6.0\n[ 0.629235] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.631416] fuse init (API version 7.23)\n[ 0.632634] Key type big_key registered\n[ 0.633729] Allocating IMA MOK and blacklist keyrings.\n[ 0.635431] Key type asymmetric registered\n[ 0.636591] Asymmetric key parser 'x509' registered\n[ 0.637898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.639997] io scheduler noop registered\n[ 0.641083] io scheduler deadline registered (default)\n[ 0.642477] io scheduler cfq registered\n[ 0.643694] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645117] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.646907] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.648916] ACPI: Power Button [PWRF]\n[ 0.650193] GHES: HEST is not enabled!\n[ 0.664216] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693580] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696508] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720223] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723225] Linux agpgart interface v0.103\n[ 0.726572] brd: module loaded\n[ 0.728817] loop: module loaded\n[ 0.733700] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735735] GPT:90111 != 2097151\n[ 0.736665] GPT:Alternate GPT header not at the end of the disk.\n[ 0.738141] GPT:90111 != 2097151\n[ 0.739069] GPT: Use GNU Parted to correct GPT errors.\n[ 0.740372] vda: vda1 vda15\n[ 0.742038] scsi host0: ata_piix\n[ 0.743107] scsi host1: ata_piix\n[ 0.744086] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747718] libphy: Fixed MDIO Bus: probed\n[ 0.748839] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750169] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753173] PPP generic driver version 2.4.2\n[ 0.754706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756728] ehci-pci: EHCI PCI platform driver\n[ 0.758214] ehci-platform: EHCI generic platform driver\n[ 0.759949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761946] ohci-pci: OHCI PCI platform driver\n[ 0.763461] ohci-platform: OHCI generic platform driver\n[ 0.765187] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780186] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.781876] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.784338] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.786036] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.787959] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.790030] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.792417] usb usb1: Product: UHCI Host Controller\n[ 0.793997] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.795917] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.797529] hub 1-0:1.0: USB hub found\n[ 0.798826] hub 1-0:1.0: 2 ports detected\n[ 0.800337] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.803703] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.805303] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807010] mousedev: PS/2 mouse device common for all mice\n[ 0.809070] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811956] rtc_cmos 00:00: RTC can wake from S4\n[ 0.813600] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.815360] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817132] i2c /dev entries driver\n[ 0.818262] device-mapper: uevent: version 1.0.3\n[ 0.819666] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822081] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824067] NET: Registered protocol family 10\n[ 0.825709] NET: Registered protocol family 17\n[ 0.827048] Key type dns_resolver registered\n[ 0.828439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.830063] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832687] registered taskstats version 1\n[ 0.833932] Loading compiled-in X.509 certificates\n[ 0.835880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.838658] zswap: loaded using pool lzo/zbud\n[ 0.840811] Key type trusted registered\n[ 0.843031] Key type encrypted registered\n[ 0.844248] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.845788] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847355] evm: HMAC attrs: 0x1\n[ 0.848731] Magic number: 14:54:170\n[ 0.849979] rtc_cmos 00:00: setting system clock to 2018-08-21 08:10:22 UTC (1534839022)\n[ 0.852383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.854028] EDD information not available.\n[ 0.908189] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925100] Write protecting the kernel read-only data: 14336k\n[ 0.928111] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.930745] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.977793] random: blkid urandom read with 2 bits 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.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.00. iid=i-000000a5\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1VEpC0Qv/+gNqunX+nfxn7NfNrDk4n/3jISGsfrBsPZoL66RonhofCqzPSGmi/26WiLJiEIPIlB0XHOKlMslaqAc+dAqElGuDYibDnt4iF9IvZCUcRE1ldb75qxJChLBr0wpII+QkHGPliSyIV7ZmXb2VDaxoDVBeEv0ZKhI5VE27SFzKfyo3I28mHG2D8LR7343ekhOc20yRPqwZjfh0es9Bsgr02geeVWnmIVHwoz/XvO8CfLH70Jt40rwqWv33kVzhKYjCKHPBAfLMqyXZGvjULOfhukz7xsIpMcEVw5zKoyzePhKMuLwU1LYnZJ93MgbKgPRcI6xV2QwEWsSR root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBALUTRPsZ9RfC2669c03hViDaDMwhTyaz6oycADjFrQMyPouSznZ6qqWP0dnbbW1JHuDPiS4jgblHeWr2l+ZLR6VO23STcoVJhAHR02jaFaMHY4uHGK5PCbNc3eHZjtMzbb2MtD0sSKi86JgRZpRde+JgHglIsdaYIiaIfnjsdpvxAAAAFQDJ8MfdFdqEtzws712le3nhKB01xQAAAIA4xBIppo52ETV/m2n4YsHwtXpga6IXFhzpL/x18zjyfmBgLX1xRQcqhIX5Q8KtSfSsRel3YylTnqTMWTmv4KWj2Mlcg0swgYAveA8xmy6czkNlyuq9itooTllS1Y6obkZBALoJYsVK2mUdj9o8w8Ejjr9QmgESIPYe8SEFZwr8YwAAAIBkl4zVb0UpQYA4mffquTzI3wCFZoHTGAaZTM3PbX91YNLyCF9MkOzj8QIa+pDZjvlQ3HlP/lsr4SF/e4bz/uL1KcmOKzEr1qzHWlRRXj8xPaYQswzHZsiw0bdeWSp39fzW4PnPbB12gkSroWeAaXTyj18vylI4hLPGKbeGBcCX+w== root@sdnvpn-12-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.11,24,fe80::f816:3eff:fe74:f07c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \nip-route:169.254.169.254 via 10.10.10.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-000000a5\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.64 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:74:F0:7C \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe74:f07c/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[ 1.110635] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.271101] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.271103] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.271105] usb 1-1: Product: QEMU USB Tablet\n[ 1.271105] usb 1-1: Manufacturer: QEMU\n[ 1.271106] usb 1-1: SerialNumber: 42\n[ 1.610704] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.610712] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns\n[ 2.764194] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.799738] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 21 09:10:22 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 21 09:10:22 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 21 09:10:22 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 21 09:10:22 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 21 09:10:22 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 21 09:10:22 cirros kern.info kernel: [ 1.110635] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 21 09:10:22 cirros kern.info kernel: [ 1.271101] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 21 09:10:22 cirros kern.info kernel: [ 1.271103] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 21 09:10:22 cirros kern.info kernel: [ 1.271105] usb 1-1: Product: QEMU USB Tablet\nAug 21 09:10:22 cirros kern.info kernel: [ 1.271105] usb 1-1: Manufacturer: QEMU\nAug 21 09:10:22 cirros kern.info kernel: [ 1.271106] usb 1-1: SerialNumber: 42\nAug 21 09:10:23 cirros kern.info kernel: [ 1.610704] tsc: Refined TSC clocksource calibration: 3491.871 MHz\nAug 21 09:10:23 cirros kern.info kernel: [ 1.610712] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns\nAug 21 09:10:24 cirros auth.notice su: + /dev/console root:cirros\nAug 21 09:10:24 cirros authpriv.info dropbear[341]: Running in background\nAug 21 09:10:24 cirros kern.info kernel: [ 2.764194] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 21 09:10:24 cirros kern.info kernel: [ 2.799738] 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-21 08:11:24,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca/action used request id req-16a5b9a9-0022-47dc-bf1b-ea4853ceab2f 2018-08-21 08:11:26,649 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-21 08:11:56,653 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-21 08:11:56,654 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-21 08:11:56,654 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-21 08:11:56,659 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-21 08:11:56,679 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-21 08:11:56,680 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-21 08:11:56,680 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-21 08:11:56,682 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-21 08:11:56,682 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-21 08:11:56,722 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-21 08:11:56,741 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-21 08:11:56,744 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-21 08:11:56,745 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-21 08:11:56,745 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-21 08:11:56,745 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-21 08:11:56,753 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-21 08:11:56,783 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-21 08:11:56,784 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-21 08:11:56,785 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-21 08:11:56,785 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-21 08:11:56,786 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-21 08:11:56,827 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-21 08:11:56,847 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-21 08:11:56,852 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-21 08:11:56,853 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-21 08:11:56,853 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-21 08:11:56,854 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-21 08:11:56,856 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-21 08:11:56,874 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-21 08:11:56,876 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-21 08:11:56,876 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-21 08:11:56,877 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-21 08:11:56,877 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-21 08:11:56,918 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-21 08:11:56,936 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-21 08:11:56,937 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-21 08:11:56,939 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-21 08:11:56,939 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-21 08:11:56,939 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-21 08:11:56,943 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-21 08:11:56,963 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-21 08:11:56,964 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-21 08:11:56,964 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-21 08:11:56,965 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-21 08:11:56,966 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-21 08:11:57,007 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-21 08:11:57,026 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-21 08:11:57,027 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-08-21 08:11:57,028 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-21 08:11:57,029 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-21 08:11:57,029 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-21 08:11:57,029 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-21 08:11:57,033 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-21 08:11:57,057 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-21 08:11:57,058 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-08-21 08:11:57,058 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-21 08:11:57,059 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-08-21 08:11:57,059 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-08-21 08:11:57,100 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-08-21 08:11:57,182 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-08-21 08:11:57,183 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-08-21 08:12:27,191 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-08-21 08:12:27,193 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-08-21 08:12:27,194 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-08-21 08:12:27,198 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-08-21 08:12:27,281 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-08-21 08:12:27,282 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-21 08:12:27,283 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-08-21 08:12:27,283 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-21 08:12:27,284 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-21 08:12:27,287 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-21 08:12:27,355 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-21 08:12:27,356 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-21 08:12:57,386 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-08-21 08:12:57,387 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-08-21 08:12:57,387 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-08-21 08:12:57,390 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-08-21 08:12:57,451 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-08-21 08:12:57,451 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-21 08:12:57,452 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-08-21 08:13:27,466 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-08-21 08:13:27,467 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-08-21 08:13:27,467 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-08-21 08:13:27,470 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-08-21 08:13:27,492 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-08-21 08:13:27,494 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-08-21 08:13:27,495 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-08-21 08:13:27,496 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-08-21 08:13:27,496 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-08-21 08:13:27,536 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-08-21 08:13:27,554 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-08-21 08:13:27,557 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-08-21 08:13:27,558 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-08-21 08:13:27,559 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-08-21 08:13:27,559 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-08-21 08:13:27,561 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-08-21 08:13:27,580 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-08-21 08:13:27,581 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-08-21 08:13:27,582 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-08-21 08:13:27,583 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-08-21 08:13:27,583 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-08-21 08:13:27,623 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-08-21 08:13:27,642 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-08-21 08:13:27,647 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-08-21 08:13:27,648 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-08-21 08:13:27,648 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-08-21 08:13:27,649 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-08-21 08:13:27,651 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-08-21 08:13:27,673 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-08-21 08:13:27,674 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-08-21 08:13:27,675 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-08-21 08:13:27,676 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-08-21 08:13:27,676 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-08-21 08:13:27,717 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-08-21 08:13:27,738 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-08-21 08:13:27,739 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-08-21 08:13:27,740 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-08-21 08:13:27,740 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-08-21 08:13:27,741 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-08-21 08:13:27,744 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-08-21 08:13:27,761 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-08-21 08:13:27,763 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-08-21 08:13:27,764 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-08-21 08:13:27,764 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-08-21 08:13:27,764 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-08-21 08:13:27,805 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-08-21 08:13:27,822 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-08-21 08:13:27,823 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-08-21 08:13:27,823 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-08-21 08:13:27,824 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-08-21 08:13:27,825 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-08-21 08:13:27,825 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-08-21 08:13:27,827 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-08-21 08:13:27,850 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-08-21 08:13:27,851 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-08-21 08:13:57,881 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-08-21 08:13:57,882 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-08-21 08:13:57,882 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-08-21 08:13:57,885 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-08-21 08:13:57,902 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-08-21 08:13:57,903 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-08-21 08:13:57,903 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-08-21 08:13:57,904 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-08-21 08:13:57,904 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-08-21 08:13:57,908 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-08-21 08:13:57,937 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-08-21 08:13:57,938 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-08-21 08:14:27,952 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-08-21 08:14:27,953 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-08-21 08:14:27,953 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-08-21 08:14:27,956 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-08-21 08:14:27,974 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-08-21 08:14:27,974 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-21 08:14:27,975 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-08-21 08:14:58,005 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-08-21 08:14:58,006 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-08-21 08:14:58,007 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-08-21 08:14:58,009 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-08-21 08:14:58,033 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-08-21 08:14:58,035 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-08-21 08:14:58,035 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-08-21 08:14:58,075 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-08-21 08:14:58,075 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-08-21 08:14:58,101 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-08-21 08:14:58,120 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-08-21 08:14:58,122 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-08-21 08:14:58,123 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-08-21 08:14:58,124 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-08-21 08:14:58,124 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-08-21 08:14:58,128 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-08-21 08:14:58,148 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-08-21 08:14:58,149 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-08-21 08:14:58,150 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-08-21 08:14:58,151 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-08-21 08:14:58,151 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-08-21 08:14:58,191 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-08-21 08:14:58,210 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-08-21 08:14:58,216 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-08-21 08:14:58,216 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-08-21 08:14:58,217 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-08-21 08:14:58,217 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-08-21 08:14:58,219 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-08-21 08:14:58,236 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-08-21 08:14:58,237 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-08-21 08:14:58,238 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-08-21 08:14:58,238 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-08-21 08:14:58,238 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-08-21 08:14:58,279 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-08-21 08:14:58,297 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-08-21 08:14:58,297 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-08-21 08:14:58,298 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-08-21 08:14:58,299 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-08-21 08:14:58,299 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-08-21 08:14:58,302 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-08-21 08:14:58,320 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-08-21 08:14:58,321 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-08-21 08:14:58,322 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-08-21 08:14:58,323 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-08-21 08:14:58,323 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-08-21 08:14:58,363 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-08-21 08:14:58,381 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-08-21 08:14:58,381 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-08-21 08:14:58,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456e3cd6c34bee401c8e94b6671713b2ac11890" -d '{"forceDelete": null}' 2018-08-21 08:14:58,388 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-08-21 08:14:58,587 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:14: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-2dfbe89f-2618-4f2f-b7f7-a8ce09deb4ec x-compute-request-id: req-2dfbe89f-2618-4f2f-b7f7-a8ce09deb4ec Content-Length: 0 Content-Type: application/json 2018-08-21 08:14:58,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/e3144c0c-2083-43c3-90a7-62959db68f61/action used request id req-2dfbe89f-2618-4f2f-b7f7-a8ce09deb4ec 2018-08-21 08:14:58,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0456e3cd6c34bee401c8e94b6671713b2ac11890" -d '{"forceDelete": null}' 2018-08-21 08:14:58,894 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:14: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-856409af-7620-4d6b-ba23-453ec01a543c x-compute-request-id: req-856409af-7620-4d6b-ba23-453ec01a543c Content-Length: 0 Content-Type: application/json 2018-08-21 08:14:58,894 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/3c8a667f-fe76-4a22-904a-9aa5485203ca/action used request id req-856409af-7620-4d6b-ba23-453ec01a543c 2018-08-21 08:14:58,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34a2b1c3e30dca985d981c3e9d6a0c0e31bf38ba" 2018-08-21 08:14:59,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9032904e-5b0b-4a1c-ac2d-36d56364c382 Date: Tue, 21 Aug 2018 08:14:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 08:14:59,529 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/9d2fb651-1e43-4fbc-aa08-6c86ca89e404 used request id req-9032904e-5b0b-4a1c-ac2d-36d56364c382 2018-08-21 08:14:59,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/46433c2e-5b06-4281-9f51-de90d282a26c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e490775c5d80a172bbe780d4b774993659e9e1dc" 2018-08-21 08:15:00,172 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-53de0f2d-547f-4735-b700-4abf6e69f77a Date: Tue, 21 Aug 2018 08:15:00 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 46433c2e-5b06-4281-9f51-de90d282a26c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-21 08:15:00,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/46433c2e-5b06-4281-9f51-de90d282a26c used request id req-53de0f2d-547f-4735-b700-4abf6e69f77a 2018-08-21 08:15:00,172 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 46433c2e-5b06-4281-9f51-de90d282a26c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-21 08:15:00,173 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '46433c2e-5b06-4281-9f51-de90d282a26c')]: Unable to complete operation on subnet 46433c2e-5b06-4281-9f51-de90d282a26c: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-53de0f2d-547f-4735-b700-4abf6e69f77a'] 2018-08-21 08:15:00,173 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 46433c2e-5b06-4281-9f51-de90d282a26c was not deleted. 2018-08-21 08:15:00,173 - 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 351, actual flow count 309| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 10, actual group count 10| +========================================================================================+ | 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 351, actual flow count 309| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 10, actual group count 10| +========================================================================================+ +========================================================================================+ 2018-08-21 08:15:00,173 - sdnvpn-results - INFO - One or more subtests have failed. 2018-08-21 08:15:00,174 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-21 08:15:00,174 - 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 351, actual flow count 309': 'FAIL'}, {'OVS groups are programmed after resync expected group count 10, actual group count 10': 'PASS'}, {'OVS flows are programmed after resync expected flow count 351, actual flow count 309': 'FAIL'}, {'OVS groups are programmed after resync expected group count 10, actual group count 10': 'PASS'}]} 2018-08-21 08:15:00,174 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-21 08:15:00,174 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-21 08:15:00,175 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-21 08:15:00,262 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-21 08:15:00,262 - sdnvpn.test.functest.testcase_13 - INFO - Downloading image 2018-08-21 08:15:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:15:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:15:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:15:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:15:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:15:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:15:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:15:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:15:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:15:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:15:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:15:09,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:15:09,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:15:09,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:15:09,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:15:09,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:15:09,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-21 08:15:09,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:15:09,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:15:09,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:15:09,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:15:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:15:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:15:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:15:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:15:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:15:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:15:09,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:15:09,969 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-21 08:15:09,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:15:09,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9260ac80-cbb9-483d-af56-613276a2b536 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:15:09,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-9260ac80-cbb9-483d-af56-613276a2b536 2018-08-21 08:15:09,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:15:10,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:15:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["QS_EPkhXTmKZP8A0D1qpNQ"], "issued_at": "2018-08-21T08:15:10.000000Z"}} 2018-08-21 08:15:10,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" 2018-08-21 08:15:10,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-3e04ab21-aac0-4e92-a561-37557ca6b058 Date: Tue, 21 Aug 2018 08:15:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 08:15:10,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-3e04ab21-aac0-4e92-a561-37557ca6b058 2018-08-21 08:15:10,639 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-21 08:15:10,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" 2018-08-21 08:15:10,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-94529c2a-cc3e-4029-9d39-4806061a60f7 Date: Tue, 21 Aug 2018 08:15:10 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-21 08:15:10,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-94529c2a-cc3e-4029-9d39-4806061a60f7 2018-08-21 08:15:10,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-08-21 08:15:10,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eaa626b9-69ca-4046-8bbd-8dbebaf842d5 Date: Tue, 21 Aug 2018 08:15:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T08:15:10Z", "file": "/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "size": null, "self": "/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "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-21T08:15:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 08:15:10,740 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-eaa626b9-69ca-4046-8bbd-8dbebaf842d5 2018-08-21 08:15:10,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" -d '' 2018-08-21 08:15:20,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-db684b6a-e0d2-47a8-8bb0-a187c2e762d9 Date: Tue, 21 Aug 2018 08:15: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-21 08:15:20,502 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd/file used request id req-db684b6a-e0d2-47a8-8bb0-a187c2e762d9 2018-08-21 08:15:20,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:15:20,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:15:20,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:15:20,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:15:20,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:15:20,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:15:20,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:15:20,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:15:20,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:15:20,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:15:20,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:15:20,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:15:20,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc987d21-9d92-4adf-92c9-486dcf7faf64 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:15:20,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-bc987d21-9d92-4adf-92c9-486dcf7faf64 2018-08-21 08:15:20,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:15:20,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["qCiAOLwHQ_y4zcXgIJeCMg"], "issued_at": "2018-08-21T08:15:20.000000Z"}} 2018-08-21 08:15:20,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0147f222a9dbb01b74e7890138a82e96d3b7709b" 2018-08-21 08:15:21,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-93c04560-b066-49d4-a81a-cf311149359f x-compute-request-id: req-93c04560-b066-49d4-a81a-cf311149359f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "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": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac"}]} 2018-08-21 08:15:21,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/detail used request id req-93c04560-b066-49d4-a81a-cf311149359f 2018-08-21 08:15:21,188 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-21 08:15:21,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0147f222a9dbb01b74e7890138a82e96d3b7709b" -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-21 08:15:21,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04736c3d-aa99-4c30-9225-e7cd8e2b2ea2 x-compute-request-id: req-04736c3d-aa99-4c30-9225-e7cd8e2b2ea2 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "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": "e0745627-719d-4a24-905d-1a829097e522"}} 2018-08-21 08:15:21,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-04736c3d-aa99-4c30-9225-e7cd8e2b2ea2 2018-08-21 08:15:21,282 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=e0745627-719d-4a24-905d-1a829097e522 created successfully. 2018-08-21 08:15:21,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:15:21,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3896438d-baba-443f-8bd0-f7e902306af3 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:15:21,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-3896438d-baba-443f-8bd0-f7e902306af3 2018-08-21 08:15:21,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:15:21,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["BCRKnczUQFif1jYEc-VO1A"], "issued_at": "2018-08-21T08:15:21.000000Z"}} 2018-08-21 08:15:21,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:15:22,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8037 X-Openstack-Request-Id: req-3750251c-d61d-49e8-8685-bebb62108be5 Date: Tue, 21 Aug 2018 08:15:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9dc132d0-e266-43e0-8d0f-10b3bb3d689d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["bb7bb916-279d-4d2d-996d-7fed734a3097"],"description":"","tags":[],"updated_at":"2018-08-21T08:07:36Z","provider:segmentation_id":57,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:07:35Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a1f33fa2-db81-42c4-b59f-745bbbcc1e22","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["46433c2e-5b06-4281-9f51-de90d282a26c"],"description":"","tags":[],"updated_at":"2018-08-21T08:10:11Z","provider:segmentation_id":19,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:10:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"}]} 2018-08-21 08:15:22,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-3750251c-d61d-49e8-8685-bebb62108be5 2018-08-21 08:15:22,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:15:22,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-4c5aa415-9e02-456d-8413-4cacd7316449 Date: Tue, 21 Aug 2018 08:15:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1f33fa2-db81-42c4-b59f-745bbbcc1e22","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:10:11Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:10:11Z","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":"9395463b2c594ad385c1520193638f95","id":"46433c2e-5b06-4281-9f51-de90d282a26c","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9dc132d0-e266-43e0-8d0f-10b3bb3d689d","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:07:36Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:07:36Z","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":"9395463b2c594ad385c1520193638f95","id":"bb7bb916-279d-4d2d-996d-7fed734a3097","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:16Z","dns_nameservers":[],"updated_at":"2018-08-21T01:55:16Z","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":"aec6b339c5d5439b99e34e47fc1be375","id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-21 08:15:22,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-4c5aa415-9e02-456d-8413-4cacd7316449 2018-08-21 08:15:22,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:15:22,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-2c87f3d7-7bad-4b30-b035-a2185028b9b0 Date: Tue, 21 Aug 2018 08:15:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "b6e3b2b62e0c4a928eb6b29397524b02", "created_at": "2018-08-21T06:11:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T06:11:18Z", "revision_number": 0, "routes": [], "project_id": "b6e3b2b62e0c4a928eb6b29397524b02", "id": "99d23d27-4832-43b1-8ce6-5ca475247092", "name": ""}]} 2018-08-21 08:15:22,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/routers used request id req-2c87f3d7-7bad-4b30-b035-a2185028b9b0 2018-08-21 08:15:22,690 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-21 08:15:22,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-08-21 08:15:22,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-98207b7b-76f8-4eeb-b885-6058902a5e6d Date: Tue, 21 Aug 2018 08:15:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"109fe127-9c35-4027-9569-e1c4c3136b03","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T08:15:22Z","is_default":false,"provider:segmentation_id":65,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:22Z","mtu":1450}} 2018-08-21 08:15:22,911 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/networks used request id req-98207b7b-76f8-4eeb-b885-6058902a5e6d 2018-08-21 08:15:22,911 - sdnvpn.lib.openstack_utils - DEBUG - Network '109fe127-9c35-4027-9569-e1c4c3136b03' created successfully 2018-08-21 08:15:22,912 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-21 08:15:22,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"subnets": [{"ip_version": 4, "network_id": "109fe127-9c35-4027-9569-e1c4c3136b03", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-08-21 08:15:23,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-685d67af-6878-44cd-b9e6-6982141e1d2e Date: Tue, 21 Aug 2018 08:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-21T08:15:23Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"9395463b2c594ad385c1520193638f95","id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-08-21 08:15:23,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/subnets used request id req-685d67af-6878-44cd-b9e6-6982141e1d2e 2018-08-21 08:15:23,352 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '782e3775-4b84-4405-8dee-22d3bc0e0c53' created successfully 2018-08-21 08:15:23,352 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-21 08:15:23,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-08-21 08:15:23,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-a7f06192-b186-4a02-8868-e009433b6ccf Date: Tue, 21 Aug 2018 08:15:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:15:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:15:23Z", "revision_number": 0, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "fc2c08ce-6be9-4f29-90df-444c986ed917", "name": "sdnvpn-13-1-router"}} 2018-08-21 08:15:23,530 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/routers used request id req-a7f06192-b186-4a02-8868-e009433b6ccf 2018-08-21 08:15:23,531 - sdnvpn.lib.openstack_utils - DEBUG - Router 'fc2c08ce-6be9-4f29-90df-444c986ed917' created successfully 2018-08-21 08:15:23,531 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-21 08:15:23,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"subnet_id": "782e3775-4b84-4405-8dee-22d3bc0e0c53"}' 2018-08-21 08:15:25,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f049020c-2ee4-4ed6-b2a1-56a3decaacd1 Date: Tue, 21 Aug 2018 08:15:25 GMT RESP BODY: {"network_id": "109fe127-9c35-4027-9569-e1c4c3136b03", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "782e3775-4b84-4405-8dee-22d3bc0e0c53", "subnet_ids": ["782e3775-4b84-4405-8dee-22d3bc0e0c53"], "port_id": "3eb38b34-5974-4076-8b69-4d10b2b5be23", "id": "fc2c08ce-6be9-4f29-90df-444c986ed917"} 2018-08-21 08:15:25,159 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917/add_router_interface used request id req-f049020c-2ee4-4ed6-b2a1-56a3decaacd1 2018-08-21 08:15:25,160 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-21 08:15:25,160 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-21 08:15:25,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:15:25,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8698 X-Openstack-Request-Id: req-5aebd4f2-43cf-4054-a62e-cbc6be50974d Date: Tue, 21 Aug 2018 08:15:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"109fe127-9c35-4027-9569-e1c4c3136b03","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["782e3775-4b84-4405-8dee-22d3bc0e0c53"],"description":"","tags":[],"updated_at":"2018-08-21T08:15:23Z","provider:segmentation_id":65,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a42d263-9370-436c-b71a-61b2ddab08d3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:11Z","provider:segmentation_id":54,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"37334e80-1590-4aea-9eaa-2ad0cb21a664","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:14Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cc8ace0-98f8-4fb5-a2e4-b5bbf1462206","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:08Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3f1ec48d-c06a-4d8c-8d57-8c23e7128392","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:15Z","provider:segmentation_id":26,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:15Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4daa97f7-a629-452f-9d0f-a4e0cc2050c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:04Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9dc132d0-e266-43e0-8d0f-10b3bb3d689d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["bb7bb916-279d-4d2d-996d-7fed734a3097"],"description":"","tags":[],"updated_at":"2018-08-21T08:07:36Z","provider:segmentation_id":57,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:07:35Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a1f33fa2-db81-42c4-b59f-745bbbcc1e22","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","subnets":["46433c2e-5b06-4281-9f51-de90d282a26c"],"description":"","tags":[],"updated_at":"2018-08-21T08:10:11Z","provider:segmentation_id":19,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:10:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ae2a800c-2e6e-4b33-b5bd-99516b9b54d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:17Z","provider:segmentation_id":48,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec6b339c5d5439b99e34e47fc1be375","status":"ACTIVE","subnets":["c2c63ad4-61b4-4fda-bed8-a7cb97629d9f"],"description":"","tags":[],"updated_at":"2018-08-21T02:13:14Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"aec6b339c5d5439b99e34e47fc1be375","created_at":"2018-08-21T01:55:11Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c5d6dd6a-37f1-4a96-9652-f30c96ac6cb9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:18Z","provider:segmentation_id":100,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d76c7e29-f5f9-4dc2-a58d-91e3b38b9aa1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T04:32:14Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"ecdc0a24a4fb4e0ba9eb8234d5e0da73","created_at":"2018-08-21T04:32:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e17cd648-eb40-4ab5-95d0-93e9aff390fa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:20Z","provider:segmentation_id":107,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ee9d60a8-e93f-4269-9bc0-0f094117999e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b6e3b2b62e0c4a928eb6b29397524b02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-21T06:11:16Z","provider:segmentation_id":60,"name":"","admin_state_up":true,"tenant_id":"b6e3b2b62e0c4a928eb6b29397524b02","created_at":"2018-08-21T06:11:16Z","provider:network_type":"vxlan"}]} 2018-08-21 08:15:25,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/networks used request id req-5aebd4f2-43cf-4054-a62e-cbc6be50974d 2018-08-21 08:15:25,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"router": {"external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601"}}}' 2018-08-21 08:15:26,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-475539a2-6964-465d-ae34-9c4fe06ac56d Date: Tue, 21 Aug 2018 08:15:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:15:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:15:26Z", "revision_number": 3, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "fc2c08ce-6be9-4f29-90df-444c986ed917", "name": "sdnvpn-13-1-router"}} 2018-08-21 08:15:26,900 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 used request id req-475539a2-6964-465d-ae34-9c4fe06ac56d 2018-08-21 08:15:26,900 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-21 08:15:26,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:15:27,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48895 X-Openstack-Request-Id: req-8c6e4c30-2239-4d60-94a4-29f6f5dbdc88 Date: Tue, 21 Aug 2018 08:15:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29925cea1d984cbea20beee897d8203e", "created_at": "2018-08-21T02:01:05Z", "updated_at": "2018-08-21T02:01:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "46e3da51-9676-41e5-bda0-c821a350dd55", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "55dfadba-7ec5-43b4-b4e5-ef971f6ef93b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "a2eca036-ad35-4e8a-9bc9-927c43a76f25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv6", "project_id": "29925cea1d984cbea20beee897d8203e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:05Z", "revision_number": 0, "id": "f1b4d344-08a0-4067-af1b-ca3e82805789", "remote_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:05Z", "security_group_id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "tenant_id": "29925cea1d984cbea20beee897d8203e", "port_range_min": null, "ethertype": "IPv4", "project_id": "29925cea1d984cbea20beee897d8203e"}], "revision_number": 1, "project_id": "29925cea1d984cbea20beee897d8203e", "id": "014fc47d-ef36-4492-8fd3-ee63c0bacff7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "created_at": "2018-08-21T02:01:53Z", "updated_at": "2018-08-21T02:01:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "09c1aef0-46dd-4e2d-aab1-976e4b4ed250", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "27bb51f4-f89e-431e-84be-efc465334769", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "d80e095b-cf7c-417e-b593-a2773634ecf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:01:53Z", "revision_number": 0, "id": "e8cb0e4b-fd6c-4a82-8d1a-22a9e649212e", "remote_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "remote_ip_prefix": null, "created_at": "2018-08-21T02:01:53Z", "security_group_id": "051fa457-dcbb-4dd4-97d7-964706198920", "tenant_id": "d26a4afacf6b47198f96ad67d9ead0a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "d26a4afacf6b47198f96ad67d9ead0a4"}], "revision_number": 1, "project_id": "d26a4afacf6b47198f96ad67d9ead0a4", "id": "051fa457-dcbb-4dd4-97d7-964706198920", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "created_at": "2018-08-21T02:12:50Z", "updated_at": "2018-08-21T02:12:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a17290c0-6e11-430f-a5d0-bfae495fe36c", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "a1b4fcb6-dc8a-4102-a540-808c8b3672fc", "remote_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "aecf2383-3e3a-4e4a-902d-672ef3067cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe7386e65b7d4d1496998304aafe891c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:50Z", "revision_number": 0, "id": "df5e9bb9-71d0-45fe-ba76-8754d7c0459c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:50Z", "security_group_id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "tenant_id": "fe7386e65b7d4d1496998304aafe891c", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe7386e65b7d4d1496998304aafe891c"}], "revision_number": 1, "project_id": "fe7386e65b7d4d1496998304aafe891c", "id": "1a4596bb-f44e-4094-b465-ae7596f99d73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "795975d27af5413e9b1ea1df553e230c", "created_at": "2018-08-21T02:12:39Z", "updated_at": "2018-08-21T02:12:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "1effe82f-e8d4-48d6-a78a-e13934233361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "4a7c3fcd-6c73-4fe2-a5ad-b88be338fdb0", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv4", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "5c43f9c1-1104-4b6f-adbf-bb9c2fedb061", "remote_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:39Z", "revision_number": 0, "id": "b900a6cb-fb18-4aa2-9753-3c8b3298921b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:39Z", "security_group_id": "2c655b22-fa33-442c-9ecc-9ae822076360", "tenant_id": "795975d27af5413e9b1ea1df553e230c", "port_range_min": null, "ethertype": "IPv6", "project_id": "795975d27af5413e9b1ea1df553e230c"}], "revision_number": 1, "project_id": "795975d27af5413e9b1ea1df553e230c", "id": "2c655b22-fa33-442c-9ecc-9ae822076360", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "created_at": "2018-08-21T02:12:53Z", "updated_at": "2018-08-21T02:12:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "2d358a1b-617f-4133-994c-da5e9bb384c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "6be0c966-8a09-4743-812d-48f82f88310d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "b46994ef-7d3e-4398-8648-6669d969f725", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:53Z", "revision_number": 0, "id": "f4d1a62f-d639-4e61-aec5-636cfc8a6973", "remote_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:53Z", "security_group_id": "34943646-19fa-402a-be76-f77ed5f10e5a", "tenant_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae"}], "revision_number": 1, "project_id": "eaf19e5d41bf4dc282cb18fefb26e9ae", "id": "34943646-19fa-402a-be76-f77ed5f10e5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "edf30768e16f4799a0925ae81f06da66", "created_at": "2018-08-21T02:12:47Z", "updated_at": "2018-08-21T02:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "051870ff-e895-475f-9634-15d127caeadd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "56f9543a-d286-408a-9078-c8bcf1aab750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:48Z", "revision_number": 0, "id": "c1189972-0427-4840-bd69-19006c6f7e8a", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:48Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv6", "project_id": "edf30768e16f4799a0925ae81f06da66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:47Z", "revision_number": 0, "id": "fcaed1d0-a3ac-4ac0-9377-3e0f1048e694", "remote_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:47Z", "security_group_id": "3ef73b2d-8fea-4845-a701-8e873953a712", "tenant_id": "edf30768e16f4799a0925ae81f06da66", "port_range_min": null, "ethertype": "IPv4", "project_id": "edf30768e16f4799a0925ae81f06da66"}], "revision_number": 1, "project_id": "edf30768e16f4799a0925ae81f06da66", "id": "3ef73b2d-8fea-4845-a701-8e873953a712", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T07:53:14Z", "updated_at": "2018-08-21T08:03:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "05fe6271-36b1-4575-a07f-0b849db5372c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-21T08:03:09Z", "revision_number": 0, "id": "616e7980-5a85-4757-af1e-30363c1e9eee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T08:03:09Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "704d1e25-3239-4cf4-87a3-4c2798fef43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T07:53:14Z", "revision_number": 0, "id": "8ad403af-7806-47da-ac9b-c622ec0b0cc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:14Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "a7999368-6286-456a-8c84-fcb73e79ce62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-21T07:53:15Z", "revision_number": 0, "id": "cd4f8457-eba9-44ac-84e0-0f8022ddfcfc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T07:53:15Z", "security_group_id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 5, "project_id": "9395463b2c594ad385c1520193638f95", "id": "436f212f-28a9-4da0-a55b-b87c609f7d27", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T01:57:32Z", "updated_at": "2018-08-21T01:57:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "40197dc5-0464-4279-a056-02589e68d768", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "9fa28865-c0a4-404c-a09f-aa3936cbd539", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv4", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "e1115a1b-b704-4527-a843-65b1de420325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:32Z", "revision_number": 0, "id": "eecc6ff1-407d-43a3-9998-ad2110ad69c7", "remote_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:32Z", "security_group_id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "tenant_id": "9395463b2c594ad385c1520193638f95", "port_range_min": null, "ethertype": "IPv6", "project_id": "9395463b2c594ad385c1520193638f95"}], "revision_number": 1, "project_id": "9395463b2c594ad385c1520193638f95", "id": "459c91e0-1b9a-429b-ab58-5faa81fbcabb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "da1635fa0de7410ca757178af140b423", "created_at": "2018-08-21T01:58:22Z", "updated_at": "2018-08-21T01:58:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "537aae16-0d19-456a-ad7c-ba266b05b3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "7deb6a50-39f1-4e03-a213-1cf19a21ac5e", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "93ce0f18-fdd4-471a-babf-9aded2a6486d", "remote_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv6", "project_id": "da1635fa0de7410ca757178af140b423"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:58:22Z", "revision_number": 0, "id": "bea87582-fad9-484b-b4cc-317464cfc0a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:58:22Z", "security_group_id": "48c58a03-5b2a-4984-8599-03049ecdc120", "tenant_id": "da1635fa0de7410ca757178af140b423", "port_range_min": null, "ethertype": "IPv4", "project_id": "da1635fa0de7410ca757178af140b423"}], "revision_number": 1, "project_id": "da1635fa0de7410ca757178af140b423", "id": "48c58a03-5b2a-4984-8599-03049ecdc120", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "created_at": "2018-08-21T01:57:48Z", "updated_at": "2018-08-21T01:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "04b3fb13-064a-481a-83fa-b9d52d07aa66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "2d7704c7-3c10-4c57-8ebe-4fce0034cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "c38e2461-62b0-4110-aae9-7b2c8df42ab1", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:48Z", "revision_number": 0, "id": "de0e88cc-555c-4fdf-8895-819f0e364210", "remote_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:48Z", "security_group_id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "tenant_id": "b6c98e7321a54c75afd59b55c028aaf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6c98e7321a54c75afd59b55c028aaf0"}], "revision_number": 1, "project_id": "b6c98e7321a54c75afd59b55c028aaf0", "id": "5d06906b-2694-46f9-a51f-93299fb8b1c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "created_at": "2018-08-21T01:55:11Z", "updated_at": "2018-08-21T01:55:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "7102833b-1c35-4aec-ab02-fdcb8bd4a50b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "902ee744-3851-461d-b72e-6a6b38682ed0", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv6", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "903a925e-8c7d-4821-9a69-a744150f5bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:55:11Z", "revision_number": 0, "id": "9d7b5dfa-e5ff-47c1-92d6-0fd50e249089", "remote_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "remote_ip_prefix": null, "created_at": "2018-08-21T01:55:11Z", "security_group_id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "tenant_id": "aec6b339c5d5439b99e34e47fc1be375", "port_range_min": null, "ethertype": "IPv4", "project_id": "aec6b339c5d5439b99e34e47fc1be375"}], "revision_number": 1, "project_id": "aec6b339c5d5439b99e34e47fc1be375", "id": "63c9073f-d2e1-4796-aee6-faefaf593bbc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "created_at": "2018-08-21T02:12:41Z", "updated_at": "2018-08-21T02:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "44ccc1aa-5106-47c8-ae35-3657eeecce90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "5d4c64bf-7736-4af6-b8b1-7b691555e69f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "610d3e84-facb-45d0-8d98-63e0f40ab437", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:41Z", "revision_number": 0, "id": "9df7adc2-9177-4cc4-87d6-bac5dc9bc4fe", "remote_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:41Z", "security_group_id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "tenant_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d"}], "revision_number": 1, "project_id": "0494f1e7483f45e69e1e6656bd2f9c5d", "id": "6eb4b18e-a1a5-4d12-969d-b5dc0851e486", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "created_at": "2018-08-21T02:00:11Z", "updated_at": "2018-08-21T02:00:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "1654c198-5bda-40e2-babe-efdf261126aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "5136431d-847e-4edd-99f1-f4bbf1e00675", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "54a29596-b10d-4b9f-ab67-bf8adae5c770", "remote_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv6", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:00:11Z", "revision_number": 0, "id": "726bc382-74b8-4f84-8f09-5df43dd4f416", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:00:11Z", "security_group_id": "7ac61846-a653-4fcf-8dd9-711465899b39", "tenant_id": "5f1a6a40041846448e578aa40e1e7d7c", "port_range_min": null, "ethertype": "IPv4", "project_id": "5f1a6a40041846448e578aa40e1e7d7c"}], "revision_number": 1, "project_id": "5f1a6a40041846448e578aa40e1e7d7c", "id": "7ac61846-a653-4fcf-8dd9-711465899b39", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "created_at": "2018-08-21T02:23:56Z", "updated_at": "2018-08-21T02:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "65c10315-137c-4559-b413-ec10a57ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "b30e21f8-46d3-4512-89ca-2b03ee40d2bb", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "e91a2dd0-07c7-49a3-9fbe-2cf17089992e", "remote_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:23:56Z", "revision_number": 0, "id": "f4d6baae-87f6-4dcb-9b00-a175ea6b47d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:23:56Z", "security_group_id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "tenant_id": "5128f15f3dd4460c8232252c105d4e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "5128f15f3dd4460c8232252c105d4e45"}], "revision_number": 1, "project_id": "5128f15f3dd4460c8232252c105d4e45", "id": "a82b206e-b5ec-4f4f-bcaa-be8ae91d0d0f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "created_at": "2018-08-21T02:12:27Z", "updated_at": "2018-08-21T02:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "51cae6df-95bd-4857-ace8-2edceeb2da84", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8a736d9f-f676-4048-bf20-d072cce10d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "8c7dbd8f-be73-4690-846b-f66fb6adc329", "remote_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv6", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:27Z", "revision_number": 0, "id": "9e2c463b-0a10-435f-a83c-ff4a8746fca0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:27Z", "security_group_id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "tenant_id": "13e27c6ae04c442d9205b367c755a1e6", "port_range_min": null, "ethertype": "IPv4", "project_id": "13e27c6ae04c442d9205b367c755a1e6"}], "revision_number": 1, "project_id": "13e27c6ae04c442d9205b367c755a1e6", "id": "b7a0b10f-4433-4ec8-a53a-839b14243077", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-21T01:57:34Z", "updated_at": "2018-08-21T01:57:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "080d4b0d-d451-4553-bb73-c6a18df62406", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "085907b6-ded3-44df-b394-f12b720bf861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "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-21T01:57:34Z", "revision_number": 0, "id": "926d5d7b-6a7a-47e9-90ed-51de165f69e6", "remote_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:57:34Z", "revision_number": 0, "id": "9929aca1-4417-44e8-98a9-c019ab50d8d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:57:34Z", "security_group_id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "d6fbd2a2-02bf-4f36-85ea-9ca575d6a75a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "created_at": "2018-08-21T02:58:01Z", "updated_at": "2018-08-21T02:58:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "244863fb-2343-45b7-8589-9b5221ad64cb", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "4944bb9a-ec93-4b0b-ba9c-ab2f6fbc10a0", "remote_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "58937620-0899-4cbc-bdad-5a329fb4e050", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv6", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:58:01Z", "revision_number": 0, "id": "b03bd7b6-ca05-41f7-ab9b-24c12d17d9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:58:01Z", "security_group_id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "tenant_id": "c979a8d5278e4ec0a70de3442d56ace9", "port_range_min": null, "ethertype": "IPv4", "project_id": "c979a8d5278e4ec0a70de3442d56ace9"}], "revision_number": 1, "project_id": "c979a8d5278e4ec0a70de3442d56ace9", "id": "d7d4b603-c284-4ace-9228-e0b2605e5b59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "created_at": "2018-08-21T03:22:50Z", "updated_at": "2018-08-21T03:22:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "6a4a4249-af62-4ad8-a834-d3dafb8e0105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c07edd9f-1f64-4de2-bc3d-240e7a393586", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c788bc7d-e80f-4cab-ab87-445dd0e97da7", "remote_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv4", "project_id": "d06dedf9dd104b139cf543fb6844b800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T03:22:50Z", "revision_number": 0, "id": "c9a8f232-98fd-4d27-bd5a-201d5a9414ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T03:22:50Z", "security_group_id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "tenant_id": "d06dedf9dd104b139cf543fb6844b800", "port_range_min": null, "ethertype": "IPv6", "project_id": "d06dedf9dd104b139cf543fb6844b800"}], "revision_number": 1, "project_id": "d06dedf9dd104b139cf543fb6844b800", "id": "e206b2d6-9f34-4ad0-8c4d-66e89a4c448a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "created_at": "2018-08-21T02:12:51Z", "updated_at": "2018-08-21T02:12:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4b4350b9-65ce-40cb-b8bd-eec03f806150", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "4d44d424-a788-4e28-b250-3e61db24d820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "841e645d-e5c9-4f91-a0a6-cc430489bd99", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T02:12:51Z", "revision_number": 0, "id": "f9301b4f-9fd7-4c15-bf2f-72bbaf46d9e2", "remote_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "remote_ip_prefix": null, "created_at": "2018-08-21T02:12:51Z", "security_group_id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "tenant_id": "bcc2a8178c8145bbb3348695f6d002da", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcc2a8178c8145bbb3348695f6d002da"}], "revision_number": 1, "project_id": "bcc2a8178c8145bbb3348695f6d002da", "id": "ea3ae234-0b03-42d8-bf4f-071b2b582397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca93712f90e54becb8cb2a206946c230", "created_at": "2018-08-21T01:59:24Z", "updated_at": "2018-08-21T01:59:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "232b0ff4-a3bf-4332-b629-6f0f589d0d35", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "33a45ba9-bcfd-486e-a2f3-9cdb8832b38d", "remote_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "89dc1248-3bca-4cd8-8476-620245a03d24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca93712f90e54becb8cb2a206946c230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-21T01:59:24Z", "revision_number": 0, "id": "fd24a3ad-7bb0-4d2d-a97e-b391f8960a08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-21T01:59:24Z", "security_group_id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "tenant_id": "ca93712f90e54becb8cb2a206946c230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca93712f90e54becb8cb2a206946c230"}], "revision_number": 1, "project_id": "ca93712f90e54becb8cb2a206946c230", "id": "f96560a4-6cb1-4a2a-b142-0a8c6620afe9", "name": "default"}]} 2018-08-21 08:15:27,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/security-groups used request id req-8c6e4c30-2239-4d60-94a4-29f6f5dbdc88 2018-08-21 08:15:27,053 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-21 08:15:27,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:15:27,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1be7ced-50a9-4ad7-a4a0-cc5bfcc702fd 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:15:27,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-a1be7ced-50a9-4ad7-a4a0-cc5bfcc702fd 2018-08-21 08:15:27,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:15:27,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:15:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["J9SZpMS2TjCWEF4vdn-0Vw"], "issued_at": "2018-08-21T08:15:27.000000Z"}} 2018-08-21 08:15:27,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" 2018-08-21 08:15:27,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d79cc240-452c-44d3-82c2-511a09b7e6fe x-compute-request-id: req-d79cc240-452c-44d3-82c2-511a09b7e6fe Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.9", "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": 147, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-21 08:15:27,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/os-hypervisors/detail used request id req-d79cc240-452c-44d3-82c2-511a09b7e6fe 2018-08-21 08:15:27,735 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-21 08:15:27,735 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-08-21 08:15:27,735 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=87a879a4-8510-48ed-816a-8ecfa0ed11dd network=109fe127-9c35-4027-9569-e1c4c3136b03 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-08-21 08:15:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:15:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:15:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:15:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:15:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:15:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:15:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:15:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:15:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:15:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:15:27,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:15:27,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:15:27,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:15:27,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:15:27,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:15:27,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:15:27,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:15:27,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:15:27,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:15:27,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:15:27,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:15:27,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d691cd2-7ff0-4611-b497-85e836524950 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:15:27,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-7d691cd2-7ff0-4611-b497-85e836524950 2018-08-21 08:15:27,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:15:28,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:15:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["7SMG20IyQV-dcZ9ysgaDNA"], "issued_at": "2018-08-21T08:15:28.000000Z"}} 2018-08-21 08:15:28,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77b78ed0098fa397d68009778ed7818f26bd1186" 2018-08-21 08:15:28,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15: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-bdfae826-6de0-4164-8c81-5872694d80b5 x-compute-request-id: req-bdfae826-6de0-4164-8c81-5872694d80b5 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:15:28,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-bdfae826-6de0-4164-8c81-5872694d80b5 2018-08-21 08:15:28,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77b78ed0098fa397d68009778ed7818f26bd1186" 2018-08-21 08:15:28,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15: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-da2dfc54-f5d8-40d9-a12b-3072f72b37d6 x-compute-request-id: req-da2dfc54-f5d8-40d9-a12b-3072f72b37d6 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "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": "e0745627-719d-4a24-905d-1a829097e522"}} 2018-08-21 08:15:28,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 used request id req-da2dfc54-f5d8-40d9-a12b-3072f72b37d6 2018-08-21 08:15:28,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77b78ed0098fa397d68009778ed7818f26bd1186" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e0745627-719d-4a24-905d-1a829097e522", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "109fe127-9c35-4027-9569-e1c4c3136b03"}], "config_drive": true}}' 2018-08-21 08:15:30,454 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:15: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-4ad6753e-a9f6-4b11-9067-8377d11ab70d x-compute-request-id: req-4ad6753e-a9f6-4b11-9067-8377d11ab70d Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "66e79c57-8374-4877-978d-e4c629993d0e", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "adminPass": "vdKyK3xswQqc"}} 2018-08-21 08:15:30,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-4ad6753e-a9f6-4b11-9067-8377d11ab70d 2018-08-21 08:15:30,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:15:30,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f32bfe-f5f6-4bc5-a965-96fc8f3259c9 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:15:30,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-68f32bfe-f5f6-4bc5-a965-96fc8f3259c9 2018-08-21 08:15:30,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:15:30,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:15:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["MrpIO53BRn-nI1UWUcZNtg"], "issued_at": "2018-08-21T08:15:30.000000Z"}} 2018-08-21 08:15:30,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:31,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15: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-ba7cad59-c1f7-4e64-91e7-f10fa28bf57c x-compute-request-id: req-ba7cad59-c1f7-4e64-91e7-f10fa28bf57c 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.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15: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-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:31,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ba7cad59-c1f7-4e64-91e7-f10fa28bf57c 2018-08-21 08:15:34,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:35,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5044379f-59e6-48d7-93b6-f211e8648b3a x-compute-request-id: req-5044379f-59e6-48d7-93b6-f211e8648b3a 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.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:35,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-5044379f-59e6-48d7-93b6-f211e8648b3a 2018-08-21 08:15:38,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:39,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba30adab-78e8-497a-8bf1-10322a786346 x-compute-request-id: req-ba30adab-78e8-497a-8bf1-10322a786346 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:39,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ba30adab-78e8-497a-8bf1-10322a786346 2018-08-21 08:15:42,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:43,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8728df78-5f0f-4ed6-bc43-40a026fa3278 x-compute-request-id: req-8728df78-5f0f-4ed6-bc43-40a026fa3278 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:43,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-8728df78-5f0f-4ed6-bc43-40a026fa3278 2018-08-21 08:15:46,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:46,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee52408f-ab0c-4786-9c40-f1c99cb8fabb x-compute-request-id: req-ee52408f-ab0c-4786-9c40-f1c99cb8fabb Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:46,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ee52408f-ab0c-4786-9c40-f1c99cb8fabb 2018-08-21 08:15:49,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:50,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c7274ec-a7aa-4b15-b3fb-aa45a530de39 x-compute-request-id: req-4c7274ec-a7aa-4b15-b3fb-aa45a530de39 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:50,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-4c7274ec-a7aa-4b15-b3fb-aa45a530de39 2018-08-21 08:15:53,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:53,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15: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-d174f0b6-6592-4547-b7d9-2d61f041b6fd x-compute-request-id: req-d174f0b6-6592-4547-b7d9-2d61f041b6fd Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:53,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-d174f0b6-6592-4547-b7d9-2d61f041b6fd 2018-08-21 08:15:56,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:15:57,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:15: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-d6f2a0ca-74eb-453d-8162-d15772b25e90 x-compute-request-id: req-d6f2a0ca-74eb-453d-8162-d15772b25e90 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:15:57,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-d6f2a0ca-74eb-453d-8162-d15772b25e90 2018-08-21 08:16:00,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:00,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddac51de-4d99-45b7-90b2-7622616089e2 x-compute-request-id: req-ddac51de-4d99-45b7-90b2-7622616089e2 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:00,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ddac51de-4d99-45b7-90b2-7622616089e2 2018-08-21 08:16:03,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:04,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-188d0da1-201d-48f8-81ac-8b08ee58c0f9 x-compute-request-id: req-188d0da1-201d-48f8-81ac-8b08ee58c0f9 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:04,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-188d0da1-201d-48f8-81ac-8b08ee58c0f9 2018-08-21 08:16:07,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:07,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ec34c33-ece8-4aee-81d6-50fe1b1cc62a x-compute-request-id: req-2ec34c33-ece8-4aee-81d6-50fe1b1cc62a Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:07,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-2ec34c33-ece8-4aee-81d6-50fe1b1cc62a 2018-08-21 08:16:10,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:11,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c47658ae-3457-4629-b4fb-7d73acce3f0e x-compute-request-id: req-c47658ae-3457-4629-b4fb-7d73acce3f0e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:11,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-c47658ae-3457-4629-b4fb-7d73acce3f0e 2018-08-21 08:16:14,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:15,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0befbdee-cdf7-404b-ab5f-bb6eddc0daf7 x-compute-request-id: req-0befbdee-cdf7-404b-ab5f-bb6eddc0daf7 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:15,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-0befbdee-cdf7-404b-ab5f-bb6eddc0daf7 2018-08-21 08:16:18,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:19,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfbbcd2e-6c56-4250-b1a7-cc3284b98a0b x-compute-request-id: req-cfbbcd2e-6c56-4250-b1a7-cc3284b98a0b Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:19,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-cfbbcd2e-6c56-4250-b1a7-cc3284b98a0b 2018-08-21 08:16:22,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:22,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-882379ea-3f95-4a2e-93ab-2f65883e2d5e x-compute-request-id: req-882379ea-3f95-4a2e-93ab-2f65883e2d5e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:22,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-882379ea-3f95-4a2e-93ab-2f65883e2d5e 2018-08-21 08:16:25,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:25,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab95bba3-09be-448e-9ecf-643e24f9cffa x-compute-request-id: req-ab95bba3-09be-448e-9ecf-643e24f9cffa Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:25,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ab95bba3-09be-448e-9ecf-643e24f9cffa 2018-08-21 08:16:28,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:29,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16: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-419f1ba0-20ec-46e4-aeed-2e25132db260 x-compute-request-id: req-419f1ba0-20ec-46e4-aeed-2e25132db260 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:29,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-419f1ba0-20ec-46e4-aeed-2e25132db260 2018-08-21 08:16:32,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:32,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-666a8ca7-417e-4f32-adca-e9feece9a8d3 x-compute-request-id: req-666a8ca7-417e-4f32-adca-e9feece9a8d3 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:32,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-666a8ca7-417e-4f32-adca-e9feece9a8d3 2018-08-21 08:16:35,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:36,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1048342e-5759-4ca2-a736-b36a1ffc9a36 x-compute-request-id: req-1048342e-5759-4ca2-a736-b36a1ffc9a36 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:36,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-1048342e-5759-4ca2-a736-b36a1ffc9a36 2018-08-21 08:16:39,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:39,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16: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-63f7029e-6a9a-4242-8e2b-9be6b4f041b7 x-compute-request-id: req-63f7029e-6a9a-4242-8e2b-9be6b4f041b7 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:39,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-63f7029e-6a9a-4242-8e2b-9be6b4f041b7 2018-08-21 08:16:42,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:42,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-986aa803-22f6-4221-bf6b-34ab9d4bc018 x-compute-request-id: req-986aa803-22f6-4221-bf6b-34ab9d4bc018 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:42,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-986aa803-22f6-4221-bf6b-34ab9d4bc018 2018-08-21 08:16:45,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:45,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08: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-294728b4-6bbc-4039-93a6-1b2e8b768eab x-compute-request-id: req-294728b4-6bbc-4039-93a6-1b2e8b768eab Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:45,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-294728b4-6bbc-4039-93a6-1b2e8b768eab 2018-08-21 08:16:48,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:49,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10763c56-6d81-4d77-89e0-bf615c061b12 x-compute-request-id: req-10763c56-6d81-4d77-89e0-bf615c061b12 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:49,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-10763c56-6d81-4d77-89e0-bf615c061b12 2018-08-21 08:16:52,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:52,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16: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-63aeaa1f-a769-4811-ab9e-91096aa5fafb x-compute-request-id: req-63aeaa1f-a769-4811-ab9e-91096aa5fafb Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:52,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-63aeaa1f-a769-4811-ab9e-91096aa5fafb 2018-08-21 08:16:55,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:56,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 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,Accept-Encoding x-openstack-request-id: req-ed9951b3-5eb8-467f-9b8f-693247cde1ef x-compute-request-id: req-ed9951b3-5eb8-467f-9b8f-693247cde1ef Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:56,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ed9951b3-5eb8-467f-9b8f-693247cde1ef 2018-08-21 08:16:59,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:16:59,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:16: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-7d0df1d9-559c-4251-b02f-8bd6f06c9420 x-compute-request-id: req-7d0df1d9-559c-4251-b02f-8bd6f06c9420 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:16:59,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-7d0df1d9-559c-4251-b02f-8bd6f06c9420 2018-08-21 08:17:02,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:03,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 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-dcd05f6f-83f3-4052-b970-2459036082e4 x-compute-request-id: req-dcd05f6f-83f3-4052-b970-2459036082e4 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:03,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-dcd05f6f-83f3-4052-b970-2459036082e4 2018-08-21 08:17:06,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:06,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 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-edc7302c-bb60-4eb2-9a51-0e8b8fd7dd50 x-compute-request-id: req-edc7302c-bb60-4eb2-9a51-0e8b8fd7dd50 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:06,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-edc7302c-bb60-4eb2-9a51-0e8b8fd7dd50 2018-08-21 08:17:09,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:10,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ece0c438-a6b3-435d-bf11-861b73e6a649 x-compute-request-id: req-ece0c438-a6b3-435d-bf11-861b73e6a649 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:10,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ece0c438-a6b3-435d-bf11-861b73e6a649 2018-08-21 08:17:13,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:13,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2564382-2883-4640-b16f-3e02eedcc471 x-compute-request-id: req-c2564382-2883-4640-b16f-3e02eedcc471 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:13,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-c2564382-2883-4640-b16f-3e02eedcc471 2018-08-21 08:17:16,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:16,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce177fb2-0771-4998-a146-cc06190031dd x-compute-request-id: req-ce177fb2-0771-4998-a146-cc06190031dd Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:16,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-ce177fb2-0771-4998-a146-cc06190031dd 2018-08-21 08:17:19,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:19,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c9bd341-6731-476b-b7bf-0273f19f8a20 x-compute-request-id: req-5c9bd341-6731-476b-b7bf-0273f19f8a20 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:19,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-5c9bd341-6731-476b-b7bf-0273f19f8a20 2018-08-21 08:17:22,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:22,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17: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-a1efa891-0894-4339-b826-e0ea45487f9e x-compute-request-id: req-a1efa891-0894-4339-b826-e0ea45487f9e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:22,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-a1efa891-0894-4339-b826-e0ea45487f9e 2018-08-21 08:17:26,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:26,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17: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-7ec6f4e7-0322-4922-9d97-be01e63237bf x-compute-request-id: req-7ec6f4e7-0322-4922-9d97-be01e63237bf Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:26,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-7ec6f4e7-0322-4922-9d97-be01e63237bf 2018-08-21 08:17:29,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:29,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17: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-afae63f5-38cc-451b-8dd1-337da257ccc8 x-compute-request-id: req-afae63f5-38cc-451b-8dd1-337da257ccc8 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:15:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:29,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-afae63f5-38cc-451b-8dd1-337da257ccc8 2018-08-21 08:17:32,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81123d3b41897a437d208c3172900d8ce947259f" 2018-08-21 08:17:32,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17: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-c2e27a08-a93d-42a0-b049-d91a6f2bf83c x-compute-request-id: req-c2e27a08-a93d-42a0-b049-d91a6f2bf83c 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:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": "2018-08-21T08:17:32.000000", "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:17:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:32,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-c2e27a08-a93d-42a0-b049-d91a6f2bf83c 2018-08-21 08:17:32,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77b78ed0098fa397d68009778ed7818f26bd1186" 2018-08-21 08:17:33,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 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-50a74214-6572-40ef-9d37-42c6ad367bc3 x-compute-request-id: req-50a74214-6572-40ef-9d37-42c6ad367bc3 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:29:5f:02", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/66e79c57-8374-4877-978d-e4c629993d0e", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a7", "OS-SRV-USG:launched_at": "2018-08-21T08:17:32.000000", "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "66e79c57-8374-4877-978d-e4c629993d0e", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:17:32Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2018-08-21T08:15:30Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:33,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e used request id req-50a74214-6572-40ef-9d37-42c6ad367bc3 2018-08-21 08:17:33,143 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.6'. 2018-08-21 08:17:33,143 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-08-21 08:17:33,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:17:34,169 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 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 x-openstack-request-id: req-426593f0-85ad-41cb-9088-f7544cd470b6 x-compute-request-id: req-426593f0-85ad-41cb-9088-f7544cd470b6 Content-Length: 0 Content-Type: application/json 2018-08-21 08:17:34,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e/action used request id req-426593f0-85ad-41cb-9088-f7544cd470b6 2018-08-21 08:17:34,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:17:34,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5051 X-Openstack-Request-Id: req-8c95fbf1-11f8-4a87-bcca-f9d23aa2df4f Date: Tue, 21 Aug 2018 08:17:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:10:16Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"46433c2e-5b06-4281-9f51-de90d282a26c","ip_address":"10.10.10.2"}],"id":"049af11e-4ca0-4666-9359-e0fc2644c0c3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:cc:5f","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1f33fa2-db81-42c4-b59f-745bbbcc1e22","name":"","admin_state_up":true,"network_id":"a1f33fa2-db81-42c4-b59f-745bbbcc1e22","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:10:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:17:33Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.6"}],"id":"28ee8180-c123-448c-8fd3-22264a02d268","security_groups":["436f212f-28a9-4da0-a55b-b87c609f7d27","459c91e0-1b9a-429b-ab58-5faa81fbcabb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:5f:02","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"66e79c57-8374-4877-978d-e4c629993d0e","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:15:24Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.1"}],"id":"3eb38b34-5974-4076-8b69-4d10b2b5be23","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:0a:ee","project_id":"9395463b2c594ad385c1520193638f95","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fc2c08ce-6be9-4f29-90df-444c986ed917","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:07:41Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb7bb916-279d-4d2d-996d-7fed734a3097","ip_address":"10.10.10.2"}],"id":"b79299f5-6eb0-432d-8321-1261243f068d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:99:f1","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9dc132d0-e266-43e0-8d0f-10b3bb3d689d","name":"","admin_state_up":true,"network_id":"9dc132d0-e266-43e0-8d0f-10b3bb3d689d","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:07:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:15:26Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","ip_address":"172.30.9.204"}],"id":"da285f18-8973-4685-a4de-8d8563764102","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3c:a0:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fc2c08ce-6be9-4f29-90df-444c986ed917","name":"","admin_state_up":true,"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"","created_at":"2018-08-21T08:15:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:15:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.2"}],"id":"db36b22b-494b-4b57-9ede-dcc4913e9ad5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:dd:ed","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-109fe127-9c35-4027-9569-e1c4c3136b03","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:23Z","binding:vnic_type":"normal"}]} 2018-08-21 08:17:34,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports used request id req-8c95fbf1-11f8-4a87-bcca-f9d23aa2df4f 2018-08-21 08:17:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/ports/28ee8180-c123-448c-8fd3-22264a02d268 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:29:5f:02"}]}}' 2018-08-21 08:17:34,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-91fbcf5b-6864-4c4f-a964-20be47706b20 Date: Tue, 21 Aug 2018 08:17:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:29:5f:02"}],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:17:34Z","device_owner":"compute:nova","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.6"}],"id":"28ee8180-c123-448c-8fd3-22264a02d268","security_groups":["436f212f-28a9-4da0-a55b-b87c609f7d27","459c91e0-1b9a-429b-ab58-5faa81fbcabb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:5f:02","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"66e79c57-8374-4877-978d-e4c629993d0e","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:32Z","binding:vnic_type":"normal"}} 2018-08-21 08:17:34,986 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/ports/28ee8180-c123-448c-8fd3-22264a02d268 used request id req-91fbcf5b-6864-4c4f-a964-20be47706b20 2018-08-21 08:17:34,986 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-08-21 08:17:34,987 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=87a879a4-8510-48ed-816a-8ecfa0ed11dd network=109fe127-9c35-4027-9569-e1c4c3136b03 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2018-08-21 08:17:34,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:17:34,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:17:34,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:17:34,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:17:34,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:17:34,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:17:34,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:17:34,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:17:34,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:17:34,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:17:34,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:17:34,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:17:34,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:17:34,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:17:34,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:17:34,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:17:34,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:17:34,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:17:34,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:17:34,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:17:34,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:17:35,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363aa8ac-6556-4795-b891-2f60b34aceca 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:17:35,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-363aa8ac-6556-4795-b891-2f60b34aceca 2018-08-21 08:17:35,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:17:35,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:17:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["SbO0Tc0mTb2WyDf9ezegdA"], "issued_at": "2018-08-21T08:17:35.000000Z"}} 2018-08-21 08:17:35,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" 2018-08-21 08:17:35,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 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-3f725038-1397-4911-ac82-348c47e4f915 x-compute-request-id: req-3f725038-1397-4911-ac82-348c47e4f915 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:17:35,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-3f725038-1397-4911-ac82-348c47e4f915 2018-08-21 08:17:35,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" 2018-08-21 08:17:35,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 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-bfa9ae70-0751-400b-b1b8-9a202745d79f x-compute-request-id: req-bfa9ae70-0751-400b-b1b8-9a202745d79f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "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": "e0745627-719d-4a24-905d-1a829097e522"}} 2018-08-21 08:17:35,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 used request id req-bfa9ae70-0751-400b-b1b8-9a202745d79f 2018-08-21 08:17:35,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "e0745627-719d-4a24-905d-1a829097e522", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "109fe127-9c35-4027-9569-e1c4c3136b03"}], "config_drive": true}}' 2018-08-21 08:17:37,179 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 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 x-openstack-request-id: req-96e9fae3-c0da-4648-b115-0954863f3cf4 x-compute-request-id: req-96e9fae3-c0da-4648-b115-0954863f3cf4 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "adminPass": "nUA8iRsDSzAh"}} 2018-08-21 08:17:37,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-96e9fae3-c0da-4648-b115-0954863f3cf4 2018-08-21 08:17:37,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:17:37,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7237822-8a4e-49fc-9204-a87b71972f8b 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:17:37,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-e7237822-8a4e-49fc-9204-a87b71972f8b 2018-08-21 08:17:37,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:17:37,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:17:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["xnHjtRgfSMKAhBvsfr8OqQ"], "issued_at": "2018-08-21T08:17:37.000000Z"}} 2018-08-21 08:17:37,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5327992db81de66602308b118cedca87444092b9" 2018-08-21 08:17:38,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9f7bf17-13e1-446d-af5f-e8395ff85c52 x-compute-request-id: req-c9f7bf17-13e1-446d-af5f-e8395ff85c52 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.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:17:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-2", "created": "2018-08-21T08:17:37Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:38,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 used request id req-c9f7bf17-13e1-446d-af5f-e8395ff85c52 2018-08-21 08:17:41,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5327992db81de66602308b118cedca87444092b9" 2018-08-21 08:17:42,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f3e8dad-063a-47d0-b0b5-44306fd4d3d8 x-compute-request-id: req-7f3e8dad-063a-47d0-b0b5-44306fd4d3d8 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.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:17:38Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-08-21T08:17:37Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:42,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 used request id req-7f3e8dad-063a-47d0-b0b5-44306fd4d3d8 2018-08-21 08:17:45,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5327992db81de66602308b118cedca87444092b9" 2018-08-21 08:17:45,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-829ff746-3c1d-42b9-aed4-28fdbcc532dd x-compute-request-id: req-829ff746-3c1d-42b9-aed4-28fdbcc532dd 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:c3:a4:00", "version": 4, "addr": "10.10.10.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:17:38Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-08-21T08:17:37Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:45,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 used request id req-829ff746-3c1d-42b9-aed4-28fdbcc532dd 2018-08-21 08:17:48,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5327992db81de66602308b118cedca87444092b9" 2018-08-21 08:17:49,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17: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-68d6410d-c313-4515-b17f-bff4fd2b20f7 x-compute-request-id: req-68d6410d-c313-4515-b17f-bff4fd2b20f7 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:c3:a4:00", "version": 4, "addr": "10.10.10.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:17:38Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-08-21T08:17:37Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:49,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 used request id req-68d6410d-c313-4515-b17f-bff4fd2b20f7 2018-08-21 08:17:52,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5327992db81de66602308b118cedca87444092b9" 2018-08-21 08:17:52,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78c359b5-75f7-432c-abb8-265833c397e3 x-compute-request-id: req-78c359b5-75f7-432c-abb8-265833c397e3 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:c3:a4:00", "version": 4, "addr": "10.10.10.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:17:38Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-08-21T08:17:37Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:52,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 used request id req-78c359b5-75f7-432c-abb8-265833c397e3 2018-08-21 08:17:55,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5327992db81de66602308b118cedca87444092b9" 2018-08-21 08:17:55,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e16b455b-afb3-41b0-913f-4cbbf6c004e0 x-compute-request-id: req-e16b455b-afb3-41b0-913f-4cbbf6c004e0 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:a4:00", "version": 4, "addr": "10.10.10.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a8", "OS-SRV-USG:launched_at": "2018-08-21T08:17:53.000000", "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:17:53Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-08-21T08:17:37Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:55,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 used request id req-e16b455b-afb3-41b0-913f-4cbbf6c004e0 2018-08-21 08:17:55,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" 2018-08-21 08:17:56,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1f4ba09-4d8d-42a3-a3c1-6d26098dd2fb x-compute-request-id: req-a1f4ba09-4d8d-42a3-a3c1-6d26098dd2fb Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:a4:00", "version": 4, "addr": "10.10.10.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391", "rel": "bookmark"}], "image": {"id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "links": [{"href": "http://172.30.9.44:8774/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a8", "OS-SRV-USG:launched_at": "2018-08-21T08:17:53.000000", "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "598921b3-fc52-4dab-9d7e-40ea42f6d391", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:17:53Z", "hostId": "ea23ac9f95daf03919b3b8a38b5024457af02c609a34f38f2ec5ab9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2018-08-21T08:17:37Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:17:56,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391 used request id req-a1f4ba09-4d8d-42a3-a3c1-6d26098dd2fb 2018-08-21 08:17:56,231 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.17'. 2018-08-21 08:17:56,231 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-08-21 08:17:56,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:17:57,212 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-edb46af3-1c12-4aec-862e-9e78820f00f4 x-compute-request-id: req-edb46af3-1c12-4aec-862e-9e78820f00f4 Content-Length: 0 Content-Type: application/json 2018-08-21 08:17:57,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-edb46af3-1c12-4aec-862e-9e78820f00f4 2018-08-21 08:17:57,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:17:57,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6018 X-Openstack-Request-Id: req-d51839d2-550c-4759-bb69-9da626598382 Date: Tue, 21 Aug 2018 08:17:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:10:16Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"46433c2e-5b06-4281-9f51-de90d282a26c","ip_address":"10.10.10.2"}],"id":"049af11e-4ca0-4666-9359-e0fc2644c0c3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:cc:5f","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1f33fa2-db81-42c4-b59f-745bbbcc1e22","name":"","admin_state_up":true,"network_id":"a1f33fa2-db81-42c4-b59f-745bbbcc1e22","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:10:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:29:5f:02"}],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:17:34Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.6"}],"id":"28ee8180-c123-448c-8fd3-22264a02d268","security_groups":["436f212f-28a9-4da0-a55b-b87c609f7d27","459c91e0-1b9a-429b-ab58-5faa81fbcabb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:5f:02","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"66e79c57-8374-4877-978d-e4c629993d0e","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:15:24Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.1"}],"id":"3eb38b34-5974-4076-8b69-4d10b2b5be23","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:0a:ee","project_id":"9395463b2c594ad385c1520193638f95","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fc2c08ce-6be9-4f29-90df-444c986ed917","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:17:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.17"}],"id":"4359b1df-9f8e-4a40-a811-63fe47659bd5","security_groups":["436f212f-28a9-4da0-a55b-b87c609f7d27","459c91e0-1b9a-429b-ab58-5faa81fbcabb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:a4:00","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"598921b3-fc52-4dab-9d7e-40ea42f6d391","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:17:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:07:41Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb7bb916-279d-4d2d-996d-7fed734a3097","ip_address":"10.10.10.2"}],"id":"b79299f5-6eb0-432d-8321-1261243f068d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:03:99:f1","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9dc132d0-e266-43e0-8d0f-10b3bb3d689d","name":"","admin_state_up":true,"network_id":"9dc132d0-e266-43e0-8d0f-10b3bb3d689d","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:07:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:15:26Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c2c63ad4-61b4-4fda-bed8-a7cb97629d9f","ip_address":"172.30.9.204"}],"id":"da285f18-8973-4685-a4de-8d8563764102","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3c:a0:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fc2c08ce-6be9-4f29-90df-444c986ed917","name":"","admin_state_up":true,"network_id":"be8fdaff-94a3-4138-b7b1-3304e6e27601","tenant_id":"","created_at":"2018-08-21T08:15:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:15:27Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.2"}],"id":"db36b22b-494b-4b57-9ede-dcc4913e9ad5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:dd:ed","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-109fe127-9c35-4027-9569-e1c4c3136b03","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:15:23Z","binding:vnic_type":"normal"}]} 2018-08-21 08:17:57,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.44:9696/v2.0/ports used request id req-d51839d2-550c-4759-bb69-9da626598382 2018-08-21 08:17:57,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/ports/4359b1df-9f8e-4a40-a811-63fe47659bd5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:c3:a4:00"}]}}' 2018-08-21 08:17:57,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-5df56f8c-16f3-4071-808f-1574bc1990b4 Date: Tue, 21 Aug 2018 08:17:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:c3:a4:00"}],"extra_dhcp_opts":[],"updated_at":"2018-08-21T08:17:57Z","device_owner":"compute:nova","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"782e3775-4b84-4405-8dee-22d3bc0e0c53","ip_address":"10.10.10.17"}],"id":"4359b1df-9f8e-4a40-a811-63fe47659bd5","security_groups":["436f212f-28a9-4da0-a55b-b87c609f7d27","459c91e0-1b9a-429b-ab58-5faa81fbcabb"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:a4:00","project_id":"9395463b2c594ad385c1520193638f95","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"598921b3-fc52-4dab-9d7e-40ea42f6d391","name":"","admin_state_up":true,"network_id":"109fe127-9c35-4027-9569-e1c4c3136b03","tenant_id":"9395463b2c594ad385c1520193638f95","created_at":"2018-08-21T08:17:39Z","binding:vnic_type":"normal"}} 2018-08-21 08:17:57,943 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/ports/4359b1df-9f8e-4a40-a811-63fe47659bd5 used request id req-5df56f8c-16f3-4071-808f-1574bc1990b4 2018-08-21 08:17:57,945 - sdnvpn_test_utils - INFO - Waiting for instance 598921b3-fc52-4dab-9d7e-40ea42f6d391 to boot up 2018-08-21 08:17:57,945 - sdnvpn_test_utils - INFO - Waiting for instance 66e79c57-8374-4877-978d-e4c629993d0e to boot up 2018-08-21 08:17:57,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:17:57,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77b78ed0098fa397d68009778ed7818f26bd1186" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:17:58,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29517840-5f89-464b-9c1a-e0cf555d32ae x-compute-request-id: req-29517840-5f89-464b-9c1a-e0cf555d32ae Content-Encoding: gzip Content-Length: 8154 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n"} 2018-08-21 08:17:58,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-29517840-5f89-464b-9c1a-e0cf555d32ae 2018-08-21 08:17:58,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a3e7485-d6ae-4668-b98f-2babf1a95325 x-compute-request-id: req-5a3e7485-d6ae-4668-b98f-2babf1a95325 Content-Encoding: gzip Content-Length: 13527 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 813838583 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.186742] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.189107] pid_max: default: 32768 minimum: 301\n[ 0.190392] ACPI: Core revision 20150930\n[ 0.192143] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194023] Security Framework initialized\n[ 0.195187] Yama: becoming mindful.\n[ 0.196238] AppArmor: AppArmor initialized\n[ 0.197480] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.200179] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202401] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.204148] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.206273] Initializing cgroup subsys io\n[ 0.207444] Initializing cgroup subsys memory\n[ 0.208679] Initializing cgroup subsys devices\n[ 0.209928] Initializing cgroup subsys freezer\n[ 0.211168] Initializing cgroup subsys net_cls\n[ 0.212417] Initializing cgroup subsys perf_event\n[ 0.213735] Initializing cgroup subsys net_prio\n[ 0.215012] Initializing cgroup subsys hugetlb\n[ 0.216258] Initializing cgroup subsys pids\n[ 0.217516] CPU: Physical Processor ID: 0\n[ 0.219368] mce: CPU supports 10 MCE banks\n[ 0.220571] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222019] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237021] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243908] ftrace: allocating 32123 entries in 126 pages\n[ 0.270537] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272246] smpboot: Max logical packages: 1\n[ 0.273704] x2apic enabled\n[ 0.274862] Switched APIC routing to physical x2apic.\n[ 0.277393] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278955] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284306] KVM setup paravirtual spinlock\n[ 0.286083] x86: Booted up 1 node, 1 CPUs\n[ 0.287237] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289237] devtmpfs: initialized\n[ 0.292042] evm: security.selinux\n[ 0.293040] evm: security.SMACK64\n[ 0.294021] evm: security.SMACK64EXEC\n[ 0.295069] evm: security.SMACK64TRANSMUTE\n[ 0.296212] evm: security.SMACK64MMAP\n[ 0.297275] evm: security.ima\n[ 0.298176] evm: security.capability\n[ 0.299314] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301922] pinctrl core: initialized pinctrl subsystem\n[ 0.303458] RTC time: 8:17:32, date: 08/21/18\n[ 0.304825] NET: Registered protocol family 16\n[ 0.306252] cpuidle: using governor ladder\n[ 0.307412] cpuidle: using governor menu\n[ 0.308516] PCCT header not found.\n[ 0.309567] ACPI: bus type PCI registered\n[ 0.310713] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312481] PCI: Using configuration type 1 for base access\n[ 0.315015] ACPI: Added _OSI(Module Device)\n[ 0.316197] ACPI: Added _OSI(Processor Device)\n[ 0.317411] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318669] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320888] ACPI: Interpreter enabled\n[ 0.321960] ACPI: (supports S0 S5)\n[ 0.322957] ACPI: Using IOAPIC for interrupt routing\n[ 0.324291] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328476] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330050] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331756] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333411] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336487] acpiphp: Slot [3] registered\n[ 0.337620] acpiphp: Slot [4] registered\n[ 0.338736] acpiphp: Slot [5] registered\n[ 0.339853] acpiphp: Slot [6] registered\n[ 0.340970] acpiphp: Slot [7] registered\n[ 0.342084] acpiphp: Slot [8] registered\n[ 0.343215] acpiphp: Slot [9] registered\n[ 0.344332] acpiphp: Slot [10] registered\n[ 0.345465] acpiphp: Slot [11] registered\n[ 0.346595] acpiphp: Slot [12] registered\n[ 0.347732] acpiphp: Slot [13] registered\n[ 0.348867] acpiphp: Slot [14] registered\n[ 0.364097] acpiphp: Slot [15] registered\n[ 0.365239] acpiphp: Slot [16] registered\n[ 0.366370] acpiphp: Slot [17] registered\n[ 0.367507] acpiphp: Slot [18] registered\n[ 0.368644] acpiphp: Slot [19] registered\n[ 0.369775] acpiphp: Slot [20] registered\n[ 0.370912] acpiphp: Slot [21] registered\n[ 0.372084] acpiphp: Slot [22] registered\n[ 0.373233] acpiphp: Slot [23] registered\n[ 0.374361] acpiphp: Slot [24] registered\n[ 0.375490] acpiphp: Slot [25] registered\n[ 0.376616] acpiphp: Slot [26] registered\n[ 0.377748] acpiphp: Slot [27] registered\n[ 0.378870] acpiphp: Slot [28] registered\n[ 0.380008] acpiphp: Slot [29] registered\n[ 0.381141] acpiphp: Slot [30] registered\n[ 0.382269] acpiphp: Slot [31] registered\n[ 0.383390] PCI host bridge to bus 0000:00\n[ 0.384518] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387853] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389875] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.391895] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393956] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398030] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399793] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401421] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.403164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409432] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430422] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432520] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436540] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438650] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446461] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.448643] vgaarb: loaded\n[ 0.449506] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451321] SCSI subsystem initialized\n[ 0.452635] ACPI: bus type USB registered\n[ 0.453803] usbcore: registered new interface driver usbfs\n[ 0.455263] usbcore: registered new interface driver hub\n[ 0.456676] usbcore: registered new device driver usb\n[ 0.458261] PCI: Using ACPI for IRQ routing\n[ 0.459969] NetLabel: Initializing\n[ 0.461002] NetLabel: domain hash size = 128\n[ 0.462218] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463569] NetLabel: unlabeled traffic allowed by default\n[ 0.465219] amd_nb: Cannot enumerate AMD northbridges\n[ 0.466615] clocksource: Switched to clocksource kvm-clock\n[ 0.477446] AppArmor: AppArmor Filesystem Enabled\n[ 0.478801] pnp: PnP ACPI init\n[ 0.480113] pnp: PnP ACPI: found 5 devices\n[ 0.487105] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.489537] NET: Registered protocol family 2\n[ 0.491029] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.492870] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.494640] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.496407] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.497959] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.499658] NET: Registered protocol family 1\n[ 0.500906] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.502451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.518699] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533903] Trying to unpack rootfs image as initramfs...\n[ 1.872312] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.877201] Scanning for low memory corruption every 60 seconds\n[ 1.879503] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.881134] audit: initializing netlink subsys (disabled)\n[ 1.882669] audit: type=2000 audit(1534839454.378:1): initialized\n[ 1.884540] Initialise system trusted keyring\n[ 1.885927] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.887570] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.890329] zbud: loaded\n[ 1.891380] VFS: Disk quotas dquot_6.6.0\n[ 1.892534] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.894485] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.896279] fuse init (API version 7.23)\n[ 1.897535] Key type big_key registered\n[ 1.898678] Allocating IMA MOK and blacklist keyrings.\n[ 1.900419] Key type asymmetric registered\n[ 1.901578] Asymmetric key parser 'x509' registered\n[ 1.902951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.905064] io scheduler noop registered\n[ 1.906185] io scheduler deadline registered (default)\n[ 1.907588] io scheduler cfq registered\n[ 1.908800] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.910263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.912100] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.914156] ACPI: Power Button [PWRF]\n[ 1.915391] GHES: HEST is not enabled!\n[ 1.929700] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.959426] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.962550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.986378] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.989642] Linux agpgart interface v0.103\n[ 1.993277] brd: module loaded\n[ 1.995486] loop: module loaded\n[ 1.998025] vda: vda1\n[ 1.999610] scsi host0: ata_piix\n[ 2.000679] scsi host1: ata_piix\n[ 2.001687] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 2.003429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 2.005742] libphy: Fixed MDIO Bus: probed\n[ 2.006942] tun: Universal TUN/TAP device driver, 1.6\n[ 2.008349] tun: (C) 1999-2004 Max Krasnyansky \n[ 2.011136] PPP generic driver version 2.4.2\n[ 2.012407] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 2.014095] ehci-pci: EHCI PCI platform driver\n[ 2.015361] ehci-platform: EHCI generic platform driver\n[ 2.016766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.018376] ohci-pci: OHCI PCI platform driver\n[ 2.019621] ohci-platform: OHCI generic platform driver\n[ 2.021035] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.035882] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.037331] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.039435] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.040876] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.042552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.044278] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.046310] usb usb1: Product: UHCI Host Controller\n[ 2.047637] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.049269] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.050717] hub 1-0:1.0: USB hub found\n[ 2.051832] hub 1-0:1.0: 2 ports detected\n[ 2.053139] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.056125] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.057485] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.058984] mousedev: PS/2 mouse device common for all mice\n[ 2.060765] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.063447] rtc_cmos 00:00: RTC can wake from S4\n[ 2.065014] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.066743] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.068433] i2c /dev entries driver\n[ 2.069507] device-mapper: uevent: version 1.0.3\n[ 2.070870] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.073195] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.075053] NET: Registered protocol family 10\n[ 2.076581] NET: Registered protocol family 17\n[ 2.077865] Key type dns_resolver registered\n[ 2.079224] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.080780] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.083298] registered taskstats version 1\n[ 2.084484] Loading compiled-in X.509 certificates\n[ 2.086350] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088980] zswap: loaded using pool lzo/zbud\n[ 2.092160] Key type trusted registered\n[ 2.095072] Key type encrypted registered\n[ 2.096273] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.097734] ima: No TPM chip found, activating TPM-bypass!\n[ 2.099232] evm: HMAC attrs: 0x1\n[ 2.100557] Magic number: 14:157:271\n[ 2.101806] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:34 UTC (1534839454)\n[ 2.104132] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.105710] EDD information not available.\n[ 2.159490] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.161445] ata1.00: configured for MWDMA2\n[ 2.163138] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.180692] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.182459] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.184221] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.187058] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.189262] Write protecting the kernel read-only data: 14336k\n[ 2.192236] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.194732] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.207319] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.209918] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.212807] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.215530] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.218132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220744] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223491] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.226025] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.229321] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.231896] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.273267] virtio_net virtio0 ens3: renamed from eth0\n[ 2.281104] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283677] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.308698] AVX2 version of gcm_enc/dec engaged.\n[ 2.310013] AES CTR mode by8 optimization enabled\n[ 2.315008] FDC 0 is a S82078B\n[ 2.362629] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.527211] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.528957] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.530740] usb 1-1: Product: QEMU USB Tablet\n[ 2.531958] usb 1-1: Manufacturer: QEMU\n[ 2.533048] usb 1-1: SerialNumber: 42\n[ 2.541135] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.548552] usbcore: registered new interface driver usbhid\n[ 2.550163] usbhid: USB HID core driver\n[ 2.552469] 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.555659] 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.874646] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.876293] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.915818] md: linear personality registered for level -1\n[ 3.919537] md: multipath personality registered for level -4\n[ 3.923274] md: raid0 personality registered for level 0\n[ 3.927373] md: raid1 personality registered for level 1\n[ 3.998613] raid6: sse2x1 gen() 11521 MB/s\n[ 4.066610] raid6: sse2x1 xor() 9085 MB/s\n[ 4.134610] raid6: sse2x2 gen() 14670 MB/s\n[ 4.202632] raid6: sse2x2 xor() 9973 MB/s\n[ 4.270612] raid6: sse2x4 gen() 16948 MB/s\n[ 4.338608] raid6: sse2x4 xor() 11453 MB/s\n[ 4.406609] raid6: avx2x1 gen() 22440 MB/s\n[ 4.474631] raid6: avx2x2 gen() 26092 MB/s\n[ 4.542609] raid6: avx2x4 gen() 29699 MB/s\n[ 4.543851] raid6: using algorithm avx2x4 gen() 29699 MB/s\n[ 4.545269] raid6: using avx2x2 recovery algorithm\n[ 4.548060] xor: automatically using best checksumming function:\n[ 4.586619] avx : 36060.000 MB/sec\n[ 4.589241] async_tx: api initialized (async)\n[ 4.600208] md: raid6 personality registered for level 6\n[ 4.601581] md: raid5 personality registered for level 5\n[ 4.602975] md: raid4 personality registered for level 4\n[ 4.608332] 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.637365] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.667179] 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.759384] 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.763837] systemd[1]: Detected virtualization kvm.\n[ 4.765140] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.769161] systemd[1]: Set hostname to .\n[ 4.772904] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.774520] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.937312] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.940176] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.942594] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.945923] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.948955] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.951758] 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.955745] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.958354] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.961499] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.964623] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.967245] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.970299] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.973491] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.976492] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.979585] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.983696] 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.991391] systemd[1]: Mounting POSIX Message Queue File System...\n[ 4.993058] EXT4-fs (vda1): re-mounted. Opts: (null)\n Mounting POSIX Message Queue File System...\n[ 4.998992] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.003695] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.008175] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.010976] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.015076] 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[ 5.021283] 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[ 5.028643] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.033981] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 5.040818] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.046563] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.060531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.067290] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.070896] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.077525] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 5.080204] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.[ 5.086309] Loading iSCSI transport class v2.0-870.\n\n[ 5.088904] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 5.094741] 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 Set console keymap.[ 5.113224] iscsi: registered transport (tcp)\n\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 5.152850] 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 udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\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 LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\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[[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[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 7.152086] cloud-init[448]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 21 Aug 2018 08:17:38 +0000. Up 6.00 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[ 14.372314] cloud-init[1013]: Cloud-init v. 0.7.9 running 'init' at Tue, 21 Aug 2018 08:17:41 +0000. Up 8.43 seconds.\n[ 14.374741] cloud-init[1013]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 14.380374] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 14.384115] cloud-init[1013]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 14.388107] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 14.396124] cloud-init[1013]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 14.398477] cloud-init[1013]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 14.404347] cloud-init[1013]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:29:5f:02 |\n[ 14.406649] cloud-init[1013]: ci-info: | ens3 | True | fe80::f816:3eff:fe29:5f02/64 | . | link | fa:16:3e:29:5f:02 |\n[ 14.412483] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 14.420208] cloud-init[1013]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 14.422447] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 14.428392] cloud-init[1013]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 14.430522] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 14.436346] cloud-init[1013]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 14.438484] cloud-init[1013]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 14.445758] cloud-init[1013]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 14.448563] cloud-init[1013]: [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0mci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 14.453352] cloud-init[1013]: Generating public/private rsa key pair.\n[ 14.454582] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[ 14.460137] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 14.461626] cloud-init[1013]: The key fingerprint is:\n[ 14.462658] cloud-init[1013]: SHA256:KUlAg1iBTsWuZH6xcwWsk0y73cud+63tuIvk/FtE02I root@sdnvpn-13-1\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 14.464365] cloud-init[1013]: The key's randomart image is:\n[ 14.469154] cloud-init[1013]: +---[RSA 2048]----+\n[ 14.470144] cloud-init[1013]: | +=== |\n[ 14.471134] cloud-init[1013]: |o..o = . |\n[[0;32m OK [0m] Reached target Timers.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m[ 14.476288] cloud-init[1013]: |o + + o E . |\n[ 14.477289] cloud-init[1013]: | + O . o . o o |\n[ 14.478269] cloud-init[1013]: |+ . * = S . |\n[ 14.479261] cloud-init[1013]: | o = o o . |] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] \n[ 14.484260] cloud-init[1013]: | . o . o.. . |\n[ 14.485247] cloud-init[1013]: | o+o. = |\n[ 14.486227] cloud-init[1013]: | =+O*+ |\n[ 14.487217] cloud-init[1013]: +----[SHA256]-----+Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[ 14.492428] cloud-init[1013]: Generating public/private dsa key pair.\n\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...[ 14.496756] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 14.498275] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 14.499779] \n[[0;32m OK [0m] Started Deferred execution scheduler.\ncloud-init[1013]: The key fingerprint is: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n\n Starting Apply the settings specified in cloud-config...[ 14.517018] cloud-init[1013]: SHA256:ijjSdA8UoKfMMsJ1twZGfaLnFYT7PcnadXdNg/pbuz0 root@sdnvpn-13-1\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: Record successful boot for GRUB...\n Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 14.537033] cloud-init[1013]: The key's randomart image is:\n[ 14.545074] cloud-init[1013]: +---[DSA 1024]----+\n[ 14.556095] cloud-init[1013]: | ..... o. |\n[ 14.560114] cloud-init[1013]: | . .. + o |\n[ 14.564283] cloud-init[1013]: |. ...+..+ . . |\n[ 14.568410] cloud-init[1013]: |+o..o.oo.. . ..|\n[ 14.569893] cloud-init[1013]: |=+. o ooS o o .o|\n[ 14.576851] cloud-init[1013]: |o+ o +.o . * . .+|\n[ 14.579163] cloud-init[1013]: |. + . o o + ..o|\n[ 14.588067] cloud-init[1013]: | . . . . ..Eo|\n[ 14.589369] cloud-init[1013]: | ..o+|\n[ 14.596061] cloud-init[1013]: +----[SHA256]-----+\n[ 14.599781] cloud-init[1013]: Generating public/private ecdsa key pair.\n[ 14.604094] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 14.608071] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 14.616086] cloud-init[1013]: The key fingerprint is:\n[ 14.619661] cloud-init[1013]: SHA256:+teqqDSwFcX+nT2fIVPUXh+mVCB20kvPs3wyoSbBFjI root@sdnvpn-13-1\n[ 14.624058] cloud-init[1013]: The key's randomart image is:\n[ 14.627935] cloud-init[1013]: +---[ECDSA 256]---+\n[ 14.635838] cloud-init[1013]: | .. +.ooo |\n[ 14.637747] cloud-init[1013]: | .. E o ++.oo|\n[ 14.640692] cloud-init[1013]: | .. + .o.*.+|\n[ 14.648090] cloud-init[1013]: | .. + oo+o|\n[ 14.650746] cloud-init[1013]: | . . .So + o..o|\n[ 14.656183] cloud-init[1013]: | + .. + B +o.|\n[ 14.657642] cloud-init[1013]: | . o . + = =.|\n[ 14.659028] cloud-init[1013]: | . . o . . o |\n[ 14.662038] cloud-init[1013]: | ... oo.. |\n[ 14.665086] cloud-init[1013]: +----[SHA256]-----+\n[ 14.668113] cloud-init[1013]: Generating public/private ed25519 key pair.\n[ 14.671720] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 14.676091] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 14.680760] cloud-init[1013]: The key fingerprint is:\n[ 14.683630] cloud-init[1013]: SHA256:wfbjN5YtvqPDCQXw5s9iPeuvPP4nHNoPTBnf1yNlbJI root@sdnvpn-13-1\n[ 14.687904] cloud-init[1013]: The key's randomart image is:\n[ 14.691224] cloud-init[1013]: +--[ED25519 256]--+\n[ 14.694345] cloud-init[1013]: | .. |\n[ 14.698326] cloud-init[1013]: | o. o |\n[ 14.702141] cloud-init[1013]: | *. .E = |\n[ 14.708071] cloud-init[1013]: | + o. +=..|\n[ 14.710472] cloud-init[1013]: | S.o o...+|\n[ 14.716067] cloud-init[1013]: | .= +.o. o|\n[ 14.717380] cloud-init[1013]: | oo*=O.. |\n[ 14.718678] cloud-init[1013]: | . o**=+. |\n[ 14.720872] cloud-init[1013]: | oBB=*. |\n[ 14.728737] cloud-init[1013]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[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 Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting 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: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\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 System Logging Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started 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 Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 15.941238] cloud-init[1119]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started Login Service.\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: Record successful boot for GRUB.\n[ 17.918181] cloud-init[1119]: en_US.UTF-8... done\n[ 17.920097] cloud-init[1119]: Generation complete.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\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[ 20.010832] cloud-init[1119]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 21 Aug 2018 08:17:47 +0000. Up 14.90 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 20.321840] cloud-init[1381]: + sudo useradd -m sdnvpn\n[ 20.372563] cloud-init[1381]: sudo: unable to resolve host sdnvpn-13-1\n[ 20.449498] cloud-init[1381]: + sudo adduser sdnvpn sudo\n[ 20.504542] cloud-init[1381]: sudo: unable to resolve host sdnvpn-13-1\n[ 20.600445] cloud-init[1381]: Adding user `sdnvpn' to group `sudo' ...\n[ 20.626790] cloud-init[1381]: Adding user sdnvpn to group sudo\n[ 20.641970] cloud-init[1381]: Done.\n[ 20.643937] cloud-init[1381]: + chpasswd\n[ 20.645441] cloud-init[1381]: + sudo echo sdnvpn:opnfv\n[ 20.693118] cloud-init[1381]: sudo: unable to resolve host sdnvpn-13-1\n[ 20.759719] cloud-init[1381]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-08-21 08:17:58,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e/action used request id req-5a3e7485-d6ae-4668-b98f-2babf1a95325 2018-08-21 08:18:00,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:00,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c1f28cd-4456-436d-b04e-552b6a528453 x-compute-request-id: req-8c1f28cd-4456-436d-b04e-552b6a528453 Content-Encoding: gzip Content-Length: 9867 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.914452] md: linear personality registered for level -1\n[ 3.917657] md: multipath personality registered for level -4\n[ 3.920911] md: raid0 personality registered for level 0\n[ 3.924504] md: raid1 personality registered for level 1\n[ 3.995777] raid6: sse2x1 gen() 11303 MB/s\n[ 4.063787] raid6: sse2x1 xor() 8704 MB/s\n[ 4.131776] raid6: sse2x2 gen() 14323 MB/s\n[ 4.199789] raid6: sse2x2 xor() 9638 MB/s\n[ 4.267777] raid6: sse2x4 gen() 16521 MB/s\n[ 4.335777] raid6: sse2x4 xor() 11583 MB/s\n[ 4.403786] raid6: avx2x1 gen() 21936 MB/s\n[ 4.471776] raid6: avx2x2 gen() 25505 MB/s\n[ 4.539775] raid6: avx2x4 gen() 29394 MB/s\n[ 4.540960] raid6: using algorithm avx2x4 gen() 29394 MB/s\n[ 4.542348] raid6: using avx2x2 recovery algorithm\n[ 4.544697] xor: automatically using best checksumming function:\n[ 4.583785] avx : 34760.000 MB/sec\n[ 4.586060] async_tx: api initialized (async)\n[ 4.594829] md: raid6 personality registered for level 6\n[ 4.596246] md: raid5 personality registered for level 5\n[ 4.597614] md: raid4 personality registered for level 4\n[ 4.602654] 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.630400] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.658807] 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.800347] 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.804848] systemd[1]: Detected virtualization kvm.\n[ 4.806163] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.828196] systemd[1]: Set hostname to .\n[ 4.840728] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.842281] systemd[1]: Installed transient /etc/machine-id file.\n[ 5.314376] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 5.318203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 5.322561] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.325699] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 5.328590] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 5.331527] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.334636] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 5.337927] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 5.340737] 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[ 5.345743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 5.349106] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 5.353436] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.500878] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.504191] 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[ 5.509557] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.614130] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 5.729207] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.732112] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.736031] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 5.742312] 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[ 5.747892] systemd[1]: Created slice User and Session Slice.\n[ 5.751789] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.755789] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.758232] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 5.761377] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 5.764877] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.767323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 5.771062] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 5.774793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 5.778039] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n"} 2018-08-21 08:18:00,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-8c1f28cd-4456-436d-b04e-552b6a528453 2018-08-21 08:18:02,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:02,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18: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-605f9b8e-757f-40e6-a280-2bf0df16d149 x-compute-request-id: req-605f9b8e-757f-40e6-a280-2bf0df16d149 Content-Encoding: gzip Content-Length: 10612 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.914452] md: linear personality registered for level -1\n[ 3.917657] md: multipath personality registered for level -4\n[ 3.920911] md: raid0 personality registered for level 0\n[ 3.924504] md: raid1 personality registered for level 1\n[ 3.995777] raid6: sse2x1 gen() 11303 MB/s\n[ 4.063787] raid6: sse2x1 xor() 8704 MB/s\n[ 4.131776] raid6: sse2x2 gen() 14323 MB/s\n[ 4.199789] raid6: sse2x2 xor() 9638 MB/s\n[ 4.267777] raid6: sse2x4 gen() 16521 MB/s\n[ 4.335777] raid6: sse2x4 xor() 11583 MB/s\n[ 4.403786] raid6: avx2x1 gen() 21936 MB/s\n[ 4.471776] raid6: avx2x2 gen() 25505 MB/s\n[ 4.539775] raid6: avx2x4 gen() 29394 MB/s\n[ 4.540960] raid6: using algorithm avx2x4 gen() 29394 MB/s\n[ 4.542348] raid6: using avx2x2 recovery algorithm\n[ 4.544697] xor: automatically using best checksumming function:\n[ 4.583785] avx : 34760.000 MB/sec\n[ 4.586060] async_tx: api initialized (async)\n[ 4.594829] md: raid6 personality registered for level 6\n[ 4.596246] md: raid5 personality registered for level 5\n[ 4.597614] md: raid4 personality registered for level 4\n[ 4.602654] 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.630400] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.658807] 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.800347] 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.804848] systemd[1]: Detected virtualization kvm.\n[ 4.806163] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.828196] systemd[1]: Set hostname to .\n[ 4.840728] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.842281] systemd[1]: Installed transient /etc/machine-id file.\n[ 5.314376] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 5.318203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 5.322561] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.325699] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 5.328590] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 5.331527] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.334636] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 5.337927] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 5.340737] 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[ 5.345743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 5.349106] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 5.353436] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.500878] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.504191] 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[ 5.509557] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.614130] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 5.729207] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.732112] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.736031] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 5.742312] 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[ 5.747892] systemd[1]: Created slice User and Session Slice.\n[ 5.751789] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.755789] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.758232] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 5.761377] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 5.764877] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.767323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 5.771062] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 5.774793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 5.778039] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 5.781471] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 5.784487] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 5.789766] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 5.792516] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 5.799492] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 5.803212] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 5.806884] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 5.809846] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 5.840126] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[ 5.873242] systemd[1]: Starting udev Coldplug all Devices...\n Starting udev Coldplug all Devices...\n[ 5.876695] systemd[1]: Starting Load/Save Random Seed...\n Starting Load/Save Random Seed...\n[ 5.881372] systemd[1]: Starting Initial cloud-init job (pre-networking)...\n Starting Initial cloud-init job (pre-networking)...\n[ 5.886522] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 5.912406] systemd[1]: Started LVM2 metadata daemon.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n[ 5.996983] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[ 6.036751] iscsi: registered transport (tcp)\n[ 6.062914] systemd-journald[395]: 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 Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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[ 6.656399] iscsi: registered transport (iser)\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\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 Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n"} 2018-08-21 08:18:02,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-605f9b8e-757f-40e6-a280-2bf0df16d149 2018-08-21 08:18:04,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:04,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9050bc4-23ad-45d0-be30-689131714d96 x-compute-request-id: req-c9050bc4-23ad-45d0-be30-689131714d96 Content-Encoding: gzip Content-Length: 10752 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.914452] md: linear personality registered for level -1\n[ 3.917657] md: multipath personality registered for level -4\n[ 3.920911] md: raid0 personality registered for level 0\n[ 3.924504] md: raid1 personality registered for level 1\n[ 3.995777] raid6: sse2x1 gen() 11303 MB/s\n[ 4.063787] raid6: sse2x1 xor() 8704 MB/s\n[ 4.131776] raid6: sse2x2 gen() 14323 MB/s\n[ 4.199789] raid6: sse2x2 xor() 9638 MB/s\n[ 4.267777] raid6: sse2x4 gen() 16521 MB/s\n[ 4.335777] raid6: sse2x4 xor() 11583 MB/s\n[ 4.403786] raid6: avx2x1 gen() 21936 MB/s\n[ 4.471776] raid6: avx2x2 gen() 25505 MB/s\n[ 4.539775] raid6: avx2x4 gen() 29394 MB/s\n[ 4.540960] raid6: using algorithm avx2x4 gen() 29394 MB/s\n[ 4.542348] raid6: using avx2x2 recovery algorithm\n[ 4.544697] xor: automatically using best checksumming function:\n[ 4.583785] avx : 34760.000 MB/sec\n[ 4.586060] async_tx: api initialized (async)\n[ 4.594829] md: raid6 personality registered for level 6\n[ 4.596246] md: raid5 personality registered for level 5\n[ 4.597614] md: raid4 personality registered for level 4\n[ 4.602654] 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.630400] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.658807] 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.800347] 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.804848] systemd[1]: Detected virtualization kvm.\n[ 4.806163] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.828196] systemd[1]: Set hostname to .\n[ 4.840728] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.842281] systemd[1]: Installed transient /etc/machine-id file.\n[ 5.314376] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 5.318203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 5.322561] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.325699] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 5.328590] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 5.331527] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.334636] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 5.337927] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 5.340737] 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[ 5.345743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 5.349106] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 5.353436] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.500878] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.504191] 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[ 5.509557] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.614130] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 5.729207] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.732112] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.736031] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 5.742312] 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[ 5.747892] systemd[1]: Created slice User and Session Slice.\n[ 5.751789] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.755789] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.758232] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 5.761377] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 5.764877] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.767323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 5.771062] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 5.774793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 5.778039] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 5.781471] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 5.784487] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 5.789766] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 5.792516] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 5.799492] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 5.803212] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 5.806884] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 5.809846] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 5.840126] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[ 5.873242] systemd[1]: Starting udev Coldplug all Devices...\n Starting udev Coldplug all Devices...\n[ 5.876695] systemd[1]: Starting Load/Save Random Seed...\n Starting Load/Save Random Seed...\n[ 5.881372] systemd[1]: Starting Initial cloud-init job (pre-networking)...\n Starting Initial cloud-init job (pre-networking)...\n[ 5.886522] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 5.912406] systemd[1]: Started LVM2 metadata daemon.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n[ 5.996983] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[ 6.036751] iscsi: registered transport (tcp)\n[ 6.062914] systemd-journald[395]: 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 Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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[ 6.656399] iscsi: registered transport (iser)\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\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 Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 8.481053] cloud-init[417]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 21 Aug 2018 08:18:02 +0000. Up 7.85 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-21 08:18:04,323 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-c9050bc4-23ad-45d0-be30-689131714d96 2018-08-21 08:18:06,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:06,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18: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-1c79bf77-d683-4eb0-8807-4075319466b0 x-compute-request-id: req-1c79bf77-d683-4eb0-8807-4075319466b0 Content-Encoding: gzip Content-Length: 13449 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.914452] md: linear personality registered for level -1\n[ 3.917657] md: multipath personality registered for level -4\n[ 3.920911] md: raid0 personality registered for level 0\n[ 3.924504] md: raid1 personality registered for level 1\n[ 3.995777] raid6: sse2x1 gen() 11303 MB/s\n[ 4.063787] raid6: sse2x1 xor() 8704 MB/s\n[ 4.131776] raid6: sse2x2 gen() 14323 MB/s\n[ 4.199789] raid6: sse2x2 xor() 9638 MB/s\n[ 4.267777] raid6: sse2x4 gen() 16521 MB/s\n[ 4.335777] raid6: sse2x4 xor() 11583 MB/s\n[ 4.403786] raid6: avx2x1 gen() 21936 MB/s\n[ 4.471776] raid6: avx2x2 gen() 25505 MB/s\n[ 4.539775] raid6: avx2x4 gen() 29394 MB/s\n[ 4.540960] raid6: using algorithm avx2x4 gen() 29394 MB/s\n[ 4.542348] raid6: using avx2x2 recovery algorithm\n[ 4.544697] xor: automatically using best checksumming function:\n[ 4.583785] avx : 34760.000 MB/sec\n[ 4.586060] async_tx: api initialized (async)\n[ 4.594829] md: raid6 personality registered for level 6\n[ 4.596246] md: raid5 personality registered for level 5\n[ 4.597614] md: raid4 personality registered for level 4\n[ 4.602654] 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.630400] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.658807] 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.800347] 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.804848] systemd[1]: Detected virtualization kvm.\n[ 4.806163] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.828196] systemd[1]: Set hostname to .\n[ 4.840728] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.842281] systemd[1]: Installed transient /etc/machine-id file.\n[ 5.314376] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 5.318203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 5.322561] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.325699] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 5.328590] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 5.331527] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.334636] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 5.337927] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 5.340737] 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[ 5.345743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 5.349106] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 5.353436] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.500878] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.504191] 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[ 5.509557] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.614130] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 5.729207] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.732112] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.736031] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 5.742312] 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[ 5.747892] systemd[1]: Created slice User and Session Slice.\n[ 5.751789] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.755789] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.758232] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 5.761377] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 5.764877] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.767323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 5.771062] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 5.774793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 5.778039] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 5.781471] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 5.784487] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 5.789766] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 5.792516] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 5.799492] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 5.803212] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 5.806884] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 5.809846] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 5.840126] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[ 5.873242] systemd[1]: Starting udev Coldplug all Devices...\n Starting udev Coldplug all Devices...\n[ 5.876695] systemd[1]: Starting Load/Save Random Seed...\n Starting Load/Save Random Seed...\n[ 5.881372] systemd[1]: Starting Initial cloud-init job (pre-networking)...\n Starting Initial cloud-init job (pre-networking)...\n[ 5.886522] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 5.912406] systemd[1]: Started LVM2 metadata daemon.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n[ 5.996983] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[ 6.036751] iscsi: registered transport (tcp)\n[ 6.062914] systemd-journald[395]: 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 Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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[ 6.656399] iscsi: registered transport (iser)\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\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 Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 8.481053] cloud-init[417]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 21 Aug 2018 08:18:02 +0000. Up 7.85 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 9.987461] cloud-init[1009]: Cloud-init v. 0.7.9 running 'init' at Tue, 21 Aug 2018 08:18:04 +0000. Up 9.47 seconds.\n[ 9.990117] cloud-init[1009]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.996364] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.004167] cloud-init[1009]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 10.006707] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.012329] cloud-init[1009]: ci-info: | ens3 | True | 10.10.10.17 | 255.255.255.0 | . | fa:16:3e:c3:a4:00 |\n[ 10.020142] cloud-init[1009]: ci-info: | ens3 | True | fe80::f816:3eff:fec3:a400/64 | . | link | fa:16:3e:c3:a4:00 |\n[ 10.022817] cloud-init[1009]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 10.028382] cloud-init[1009]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 10.032111] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.040151] cloud-init[1009]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 10.042393] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.048339] cloud-init[1009]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 10.050428] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.055807] cloud-init[1009]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 10.061423] cloud-init[1009]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n Starting iSCSI initiator daemon (iscsid)...\n[ 10.066136] cloud-init[1009]: [[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\nci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 10.075418] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 10.081156] cloud-init[1009]: Generating public/private rsa key pair.\n[ 10.082377] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.083870] \ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 10.088239] cloud-init[1009]: The key fingerprint is:\n[ 10.089254] cloud-init[1009]: SHA256:5REgQoR/DUTOlJ43eloFehgd8LkSwuYq6g4hWzPecv4 root@sdnvpn-13-2\n[ 10.090788] cloud-init[1009]: The key's randomart image is:\n[ 10.091884] \ncloud-init[1009]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 10.093814] cloud-init[1009]: | ++o*+oo. |\n[ 10.099653] cloud-init[1009]: | .. =+oo. . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 10.103111] cloud-init[1009]: | .+.+Bo.o |\n[ 10.104703] cloud-init[1009]: | o..*.=+.. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 10.107778] cloud-init[1009]: |o + ...+So. |\n[ 10.112119] cloud-init[1009]: |.= = ..o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.116233] cloud-init[1009]: |+ + o + |\n[ 10.120062] cloud-init[1009]: |o. + . |\n[ 10.122856] cloud-init[1009]: |+o ..E |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 10.128154] cloud-init[1009]: +----[SHA256]-----+\n[ 10.129413] cloud-init[1009]: Generating public/private dsa key pair.\n[ 10.130905] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Starting /etc/rc.local Compatibility...\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 10.137661] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting System Logging Service...\n[ 10.143324] cloud-init[1009]: The key fingerprint is:\n Starting LXD - container startup/shutdown...\n[ 10.147792] cloud-init[1009]: SHA256:UR7exqxpq3rbi0G/ytCVmEy+aqK5amC7H407MctOG/E root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 10.152727] cloud-init[1009]: \n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n[The key's randomart image is:\n[ 10.163455] cloud-init[1009]: +---[DSA 1024]----+\n[ 10.164950] [0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1009]: | o |\n[ 10.172801] cloud-init[1009]: | + = |\n[ 10.184153] cloud-init[1009]: | o o = |\n[ 10.189722] cloud-init[1009]: | + + = |\n[ 10.193913] cloud-init[1009]: | . S * |\n[ 10.197802] cloud-init[1009]: |.. o= o = . |\n[ 10.203735] cloud-init[1009]: |o o=+E. + o |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Login Service...\n[ 10.208231] cloud-init[1009]: | o.=* .+.= . |\n[ 10.216372] cloud-init[1009]: |ooBB.ooo*o+. |[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n\n[ 10.232035] Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1009]: +----[SHA256]-----+\n[ 10.287794] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1009]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 10.331666] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 10.355169] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Login Service.\n[ 10.380835] cloud-init[1009]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 10.475937] cloud-init[1009]: SHA256:BR3PmMsS/YSgcF+zU7VM1SSkrAQOh63tffo/Hv+0WyM root@sdnvpn-13-2\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 10.519145] cloud-init[1009]: The key's randomart image is:\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 10.532975] cloud-init[1009]: +---[ECDSA 256]---+\n[ 10.537085] cloud-init[1009]: | . oo=.+..o=o+|\n[ 10.548110] cloud-init[1009]: | o.*.*.@ + o.|\n[ 10.552101] cloud-init[1009]: | .o+ X * o |\n[ 10.560774] cloud-init[1009]: | . .= * |\n[ 10.562385] cloud-init[1009]: | .S.+ . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.573336] cloud-init[1009]: | ... . |\n[ 10.580126] cloud-init[1009]: | o E..o|\n[ 10.584118] cloud-init[1009]: | . o++|\n[ 10.588095] cloud-init[1009]: | ..oo+=|\n[ 10.592101] cloud-init[1009]: +----[SHA256]-----+\n[ 10.595580] cloud-init[1009]: Generating public/private ed25519 key pair.\n[ 10.604091] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.606177] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.616329] cloud-init[1009]: The key fingerprint is:\n[ 10.619384] cloud-init[1009]: SHA256:4SvdhY2kRqaQrZhgBO27Dq/t9w37WegP14nVPV+65SQ root@sdnvpn-13-2\n[ 10.625344] cloud-init[1009]: The key's randomart image is:\n[ 10.627965] cloud-init[1009]: +--[ED25519 256]--+\n[ 10.631061] cloud-init[1009]: |oo |\n[ 10.634458] cloud-init[1009]: |. . o |\n[ 10.638420] cloud-init[1009]: |.o o . + . |\n[ 10.642434] cloud-init[1009]: |...o o = + + . . |\n[ 10.646281] cloud-init[1009]: | o.. . S o + ..o|\n[ 10.649524] cloud-init[1009]: | . o + = . .+|\n[ 10.653168] cloud-init[1009]: |. . o = = o E +|\n[ 10.660998] cloud-init[1009]: | +. . * = * |\n[ 10.664088] cloud-init[1009]: |.+=. .o.=.. . .|\n[ 10.669404] cloud-init[1009]: +----[SHA256]-----+\n[ 10.910134] cloud-init[1169]: 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[ 11.711524] cloud-init[1169]: en_US.UTF-8... done\n[ 11.714160] cloud-init[1169]: Generation complete.\n"} 2018-08-21 08:18:06,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-1c79bf77-d683-4eb0-8807-4075319466b0 2018-08-21 08:18:08,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:08,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a61f7826-4c91-4e20-9ec3-005cacad535e x-compute-request-id: req-a61f7826-4c91-4e20-9ec3-005cacad535e Content-Encoding: gzip Content-Length: 13695 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.914452] md: linear personality registered for level -1\n[ 3.917657] md: multipath personality registered for level -4\n[ 3.920911] md: raid0 personality registered for level 0\n[ 3.924504] md: raid1 personality registered for level 1\n[ 3.995777] raid6: sse2x1 gen() 11303 MB/s\n[ 4.063787] raid6: sse2x1 xor() 8704 MB/s\n[ 4.131776] raid6: sse2x2 gen() 14323 MB/s\n[ 4.199789] raid6: sse2x2 xor() 9638 MB/s\n[ 4.267777] raid6: sse2x4 gen() 16521 MB/s\n[ 4.335777] raid6: sse2x4 xor() 11583 MB/s\n[ 4.403786] raid6: avx2x1 gen() 21936 MB/s\n[ 4.471776] raid6: avx2x2 gen() 25505 MB/s\n[ 4.539775] raid6: avx2x4 gen() 29394 MB/s\n[ 4.540960] raid6: using algorithm avx2x4 gen() 29394 MB/s\n[ 4.542348] raid6: using avx2x2 recovery algorithm\n[ 4.544697] xor: automatically using best checksumming function:\n[ 4.583785] avx : 34760.000 MB/sec\n[ 4.586060] async_tx: api initialized (async)\n[ 4.594829] md: raid6 personality registered for level 6\n[ 4.596246] md: raid5 personality registered for level 5\n[ 4.597614] md: raid4 personality registered for level 4\n[ 4.602654] 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.630400] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.658807] 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.800347] 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.804848] systemd[1]: Detected virtualization kvm.\n[ 4.806163] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.828196] systemd[1]: Set hostname to .\n[ 4.840728] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.842281] systemd[1]: Installed transient /etc/machine-id file.\n[ 5.314376] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 5.318203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 5.322561] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.325699] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 5.328590] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 5.331527] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.334636] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 5.337927] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 5.340737] 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[ 5.345743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 5.349106] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 5.353436] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.500878] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.504191] 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[ 5.509557] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.614130] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 5.729207] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.732112] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.736031] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 5.742312] 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[ 5.747892] systemd[1]: Created slice User and Session Slice.\n[ 5.751789] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.755789] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.758232] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 5.761377] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 5.764877] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.767323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 5.771062] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 5.774793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 5.778039] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 5.781471] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 5.784487] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 5.789766] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 5.792516] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 5.799492] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 5.803212] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 5.806884] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 5.809846] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 5.840126] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[ 5.873242] systemd[1]: Starting udev Coldplug all Devices...\n Starting udev Coldplug all Devices...\n[ 5.876695] systemd[1]: Starting Load/Save Random Seed...\n Starting Load/Save Random Seed...\n[ 5.881372] systemd[1]: Starting Initial cloud-init job (pre-networking)...\n Starting Initial cloud-init job (pre-networking)...\n[ 5.886522] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 5.912406] systemd[1]: Started LVM2 metadata daemon.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n[ 5.996983] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[ 6.036751] iscsi: registered transport (tcp)\n[ 6.062914] systemd-journald[395]: 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 Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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[ 6.656399] iscsi: registered transport (iser)\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\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 Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 8.481053] cloud-init[417]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 21 Aug 2018 08:18:02 +0000. Up 7.85 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 9.987461] cloud-init[1009]: Cloud-init v. 0.7.9 running 'init' at Tue, 21 Aug 2018 08:18:04 +0000. Up 9.47 seconds.\n[ 9.990117] cloud-init[1009]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.996364] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.004167] cloud-init[1009]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 10.006707] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.012329] cloud-init[1009]: ci-info: | ens3 | True | 10.10.10.17 | 255.255.255.0 | . | fa:16:3e:c3:a4:00 |\n[ 10.020142] cloud-init[1009]: ci-info: | ens3 | True | fe80::f816:3eff:fec3:a400/64 | . | link | fa:16:3e:c3:a4:00 |\n[ 10.022817] cloud-init[1009]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 10.028382] cloud-init[1009]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 10.032111] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.040151] cloud-init[1009]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 10.042393] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.048339] cloud-init[1009]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 10.050428] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.055807] cloud-init[1009]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 10.061423] cloud-init[1009]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n Starting iSCSI initiator daemon (iscsid)...\n[ 10.066136] cloud-init[1009]: [[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\nci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 10.075418] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 10.081156] cloud-init[1009]: Generating public/private rsa key pair.\n[ 10.082377] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.083870] \ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 10.088239] cloud-init[1009]: The key fingerprint is:\n[ 10.089254] cloud-init[1009]: SHA256:5REgQoR/DUTOlJ43eloFehgd8LkSwuYq6g4hWzPecv4 root@sdnvpn-13-2\n[ 10.090788] cloud-init[1009]: The key's randomart image is:\n[ 10.091884] \ncloud-init[1009]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 10.093814] cloud-init[1009]: | ++o*+oo. |\n[ 10.099653] cloud-init[1009]: | .. =+oo. . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 10.103111] cloud-init[1009]: | .+.+Bo.o |\n[ 10.104703] cloud-init[1009]: | o..*.=+.. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 10.107778] cloud-init[1009]: |o + ...+So. |\n[ 10.112119] cloud-init[1009]: |.= = ..o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.116233] cloud-init[1009]: |+ + o + |\n[ 10.120062] cloud-init[1009]: |o. + . |\n[ 10.122856] cloud-init[1009]: |+o ..E |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 10.128154] cloud-init[1009]: +----[SHA256]-----+\n[ 10.129413] cloud-init[1009]: Generating public/private dsa key pair.\n[ 10.130905] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Starting /etc/rc.local Compatibility...\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 10.137661] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting System Logging Service...\n[ 10.143324] cloud-init[1009]: The key fingerprint is:\n Starting LXD - container startup/shutdown...\n[ 10.147792] cloud-init[1009]: SHA256:UR7exqxpq3rbi0G/ytCVmEy+aqK5amC7H407MctOG/E root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 10.152727] cloud-init[1009]: \n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n[The key's randomart image is:\n[ 10.163455] cloud-init[1009]: +---[DSA 1024]----+\n[ 10.164950] [0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1009]: | o |\n[ 10.172801] cloud-init[1009]: | + = |\n[ 10.184153] cloud-init[1009]: | o o = |\n[ 10.189722] cloud-init[1009]: | + + = |\n[ 10.193913] cloud-init[1009]: | . S * |\n[ 10.197802] cloud-init[1009]: |.. o= o = . |\n[ 10.203735] cloud-init[1009]: |o o=+E. + o |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Login Service...\n[ 10.208231] cloud-init[1009]: | o.=* .+.= . |\n[ 10.216372] cloud-init[1009]: |ooBB.ooo*o+. |[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n\n[ 10.232035] Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1009]: +----[SHA256]-----+\n[ 10.287794] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1009]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 10.331666] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 10.355169] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Login Service.\n[ 10.380835] cloud-init[1009]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 10.475937] cloud-init[1009]: SHA256:BR3PmMsS/YSgcF+zU7VM1SSkrAQOh63tffo/Hv+0WyM root@sdnvpn-13-2\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 10.519145] cloud-init[1009]: The key's randomart image is:\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 10.532975] cloud-init[1009]: +---[ECDSA 256]---+\n[ 10.537085] cloud-init[1009]: | . oo=.+..o=o+|\n[ 10.548110] cloud-init[1009]: | o.*.*.@ + o.|\n[ 10.552101] cloud-init[1009]: | .o+ X * o |\n[ 10.560774] cloud-init[1009]: | . .= * |\n[ 10.562385] cloud-init[1009]: | .S.+ . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.573336] cloud-init[1009]: | ... . |\n[ 10.580126] cloud-init[1009]: | o E..o|\n[ 10.584118] cloud-init[1009]: | . o++|\n[ 10.588095] cloud-init[1009]: | ..oo+=|\n[ 10.592101] cloud-init[1009]: +----[SHA256]-----+\n[ 10.595580] cloud-init[1009]: Generating public/private ed25519 key pair.\n[ 10.604091] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.606177] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.616329] cloud-init[1009]: The key fingerprint is:\n[ 10.619384] cloud-init[1009]: SHA256:4SvdhY2kRqaQrZhgBO27Dq/t9w37WegP14nVPV+65SQ root@sdnvpn-13-2\n[ 10.625344] cloud-init[1009]: The key's randomart image is:\n[ 10.627965] cloud-init[1009]: +--[ED25519 256]--+\n[ 10.631061] cloud-init[1009]: |oo |\n[ 10.634458] cloud-init[1009]: |. . o |\n[ 10.638420] cloud-init[1009]: |.o o . + . |\n[ 10.642434] cloud-init[1009]: |...o o = + + . . |\n[ 10.646281] cloud-init[1009]: | o.. . S o + ..o|\n[ 10.649524] cloud-init[1009]: | . o + = . .+|\n[ 10.653168] cloud-init[1009]: |. . o = = o E +|\n[ 10.660998] cloud-init[1009]: | +. . * = * |\n[ 10.664088] cloud-init[1009]: |.+=. .o.=.. . .|\n[ 10.669404] cloud-init[1009]: +----[SHA256]-----+\n[ 10.910134] cloud-init[1169]: 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[ 11.711524] cloud-init[1169]: en_US.UTF-8... done\n[ 11.714160] cloud-init[1169]: Generation complete.\n[ 12.196828] cloud-init[1169]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 21 Aug 2018 08:18:05 +0000. Up 10.84 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 12.523482] cloud-init[1377]: + sudo useradd -m sdnvpn\n[ 12.585346] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.646655] cloud-init[1377]: + sudo adduser sdnvpn sudo\n[ 12.702750] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.746817] cloud-init[1377]: Adding user `sdnvpn' to group `sudo' ...\n[ 12.751253] cloud-init[1377]: Adding user sdnvpn to group sudo\n[ 12.765131] cloud-init[1377]: Done.\n[ 12.767201] cloud-init[1377]: + chpasswd\n[ 12.769519] cloud-init[1377]: + sudo echo sdnvpn:opnfv\n[ 12.823836] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.835938] cloud-init[1377]: + sleep 20\n"} 2018-08-21 08:18:08,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-a61f7826-4c91-4e20-9ec3-005cacad535e 2018-08-21 08:18:10,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:10,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d47cc287-4824-452b-8972-c6cf4811cfb8 x-compute-request-id: req-d47cc287-4824-452b-8972-c6cf4811cfb8 Content-Encoding: gzip Content-Length: 13695 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.914452] md: linear personality registered for level -1\n[ 3.917657] md: multipath personality registered for level -4\n[ 3.920911] md: raid0 personality registered for level 0\n[ 3.924504] md: raid1 personality registered for level 1\n[ 3.995777] raid6: sse2x1 gen() 11303 MB/s\n[ 4.063787] raid6: sse2x1 xor() 8704 MB/s\n[ 4.131776] raid6: sse2x2 gen() 14323 MB/s\n[ 4.199789] raid6: sse2x2 xor() 9638 MB/s\n[ 4.267777] raid6: sse2x4 gen() 16521 MB/s\n[ 4.335777] raid6: sse2x4 xor() 11583 MB/s\n[ 4.403786] raid6: avx2x1 gen() 21936 MB/s\n[ 4.471776] raid6: avx2x2 gen() 25505 MB/s\n[ 4.539775] raid6: avx2x4 gen() 29394 MB/s\n[ 4.540960] raid6: using algorithm avx2x4 gen() 29394 MB/s\n[ 4.542348] raid6: using avx2x2 recovery algorithm\n[ 4.544697] xor: automatically using best checksumming function:\n[ 4.583785] avx : 34760.000 MB/sec\n[ 4.586060] async_tx: api initialized (async)\n[ 4.594829] md: raid6 personality registered for level 6\n[ 4.596246] md: raid5 personality registered for level 5\n[ 4.597614] md: raid4 personality registered for level 4\n[ 4.602654] 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.630400] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.658807] 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.800347] 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.804848] systemd[1]: Detected virtualization kvm.\n[ 4.806163] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.828196] systemd[1]: Set hostname to .\n[ 4.840728] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.842281] systemd[1]: Installed transient /etc/machine-id file.\n[ 5.314376] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 5.318203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 5.322561] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.325699] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 5.328590] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 5.331527] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.334636] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 5.337927] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 5.340737] 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[ 5.345743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 5.349106] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 5.353436] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.500878] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.504191] 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[ 5.509557] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.614130] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 5.729207] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.732112] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.736031] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 5.742312] 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[ 5.747892] systemd[1]: Created slice User and Session Slice.\n[ 5.751789] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.755789] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.758232] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 5.761377] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 5.764877] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.767323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 5.771062] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 5.774793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 5.778039] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 5.781471] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 5.784487] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 5.789766] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 5.792516] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 5.799492] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 5.803212] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 5.806884] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 5.809846] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 5.840126] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[ 5.873242] systemd[1]: Starting udev Coldplug all Devices...\n Starting udev Coldplug all Devices...\n[ 5.876695] systemd[1]: Starting Load/Save Random Seed...\n Starting Load/Save Random Seed...\n[ 5.881372] systemd[1]: Starting Initial cloud-init job (pre-networking)...\n Starting Initial cloud-init job (pre-networking)...\n[ 5.886522] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 5.912406] systemd[1]: Started LVM2 metadata daemon.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n[ 5.996983] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[ 6.036751] iscsi: registered transport (tcp)\n[ 6.062914] systemd-journald[395]: 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 Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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[ 6.656399] iscsi: registered transport (iser)\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\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 Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 8.481053] cloud-init[417]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 21 Aug 2018 08:18:02 +0000. Up 7.85 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 9.987461] cloud-init[1009]: Cloud-init v. 0.7.9 running 'init' at Tue, 21 Aug 2018 08:18:04 +0000. Up 9.47 seconds.\n[ 9.990117] cloud-init[1009]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.996364] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.004167] cloud-init[1009]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 10.006707] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.012329] cloud-init[1009]: ci-info: | ens3 | True | 10.10.10.17 | 255.255.255.0 | . | fa:16:3e:c3:a4:00 |\n[ 10.020142] cloud-init[1009]: ci-info: | ens3 | True | fe80::f816:3eff:fec3:a400/64 | . | link | fa:16:3e:c3:a4:00 |\n[ 10.022817] cloud-init[1009]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 10.028382] cloud-init[1009]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 10.032111] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.040151] cloud-init[1009]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 10.042393] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.048339] cloud-init[1009]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 10.050428] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.055807] cloud-init[1009]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 10.061423] cloud-init[1009]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n Starting iSCSI initiator daemon (iscsid)...\n[ 10.066136] cloud-init[1009]: [[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\nci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 10.075418] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 10.081156] cloud-init[1009]: Generating public/private rsa key pair.\n[ 10.082377] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.083870] \ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 10.088239] cloud-init[1009]: The key fingerprint is:\n[ 10.089254] cloud-init[1009]: SHA256:5REgQoR/DUTOlJ43eloFehgd8LkSwuYq6g4hWzPecv4 root@sdnvpn-13-2\n[ 10.090788] cloud-init[1009]: The key's randomart image is:\n[ 10.091884] \ncloud-init[1009]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 10.093814] cloud-init[1009]: | ++o*+oo. |\n[ 10.099653] cloud-init[1009]: | .. =+oo. . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 10.103111] cloud-init[1009]: | .+.+Bo.o |\n[ 10.104703] cloud-init[1009]: | o..*.=+.. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 10.107778] cloud-init[1009]: |o + ...+So. |\n[ 10.112119] cloud-init[1009]: |.= = ..o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.116233] cloud-init[1009]: |+ + o + |\n[ 10.120062] cloud-init[1009]: |o. + . |\n[ 10.122856] cloud-init[1009]: |+o ..E |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 10.128154] cloud-init[1009]: +----[SHA256]-----+\n[ 10.129413] cloud-init[1009]: Generating public/private dsa key pair.\n[ 10.130905] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Starting /etc/rc.local Compatibility...\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 10.137661] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting System Logging Service...\n[ 10.143324] cloud-init[1009]: The key fingerprint is:\n Starting LXD - container startup/shutdown...\n[ 10.147792] cloud-init[1009]: SHA256:UR7exqxpq3rbi0G/ytCVmEy+aqK5amC7H407MctOG/E root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 10.152727] cloud-init[1009]: \n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n[The key's randomart image is:\n[ 10.163455] cloud-init[1009]: +---[DSA 1024]----+\n[ 10.164950] [0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1009]: | o |\n[ 10.172801] cloud-init[1009]: | + = |\n[ 10.184153] cloud-init[1009]: | o o = |\n[ 10.189722] cloud-init[1009]: | + + = |\n[ 10.193913] cloud-init[1009]: | . S * |\n[ 10.197802] cloud-init[1009]: |.. o= o = . |\n[ 10.203735] cloud-init[1009]: |o o=+E. + o |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Login Service...\n[ 10.208231] cloud-init[1009]: | o.=* .+.= . |\n[ 10.216372] cloud-init[1009]: |ooBB.ooo*o+. |[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n\n[ 10.232035] Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1009]: +----[SHA256]-----+\n[ 10.287794] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1009]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 10.331666] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 10.355169] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Login Service.\n[ 10.380835] cloud-init[1009]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 10.475937] cloud-init[1009]: SHA256:BR3PmMsS/YSgcF+zU7VM1SSkrAQOh63tffo/Hv+0WyM root@sdnvpn-13-2\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 10.519145] cloud-init[1009]: The key's randomart image is:\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 10.532975] cloud-init[1009]: +---[ECDSA 256]---+\n[ 10.537085] cloud-init[1009]: | . oo=.+..o=o+|\n[ 10.548110] cloud-init[1009]: | o.*.*.@ + o.|\n[ 10.552101] cloud-init[1009]: | .o+ X * o |\n[ 10.560774] cloud-init[1009]: | . .= * |\n[ 10.562385] cloud-init[1009]: | .S.+ . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.573336] cloud-init[1009]: | ... . |\n[ 10.580126] cloud-init[1009]: | o E..o|\n[ 10.584118] cloud-init[1009]: | . o++|\n[ 10.588095] cloud-init[1009]: | ..oo+=|\n[ 10.592101] cloud-init[1009]: +----[SHA256]-----+\n[ 10.595580] cloud-init[1009]: Generating public/private ed25519 key pair.\n[ 10.604091] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.606177] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.616329] cloud-init[1009]: The key fingerprint is:\n[ 10.619384] cloud-init[1009]: SHA256:4SvdhY2kRqaQrZhgBO27Dq/t9w37WegP14nVPV+65SQ root@sdnvpn-13-2\n[ 10.625344] cloud-init[1009]: The key's randomart image is:\n[ 10.627965] cloud-init[1009]: +--[ED25519 256]--+\n[ 10.631061] cloud-init[1009]: |oo |\n[ 10.634458] cloud-init[1009]: |. . o |\n[ 10.638420] cloud-init[1009]: |.o o . + . |\n[ 10.642434] cloud-init[1009]: |...o o = + + . . |\n[ 10.646281] cloud-init[1009]: | o.. . S o + ..o|\n[ 10.649524] cloud-init[1009]: | . o + = . .+|\n[ 10.653168] cloud-init[1009]: |. . o = = o E +|\n[ 10.660998] cloud-init[1009]: | +. . * = * |\n[ 10.664088] cloud-init[1009]: |.+=. .o.=.. . .|\n[ 10.669404] cloud-init[1009]: +----[SHA256]-----+\n[ 10.910134] cloud-init[1169]: 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[ 11.711524] cloud-init[1169]: en_US.UTF-8... done\n[ 11.714160] cloud-init[1169]: Generation complete.\n[ 12.196828] cloud-init[1169]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 21 Aug 2018 08:18:05 +0000. Up 10.84 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 12.523482] cloud-init[1377]: + sudo useradd -m sdnvpn\n[ 12.585346] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.646655] cloud-init[1377]: + sudo adduser sdnvpn sudo\n[ 12.702750] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.746817] cloud-init[1377]: Adding user `sdnvpn' to group `sudo' ...\n[ 12.751253] cloud-init[1377]: Adding user sdnvpn to group sudo\n[ 12.765131] cloud-init[1377]: Done.\n[ 12.767201] cloud-init[1377]: + chpasswd\n[ 12.769519] cloud-init[1377]: + sudo echo sdnvpn:opnfv\n[ 12.823836] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.835938] cloud-init[1377]: + sleep 20\n"} 2018-08-21 08:18:10,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-d47cc287-4824-452b-8972-c6cf4811cfb8 2018-08-21 08:18:12,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b9742a125eb949d9314d23e0401538ba52bad1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:12,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18: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-a60f6baf-37af-472d-8f5b-5a757de50366 x-compute-request-id: req-a60f6baf-37af-472d-8f5b-5a757de50366 Content-Encoding: gzip Content-Length: 13712 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 967867866 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.184002] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186303] pid_max: default: 32768 minimum: 301\n[ 0.187551] ACPI: Core revision 20150930\n[ 0.189423] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191280] Security Framework initialized\n[ 0.192409] Yama: becoming mindful.\n[ 0.193482] AppArmor: AppArmor initialized\n[ 0.194764] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.197385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.199544] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.201196] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.203432] Initializing cgroup subsys io\n[ 0.204551] Initializing cgroup subsys memory\n[ 0.205745] Initializing cgroup subsys devices\n[ 0.206954] Initializing cgroup subsys freezer\n[ 0.208157] Initializing cgroup subsys net_cls\n[ 0.209350] Initializing cgroup subsys perf_event\n[ 0.210612] Initializing cgroup subsys net_prio\n[ 0.211850] Initializing cgroup subsys hugetlb\n[ 0.213043] Initializing cgroup subsys pids\n[ 0.214257] CPU: Physical Processor ID: 0\n[ 0.216068] mce: CPU supports 10 MCE banks\n[ 0.217244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218627] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235859] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.243073] ftrace: allocating 32123 entries in 126 pages\n[ 0.270521] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272176] smpboot: Max logical packages: 1\n[ 0.273608] x2apic enabled\n[ 0.274754] Switched APIC routing to physical x2apic.\n[ 0.277221] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281488] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283961] KVM setup paravirtual spinlock\n[ 0.286226] x86: Booted up 1 node, 1 CPUs\n[ 0.287335] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289280] devtmpfs: initialized\n[ 0.292133] evm: security.selinux\n[ 0.293101] evm: security.SMACK64\n[ 0.294052] evm: security.SMACK64EXEC\n[ 0.295067] evm: security.SMACK64TRANSMUTE\n[ 0.296178] evm: security.SMACK64MMAP\n[ 0.297201] evm: security.ima\n[ 0.298086] evm: security.capability\n[ 0.299234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301779] pinctrl core: initialized pinctrl subsystem\n[ 0.303295] RTC time: 8:17:54, date: 08/21/18\n[ 0.304654] NET: Registered protocol family 16\n[ 0.306066] cpuidle: using governor ladder\n[ 0.307188] cpuidle: using governor menu\n[ 0.308263] PCCT header not found.\n[ 0.309285] ACPI: bus type PCI registered\n[ 0.310388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312131] PCI: Using configuration type 1 for base access\n[ 0.314681] ACPI: Added _OSI(Module Device)\n[ 0.315829] ACPI: Added _OSI(Processor Device)\n[ 0.317009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318235] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320961] ACPI: Interpreter enabled\n[ 0.322001] ACPI: (supports S0 S5)\n[ 0.322968] ACPI: Using IOAPIC for interrupt routing\n[ 0.324255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328408] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331617] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333229] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336247] acpiphp: Slot [3] registered\n[ 0.337374] acpiphp: Slot [4] registered\n[ 0.338483] acpiphp: Slot [5] registered\n[ 0.339593] acpiphp: Slot [6] registered\n[ 0.340679] acpiphp: Slot [7] registered\n[ 0.341779] acpiphp: Slot [8] registered\n[ 0.342879] acpiphp: Slot [9] registered\n[ 0.343972] acpiphp: Slot [10] registered\n[ 0.345077] acpiphp: Slot [11] registered\n[ 0.346191] acpiphp: Slot [12] registered\n[ 0.347299] acpiphp: Slot [13] registered\n[ 0.348408] acpiphp: Slot [14] registered\n[ 0.363572] acpiphp: Slot [15] registered\n[ 0.364684] acpiphp: Slot [16] registered\n[ 0.365792] acpiphp: Slot [17] registered\n[ 0.366902] acpiphp: Slot [18] registered\n[ 0.368018] acpiphp: Slot [19] registered\n[ 0.369128] acpiphp: Slot [20] registered\n[ 0.370223] acpiphp: Slot [21] registered\n[ 0.371419] acpiphp: Slot [22] registered\n[ 0.372538] acpiphp: Slot [23] registered\n[ 0.373638] acpiphp: Slot [24] registered\n[ 0.374743] acpiphp: Slot [25] registered\n[ 0.375846] acpiphp: Slot [26] registered\n[ 0.376956] acpiphp: Slot [27] registered\n[ 0.378058] acpiphp: Slot [28] registered\n[ 0.379177] acpiphp: Slot [29] registered\n[ 0.380285] acpiphp: Slot [30] registered\n[ 0.381395] acpiphp: Slot [31] registered\n[ 0.382496] PCI host bridge to bus 0000:00\n[ 0.383602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388873] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.390861] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397828] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402868] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409226] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431600] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433613] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437685] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441339] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443184] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444605] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446695] vgaarb: loaded\n[ 0.447526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449240] SCSI subsystem initialized\n[ 0.450477] ACPI: bus type USB registered\n[ 0.451623] usbcore: registered new interface driver usbfs\n[ 0.453030] usbcore: registered new interface driver hub\n[ 0.454397] usbcore: registered new device driver usb\n[ 0.455910] PCI: Using ACPI for IRQ routing\n[ 0.457419] NetLabel: Initializing\n[ 0.458407] NetLabel: domain hash size = 128\n[ 0.459573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460866] NetLabel: unlabeled traffic allowed by default\n[ 0.462431] amd_nb: Cannot enumerate AMD northbridges\n[ 0.463766] clocksource: Switched to clocksource kvm-clock\n[ 0.474233] AppArmor: AppArmor Filesystem Enabled\n[ 0.475527] pnp: PnP ACPI init\n[ 0.476759] pnp: PnP ACPI: found 5 devices\n[ 0.483660] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485987] NET: Registered protocol family 2\n[ 0.487380] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.489142] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.490828] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.492491] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.493986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.495588] NET: Registered protocol family 1\n[ 0.496756] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498216] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499649] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.528992] Trying to unpack rootfs image as initramfs...\n[ 1.859278] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.864147] Scanning for low memory corruption every 60 seconds\n[ 1.866200] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.867799] audit: initializing netlink subsys (disabled)\n[ 1.869249] audit: type=2000 audit(1534839475.982:1): initialized\n[ 1.871069] Initialise system trusted keyring\n[ 1.872435] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.874021] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.876732] zbud: loaded\n[ 1.877732] VFS: Disk quotas dquot_6.6.0\n[ 1.878859] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.880760] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.882498] fuse init (API version 7.23)\n[ 1.883730] Key type big_key registered\n[ 1.884846] Allocating IMA MOK and blacklist keyrings.\n[ 1.886531] Key type asymmetric registered\n[ 1.887669] Asymmetric key parser 'x509' registered\n[ 1.889008] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.891086] io scheduler noop registered\n[ 1.892190] io scheduler deadline registered (default)\n[ 1.893564] io scheduler cfq registered\n[ 1.894741] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.896190] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.897975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.899992] ACPI: Power Button [PWRF]\n[ 1.901186] GHES: HEST is not enabled!\n[ 1.915453] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.944952] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.947926] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.971676] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.974819] Linux agpgart interface v0.103\n[ 1.978191] brd: module loaded\n[ 1.980364] loop: module loaded\n[ 1.982787] vda: vda1\n[ 1.984305] scsi host0: ata_piix\n[ 1.985355] scsi host1: ata_piix\n[ 1.986354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.988042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.990266] libphy: Fixed MDIO Bus: probed\n[ 1.991415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.992734] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.995417] PPP generic driver version 2.4.2\n[ 1.996840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.998712] ehci-pci: EHCI PCI platform driver\n[ 2.000260] ehci-platform: EHCI generic platform driver\n[ 2.002013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 2.004031] ohci-pci: OHCI PCI platform driver\n[ 2.005574] ohci-platform: OHCI generic platform driver\n[ 2.007315] uhci_hcd: USB Universal Host Controller Interface driver\n[ 2.022595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 2.024348] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 2.026958] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 2.028716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 2.030731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 2.032942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 2.035540] usb usb1: Product: UHCI Host Controller\n[ 2.037242] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 2.039337] usb usb1: SerialNumber: 0000:00:01.2\n[ 2.041056] hub 1-0:1.0: USB hub found\n[ 2.042439] hub 1-0:1.0: 2 ports detected\n[ 2.044058] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 2.047622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 2.049317] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 2.051142] mousedev: PS/2 mouse device common for all mice\n[ 2.053310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 2.056352] rtc_cmos 00:00: RTC can wake from S4\n[ 2.058419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 2.060551] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 2.062703] i2c /dev entries driver\n[ 2.064028] device-mapper: uevent: version 1.0.3\n[ 2.065698] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 2.068584] ledtrig-cpu: registered to indicate activity on CPUs\n[ 2.070829] NET: Registered protocol family 10\n[ 2.072661] NET: Registered protocol family 17\n[ 2.074229] Key type dns_resolver registered\n[ 2.075889] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 2.077861] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 2.081035] registered taskstats version 1\n[ 2.082543] Loading compiled-in X.509 certificates\n[ 2.084807] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 2.088160] zswap: loaded using pool lzo/zbud\n[ 2.091705] Key type trusted registered\n[ 2.094987] Key type encrypted registered\n[ 2.096471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.098307] ima: No TPM chip found, activating TPM-bypass!\n[ 2.100198] evm: HMAC attrs: 0x1\n[ 2.101762] Magic number: 14:157:271\n[ 2.103269] rtc_cmos 00:00: setting system clock to 2018-08-21 08:17:56 UTC (1534839476)\n[ 2.106123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.108096] EDD information not available.\n[ 2.144703] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.147075] ata1.00: configured for MWDMA2\n[ 2.149066] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.167382] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.169528] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.171596] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.174703] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.177362] Write protecting the kernel read-only data: 14336k\n[ 2.180673] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.183567] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.197029] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.200524] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.203880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.207088] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.210349] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.213579] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.216696] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.220045] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.223174] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.227139] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.270075] virtio_net virtio0 ens3: renamed from eth0\n[ 2.278686] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.283642] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.312211] FDC 0 is a S82078B\n[ 2.317636] AVX2 version of gcm_enc/dec engaged.\n[ 2.319265] AES CTR mode by8 optimization enabled\n[ 2.355789] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.520687] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.522889] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.525154] usb 1-1: Product: QEMU USB Tablet\n[ 2.526667] usb 1-1: Manufacturer: QEMU\n[ 2.528047] usb 1-1: SerialNumber: 42\n[ 2.535625] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.543165] usbcore: registered new interface driver usbhid\n[ 2.545050] usbhid: USB HID core driver\n[ 2.548098] 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.551940] 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.863827] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.865873] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\nBegin: Loading essential drivers ... [ 3.914452] md: linear personality registered for level -1\n[ 3.917657] md: multipath personality registered for level -4\n[ 3.920911] md: raid0 personality registered for level 0\n[ 3.924504] md: raid1 personality registered for level 1\n[ 3.995777] raid6: sse2x1 gen() 11303 MB/s\n[ 4.063787] raid6: sse2x1 xor() 8704 MB/s\n[ 4.131776] raid6: sse2x2 gen() 14323 MB/s\n[ 4.199789] raid6: sse2x2 xor() 9638 MB/s\n[ 4.267777] raid6: sse2x4 gen() 16521 MB/s\n[ 4.335777] raid6: sse2x4 xor() 11583 MB/s\n[ 4.403786] raid6: avx2x1 gen() 21936 MB/s\n[ 4.471776] raid6: avx2x2 gen() 25505 MB/s\n[ 4.539775] raid6: avx2x4 gen() 29394 MB/s\n[ 4.540960] raid6: using algorithm avx2x4 gen() 29394 MB/s\n[ 4.542348] raid6: using avx2x2 recovery algorithm\n[ 4.544697] xor: automatically using best checksumming function:\n[ 4.583785] avx : 34760.000 MB/sec\n[ 4.586060] async_tx: api initialized (async)\n[ 4.594829] md: raid6 personality registered for level 6\n[ 4.596246] md: raid5 personality registered for level 5\n[ 4.597614] md: raid4 personality registered for level 4\n[ 4.602654] 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.630400] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.658807] 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.800347] 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.804848] systemd[1]: Detected virtualization kvm.\n[ 4.806163] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.828196] systemd[1]: Set hostname to .\n[ 4.840728] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.842281] systemd[1]: Installed transient /etc/machine-id file.\n[ 5.314376] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 5.318203] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 5.322561] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 5.325699] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 5.328590] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 5.331527] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 5.334636] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 5.337927] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 5.340737] 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[ 5.345743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 5.349106] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 5.353436] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 5.500878] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 5.504191] 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[ 5.509557] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 5.614130] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 5.729207] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 5.732112] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 5.736031] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 5.742312] 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[ 5.747892] systemd[1]: Created slice User and Session Slice.\n[ 5.751789] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 5.755789] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 5.758232] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 5.761377] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 5.764877] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 5.767323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 5.771062] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 5.774793] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 5.778039] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 5.781471] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 5.784487] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 5.789766] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 5.792516] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 5.799492] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 5.803212] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 5.806884] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 5.809846] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 5.840126] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[ 5.873242] systemd[1]: Starting udev Coldplug all Devices...\n Starting udev Coldplug all Devices...\n[ 5.876695] systemd[1]: Starting Load/Save Random Seed...\n Starting Load/Save Random Seed...\n[ 5.881372] systemd[1]: Starting Initial cloud-init job (pre-networking)...\n Starting Initial cloud-init job (pre-networking)...\n[ 5.886522] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 5.912406] systemd[1]: Started LVM2 metadata daemon.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n[ 5.996983] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[ 6.036751] iscsi: registered transport (tcp)\n[ 6.062914] systemd-journald[395]: 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 Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\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 LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\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[ 6.656399] iscsi: registered transport (iser)\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\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 Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 8.481053] cloud-init[417]: Cloud-init v. 0.7.9 running 'init-local' at Tue, 21 Aug 2018 08:18:02 +0000. Up 7.85 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 9.987461] cloud-init[1009]: Cloud-init v. 0.7.9 running 'init' at Tue, 21 Aug 2018 08:18:04 +0000. Up 9.47 seconds.\n[ 9.990117] cloud-init[1009]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.996364] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.004167] cloud-init[1009]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 10.006707] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.012329] cloud-init[1009]: ci-info: | ens3 | True | 10.10.10.17 | 255.255.255.0 | . | fa:16:3e:c3:a4:00 |\n[ 10.020142] cloud-init[1009]: ci-info: | ens3 | True | fe80::f816:3eff:fec3:a400/64 | . | link | fa:16:3e:c3:a4:00 |\n[ 10.022817] cloud-init[1009]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 10.028382] cloud-init[1009]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 10.032111] cloud-init[1009]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 10.040151] cloud-init[1009]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 10.042393] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.048339] cloud-init[1009]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 10.050428] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 10.055807] cloud-init[1009]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 10.061423] cloud-init[1009]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n Starting iSCSI initiator daemon (iscsid)...\n[ 10.066136] cloud-init[1009]: [[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\nci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 10.075418] cloud-init[1009]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 10.081156] cloud-init[1009]: Generating public/private rsa key pair.\n[ 10.082377] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.083870] \ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[ 10.088239] cloud-init[1009]: The key fingerprint is:\n[ 10.089254] cloud-init[1009]: SHA256:5REgQoR/DUTOlJ43eloFehgd8LkSwuYq6g4hWzPecv4 root@sdnvpn-13-2\n[ 10.090788] cloud-init[1009]: The key's randomart image is:\n[ 10.091884] \ncloud-init[1009]: +---[RSA 2048]----+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 10.093814] cloud-init[1009]: | ++o*+oo. |\n[ 10.099653] cloud-init[1009]: | .. =+oo. . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 10.103111] cloud-init[1009]: | .+.+Bo.o |\n[ 10.104703] cloud-init[1009]: | o..*.=+.. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 10.107778] cloud-init[1009]: |o + ...+So. |\n[ 10.112119] cloud-init[1009]: |.= = ..o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.116233] cloud-init[1009]: |+ + o + |\n[ 10.120062] cloud-init[1009]: |o. + . |\n[ 10.122856] cloud-init[1009]: |+o ..E |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 10.128154] cloud-init[1009]: +----[SHA256]-----+\n[ 10.129413] cloud-init[1009]: Generating public/private dsa key pair.\n[ 10.130905] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Starting /etc/rc.local Compatibility...\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 10.137661] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting System Logging Service...\n[ 10.143324] cloud-init[1009]: The key fingerprint is:\n Starting LXD - container startup/shutdown...\n[ 10.147792] cloud-init[1009]: SHA256:UR7exqxpq3rbi0G/ytCVmEy+aqK5amC7H407MctOG/E root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 10.152727] cloud-init[1009]: \n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n[The key's randomart image is:\n[ 10.163455] cloud-init[1009]: +---[DSA 1024]----+\n[ 10.164950] [0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1009]: | o |\n[ 10.172801] cloud-init[1009]: | + = |\n[ 10.184153] cloud-init[1009]: | o o = |\n[ 10.189722] cloud-init[1009]: | + + = |\n[ 10.193913] cloud-init[1009]: | . S * |\n[ 10.197802] cloud-init[1009]: |.. o= o = . |\n[ 10.203735] cloud-init[1009]: |o o=+E. + o |\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Login Service...\n[ 10.208231] cloud-init[1009]: | o.=* .+.= . |\n[ 10.216372] cloud-init[1009]: |ooBB.ooo*o+. |[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n\n[ 10.232035] Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1009]: +----[SHA256]-----+\n[ 10.287794] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1009]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 10.331666] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 10.355169] [[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Login Service.\n[ 10.380835] cloud-init[1009]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[ 10.475937] cloud-init[1009]: SHA256:BR3PmMsS/YSgcF+zU7VM1SSkrAQOh63tffo/Hv+0WyM root@sdnvpn-13-2\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.[ 10.519145] cloud-init[1009]: The key's randomart image is:\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 10.532975] cloud-init[1009]: +---[ECDSA 256]---+\n[ 10.537085] cloud-init[1009]: | . oo=.+..o=o+|\n[ 10.548110] cloud-init[1009]: | o.*.*.@ + o.|\n[ 10.552101] cloud-init[1009]: | .o+ X * o |\n[ 10.560774] cloud-init[1009]: | . .= * |\n[ 10.562385] cloud-init[1009]: | .S.+ . |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.573336] cloud-init[1009]: | ... . |\n[ 10.580126] cloud-init[1009]: | o E..o|\n[ 10.584118] cloud-init[1009]: | . o++|\n[ 10.588095] cloud-init[1009]: | ..oo+=|\n[ 10.592101] cloud-init[1009]: +----[SHA256]-----+\n[ 10.595580] cloud-init[1009]: Generating public/private ed25519 key pair.\n[ 10.604091] cloud-init[1009]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.606177] cloud-init[1009]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.616329] cloud-init[1009]: The key fingerprint is:\n[ 10.619384] cloud-init[1009]: SHA256:4SvdhY2kRqaQrZhgBO27Dq/t9w37WegP14nVPV+65SQ root@sdnvpn-13-2\n[ 10.625344] cloud-init[1009]: The key's randomart image is:\n[ 10.627965] cloud-init[1009]: +--[ED25519 256]--+\n[ 10.631061] cloud-init[1009]: |oo |\n[ 10.634458] cloud-init[1009]: |. . o |\n[ 10.638420] cloud-init[1009]: |.o o . + . |\n[ 10.642434] cloud-init[1009]: |...o o = + + . . |\n[ 10.646281] cloud-init[1009]: | o.. . S o + ..o|\n[ 10.649524] cloud-init[1009]: | . o + = . .+|\n[ 10.653168] cloud-init[1009]: |. . o = = o E +|\n[ 10.660998] cloud-init[1009]: | +. . * = * |\n[ 10.664088] cloud-init[1009]: |.+=. .o.=.. . .|\n[ 10.669404] cloud-init[1009]: +----[SHA256]-----+\n[ 10.910134] cloud-init[1169]: 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[ 11.711524] cloud-init[1169]: en_US.UTF-8... done\n[ 11.714160] cloud-init[1169]: Generation complete.\n[ 12.196828] cloud-init[1169]: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 21 Aug 2018 08:18:05 +0000. Up 10.84 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 12.523482] cloud-init[1377]: + sudo useradd -m sdnvpn\n[ 12.585346] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.646655] cloud-init[1377]: + sudo adduser sdnvpn sudo\n[ 12.702750] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.746817] cloud-init[1377]: Adding user `sdnvpn' to group `sudo' ...\n[ 12.751253] cloud-init[1377]: Adding user sdnvpn to group sudo\n[ 12.765131] cloud-init[1377]: Done.\n[ 12.767201] cloud-init[1377]: + chpasswd\n[ 12.769519] cloud-init[1377]: + sudo echo sdnvpn:opnfv\n[ 12.823836] cloud-init[1377]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.835938] cloud-init[1377]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-08-21 08:18:12,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-a60f6baf-37af-472d-8f5b-5a757de50366 2018-08-21 08:18:14,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" 2018-08-21 08:18:15,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1109 Content-Type: application/json X-Openstack-Request-Id: req-27fd5d4f-cd4c-45c4-b573-e0f0babe8c6a Date: Tue, 21 Aug 2018 08:18:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T08:15:20Z", "file": "/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "87a879a4-8510-48ed-816a-8ecfa0ed11dd", "size": 493813760, "self": "/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "visibility": "public", "locations": [{"url": "rbd://30e78eff-2f96-4485-859d-b23ec09be968/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd/snap", "metadata": {}}], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-ubuntu", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "created_at": "2018-08-21T08:15:10Z", "os_hidden": false, "protected": false, "os_hash_value": "b410a4f3a361516bcde96f45ebab7482e8c5f1dd758217e977cdce10240d4f8bdb9cc02723c80d221d71cf9e350522bb5490bc5d34c4d5f512b1394382195310"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-21 08:18:15,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/images?limit=20 used request id req-27fd5d4f-cd4c-45c4-b573-e0f0babe8c6a 2018-08-21 08:18:15,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" 2018-08-21 08:18:15,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-ce94296d-7022-4b5e-bfcb-1117a62ccacd Date: Tue, 21 Aug 2018 08:18:15 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-21 08:18:15,108 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.44:9292/v2/schemas/image used request id req-ce94296d-7022-4b5e-bfcb-1117a62ccacd 2018-08-21 08:18:15,111 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-21 08:18:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-21 08:18:15,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.44:9292/v2/images/a508e187-ef74-404c-b673-b6876d38c52c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7fbe2cec-8fb6-4f8d-bde8-cd05d99edad5 Date: Tue, 21 Aug 2018 08:18:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-21T08:18:15Z", "file": "/v2/images/a508e187-ef74-404c-b673-b6876d38c52c/file", "owner": "9395463b2c594ad385c1520193638f95", "id": "a508e187-ef74-404c-b673-b6876d38c52c", "size": null, "self": "/v2/images/a508e187-ef74-404c-b673-b6876d38c52c", "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-21T08:18:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-21 08:18:15,174 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.44:9292/v2/images used request id req-7fbe2cec-8fb6-4f8d-bde8-cd05d99edad5 2018-08-21 08:18:15,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9292/v2/images/a508e187-ef74-404c-b673-b6876d38c52c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" -d '' 2018-08-21 08:18:16,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cbf733d1-7b10-4d51-8e1a-ba513aa2d9a8 Date: Tue, 21 Aug 2018 08:18:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 08:18:16,680 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.44:9292/v2/images/a508e187-ef74-404c-b673-b6876d38c52c/file used request id req-cbf733d1-7b10-4d51-8e1a-ba513aa2d9a8 2018-08-21 08:18:16,680 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-08-21 08:18:16,680 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=a508e187-ef74-404c-b673-b6876d38c52c network=109fe127-9c35-4027-9569-e1c4c3136b03 secgroup=436f212f-28a9-4da0-a55b-b87c609f7d27 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-21 08:18:16,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:18:16,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:18:16,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:18:16,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:18:16,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-21 08:18:16,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-21 08:18:16,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-21 08:18:16,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-21 08:18:16,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-21 08:18:16,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-21 08:18:16,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:18:16,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d326fe-fedc-4c77-b23e-7bd5c30ec756 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:18:16,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-b9d326fe-fedc-4c77-b23e-7bd5c30ec756 2018-08-21 08:18:16,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:18:17,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:18:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["ToLGEsNRTtKk7ZUCVh91Kg"], "issued_at": "2018-08-21T08:18:17.000000Z"}} 2018-08-21 08:18:17,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11056a5187e670a4ed4b645012a8a531c8469073" 2018-08-21 08:18:17,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aaf23a56-5b5d-4477-bba6-9ed57fe4a0b5 x-compute-request-id: req-aaf23a56-5b5d-4477-bba6-9ed57fe4a0b5 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e2b872cd-fac5-4bc9-a4a0-71e3ae1503ac", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-21 08:18:17,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors used request id req-aaf23a56-5b5d-4477-bba6-9ed57fe4a0b5 2018-08-21 08:18:17,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11056a5187e670a4ed4b645012a8a531c8469073" 2018-08-21 08:18:17,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1327d3b-c0ee-4239-811d-d0ceaad2f188 x-compute-request-id: req-f1327d3b-c0ee-4239-811d-d0ceaad2f188 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "self"}, {"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "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": "e0745627-719d-4a24-905d-1a829097e522"}} 2018-08-21 08:18:17,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 used request id req-f1327d3b-c0ee-4239-811d-d0ceaad2f188 2018-08-21 08:18:17,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11056a5187e670a4ed4b645012a8a531c8469073" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "a508e187-ef74-404c-b673-b6876d38c52c", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "e0745627-719d-4a24-905d-1a829097e522", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "109fe127-9c35-4027-9569-e1c4c3136b03"}], "config_drive": true}}' 2018-08-21 08:18:18,996 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:18:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a354593-bb29-4fe0-b418-1982a5d09b74 x-compute-request-id: req-7a354593-bb29-4fe0-b418-1982a5d09b74 Content-Length: 374 location: http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "bookmark"}], "adminPass": "8esjXF7nMx2j"}} 2018-08-21 08:18:18,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers used request id req-7a354593-bb29-4fe0-b418-1982a5d09b74 2018-08-21 08:18:18,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44: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-21 08:18:19,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da8c094-3dc3-4f78-8cbb-b69dfea75d17 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.44:5000/v3/", "rel": "self"}]}} 2018-08-21 08:18:19,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.44:5000/v3 used request id req-5da8c094-3dc3-4f78-8cbb-b69dfea75d17 2018-08-21 08:18:19,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:18:19,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["QfONlq0eTNGUhvMupgYJEw"], "issued_at": "2018-08-21T08:18:19.000000Z"}} 2018-08-21 08:18:19,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b019ea2045d79294b7b737973f433a1f572d10fd" 2018-08-21 08:18:20,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18: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-be18c9b6-e3ac-4b10-af18-8cf9fb38b35c x-compute-request-id: req-be18c9b6-e3ac-4b10-af18-8cf9fb38b35c 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.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "bookmark"}], "image": {"id": "a508e187-ef74-404c-b673-b6876d38c52c", "links": [{"href": "http://172.30.9.44:8774/images/a508e187-ef74-404c-b673-b6876d38c52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:18: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-13-3", "created": "2018-08-21T08:18:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:18:20,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 used request id req-be18c9b6-e3ac-4b10-af18-8cf9fb38b35c 2018-08-21 08:18:23,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b019ea2045d79294b7b737973f433a1f572d10fd" 2018-08-21 08:18:23,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13815d41-1082-4e2b-90c7-13549bb36ed8 x-compute-request-id: req-13815d41-1082-4e2b-90c7-13549bb36ed8 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:62:6f", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "bookmark"}], "image": {"id": "a508e187-ef74-404c-b673-b6876d38c52c", "links": [{"href": "http://172.30.9.44:8774/images/a508e187-ef74-404c-b673-b6876d38c52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "OS-DCF:diskConfig": "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-21T08:18:20Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-08-21T08:18:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:18:23,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 used request id req-13815d41-1082-4e2b-90c7-13549bb36ed8 2018-08-21 08:18:26,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b019ea2045d79294b7b737973f433a1f572d10fd" 2018-08-21 08:18:27,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9b719ce-e80b-4809-b996-165e64247c22 x-compute-request-id: req-b9b719ce-e80b-4809-b996-165e64247c22 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:8b:62:6f", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "bookmark"}], "image": {"id": "a508e187-ef74-404c-b673-b6876d38c52c", "links": [{"href": "http://172.30.9.44:8774/images/a508e187-ef74-404c-b673-b6876d38c52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a9", "OS-SRV-USG:launched_at": "2018-08-21T08:18:25.000000", "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:18:25Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-08-21T08:18:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:18:27,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 used request id req-b9b719ce-e80b-4809-b996-165e64247c22 2018-08-21 08:18:27,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11056a5187e670a4ed4b645012a8a531c8469073" 2018-08-21 08:18:27,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18: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-436fec60-04c7-46cd-9f90-a851debea864 x-compute-request-id: req-436fec60-04c7-46cd-9f90-a851debea864 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:8b:62:6f", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "self"}, {"href": "http://172.30.9.44:8774/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "rel": "bookmark"}], "image": {"id": "a508e187-ef74-404c-b673-b6876d38c52c", "links": [{"href": "http://172.30.9.44:8774/images/a508e187-ef74-404c-b673-b6876d38c52c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000a9", "OS-SRV-USG:launched_at": "2018-08-21T08:18:25.000000", "flavor": {"id": "e0745627-719d-4a24-905d-1a829097e522", "links": [{"href": "http://172.30.9.44:8774/flavors/e0745627-719d-4a24-905d-1a829097e522", "rel": "bookmark"}]}, "id": "c6104bbc-933b-4890-85c7-bd1a3cd4f5e5", "security_groups": [{"name": "default"}], "user_id": "f406ef43cc3544dc8ccea8d1c42f82a0", "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-21T08:18:25Z", "hostId": "d312600e7088196285725a0a6dcb5ed2851182347753467224fd3af2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2018-08-21T08:18:18Z", "tenant_id": "9395463b2c594ad385c1520193638f95", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-21 08:18:27,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 used request id req-436fec60-04c7-46cd-9f90-a851debea864 2018-08-21 08:18:27,462 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.3'. 2018-08-21 08:18:27,462 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-08-21 08:18:27,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" -d '{"addSecurityGroup": {"name": "436f212f-28a9-4da0-a55b-b87c609f7d27"}}' 2018-08-21 08:18:28,758 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:18: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-72ebbab8-a801-446a-a8fe-dc07e17f345c x-compute-request-id: req-72ebbab8-a801-446a-a8fe-dc07e17f345c Content-Length: 0 Content-Type: application/json 2018-08-21 08:18:28,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action used request id req-72ebbab8-a801-446a-a8fe-dc07e17f345c 2018-08-21 08:18:28,759 - sdnvpn_test_utils - INFO - Waiting for instance c6104bbc-933b-4890-85c7-bd1a3cd4f5e5 to boot up 2018-08-21 08:18:28,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11056a5187e670a4ed4b645012a8a531c8469073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:18:28,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dac134d-28cc-4cba-9e7c-8a4688ed2159 x-compute-request-id: req-7dac134d-28cc-4cba-9e7c-8a4688ed2159 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-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 470971834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.195818] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198091] pid_max: default: 32768 minimum: 301\n[ 0.199320] ACPI: Core revision 20150930\n[ 0.201036] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202837] Security Framework initialized\n[ 0.203952] Yama: becoming mindful.\n[ 0.204947] AppArmor: AppArmor initialized\n[ 0.206125] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.208750] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210892] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.212542] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.214576] Initializing cgroup subsys io\n[ 0.215682] Initializing cgroup subsys memory\n[ 0.216851] Initializing cgroup subsys devices\n[ 0.218038] Initializing cgroup subsys freezer\n[ 0.219224] Initializing cgroup subsys net_cls\n[ 0.220414] Initializing cgroup subsys perf_event\n[ 0.221689] Initializing cgroup subsys net_prio\n[ 0.222913] Initializing cgroup subsys hugetlb\n[ 0.224090] Initializing cgroup subsys pids\n[ 0.225273] CPU: Physical Processor ID: 0\n[ 0.227071] mce: CPU supports 10 MCE banks\n[ 0.228224] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229575] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244405] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251063] ftrace: allocating 31920 entries in 125 pages\n[ 0.277011] smpboot: Max logical packages: 1\n[ 0.278195] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280036] x2apic enabled\n[ 0.281180] Switched APIC routing to physical x2apic.\n[ 0.283637] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287883] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290362] KVM setup paravirtual spinlock\n[ 0.292082] x86: Booted up 1 node, 1 CPUs\n[ 0.293193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295109] devtmpfs: initialized\n[ 0.297145] evm: security.selinux\n[ 0.298112] evm: security.SMACK64\n[ 0.299069] evm: security.SMACK64EXEC\n[ 0.300090] evm: security.SMACK64TRANSMUTE\n[ 0.301193] evm: security.SMACK64MMAP\n[ 0.302215] evm: security.ima\n[ 0.303095] evm: security.capability\n[ 0.304197] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306737] pinctrl core: initialized pinctrl subsystem\n[ 0.308213] RTC time: 8:18:25, date: 08/21/18\n[ 0.309534] NET: Registered protocol family 16\n[ 0.310897] cpuidle: using governor ladder\n[ 0.312016] cpuidle: using governor menu\n[ 0.313098] PCCT header not found.\n[ 0.314113] ACPI: bus type PCI registered\n[ 0.315201] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316909] PCI: Using configuration type 1 for base access\n[ 0.319324] ACPI: Added _OSI(Module Device)\n[ 0.320477] ACPI: Added _OSI(Processor Device)\n[ 0.321662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325064] ACPI: Interpreter enabled\n[ 0.326119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336177] ACPI: (supports S0 S5)\n[ 0.337155] ACPI: Using IOAPIC for interrupt routing\n[ 0.338440] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342492] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344043] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345719] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350337] acpiphp: Slot [3] registered\n[ 0.351437] acpiphp: Slot [4] registered\n[ 0.352531] acpiphp: Slot [5] registered\n[ 0.353622] acpiphp: Slot [6] registered\n[ 0.354716] acpiphp: Slot [7] registered\n[ 0.355810] acpiphp: Slot [8] registered\n[ 0.356902] acpiphp: Slot [9] registered\n[ 0.357987] acpiphp: Slot [10] registered\n[ 0.359103] acpiphp: Slot [11] registered\n[ 0.360218] acpiphp: Slot [12] registered\n[ 0.361334] acpiphp: Slot [13] registered\n[ 0.362441] acpiphp: Slot [14] registered\n[ 0.363550] acpiphp: Slot [15] registered\n[ 0.378827] acpiphp: Slot [16] registered\n[ 0.379953] acpiphp: Slot [17] registered\n[ 0.381057] acpiphp: Slot [18] registered\n[ 0.382159] acpiphp: Slot [19] registered\n[ 0.383265] acpiphp: Slot [20] registered\n[ 0.384360] acpiphp: Slot [21] registered\n[ 0.385459] acpiphp: Slot [22] registered\n[ 0.386560] acpiphp: Slot [23] registered\n[ 0.387677] acpiphp: Slot [24] registered\n[ 0.388781] acpiphp: Slot [25] registered\n[ 0.389878] acpiphp: Slot [26] registered\n[ 0.390977] acpiphp: Slot [27] registered\n[ 0.392085] acpiphp: Slot [28] registered\n[ 0.393196] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395394] acpiphp: Slot [31] registered\n[ 0.396503] PCI host bridge to bus 0000:00\n[ 0.397612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399260] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.400900] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.404872] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.406890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.410939] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414261] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415974] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420329] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422261] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442770] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444760] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446695] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448625] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452312] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455496] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457586] vgaarb: loaded\n[ 0.458408] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460053] SCSI subsystem initialized\n[ 0.461283] ACPI: bus type USB registered\n[ 0.462399] usbcore: registered new interface driver usbfs\n[ 0.463794] usbcore: registered new interface driver hub\n[ 0.465135] usbcore: registered new device driver usb\n[ 0.466623] PCI: Using ACPI for IRQ routing\n[ 0.468128] NetLabel: Initializing\n[ 0.469096] NetLabel: domain hash size = 128\n[ 0.470243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471527] NetLabel: unlabeled traffic allowed by default\n[ 0.473076] clocksource: Switched to clocksource kvm-clock\n[ 0.483352] AppArmor: AppArmor Filesystem Enabled\n[ 0.484637] pnp: PnP ACPI init\n[ 0.485876] pnp: PnP ACPI: found 5 devices\n[ 0.492725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495030] NET: Registered protocol family 2\n[ 0.496426] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.498173] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.499857] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.501528] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.503007] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.504590] NET: Registered protocol family 1\n[ 0.505770] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.537632] Trying to unpack rootfs image as initramfs...\n[ 0.598350] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.600560] Scanning for low memory corruption every 60 seconds\n[ 0.602368] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603930] audit: initializing netlink subsys (disabled)\n[ 0.605357] audit: type=2000 audit(1534839506.518:1): initialized\n[ 0.607104] Initialise system trusted keyring\n[ 0.611065] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.612648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.615387] zbud: loaded\n[ 0.616415] VFS: Disk quotas dquot_6.6.0\n[ 0.617577] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619845] fuse init (API version 7.23)\n[ 0.621087] Key type big_key registered\n[ 0.622217] Allocating IMA MOK and blacklist keyrings.\n[ 0.623942] Key type asymmetric registered\n[ 0.625069] Asymmetric key parser 'x509' registered\n[ 0.626394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.628436] io scheduler noop registered\n[ 0.629524] io scheduler deadline registered (default)\n[ 0.630883] io scheduler cfq registered\n[ 0.632119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.633555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.635317] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.637312] ACPI: Power Button [PWRF]\n[ 0.638534] GHES: HEST is not enabled!\n[ 0.652651] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.684666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.708879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.711851] Linux agpgart interface v0.103\n[ 0.715246] brd: module loaded\n[ 0.717425] loop: module loaded\n[ 0.722787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.724777] GPT:90111 != 20971519\n[ 0.725732] GPT:Alternate GPT header not at the end of the disk.\n[ 0.727207] GPT:90111 != 20971519\n[ 0.728152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.729460] vda: vda1 vda15\n[ 0.731121] scsi host0: ata_piix\n[ 0.732177] scsi host1: ata_piix\n[ 0.733168] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.734810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.736769] libphy: Fixed MDIO Bus: probed\n[ 0.738112] tun: Universal TUN/TAP device driver, 1.6\n[ 0.739437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.742165] PPP generic driver version 2.4.2\n[ 0.743394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.744997] ehci-pci: EHCI PCI platform driver\n[ 0.746197] ehci-platform: EHCI generic platform driver\n[ 0.747544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.749086] ohci-pci: OHCI PCI platform driver\n[ 0.750282] ohci-platform: OHCI generic platform driver\n[ 0.751630] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766265] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.767622] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.769624] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.771002] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772561] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776159] usb usb1: Product: UHCI Host Controller\n[ 0.777419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780275] hub 1-0:1.0: USB hub found\n[ 0.781338] hub 1-0:1.0: 2 ports detected\n[ 0.782613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.786736] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.788126] mousedev: PS/2 mouse device common for all mice\n[ 0.789830] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.792300] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.797026] i2c /dev entries driver\n[ 0.798070] device-mapper: uevent: version 1.0.3\n[ 0.799391] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.801633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.803463] NET: Registered protocol family 10\n[ 0.805009] NET: Registered protocol family 17\n[ 0.806240] Key type dns_resolver registered\n[ 0.807571] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.809047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811468] registered taskstats version 1\n[ 0.812624] Loading compiled-in X.509 certificates\n[ 0.814468] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816968] zswap: loaded using pool lzo/zbud\n[ 0.819063] Key type trusted registered\n[ 0.821158] Key type encrypted registered\n[ 0.822286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.823693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.825129] evm: HMAC attrs: 0x1\n[ 0.826415] Magic number: 14:707:321\n[ 0.827481] bdi 253:0: hash matches\n[ 0.828478] tty tty46: hash matches\n[ 0.829492] pci 0000:00:02.0: hash matches\n[ 0.830709] rtc_cmos 00:00: setting system clock to 2018-08-21 08:18:26 UTC (1534839506)\n[ 0.847579] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849087] EDD information not available.\n[ 0.889788] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.891658] ata1.00: configured for MWDMA2\n[ 0.893431] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.896350] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.898000] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.899682] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.902514] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904596] Write protecting the kernel read-only data: 14336k\n[ 0.907538] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.909985] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.975588] 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.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=20953055,end=20971487\n"} 2018-08-21 08:18:28,831 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action used request id req-7dac134d-28cc-4cba-9e7c-8a4688ed2159 2018-08-21 08:18:30,834 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-08-21 08:18:30,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-263366", "route_distinguishers": ["12:12", "13:13"]}}' 2018-08-21 08:18:31,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-53bf7058-c564-46a5-bfa0-61d465dade04 Date: Tue, 21 Aug 2018 08:18:31 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-263366", "route_distinguishers": ["12:12", "13:13"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "route_targets": [], "project_id": "9395463b2c594ad385c1520193638f95", "type": "l3", "id": "8d2eba16-5d9c-47dd-b35c-cb3bf602bcef"}} 2018-08-21 08:18:31,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns used request id req-53bf7058-c564-46a5-bfa0-61d465dade04 2018-08-21 08:18:31,249 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-263366', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'8d2eba16-5d9c-47dd-b35c-cb3bf602bcef', u'tenant_id': u'9395463b2c594ad385c1520193638f95', u'route_targets': [], u'project_id': u'9395463b2c594ad385c1520193638f95', u'type': u'l3', u'networks': []}} 2018-08-21 08:18:31,249 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-08-21 08:18:31,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/8d2eba16-5d9c-47dd-b35c-cb3bf602bcef/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"router_association": {"router_id": "fc2c08ce-6be9-4f29-90df-444c986ed917"}}' 2018-08-21 08:18:32,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-6baf4352-566b-4b10-88f1-3b4e9a803fb5 Date: Tue, 21 Aug 2018 08:18:32 GMT RESP BODY: {"router_association": {"router_id": "fc2c08ce-6be9-4f29-90df-444c986ed917", "tenant_id": "9395463b2c594ad385c1520193638f95", "project_id": "9395463b2c594ad385c1520193638f95", "id": "e58feb83-982c-453b-b416-b3699395461d"}} 2018-08-21 08:18:32,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/8d2eba16-5d9c-47dd-b35c-cb3bf602bcef/router_associations used request id req-6baf4352-566b-4b10-88f1-3b4e9a803fb5 2018-08-21 08:18:32,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"router": {"routes": [{"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.17", "destination": "179.24.1.12/32"}]}}' 2018-08-21 08:18:32,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-8c0bb4e9-f4c8-4514-9be5-4a4455a309e9 Date: Tue, 21 Aug 2018 08:18:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:15:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:18:32Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.17", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}], "project_id": "9395463b2c594ad385c1520193638f95", "id": "fc2c08ce-6be9-4f29-90df-444c986ed917", "name": "sdnvpn-13-1-router"}} 2018-08-21 08:18:32,664 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 used request id req-8c0bb4e9-f4c8-4514-9be5-4a4455a309e9 2018-08-21 08:18:32,665 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-21 08:19:02,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11056a5187e670a4ed4b645012a8a531c8469073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:19:02,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:19: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-bf1ece94-91ad-41be-9490-de5bc80eb343 x-compute-request-id: req-bf1ece94-91ad-41be-9490-de5bc80eb343 Content-Encoding: gzip Content-Length: 8165 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 470971834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.195818] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198091] pid_max: default: 32768 minimum: 301\n[ 0.199320] ACPI: Core revision 20150930\n[ 0.201036] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202837] Security Framework initialized\n[ 0.203952] Yama: becoming mindful.\n[ 0.204947] AppArmor: AppArmor initialized\n[ 0.206125] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.208750] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210892] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.212542] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.214576] Initializing cgroup subsys io\n[ 0.215682] Initializing cgroup subsys memory\n[ 0.216851] Initializing cgroup subsys devices\n[ 0.218038] Initializing cgroup subsys freezer\n[ 0.219224] Initializing cgroup subsys net_cls\n[ 0.220414] Initializing cgroup subsys perf_event\n[ 0.221689] Initializing cgroup subsys net_prio\n[ 0.222913] Initializing cgroup subsys hugetlb\n[ 0.224090] Initializing cgroup subsys pids\n[ 0.225273] CPU: Physical Processor ID: 0\n[ 0.227071] mce: CPU supports 10 MCE banks\n[ 0.228224] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229575] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244405] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251063] ftrace: allocating 31920 entries in 125 pages\n[ 0.277011] smpboot: Max logical packages: 1\n[ 0.278195] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280036] x2apic enabled\n[ 0.281180] Switched APIC routing to physical x2apic.\n[ 0.283637] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287883] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290362] KVM setup paravirtual spinlock\n[ 0.292082] x86: Booted up 1 node, 1 CPUs\n[ 0.293193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295109] devtmpfs: initialized\n[ 0.297145] evm: security.selinux\n[ 0.298112] evm: security.SMACK64\n[ 0.299069] evm: security.SMACK64EXEC\n[ 0.300090] evm: security.SMACK64TRANSMUTE\n[ 0.301193] evm: security.SMACK64MMAP\n[ 0.302215] evm: security.ima\n[ 0.303095] evm: security.capability\n[ 0.304197] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306737] pinctrl core: initialized pinctrl subsystem\n[ 0.308213] RTC time: 8:18:25, date: 08/21/18\n[ 0.309534] NET: Registered protocol family 16\n[ 0.310897] cpuidle: using governor ladder\n[ 0.312016] cpuidle: using governor menu\n[ 0.313098] PCCT header not found.\n[ 0.314113] ACPI: bus type PCI registered\n[ 0.315201] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316909] PCI: Using configuration type 1 for base access\n[ 0.319324] ACPI: Added _OSI(Module Device)\n[ 0.320477] ACPI: Added _OSI(Processor Device)\n[ 0.321662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325064] ACPI: Interpreter enabled\n[ 0.326119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336177] ACPI: (supports S0 S5)\n[ 0.337155] ACPI: Using IOAPIC for interrupt routing\n[ 0.338440] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342492] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344043] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345719] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350337] acpiphp: Slot [3] registered\n[ 0.351437] acpiphp: Slot [4] registered\n[ 0.352531] acpiphp: Slot [5] registered\n[ 0.353622] acpiphp: Slot [6] registered\n[ 0.354716] acpiphp: Slot [7] registered\n[ 0.355810] acpiphp: Slot [8] registered\n[ 0.356902] acpiphp: Slot [9] registered\n[ 0.357987] acpiphp: Slot [10] registered\n[ 0.359103] acpiphp: Slot [11] registered\n[ 0.360218] acpiphp: Slot [12] registered\n[ 0.361334] acpiphp: Slot [13] registered\n[ 0.362441] acpiphp: Slot [14] registered\n[ 0.363550] acpiphp: Slot [15] registered\n[ 0.378827] acpiphp: Slot [16] registered\n[ 0.379953] acpiphp: Slot [17] registered\n[ 0.381057] acpiphp: Slot [18] registered\n[ 0.382159] acpiphp: Slot [19] registered\n[ 0.383265] acpiphp: Slot [20] registered\n[ 0.384360] acpiphp: Slot [21] registered\n[ 0.385459] acpiphp: Slot [22] registered\n[ 0.386560] acpiphp: Slot [23] registered\n[ 0.387677] acpiphp: Slot [24] registered\n[ 0.388781] acpiphp: Slot [25] registered\n[ 0.389878] acpiphp: Slot [26] registered\n[ 0.390977] acpiphp: Slot [27] registered\n[ 0.392085] acpiphp: Slot [28] registered\n[ 0.393196] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395394] acpiphp: Slot [31] registered\n[ 0.396503] PCI host bridge to bus 0000:00\n[ 0.397612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399260] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.400900] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.404872] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.406890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.410939] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414261] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415974] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420329] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422261] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442770] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444760] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446695] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448625] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452312] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455496] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457586] vgaarb: loaded\n[ 0.458408] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460053] SCSI subsystem initialized\n[ 0.461283] ACPI: bus type USB registered\n[ 0.462399] usbcore: registered new interface driver usbfs\n[ 0.463794] usbcore: registered new interface driver hub\n[ 0.465135] usbcore: registered new device driver usb\n[ 0.466623] PCI: Using ACPI for IRQ routing\n[ 0.468128] NetLabel: Initializing\n[ 0.469096] NetLabel: domain hash size = 128\n[ 0.470243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471527] NetLabel: unlabeled traffic allowed by default\n[ 0.473076] clocksource: Switched to clocksource kvm-clock\n[ 0.483352] AppArmor: AppArmor Filesystem Enabled\n[ 0.484637] pnp: PnP ACPI init\n[ 0.485876] pnp: PnP ACPI: found 5 devices\n[ 0.492725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495030] NET: Registered protocol family 2\n[ 0.496426] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.498173] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.499857] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.501528] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.503007] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.504590] NET: Registered protocol family 1\n[ 0.505770] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.537632] Trying to unpack rootfs image as initramfs...\n[ 0.598350] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.600560] Scanning for low memory corruption every 60 seconds\n[ 0.602368] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603930] audit: initializing netlink subsys (disabled)\n[ 0.605357] audit: type=2000 audit(1534839506.518:1): initialized\n[ 0.607104] Initialise system trusted keyring\n[ 0.611065] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.612648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.615387] zbud: loaded\n[ 0.616415] VFS: Disk quotas dquot_6.6.0\n[ 0.617577] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619845] fuse init (API version 7.23)\n[ 0.621087] Key type big_key registered\n[ 0.622217] Allocating IMA MOK and blacklist keyrings.\n[ 0.623942] Key type asymmetric registered\n[ 0.625069] Asymmetric key parser 'x509' registered\n[ 0.626394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.628436] io scheduler noop registered\n[ 0.629524] io scheduler deadline registered (default)\n[ 0.630883] io scheduler cfq registered\n[ 0.632119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.633555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.635317] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.637312] ACPI: Power Button [PWRF]\n[ 0.638534] GHES: HEST is not enabled!\n[ 0.652651] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.684666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.708879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.711851] Linux agpgart interface v0.103\n[ 0.715246] brd: module loaded\n[ 0.717425] loop: module loaded\n[ 0.722787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.724777] GPT:90111 != 20971519\n[ 0.725732] GPT:Alternate GPT header not at the end of the disk.\n[ 0.727207] GPT:90111 != 20971519\n[ 0.728152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.729460] vda: vda1 vda15\n[ 0.731121] scsi host0: ata_piix\n[ 0.732177] scsi host1: ata_piix\n[ 0.733168] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.734810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.736769] libphy: Fixed MDIO Bus: probed\n[ 0.738112] tun: Universal TUN/TAP device driver, 1.6\n[ 0.739437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.742165] PPP generic driver version 2.4.2\n[ 0.743394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.744997] ehci-pci: EHCI PCI platform driver\n[ 0.746197] ehci-platform: EHCI generic platform driver\n[ 0.747544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.749086] ohci-pci: OHCI PCI platform driver\n[ 0.750282] ohci-platform: OHCI generic platform driver\n[ 0.751630] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766265] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.767622] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.769624] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.771002] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772561] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776159] usb usb1: Product: UHCI Host Controller\n[ 0.777419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780275] hub 1-0:1.0: USB hub found\n[ 0.781338] hub 1-0:1.0: 2 ports detected\n[ 0.782613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.786736] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.788126] mousedev: PS/2 mouse device common for all mice\n[ 0.789830] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.792300] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.797026] i2c /dev entries driver\n[ 0.798070] device-mapper: uevent: version 1.0.3\n[ 0.799391] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.801633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.803463] NET: Registered protocol family 10\n[ 0.805009] NET: Registered protocol family 17\n[ 0.806240] Key type dns_resolver registered\n[ 0.807571] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.809047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811468] registered taskstats version 1\n[ 0.812624] Loading compiled-in X.509 certificates\n[ 0.814468] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816968] zswap: loaded using pool lzo/zbud\n[ 0.819063] Key type trusted registered\n[ 0.821158] Key type encrypted registered\n[ 0.822286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.823693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.825129] evm: HMAC attrs: 0x1\n[ 0.826415] Magic number: 14:707:321\n[ 0.827481] bdi 253:0: hash matches\n[ 0.828478] tty tty46: hash matches\n[ 0.829492] pci 0000:00:02.0: hash matches\n[ 0.830709] rtc_cmos 00:00: setting system clock to 2018-08-21 08:18:26 UTC (1534839506)\n[ 0.847579] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849087] EDD information not available.\n[ 0.889788] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.891658] ata1.00: configured for MWDMA2\n[ 0.893431] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.896350] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.898000] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.899682] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.902514] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904596] Write protecting the kernel read-only data: 14336k\n[ 0.907538] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.909985] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.975588] 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.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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 21.00s]\nping 179.24.1.12 OK\n"} 2018-08-21 08:19:02,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action used request id req-bf1ece94-91ad-41be-9490-de5bc80eb343 2018-08-21 08:19:02,779 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.3) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-08-21 08:19:02,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11056a5187e670a4ed4b645012a8a531c8469073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-21 08:19:02,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:19: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-464bcc6f-ef3e-4658-8a4c-44f652c5e2cc x-compute-request-id: req-464bcc6f-ef3e-4658-8a4c-44f652c5e2cc Content-Encoding: gzip Content-Length: 8165 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 470971834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.195818] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198091] pid_max: default: 32768 minimum: 301\n[ 0.199320] ACPI: Core revision 20150930\n[ 0.201036] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202837] Security Framework initialized\n[ 0.203952] Yama: becoming mindful.\n[ 0.204947] AppArmor: AppArmor initialized\n[ 0.206125] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.208750] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210892] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.212542] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.214576] Initializing cgroup subsys io\n[ 0.215682] Initializing cgroup subsys memory\n[ 0.216851] Initializing cgroup subsys devices\n[ 0.218038] Initializing cgroup subsys freezer\n[ 0.219224] Initializing cgroup subsys net_cls\n[ 0.220414] Initializing cgroup subsys perf_event\n[ 0.221689] Initializing cgroup subsys net_prio\n[ 0.222913] Initializing cgroup subsys hugetlb\n[ 0.224090] Initializing cgroup subsys pids\n[ 0.225273] CPU: Physical Processor ID: 0\n[ 0.227071] mce: CPU supports 10 MCE banks\n[ 0.228224] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229575] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244405] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.251063] ftrace: allocating 31920 entries in 125 pages\n[ 0.277011] smpboot: Max logical packages: 1\n[ 0.278195] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.280036] x2apic enabled\n[ 0.281180] Switched APIC routing to physical x2apic.\n[ 0.283637] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285156] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287883] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290362] KVM setup paravirtual spinlock\n[ 0.292082] x86: Booted up 1 node, 1 CPUs\n[ 0.293193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295109] devtmpfs: initialized\n[ 0.297145] evm: security.selinux\n[ 0.298112] evm: security.SMACK64\n[ 0.299069] evm: security.SMACK64EXEC\n[ 0.300090] evm: security.SMACK64TRANSMUTE\n[ 0.301193] evm: security.SMACK64MMAP\n[ 0.302215] evm: security.ima\n[ 0.303095] evm: security.capability\n[ 0.304197] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306737] pinctrl core: initialized pinctrl subsystem\n[ 0.308213] RTC time: 8:18:25, date: 08/21/18\n[ 0.309534] NET: Registered protocol family 16\n[ 0.310897] cpuidle: using governor ladder\n[ 0.312016] cpuidle: using governor menu\n[ 0.313098] PCCT header not found.\n[ 0.314113] ACPI: bus type PCI registered\n[ 0.315201] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316909] PCI: Using configuration type 1 for base access\n[ 0.319324] ACPI: Added _OSI(Module Device)\n[ 0.320477] ACPI: Added _OSI(Processor Device)\n[ 0.321662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322891] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325064] ACPI: Interpreter enabled\n[ 0.326119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.336177] ACPI: (supports S0 S5)\n[ 0.337155] ACPI: Using IOAPIC for interrupt routing\n[ 0.338440] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342492] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.344043] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345719] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350337] acpiphp: Slot [3] registered\n[ 0.351437] acpiphp: Slot [4] registered\n[ 0.352531] acpiphp: Slot [5] registered\n[ 0.353622] acpiphp: Slot [6] registered\n[ 0.354716] acpiphp: Slot [7] registered\n[ 0.355810] acpiphp: Slot [8] registered\n[ 0.356902] acpiphp: Slot [9] registered\n[ 0.357987] acpiphp: Slot [10] registered\n[ 0.359103] acpiphp: Slot [11] registered\n[ 0.360218] acpiphp: Slot [12] registered\n[ 0.361334] acpiphp: Slot [13] registered\n[ 0.362441] acpiphp: Slot [14] registered\n[ 0.363550] acpiphp: Slot [15] registered\n[ 0.378827] acpiphp: Slot [16] registered\n[ 0.379953] acpiphp: Slot [17] registered\n[ 0.381057] acpiphp: Slot [18] registered\n[ 0.382159] acpiphp: Slot [19] registered\n[ 0.383265] acpiphp: Slot [20] registered\n[ 0.384360] acpiphp: Slot [21] registered\n[ 0.385459] acpiphp: Slot [22] registered\n[ 0.386560] acpiphp: Slot [23] registered\n[ 0.387677] acpiphp: Slot [24] registered\n[ 0.388781] acpiphp: Slot [25] registered\n[ 0.389878] acpiphp: Slot [26] registered\n[ 0.390977] acpiphp: Slot [27] registered\n[ 0.392085] acpiphp: Slot [28] registered\n[ 0.393196] acpiphp: Slot [29] registered\n[ 0.394292] acpiphp: Slot [30] registered\n[ 0.395394] acpiphp: Slot [31] registered\n[ 0.396503] PCI host bridge to bus 0000:00\n[ 0.397612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399260] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.400900] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.402880] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.404872] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.406890] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.410939] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.414261] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415974] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420329] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422261] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442770] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444760] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446695] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448625] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450610] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452312] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455496] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457586] vgaarb: loaded\n[ 0.458408] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460053] SCSI subsystem initialized\n[ 0.461283] ACPI: bus type USB registered\n[ 0.462399] usbcore: registered new interface driver usbfs\n[ 0.463794] usbcore: registered new interface driver hub\n[ 0.465135] usbcore: registered new device driver usb\n[ 0.466623] PCI: Using ACPI for IRQ routing\n[ 0.468128] NetLabel: Initializing\n[ 0.469096] NetLabel: domain hash size = 128\n[ 0.470243] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471527] NetLabel: unlabeled traffic allowed by default\n[ 0.473076] clocksource: Switched to clocksource kvm-clock\n[ 0.483352] AppArmor: AppArmor Filesystem Enabled\n[ 0.484637] pnp: PnP ACPI init\n[ 0.485876] pnp: PnP ACPI: found 5 devices\n[ 0.492725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495030] NET: Registered protocol family 2\n[ 0.496426] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.498173] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.499857] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.501528] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.503007] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.504590] NET: Registered protocol family 1\n[ 0.505770] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.507237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.508677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.523071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.537632] Trying to unpack rootfs image as initramfs...\n[ 0.598350] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.600560] Scanning for low memory corruption every 60 seconds\n[ 0.602368] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.603930] audit: initializing netlink subsys (disabled)\n[ 0.605357] audit: type=2000 audit(1534839506.518:1): initialized\n[ 0.607104] Initialise system trusted keyring\n[ 0.611065] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.612648] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.615387] zbud: loaded\n[ 0.616415] VFS: Disk quotas dquot_6.6.0\n[ 0.617577] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619845] fuse init (API version 7.23)\n[ 0.621087] Key type big_key registered\n[ 0.622217] Allocating IMA MOK and blacklist keyrings.\n[ 0.623942] Key type asymmetric registered\n[ 0.625069] Asymmetric key parser 'x509' registered\n[ 0.626394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.628436] io scheduler noop registered\n[ 0.629524] io scheduler deadline registered (default)\n[ 0.630883] io scheduler cfq registered\n[ 0.632119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.633555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.635317] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.637312] ACPI: Power Button [PWRF]\n[ 0.638534] GHES: HEST is not enabled!\n[ 0.652651] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681837] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.684666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.708879] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.711851] Linux agpgart interface v0.103\n[ 0.715246] brd: module loaded\n[ 0.717425] loop: module loaded\n[ 0.722787] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.724777] GPT:90111 != 20971519\n[ 0.725732] GPT:Alternate GPT header not at the end of the disk.\n[ 0.727207] GPT:90111 != 20971519\n[ 0.728152] GPT: Use GNU Parted to correct GPT errors.\n[ 0.729460] vda: vda1 vda15\n[ 0.731121] scsi host0: ata_piix\n[ 0.732177] scsi host1: ata_piix\n[ 0.733168] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.734810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.736769] libphy: Fixed MDIO Bus: probed\n[ 0.738112] tun: Universal TUN/TAP device driver, 1.6\n[ 0.739437] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.742165] PPP generic driver version 2.4.2\n[ 0.743394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.744997] ehci-pci: EHCI PCI platform driver\n[ 0.746197] ehci-platform: EHCI generic platform driver\n[ 0.747544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.749086] ohci-pci: OHCI PCI platform driver\n[ 0.750282] ohci-platform: OHCI generic platform driver\n[ 0.751630] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766265] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.767622] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.769624] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.771002] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772561] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776159] usb usb1: Product: UHCI Host Controller\n[ 0.777419] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.778957] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.780275] hub 1-0:1.0: USB hub found\n[ 0.781338] hub 1-0:1.0: 2 ports detected\n[ 0.782613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.785439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.786736] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.788126] mousedev: PS/2 mouse device common for all mice\n[ 0.789830] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.792300] rtc_cmos 00:00: RTC can wake from S4\n[ 0.793817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.795417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.797026] i2c /dev entries driver\n[ 0.798070] device-mapper: uevent: version 1.0.3\n[ 0.799391] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.801633] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.803463] NET: Registered protocol family 10\n[ 0.805009] NET: Registered protocol family 17\n[ 0.806240] Key type dns_resolver registered\n[ 0.807571] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.809047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811468] registered taskstats version 1\n[ 0.812624] Loading compiled-in X.509 certificates\n[ 0.814468] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816968] zswap: loaded using pool lzo/zbud\n[ 0.819063] Key type trusted registered\n[ 0.821158] Key type encrypted registered\n[ 0.822286] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.823693] ima: No TPM chip found, activating TPM-bypass!\n[ 0.825129] evm: HMAC attrs: 0x1\n[ 0.826415] Magic number: 14:707:321\n[ 0.827481] bdi 253:0: hash matches\n[ 0.828478] tty tty46: hash matches\n[ 0.829492] pci 0000:00:02.0: hash matches\n[ 0.830709] rtc_cmos 00:00: setting system clock to 2018-08-21 08:18:26 UTC (1534839506)\n[ 0.847579] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849087] EDD information not available.\n[ 0.889788] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.891658] ata1.00: configured for MWDMA2\n[ 0.893431] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.896350] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.898000] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.899682] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.902514] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904596] Write protecting the kernel read-only data: 14336k\n[ 0.907538] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.909985] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.975588] 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.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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 21.00s]\nping 179.24.1.12 OK\n"} 2018-08-21 08:19:02,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action used request id req-464bcc6f-ef3e-4658-8a4c-44f652c5e2cc 2018-08-21 08:19:02,847 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' 2018-08-21 08:19:02,847 - 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-21 08:19:02,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"router": {"routes": []}}' 2018-08-21 08:19:03,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-7c2411a4-5b49-4824-9e87-220facbc254c Date: Tue, 21 Aug 2018 08:19:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "be8fdaff-94a3-4138-b7b1-3304e6e27601", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "c2c63ad4-61b4-4fda-bed8-a7cb97629d9f", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:15:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:19:03Z", "revision_number": 7, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "fc2c08ce-6be9-4f29-90df-444c986ed917", "name": "sdnvpn-13-1-router"}} 2018-08-21 08:19:03,979 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 used request id req-7c2411a4-5b49-4824-9e87-220facbc254c 2018-08-21 08:19:03,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" 2018-08-21 08:19:04,010 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb5c2df2-b5f2-4647-ad48-d9a0f830f6e9 x-compute-request-id: req-cb5c2df2-b5f2-4647-ad48-d9a0f830f6e9 Content-Length: 0 Content-Type: application/json 2018-08-21 08:19:04,010 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.44:8774/v2.1/flavors/e0745627-719d-4a24-905d-1a829097e522 used request id req-cb5c2df2-b5f2-4647-ad48-d9a0f830f6e9 2018-08-21 08:19:04,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" -d '{"forceDelete": null}' 2018-08-21 08:19:04,203 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08260237-9284-421d-9942-b64043c46b1a x-compute-request-id: req-08260237-9284-421d-9942-b64043c46b1a Content-Length: 0 Content-Type: application/json 2018-08-21 08:19:04,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/66e79c57-8374-4877-978d-e4c629993d0e/action used request id req-08260237-9284-421d-9942-b64043c46b1a 2018-08-21 08:19:04,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" -d '{"forceDelete": null}' 2018-08-21 08:19:04,406 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b68636d-46de-4a2d-904f-4897a9007987 x-compute-request-id: req-4b68636d-46de-4a2d-904f-4897a9007987 Content-Length: 0 Content-Type: application/json 2018-08-21 08:19:04,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/598921b3-fc52-4dab-9d7e-40ea42f6d391/action used request id req-4b68636d-46de-4a2d-904f-4897a9007987 2018-08-21 08:19:04,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c392b6d7bbceef4eb669bd7284788a42338f043" -d '{"forceDelete": null}' 2018-08-21 08:19:04,587 - novaclient.v2.client - DEBUG - RESP: [202] Date: Tue, 21 Aug 2018 08:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15c6f015-bc6b-42ed-95b0-7cb42952dd2c x-compute-request-id: req-15c6f015-bc6b-42ed-95b0-7cb42952dd2c Content-Length: 0 Content-Type: application/json 2018-08-21 08:19:04,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.44:8774/v2.1/servers/c6104bbc-933b-4890-85c7-bd1a3cd4f5e5/action used request id req-15c6f015-bc6b-42ed-95b0-7cb42952dd2c 2018-08-21 08:19:04,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" 2018-08-21 08:19:05,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8e14857-7bfd-462d-ad3c-1b9ebefce053 Date: Tue, 21 Aug 2018 08:19: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-21 08:19:05,547 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/87a879a4-8510-48ed-816a-8ecfa0ed11dd used request id req-e8e14857-7bfd-462d-ad3c-1b9ebefce053 2018-08-21 08:19:05,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9292/v2/images/a508e187-ef74-404c-b673-b6876d38c52c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9d83d9cfe26aa23a42c1896f1bd8c293ccf4ff0" 2018-08-21 08:19:06,780 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-36c2cb1e-5da4-4d89-a47c-8a8398d57146 Date: Tue, 21 Aug 2018 08:19:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-21 08:19:06,781 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.44:9292/v2/images/a508e187-ef74-404c-b673-b6876d38c52c used request id req-36c2cb1e-5da4-4d89-a47c-8a8398d57146 2018-08-21 08:19:06,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/8d2eba16-5d9c-47dd-b35c-cb3bf602bcef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:19:06,935 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-034f5b48-48af-4ee6-8128-ee1efbb8b02d Content-Length: 0 Date: Tue, 21 Aug 2018 08:19:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:19:06,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/bgpvpn/bgpvpns/8d2eba16-5d9c-47dd-b35c-cb3bf602bcef used request id req-034f5b48-48af-4ee6-8128-ee1efbb8b02d 2018-08-21 08:19:06,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"subnet_id": "782e3775-4b84-4405-8dee-22d3bc0e0c53"}' 2018-08-21 08:19:08,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f8c8c142-7695-418f-8a7a-df6239840db1 Date: Tue, 21 Aug 2018 08:19:08 GMT RESP BODY: {"network_id": "109fe127-9c35-4027-9569-e1c4c3136b03", "tenant_id": "9395463b2c594ad385c1520193638f95", "subnet_id": "782e3775-4b84-4405-8dee-22d3bc0e0c53", "subnet_ids": ["782e3775-4b84-4405-8dee-22d3bc0e0c53"], "port_id": "3eb38b34-5974-4076-8b69-4d10b2b5be23", "id": "fc2c08ce-6be9-4f29-90df-444c986ed917"} 2018-08-21 08:19:08,691 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917/remove_router_interface used request id req-f8c8c142-7695-418f-8a7a-df6239840db1 2018-08-21 08:19:08,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" -d '{"router": {"external_gateway_info": {}}}' 2018-08-21 08:19:09,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-a178dff4-51e4-4119-8081-fbe03d11fc7a Date: Tue, 21 Aug 2018 08:19:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9395463b2c594ad385c1520193638f95", "created_at": "2018-08-21T08:15:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-21T08:19:09Z", "revision_number": 11, "routes": [], "project_id": "9395463b2c594ad385c1520193638f95", "id": "fc2c08ce-6be9-4f29-90df-444c986ed917", "name": "sdnvpn-13-1-router"}} 2018-08-21 08:19:09,966 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 used request id req-a178dff4-51e4-4119-8081-fbe03d11fc7a 2018-08-21 08:19:09,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/subnets/782e3775-4b84-4405-8dee-22d3bc0e0c53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:19:11,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e2013e8-d1ce-4651-8c41-30b93249c288 Date: Tue, 21 Aug 2018 08:19:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:19:11,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/subnets/782e3775-4b84-4405-8dee-22d3bc0e0c53 used request id req-8e2013e8-d1ce-4651-8c41-30b93249c288 2018-08-21 08:19:11,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:19:11,697 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0bdf115-5589-4200-bc69-d82e378dd83d Content-Length: 0 Date: Tue, 21 Aug 2018 08:19:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:19:11,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/routers/fc2c08ce-6be9-4f29-90df-444c986ed917 used request id req-a0bdf115-5589-4200-bc69-d82e378dd83d 2018-08-21 08:19:11,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.44:9696/v2.0/networks/109fe127-9c35-4027-9569-e1c4c3136b03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fc2d8d4a9564a74c8e42a9ff3b843822e21a7a" 2018-08-21 08:19:13,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0759b19b-38e8-4c13-a5a8-c3f0f0ca61aa Date: Tue, 21 Aug 2018 08:19:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-21 08:19:13,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.44:9696/v2.0/networks/109fe127-9c35-4027-9569-e1c4c3136b03 used request id req-0759b19b-38e8-4c13-a5a8-c3f0f0ca61aa 2018-08-21 08:19:13,224 - 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-21 08:19:13,225 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-21 08:19:13,225 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-21 08:19:13,225 - 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-21 08:19:13,226 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-21 08:19:13,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:19:13,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["MNtkBEY9TYe4cU-3CRSc_A"], "issued_at": "2018-08-21T08:19:13.000000Z"}} 2018-08-21 08:19:13,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44:9696/v2.0/quotas/9395463b2c594ad385c1520193638f95 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44523fa3232cc5e1efa5205b596177e9969945ba" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-08-21 08:19:14,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-738e9946-c830-45e3-a7fb-86f817c0cfee Date: Tue, 21 Aug 2018 08:19:14 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-21 08:19:14,015 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.44:9696/v2.0/quotas/9395463b2c594ad385c1520193638f95 used request id req-738e9946-c830-45e3-a7fb-86f817c0cfee 2018-08-21 08:19:14,015 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-21 08:19:14,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.44:5000/v3/auth/tokens 2018-08-21 08:19:14,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db4208113bcf4b5a95dc3ad7c3fa0afc", "name": "member"}, {"id": "3a0fe1d139fc43479f3d98c2920238fb", "name": "admin"}, {"id": "7664c3bd904542e9b97d66913ee0697b", "name": "reader"}], "expires_at": "2018-08-21T09:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9395463b2c594ad385c1520193638f95", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2898b3bbe0ec4cd9a9f22fe0f40b71ea"}, {"url": "http://192.30.9.5:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e9e516442782422dbf88797855403051"}, {"url": "http://172.30.9.44:8776/v3/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f973299f8ed348839158beebfe1f11d2"}], "type": "volumev3", "id": "0369ba08f1544f289c29ef88c3ec9cc8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4cb9f869f32d4931b631172be3af592a"}, {"url": "http://172.30.9.44:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b15644fd4619409d97fbe386ac6ba9d4"}, {"url": "http://192.30.9.5:8004/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96bdd78f7814528ab56e4ced28dfd67"}], "type": "orchestration", "id": "11c776fb04f242c9976bae7367ee3752", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1fbbfcbcdad94f1b8cabd52e8925ca16"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6524df24f52d4727a0a333f7ab529b5f"}, {"url": "http://192.30.9.5:8776/v1/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e6f08df239844a183166faa789290a4"}], "type": "volume", "id": "12ce0555009042afb8d8fd4a943eeceb", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd2df6b12c2a407a9b0a6483ecec8f85"}, {"url": "http://172.30.9.44:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4c22101f6484a81b409c9ba8a126078"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d885e125e56e420186b40ac383f8a797"}], "type": "network", "id": "235d1b5e6ce24b53aab774fc087feae5", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372f8b61f42e4cc69bfa2dac9f62a6a0"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4896317181794e99807110fda451233a"}, {"url": "http://172.30.9.44:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6f7ace414fea4ca387530124d9fd3d68"}], "type": "event", "id": "31d8da5aadec419fb80d4af4a1994c83", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.44:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1a9c10b9335a4dbea4cff03826b2196d"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "340f26d011ee48ca8dabb263abb41555"}, {"url": "http://12.0.0.21:8080/v1/AUTH_9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "49d780bf671841a48f46bef88d8f4767"}], "type": "object-store", "id": "57c13cff29114b01a212ff31f1dd50bc", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.44:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12079688d09541829c4f28571387d9b2"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6998102bfee3446d8dd800f7b7870107"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac672c21d79d410282448b8120fc74f8"}], "type": "alarming", "id": "677e2b5bf8b0498e8d9dea72ea31a9d7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d9c0913f4ce4f4c99d1e2a92be7b202"}, {"url": "http://172.30.9.44:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "610c65863ca84122a194754167dc9811"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce6db1f765044d488878e6ae43b6a05f"}], "type": "placement", "id": "68186cfbe75f4eba9a3323cd7f199141", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "95a9b5cf249a4a9fa8f3d3938287b926"}, {"url": "http://172.30.9.44:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d01402c7f5347718023dffa7e5bf94d"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "af89e168e5db455989529aac1340fd2d"}], "type": "identity", "id": "729aa7f7aed646de90cd414dded03868", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33f4afca7e384edcb794848618e1751c"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "93e5fac23c574b359962b957ef54c8e3"}, {"url": "http://172.30.9.44:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f793fd5048254005ab75636e812c7e87"}], "type": "image", "id": "a995eb993213439598e789e96071e8ef", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.44:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5071eb45476e4d87a34f56b633773e81"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "78e88b6836b441c58b694d9eabaa32bc"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efbe197abdae4bc4a5f2ea353e7d6409"}], "type": "compute", "id": "b72bc250fbea445a8c6b38e420318778", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.44:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24a3294f756242fa9c16281e66114445"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "610e16bc00684fd68a345c359f3bab84"}, {"url": "http://192.30.9.5:8776/v2/9395463b2c594ad385c1520193638f95", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "765172a17c604f1a91f799f538035250"}], "type": "volumev2", "id": "bb1111e1b3124f7ab58c61f914a8319f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.44:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "054bc33b992941ca81386329e39544dc"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cda783e1701f47d6ae69719be9da907f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee238207c0654e50a4e989244748c056"}], "type": "cloudformation", "id": "cf2554ba3f1d4e4e84f4cd467d564d8b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.44:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ebd776134594aea93900bfe3105fab5"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "662ebe53c7eb4e6d928285c363d10ab2"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c706093a36714fda9367530b1305b2ed"}], "type": "metric", "id": "e14262ebd46e4d1587dff35e02106e91", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "f1f1cbaa19454f1c9fdba6c082f764d5", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f406ef43cc3544dc8ccea8d1c42f82a0"}, "audit_ids": ["vbW2qrKrRvq_p_dZzk7miQ"], "issued_at": "2018-08-21T08:19:14.000000Z"}} 2018-08-21 08:19:14,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.44: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}ea9db7d1efe9fda8f6ce4f22a1d30ee833f18f0b" -d '{"quota_class_set": {"instances": 10}}' 2018-08-21 08:19:14,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Tue, 21 Aug 2018 08:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c07e2ad0-f2e5-49f0-8c0b-976de70039e1 x-compute-request-id: req-c07e2ad0-f2e5-49f0-8c0b-976de70039e1 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-21 08:19:14,741 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.44:8774/v2.1/os-quota-class-sets/default used request id req-c07e2ad0-f2e5-49f0-8c0b-976de70039e1 2018-08-21 08:19:14,743 - paramiko.transport - DEBUG - starting thread (client mode): 0x86a05b50L 2018-08-21 08:19:14,743 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:19:14,775 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:19:14,775 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:19:14,782 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:19:14,783 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:19:14,783 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:19:14,783 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:19:14,783 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:19:14,783 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:19:14,790 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:19:14,791 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:19:14,807 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.52: 5c35bb06acf711f89c7f1c64af3dbee3 2018-08-21 08:19:14,808 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:19:14,830 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:19:14,857 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:19:14,872 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:19:15,115 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:19:15,115 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:19:15,155 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:19:15,155 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:19:15,180 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:19:19,863 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:19:19,865 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:19:19,867 - paramiko.transport - DEBUG - starting thread (client mode): 0x84d08ad0L 2018-08-21 08:19:19,867 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:19:19,882 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:19:19,883 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:19:19,886 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:19:19,886 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:19:19,886 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:19:19,886 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:19:19,887 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:19:19,887 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:19:19,891 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:19:19,892 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:19:19,899 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:19:19,900 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:19:19,932 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:19:19,945 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:19:19,964 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:19:20,090 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:19:20,090 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:19:20,129 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:19:20,130 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:19:20,168 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:19:20,181 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:19:20,182 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:19:20,183 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:19:20,184 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:19:20,184 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:19:20,225 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:19:20,240 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:19:20,241 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:19:20,242 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:19:20,243 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:19:20,243 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:19:20,284 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:19:20,294 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:19:20,296 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:19:20,298 - paramiko.transport - DEBUG - starting thread (client mode): 0x8452aad0L 2018-08-21 08:19:20,298 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:19:20,310 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:19:20,310 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:19:20,313 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:19:20,313 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:19:20,313 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:19:20,313 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:19:20,314 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:19:20,314 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:19:20,318 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:19:20,319 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:19:20,330 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:19:20,331 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:19:20,358 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:19:20,372 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:19:20,395 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:19:20,517 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:19:20,518 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:19:20,557 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:19:20,558 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:19:20,562 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:19:20,573 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:19:20,574 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:19:20,575 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:19:20,576 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:19:20,576 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:19:20,617 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:19:20,631 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:19:20,633 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:19:20,633 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:19:20,634 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:19:20,634 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:19:20,675 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:19:20,685 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:19:20,687 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:19:20,689 - paramiko.transport - DEBUG - starting thread (client mode): 0x8426b090L 2018-08-21 08:19:20,689 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:19:20,891 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:19:20,891 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:19:20,894 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:19:20,895 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:19:20,895 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:19:20,895 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:19:20,895 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:19:20,895 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:19:20,900 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:19:20,900 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:19:20,905 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:19:20,905 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:19:20,939 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:19:21,046 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:19:21,070 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:19:21,296 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:19:21,297 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:19:21,336 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:19:21,337 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:19:21,376 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:19:21,524 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:19:21,525 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:19:21,526 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:19:21,527 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:19:21,527 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:19:21,568 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:19:21,651 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:19:21,652 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:19:21,654 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:19:21,655 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:19:21,655 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:19:21,696 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:19:21,752 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:19:21,754 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:19:21,755 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:19:21,756 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:19:21,756 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:19:21,761 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:19:27,319 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:19:27,321 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:19:27,323 - paramiko.transport - DEBUG - starting thread (client mode): 0x84cd6ed0L 2018-08-21 08:19:27,323 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:19:27,331 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:19:27,331 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:19:27,334 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-21 08:19:27,334 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:19:27,334 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:19:27,334 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:19:27,334 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:19:27,334 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:19:27,339 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:19:27,340 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:19:27,355 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: e8150f05da7393797ffe73319dd5afda 2018-08-21 08:19:27,355 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:19:27,380 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:19:27,393 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:19:27,420 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:19:27,527 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:19:27,527 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:19:27,566 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:19:27,567 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:19:27,587 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:19:27,599 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:19:27,600 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:19:27,601 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:19:27,602 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:19:27,602 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:19:27,643 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:19:27,658 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:19:27,660 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:19:27,660 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:19:27,661 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:19:27,661 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:19:27,702 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:19:27,713 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:19:27,714 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:19:27,716 - paramiko.transport - DEBUG - starting thread (client mode): 0x8425da10L 2018-08-21 08:19:27,716 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:19:27,724 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:19:27,724 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:19:27,726 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client 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-21 08:19:27,726 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:19:27,726 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:19:27,727 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:19:27,727 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:19:27,727 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:19:27,732 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:19:27,732 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:19:27,748 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: fec93e387e9edf4dd467021f133382d1 2018-08-21 08:19:27,749 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:19:27,771 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:19:27,784 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:19:27,813 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:19:27,916 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:19:27,916 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:19:27,955 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:19:27,956 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:19:27,980 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:19:27,992 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:19:27,992 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:19:27,993 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:19:27,994 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:19:27,994 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:19:28,035 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:19:28,050 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:19:28,051 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:19:28,052 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:19:28,053 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:19:28,053 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:19:28,093 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:19:28,104 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:19:28,105 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:19:28,107 - paramiko.transport - DEBUG - starting thread (client mode): 0x8427ad90L 2018-08-21 08:19:28,107 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-21 08:19:28,117 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-21 08:19:28,118 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-21 08:19:28,120 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-21 08:19:28,120 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-21 08:19:28,120 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-21 08:19:28,120 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-21 08:19:28,120 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-21 08:19:28,121 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-21 08:19:28,125 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-21 08:19:28,126 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-21 08:19:28,138 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: dd7e89ae006e44d9c286caea4e520740 2018-08-21 08:19:28,139 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-21 08:19:28,166 - paramiko.transport - DEBUG - userauth is OK 2018-08-21 08:19:28,181 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-21 08:19:28,203 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-21 08:19:28,318 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-21 08:19:28,318 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-21 08:19:28,357 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-21 08:19:28,358 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-21 08:19:28,372 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-21 08:19:28,388 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-21 08:19:28,388 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-21 08:19:28,389 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-21 08:19:28,390 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-21 08:19:28,390 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-21 08:19:28,431 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-21 08:19:28,450 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-21 08:19:28,451 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-21 08:19:28,452 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-21 08:19:28,453 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-21 08:19:28,453 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-21 08:19:28,494 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-21 08:19:28,506 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-21 08:19:28,507 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-21 08:19:28,514 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-21 08:19:28,523 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:19:28,524 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:19:28,524 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:19:28,527 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:19:28,539 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-21 08:19:28,539 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-21 08:19:28,541 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-21 08:19:28,541 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-21 08:19:28,543 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-21 08:19:28,544 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-21 08:19:28,545 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-21 08:19:28,545 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-21 08:19:28,547 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:19:28,548 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-21 08:19:28,548 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:28,549 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:28,549 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:28,654 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-21 08:19:28,655 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-21 08:19:28,656 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-21 08:19:28,657 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-21 08:19:28,657 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-21 08:19:28,698 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-21 08:19:28,709 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-21 08:19:28,709 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-21 08:19:28,710 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-21 08:19:28,711 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-21 08:19:28,716 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-21 08:19:28,717 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-21 08:19:28,730 - 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-21 08:19:28,745 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:19:28,746 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:19:28,746 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:19:28,748 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:19:28,762 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-21 08:19:28,762 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-21 08:19:28,764 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-21 08:19:28,765 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-21 08:19:28,766 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-21 08:19:28,768 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-21 08:19:28,769 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-21 08:19:28,769 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-21 08:19:28,772 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:19:28,772 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-21 08:19:28,773 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:28,773 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:28,774 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:28,893 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-21 08:19:28,894 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-21 08:19:28,894 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-21 08:19:28,896 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-21 08:19:28,896 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-21 08:19:28,937 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-21 08:19:28,948 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-21 08:19:28,949 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-21 08:19:28,950 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-21 08:19:28,951 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-21 08:19:28,955 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-21 08:19:28,956 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-21 08:19:28,968 - 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-21 08:19:28,982 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-21 08:19:28,983 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-21 08:19:28,983 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-21 08:19:28,987 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-21 08:19:28,998 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-21 08:19:28,999 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-21 08:19:29,022 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-21 08:19:29,023 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-21 08:19:29,025 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-21 08:19:29,026 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-21 08:19:29,027 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-21 08:19:29,027 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-21 08:19:29,030 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-21 08:19:29,030 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-21 08:19:29,031 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:29,031 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:29,032 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-21 08:19:32,648 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-21 08:19:32,650 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-21 08:19:32,651 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-21 08:19:32,651 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-21 08:19:32,652 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-21 08:19:32,693 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-21 08:19:32,705 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-21 08:19:32,705 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-21 08:19:32,706 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-21 08:19:32,707 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-21 08:19:32,712 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-21 08:19:32,713 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-21 08:19:32,726 - 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-21 08:19:32,744 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-21 08:19:32,910 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-21 08:19:32,910 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 129:10 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-21 08:19:32,916 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-21 08:19:32,917 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:10 | FAIL | | bgpvpn | sdnvpn | features | 129:10 | 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-21 08:19:32,925 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-21 08:19:33,023 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,122 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,222 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,323 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,409 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,475 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,572 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,624 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,676 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,776 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,876 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:33,977 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:34,077 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:34,111 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:34,134 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:34,212 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:34,327 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:34,416 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-21 08:19:37,324 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-228 | | 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-21 08:19:37,329 - 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.44,192.30.9.5 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.44:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=KgAUA5pQNT1agN1wevUZyAKZa 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=9395463b2c594ad385c1520193638f95 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=BRS2mMfCzga3c7IUkU4WSC45N export OS_REGION_NAME=regionOne 2018-08-21 08:19:37,329 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-21 08:19:37,330 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-21 08:19:37,331 - 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-21 08:19:37,335 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK